@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 - 137px)/ 2));
	}

	.main {
		padding-left: calc(50% - ((1600px - 60px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1300px) {
	.prime__wrap {
		background-color: rgba(1, 16, 45, .7);
		border-radius: 6px;
		padding: 20px;
	}

	.footer-links__site {
		padding-left: 40px;
		padding-right: 40px;
	}

	/* BONUS PAGE */
	.advantage-banner__logo {
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 0;
	}
}

@media screen and (max-width:1150px) {
	.sidebar {
		display: none;
	}

	.navigation {
		display: block;
		padding: 20px;
	}

	.sidebar-quicklinks__button {
		padding-top: 0;
		padding-bottom: 0;
	}

	.sidebar-quicklinks__button:before {
		-webkit-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	.sidebar-quicklinks__list {
		display: none;
	}

	.general-content {
		width: 100%;
	}

	.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;
	}

	.footer-links__social {
		margin: 20px 0;
	}
}

@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;
	}

	.footer {
		margin-top: 20px;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	h3,
	.title.middle {
		font-size: 22px;
	}

	.header {
		padding-left: 30px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime {
		min-height: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.legislation__advantages-item ul {
		padding-left: 0;
	}

	.app-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 40px;
		padding: 40px 20px 20px;
	}

	.app-banner__logo {
		margin-right: auto;
	}

	.app-banner__buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}

	.app-banner__img {
		display: none;
	}

	.promotions-list__item {
		width: 100%;
	}

	.licensing-article__list li {
		width: calc(50% - 10px);
	}

	.footer__content {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* APP PAGE */
	.download-wrap__item {
		width: 100%;
	}

	.features-list__item,
	.requirements-wrap__item {
		width: 100%;
	}

	/* BONUSES PAGE */
	.welcome__list li {
		width: calc(50% - 10px);
	}

	.balance-desc__item {
		width: 100%;
	}

	.offers__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.offers-banner__img {
		width: auto;
	}

	.cashback-wrap__item,
	.tournaments-wrap__item {
		width: 100%;
	}

	.advantage__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.advantage-banner__img {
		width: auto;
	}

	.advantage-banner__desc {
		width: 100%;
		padding: 0 20px 20px;
	}

	.advantage-banner__logo {
		width: 50%;
	}

	.responsibility__list {
		padding: 20px;
	}

	.responsibility__list ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.responsibility__list ul li {
		width: calc(50% - 10px);
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 80px);
		overflow: auto;
	}
}

@media screen and (max-width:700px) {
	.app-banner__buttons {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;	
		-webkit-justify-content: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch;
	}
}

@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;
	}

	h3,
	.title.middle {
		font-size: 20px;
	}

	h4,
	.title.mini {
		font-size: 18px;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 600px;
	}

	.legislation__table tr>*:first-child {
		max-width: 190px;
	}

	.legislation__advantages-item {
		width: 100%;
	}

	.licensing-article__list li {
		width: 100%;
	}

	.deposits__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-right: 0;
	}

	.deposits-wrap__img {
		-ms-flex-item-align: center;
		align-self: center;
		width: auto;
		margin-top: 0;
	}

	.support__list li {
		width: 100%;
	}

	.reviews-list__item {
		width: 100%;
	}

	.opinion__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-content__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-menu__item {
		width: calc(50% - 10px);
	}

	/* BONUS PAGE */
	.welcome__list li,
	.rewards__list li,
	.responsibility__list ul li {
		width: 100%;
	}

	.cashback-item__img {
		opacity: .6;
	}

	.responsibility-banner__logo {
		right: 0;
		bottom: 0;
	}

}

@media screen and (max-width: 450px) {
	.content {
		padding: 15px;
	}

	h1,
	.title.general {
		font-size: 20px;
	}

	h2,
	.title.high {
		font-size: 18px;
	}

	h3,
	.title.middle,
	h4,
	.title.mini {
		font-size: 16px;
	}

	ol li {
		padding-left: 40px;
	}

	ol>li:before {
		width: 30px;
	}

	ul>li {
		padding-left: 25px;
	}

	ul>li:before {
		left: 10px;
	}

	.header__logo {
		width: 150px;
	}

	.header__lang {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header__lang span {
		display: none;
	}

	.prime__rating {
		font-size: 14px;
	}

	.prime-rating__value {
		margin-left: 8px;
	}

	.prime__button {
		min-width: 205px;
	}

	.promotions-list__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.promotions-banner__img {
		-ms-flex-item-align: center;
		align-self: center;
	}

	.reviews-item__heading {
		gap: 10px;
	}

	.reviews-desc__name {
		font-size: 16px;
	}

	.faq-item__title {
		padding-left: 15px;
		padding-right: 40px;
	}

	.faq-item__title:after {
		right: 10px;
		width: 25px;
		height: 25px;
	}

	.footer__content {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-menu__item {
		width: 100%;
	}

	.footer-content__links {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	/* BONUS PAGE */
	.offers-banner__logo,
	.advantage-banner__logo,
	.responsibility-banner__logo {
		display: none;
	}
}