@media screen and (min-width: 1440px) {
	.cover {
		padding-left: calc(50% - ((1440px - 40px)/ 2));
		padding-right: calc(50% - ((1440px - 40px)/ 2));
	}

	.prime__img {
		right: calc(50% - ((1440px - 214px)/ 2));
	}

	.to-top-wrap {
		right: calc(50% - ((1440px - 40px)/2));
	}

	.bonus-prime__img {
		right: calc(50% - ((1440px - 198px)/ 2));
	}

	.app-prime__img {
		right: calc(50% - ((1440px - 116px)/ 2));
	}
}

@media screen and (min-width: 1322px) {
	.footer {
		padding-left: calc(50% - ((1440px - 276px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1200px) {
	.main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sidebar {
		height: auto;
		padding: 0 20px;
		position: static;
		width: 100%;
	}

	.sidebar-quicklinks__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	.sidebar-quicklinks__list {
		display: none;
	}

	.content-wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px 20px;
	}

	.content.bonus-banner-first,
	.content.bonus-banner-second {
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	.bonus-banner-third {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width:1025px) {
	.header {
		padding-left: 30px;
	}

	.header>* {
		z-index: 10;
	}

	.header__logo {
		margin-left: 0;
	}

	.menu-button {
		display: block;
		background-color: #F1903C;
		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: #734C9C;
		border-radius: 0;
		text-align: center;
		margin: 0;
		padding: 100px 25px 25px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5;
		display: none;
	}

	.header-scroll .header__menu {
		top: 100%;
		padding-top: 0;
	}

	.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: 20px;
		padding: 0;
	}

	.cover.prime {
		padding-left: 20px;
	}

	.prime__wrap {
		background-color: rgba(115, 76, 156, .75);
		border-radius: 12px;
		padding: 15px;
		max-width: 585px;
	}

	.prime__img {
		right: 0;
	}

	.grades-list__item {
		background-color: rgba(115, 76, 156, .5);
	}

	.footer__wrap {
		-webkit-box-orient: ve rtical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: none;
		width: 100%;
	}

	.footer__right {
		margin: 0 auto;
	}

	/* Bonus Page */
	.levels-banner__img {
		opacity: .6;
	}

	/* App Page */
	.store {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 40px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.title-background span {
		padding-left: 50px;
		padding-right: 50px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime {
		min-height: 465px;
	}

	.table {
		overflow: auto;
	}

	.table:after {
		display: none;
	}

	.table table {
		width: 900px;
	}

	.table::-webkit-scrollbar {
		height: 8px;
	}

	.table::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, .25);
		border-radius: 6px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #fff;
		border-radius: 6px;
	}

	.bonus-banner__wrap {
		background-color: rgba(115, 76, 156, .75);
		border-radius: 12px;
		padding: 15px;
	}

	.bonus-banner__title {
		font-size: 34px;
		margin-bottom: 8px;
	}

	.bonus-banner__text {
		font-size: 48px;
	}

	.bonus-banner__button {
		margin-top: 20px;
	}

	.article-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.promotions__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.slots__table th:nth-child(3),
	.slots__table td:nth-child(3),
	.slots__table th:nth-child(4),
	.slots__table td:nth-child(4) {
		max-width: 150px;
	}

	.reviews-list__item {
		width: calc(50% - 10px);
	}

	.grades__banner {
		background-color: #57317A;
	}

	.grades-banner__background {
		opacity: .4;
	}

	/* Bonus Page */
	.welcome-list__item {
		width: 100%;
	}

	.levels__table table {
		width: 100%;
	}

	.levels-banner__img {
		max-width: 100%;
		opacity: .3;
	}

	/* App Page */
	.install-wrap__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.devices__banner {
		background-color: #932E6B;
	}

	.deices-banner__background {
		opacity: .4;
	}

	.compatibility-desc__table {
		padding-bottom: 8px;
	}

	.store {
		-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 - 100px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 36px;
	}

	.title-background {
		max-width: calc(100% - 60px);
	}

	.title-background span {
		padding-left: 20px;
		padding-right: 20px;
	}

	.content-wrapper>*+* {
		margin-top: 50px;
	}

	.features-prosconc__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.features-prosconc__img {
		margin: 0 auto;
		position: relative;
		width: auto;
	}

	.bonus-banner__title {
		font-size: 30px;
		padding: 0;
	}

	.bonus-banner__title:before,
	.bonus-banner__title:after {
		display: none;
	}

	.bonus-banner__text {
		font-size: 36px;
	}

	.promotions-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.promotions-item__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: none;
		width: 100%;
	}

	.reviews-list__item {
		width: 100%;
		min-height: 0;
	}

	.footer-menu__item {
		width: calc(50% - 15px);
	}

	/* Bonus Page */
	.reload-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.reload-item__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: none;
		width: 100%;
		min-height: 270px;
	}
}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font-size: 16px;
	}

	.title-background {
		max-width: 100%;
		width: 100%;
	}

	.title-background span {
		padding-left: 10px;
		padding-right: 10px;
	}

	.title-background:before {
		left: 0;
	}

	.title-background:after {
		right: 0;
	}

	.technical__table thead th:first-child,
	.technical__table tbody th {
		max-width: 220px;
	}

	.header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cover.prime {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sidebar {
		padding: 0 10px;
	}

	.content-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content {
		padding: 15px;
	}

	.bonus-banner__title {
		font-size: 24px;
	}

	.bonus-banner__text {
		font-size: 30px;
	}

	.content.bonus-banner-first,
	.content.bonus-banner-second {
		width: calc(100% + 20px);
		margin-left: -10px;
	}

	.bonus-banner {
		min-height: 300px;
	}

	.grades-list__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.grades-item__name {
		width: 100%;
	}

	.footer {
		padding: 30px 15px;
	}

	.footer-menu__item {
		text-align: center;
		width: 100%;
	}

	.footer-menu__item ul li {
		text-align: center;
	}

	.footer__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* Bonus Page */
	.welcome-item__desc {
		padding: 20px 15px;
	}
}