@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 - 514px)/ 2));
		padding-right: calc(50% - ((1440px - 40px)/ 2));
	}

	.footer {
		padding-left: calc(50% - ((1440px - 554px)/ 2));
		padding-right: calc(50% - ((1440px - 80px)/ 2));
	}

	.sidebar {
		left: calc(50% - ((1440px - 40px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1350px) {
	.prime__wrap {
		background-color: rgba(5, 7, 26, .5);
		border-radius: 15px;
		padding: 20px;
	}

	/* App Page */
	.app-page .responsibly__desc>p {
		background-color: rgba(5, 7, 26, .7);
		border-radius: 15px;
		padding: 10px;
	}
}

@media screen and (max-width:1200px) {
	.sidebar {
		height: auto;
		padding-bottom: 0;
		position: static;
		width: 100%;
	}

	.sidebar__button,
	.sidebar__menu,
	.sidebar__app {
		display: none;
	}

	.sidebar__quicklinks {
		margin-top: 0;
	}

	.sidebar-quicklinks__button {
		background: none;
		border: 3px solid #F5F64B;
		border-radius: 5px;
	}

	.sidebar-quicklinks__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	ul.sidebar-quicklinks__list {
		display: none;
	}

	.main,
	.footer {
		padding-left: 20px;
	}

	footer {
		padding-right: 20px;
	}
}

@media screen and (max-width:1025px) {
	.header {
		gap: 16px;
	}

	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background-color: #23293A;
		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: #05071A;
		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;
	}

	.header__lang {
		padding-right: 0;
	}

	.vip,
	.summary,
	.rewards,
	.responsibly,
	.benefits {
		padding: 40px;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.header__lang {
		padding-left: 0;
	}

	.prime {
		min-height: 0;
		padding: 20px;
	}

	.table {
		overflow: auto;
		border-radius: 15px 15px 5px 5px;
	}

	.table table {
		width: 800px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #F5F64B;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #1F2038;
		border-radius: 5px;
	}

	.pros-cons__item ul {
		padding-left: 0;
	}

	.register-banner__img {
		position: relative;
		width: auto;
		right: auto;
		margin: 10px auto;
	}

	.register__img {
		margin-bottom: -20px;
	}

	.bonus-banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bonus-banner__wrap {
		background-color: rgba(5, 7, 26, .5);
		border-radius: 15px;
		padding: 20px;
	}

	.bonus-banner__text {
		font-size: 28px;
	}

	.bonus-banner__background img {
		-o-object-fit: cover;
		object-fit: cover;
	}

	.slots-banner__img {
		position: relative;
		right: auto;
		width: auto;
		margin: 10px auto -20px;
	}

	.live-banner__list,
	.deposit-banner__list {
		gap: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer__lang {
		padding: 0;
	}

	/* App Page */
	.download-banner__background {
		opacity: .5;
	}
}

@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: 24px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.pros-cons__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonus-banner__text {
		font-size: 24px;
	}

	.promotions-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.promotions-item__desc {
		width: 100%;
	}

	.promotions-item__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: 250px;
		margin: 0 auto;
	}

	.promotions-item__img img {
		position: static;
	}

	.vip,
	.summary,
	.rewards,
	.responsibly,
	.benefits {
		padding: 20px;
	}

	.vip__table table,
	.grades__table table,
	.rewards__table table {
		width: 100%;
	}

	.reviews-list__item {
		width: 100%;
	}

	.summary__background {
		opacity: .5;
	}

	/* Bonuses Page */
	.cashback-wrap__text {
		width: 100%;
	}

	.cashback-wrap__img {
		margin: 0 auto;
		position: static;
		width: auto;
	}

	.win-list__item:nth-child(odd) .win-item__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.win-list__item .win-item__img {
		margin-top: 10px;
	}

	.offers-banner__desc {
		width: 100%;
	}

	.offers-banner__img {
		width: auto;
		position: relative;
		right: auto;
		margin: 10px auto -20px;
	}

	/* App Page */
	.benefits-list__item {
		width: 100%;
	}

	.requirements__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@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;
		padding: 12px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	.content,
	.prime__wrap,
	.article-banner {
		padding: 15px;
	}

	.prime {
		padding: 10px;
	}

	.prime__text {
		margin-top: 10px;
	}

	.prime__button {
		margin-top: 20px;
	}

	.app-button {
		width: 220px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.footer {
		gap: 20px;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer__copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 0;
	}

	.to-top {
		width: 75px;
		height: 87px;
	}
}