@media screen and (min-width: 1440px) {
	.cover {
		padding-left: calc(50% - ((1440px - 60px) / 2));
		padding-right: calc(50% - ((1440px - 60px) / 2));
	}

	.main {
		padding-left: calc(50% - ((1440px - 580px) / 2));
		padding-right: calc(50% - ((1440px - 60px) / 2));
	}

	.sidebar {
		left: calc(50% - ((1440px - 60px) / 2));
	}

	.to-top-wrap {
		right: calc(50% - ((1440px - 92px) / 2));
	}

	.footer {
		padding-left: calc(50% - ((1440px - 620px) / 2));
		padding-right: calc(50% - ((1440px - 100px) / 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1100px) {

	.main,
	.footer {
		padding-left: 30px;
	}

	.sidebar {
		height: auto;
		margin-top: 20px;
		position: static;
		padding: 0;
		width: 100%;
	}

	.sidebar>*:not(.sidebar__item-navigation) {
		display: none;
	}

	.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;
	}

	.footer {
		padding-right: 30px;
	}
}

@media screen and (max-width:1025px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		border: 2px solid #FCC211;
		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: #FCC211;
	}

	.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: #0B0C21;
		text-align: center;
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 100;
		padding: 25px;
		display: none;
	}

	.header__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		gap: 25px;
	}

	.header__menu ul li {
		padding-right: 0;
	}

	.header__menu ul li:after {
		display: block;
		position: static;
		margin-top: 15px;
	}

	.prime,
	.bonus-banner {
		padding: 20px;
	}

	.bonus-banner__wrap {
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime__background img {
		-o-object-position: 85%;
		object-position: 85%;
	}

	.prime__wrap {
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}

	.table {
		overflow: auto;
	}

	.table:after {
		display: none;
	}

	.table table {
		width: 850px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: rgba(255, 247, 46, 0.05);
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #FCC211;
	}

	.app-desc__steps {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.store {
		padding: 20px;
	}

	.contebt-with-bg {
		padding: 20px;
	}

	.content-bg__desc {
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
	}

	.reviews-list__item {
		width: 100%;
	}

	/* Bonus Page */
	.start__banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* App Page */
	.install-desc__requirements,
	.devices__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 67px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.store {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.promotions-list__item:nth-child(n) .promotions-item__desc,
	.games-item__desc {
		width: 100%;
	}

	.promotions-item__img,
	.games-item__img {
		position: relative;
		left: 0;
		right: 0;
		margin-top: 10px;
		margin-bottom: -20px;
	}

	.promotions-list__item:nth-child(odd) .promotions-item__img,
	.games-list__item:nth-child(odd) .games-item__img {
		margin-left: auto;
		margin-right: -20px;
	}

	.promotions-list__item:nth-child(even) .promotions-item__img,
	.games-list__item:nth-child(even) .games-item__img {
		margin-right: auto;
		left: -20px;
	}

	.promotions-list__item:nth-child(n) .promotions-item__img,
	.games-list__item:nth-child(n) .games-item__img {
		width: 100%;
	}

	.reviews-item__header {
		-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;
	}

	.to-top-wrap {
		bottom: -55px;
		right: 20px;
	}

	/* Bonus Page */
	.article-banner__desc {
		width: 100%;
	}

	.article-banner__img {
		margin: 0 -20px -20px auto;
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		width: 100%;
	}

	.welcome-terms__img,
	.cashback-banner__img {
		margin-top: 10px;
	}

	/* App Page */
	.ios-desc__wrap,
	.andriod-desc__wrap,
	.advantages-item__desc {
		width: 100%;
	}

	.advantages-list__item:nth-child(n) .advantages-item__img {
		position: relative;
		left: 0;
		right: 0;
		margin-top: 10px;
		margin-bottom: -20px;
		width: 100%;
	}

	.advantages-list__item:nth-child(odd) .advantages-item__img {
		margin-left: auto;
		margin-right: -20px;
	}

	.advantages-list__item:nth-child(even) .advantages-item__img {
		margin-right: auto;
		margin-left: -20px;
	}

	.web-banner__img {
		margin-top: 10px;
	}
}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	.cover,
	.main,
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content,
	.article-banner {
		padding: 15px;
	}

	.button {
		min-width: 240px;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.prime__wrap {
		padding: 15px 10px;
	}

	.prime__button {
		margin-top: 15px;
	}

	.bonus-banner {
		min-height: 300px;
	}

	.bonus-banner__wrap {
		padding: 15px;
	}

	.bonus-banner__text {
		font-size: 18px;
	}

	.bonus-banner__button {
		margin-top: 15px;
	}

	.app-steps__item,
	.promotions-list__item,
	.content-bg__desc,
	.games-list__item,
	.reviews-list__item {
		padding: 15px;
	}

	.content-bg__desc {
		gap: 15px;
	}

	.to-top-wrap {
		width: 40px;
		bottom: -40px;
	}

	.to-top {
		width: 40px;
		height: 50px;
	}

	.footer__menu {
		border-radius: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer__langs {
		gap: 10px;
	}

	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* Bonus Page */

	/* App Page */

}