@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,
	.vip__desc,
	.summary__desc {
		background-color: rgba(5, 7, 26, .7);
		border-radius: 15px;
		padding: 20px;
	}
}

@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: -o-linear-gradient(top, #EFCC57 0%, #C25630 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#EFCC57), to(#C25630));
		background: linear-gradient(180deg, #EFCC57 0%, #C25630 100%);
		border-radius: 6px 20px 6px 20px;
		color: #000;
	}

	.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: 0;
	}

	.prime {
		padding: 20px;
	}

	.bonus-banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bonus-banner__background {
		display: block !important;
	}

	.bonus-banner__background img {
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%;
		margin-bottom: auto;
	}

	.vip,
	.summary {
		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:after {
		display: none;
	}

	.table table {
		width: 800px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #1F2038;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: -webkit-gradient(linear, left top, left bottom, from(#F0CE58), color-stop(65%, #C25630));
		background: linear-gradient(180deg, #F0CE58 0%, #C25630 65%);
		border-radius: 5px;
	}

	.features-proscons__item ul {
		padding-left: 0;
	}

	.bonus-banner__background img {
		-o-object-position: 70%;
		object-position: 70%;
	}

	.bonus-banner__wrap {
		background-color: rgba(5, 7, 26, .5);
		border-radius: 15px;
		padding: 20px;
	}

	.bonus-banner__text {
		font-size: 28px;
	}

	.summary__desc {
		width: 100%;
	}

}

@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;
	}

	.features__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonus-banner__text {
		font-size: 24px;
	}

	.article-banner__desc,
	.reload__wrap p:last-of-type,
	.requirements-desc__wrap {
		width: 100%;
	}

	.article-banner__img,
	.reload-wrap__img,
	.requirements__banner .requirements-banner__img {
		position: relative;
		right: auto;
		margin: 10px auto -20px;
		width: 100%;
	}

	.bonuses-list__item:nth-child(n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonuses-item__img {
		background: radial-gradient(50% 50% at 50.13% 50%, rgba(255, 82, 2, 0.42) 0%, rgba(251, 127, 73, 0) 100%);
		width: auto;
		margin: 10px auto -20px;
		overflow: visible;
	}

	.bonuses-item__img img {
		position: relative;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.bonuses-list__item:nth-child(n) .bonuses-item__img img {
		width: 100%;
	}

	.vip,
	.summary {
		padding: 20px;
	}

	.reviews-list__item {
		width: 100%;
	}

}

@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;
	}

	.faq-item__title {
		padding-right: 45px;
	}

	.faq-item__title:after {
		right: 10px;
	}

	.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;
	}
}