@media screen and (min-width: 1600px) {
	.cover {
		padding-left: calc(50% - ((1600px - 60px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}

	.header {
		padding-left: calc(50% - ((1600px - 128px)/ 2));
	}

	.main {
		padding-left: calc(50% - ((1600px - 580px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}

	.sidebar {
		left: calc(50% - ((1600px - 60px)/ 2));
		;
	}

	.footer {
		padding-left: calc(50% - ((1600px - 580px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1300px) {

	.prime__wrap,
	.bonus-banner__desc {
		background-color: rgba(72, 60, 163, .5);
		border-radius: 6px;
		padding: 20px;
	}

	.bonus-banner {
		padding-left: 70px;
		padding-right: 70px;
	}

	.footer__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-content__menu {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: none;
		margin-left: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-content__links {
		margin: 0 auto;
		width: 100%;
	}
}

@media screen and (max-width:1150px) {
	.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-quicklinks__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-quicklinks__list {
		display: none;
	}

	.main,
	.footer {
		padding-left: 30px;
	}

}

@media screen and (max-width:1025px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background-color: #16225A;
		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: #01102D;
		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;
	}

	.prime {
		padding: 20px;
	}

	.bonus-banner {
		padding-left: 30px;
		padding-right: 30px;
	}

	.vip-banner__background,
	.payments-banner__background {
		opacity: .75;
	}

	.reviews-list__item,
	.grade-list__item {
		width: calc(50% - 10px);
	}

	/* Bonus Page */
	.welcome-banner__background,
	.loyalty-banner__background {
		opacity: .6;
	}

	/* App Page */
	.install-android__img {
		position: relative;
		right: auto;
		width: 50%;
		margin: -60px 0 -20px auto;
	}

	.install-android__desc ol+p {
		width: auto;
	}

	.benefits__list-3 .benefits-list__item {
		width: calc(50% - 10px);
	}

	.requirements__background {
		opacity: .6;
	}

	.responsible__img {
		right: 0;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.header {
		padding-left: 30px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 850px;
	}

	.table:after {
		display: none;
	}

	.about__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonus-banner__text {
		font-size: 24px;
		line-height: 1.1;
	}

	.specifications__img {
		position: relative;
		right: auto;
		width: auto;
		margin: 5px auto -32px;
	}

	.bonuses__wrap {
		padding: 20px;
	}

	.bonuses__img {
		position: relative;
		margin: 5px auto -20px;
	}

	.bonuses__wrap-welcome .bonuses__img,
	.bonuses__wrap-reload .bonuses__img {
		width: auto;
	}

	.bonuses__wrap-reload .bonuses__desc {
		width: auto;
	}

	.grade-list__item {
		width: 100%;
	}

	/* Bonus Page */
	.reload__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 20px;
	}

	.reload-banner__img {
		width: auto;
	}

	.promotions-banner__background img {
		-o-object-position: 80%;
		object-position: 80%;
	}

	.responsibly__desc {
		width: auto;
	}

	.responsibly__img {
		position: relative;
		width: auto;
		margin: 0 0 0 auto;
	}

	/* App Page */
	.install-ios__background {
		opacity: .5;
	}

	.install-ios__desc {
		width: auto;
	}

	.benefits-list__item,
	.benefits__list-3 .benefits-list__item {
		width: 100%;
	}

	.app-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}

	.web-banner__background {
		opacity: .6;
	}

	.responsible__desc {
		width: auto;
	}

	.responsible__img {
		position: relative;
		width: auto;
		margin: 5px auto -32px;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 101px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1,
	.title.general {
		font-size: 24px;
		line-height: 130%;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.bonus-banner {
		min-height: 350px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.reviews-list__item {
		width: 100%;
	}

	.footer-content__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-menu__item {
		width: calc(50% - 10px);
	}

	.footer-content__links {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: none;
	}

	/* Bonus Page */
	.about-bonuses__desc {
		width: auto;
	}

	.about-bonuses__img {
		position: relative;
		width: auto;
		margin: 5px auto -32px;
	}

	.cashback-banner__background,
	.limited-banner__background {
		opacity: .6;
	}

	/* App Page */
	.install-android__img {
		margin-top: 10px;
		width: auto;
	}
}

@media screen and (max-width: 450px) {
	.content {
		padding: 15px;
	}

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	ol li,
	ul li {
		padding: 5px 10px 5px 40px;
	}

	ul>li:before,
	ol>li:before {
		width: 30px;
	}

	.button {
		min-width: 200px;
	}

	.article-banner,
	.prime__wrap,
	.bonus-banner__desc {
		padding: 15px;
	}

	.header__logo {
		width: 150px;
	}

	.header-lang__button {
		padding-left: 10px;
		padding-right: 30px;
	}

	.header-lang__button:after {
		right: 10px;
	}

	.header-lang__button span {
		display: none;
	}

	.header-lang__list {
		width: auto;
	}

	.about__table thead tr>* {
		font-size: 18px;
	}

	.about__table th:first-child,
	.about__table td:first-child {
		max-width: 210px;
	}

	.about-proscons__item {
		padding: 15px;
	}

	.about-proscons__title {
		font-size: 18px;
		padding-left: 50px;
	}

	.about-proscons__list {
		padding-left: 0;
	}

	.bonus-banner__title {
		margin-bottom: 10px;
	}

	.bonus-banner__text {
		font-size: 18px;
	}

	.app-button {
		font-size: 13px;
		gap: 10px;
		width: 215px;
		min-width: 0;
	}

	.app-button img {
		max-width: 26px;
	}

	.bonuses__wrap {
		padding: 15px;
	}

	.bonuses__wrap-welcome .bonuses__img,
	.bonuses__wrap-reload .bonuses__img {
		margin-bottom: -15px;
	}

	.faq-item__title {
		padding-left: 10px;
		padding-right: 30px;
	}

	.faq-item__title:after {
		width: 24px;
		height: 24px;
		right: 0;
	}

	.faq-item__desc {
		padding: 10px;
	}

	.reviews-list__item {
		padding: 15px;
	}

	.reviews-item__name {
		font-size: 18px;
	}

	.grade-item__heading {
		flex-direction: column;
	}

	.footer__block {
		padding: 20px;
	}

	.footer__payments,
	.footer__langs {
		gap: 10px;
	}

	.footer-menu__item {
		width: 100%;
	}

	.footer-menu__item ul li+li {
		margin-top: 10px;
	}

	/* App Page */
	.prime__buttons {
		margin-top: 15px;
	}

	.benefits-list__item {
		padding: 15px;
	}

	.responsible__img {
		max-width: 100%;
	}
}