@media screen and (min-width: 1600px) {
	.cover {
		padding-left: calc(50% - ((1600px - 60px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 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:1200px) {
	.header__logo {
		margin-right: auto;
	}

	.header__menu {
		margin: 0;
	}

	.sidebar {
		display: none;
	}

	.quicklinks {
		display: block;
	}

	.sidebar-quicklinks__button {
		border-radius: 6px;
	}

	.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%;
	}
}

@media screen and (max-width:1025px) {
	.header {
		gap: 16px;
	}

	.menu-button {
		display: block;
		background-color: #185A61;
		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: #054146;
		border-radius: 0;
		text-align: center;
		margin: 0;
		padding: 25px;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 100;
		display: none;
	}

	.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;
		padding: 0;
	}

	.prime__wrap,
	.streaming-banner__desc {
		background-color: rgba(0, 47, 51, .6);
		border-radius: 6px;
		padding: 15px;
	}

	.footer-general__logo {
		margin-right: 20px;
	}

	.streaming-banner__background img {
		-o-object-position: 80%;
		object-position: 80%;
	}
}

@media screen and (max-width:850px) {

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}

	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;
	}

	.main {
		padding-top: 72px;
	}

	.prime {
		min-height: 0;
		padding: 20px;
	}

	.table {
		overflow: auto;
		border-radius: 15px 15px 5px 5px;
	}

	.table table {
		width: 850px;
		word-break: break-word;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #054146;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #2E9344;
		border-radius: 5px;
	}

	.article-banner__desc {
		max-width: none;
		width: 100%;
	}

	.article-banner__img {
		position: relative;
		right: 0;
		width: auto;
		margin: 10px auto -20px;
	}

	.bonus-banner {
		padding: 20px;
	}

	.bonus-banner__wrap {
		background-color: rgba(0, 47, 51, .6);
		border-radius: 6px;
		padding: 15px;
	}

	.app-banner__background img {
		-o-object-position: 80%;
		object-position: 80%;
	}

	.app-banner__desc {
		background-color: rgba(0, 47, 51, .75);
		border-radius: 6px;
		padding: 15px;
		width: 100%;
	}

	.promotions-item__half {
		width: 100%;
	}

	.promotions-item__img {
		position: relative;
		width: auto;
		margin: auto -20px -20px auto;
	}

	.promotions-list__item:nth-child(n) .promotions-item__img {
		width: auto;
		right: auto;
	}

	.vip__banner .article-banner__img {
		top: 0;
		right: 0;
		margin-bottom: 0;
		width: auto;
	}

	.grades__table table {
		width: 100%;
	}

	.footer__general {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}

	.footer-general__logo {
		margin-right: 0;
	}

	.footer-general__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px 20px;
	}

	.footer-menu__item {
		width: calc(50% - 10px);
	}

	/* Bonuses Page */
	.welcome-banner__background {
		opacity: .6;
	}

	.welcome__banner .welcome-banner__img {
		width: auto;
		right: auto;
	}

	/* App Page */
	.download-banner__background {
		opacity: .5;
	}

	.store__background img {
		-o-object-position: 70%;
		object-position: 70%;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 72px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.bonus-banner {
		min-height: 300px;
	}

	h2.title.bonus-banner__title {
		font-size: 26px;
	}

	.blocks-list__item,
	.reviews-list__item {
		width: 1100%;
	}

	/* App Page */
	.benefits-list__item:last-child,
	.betting-bonuses-list__item:last-child {
		width: 100%;
	}

	.store {
		padding: 20px;
	}

}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
		padding: 10px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	.cover,
	.main {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content,
	.article-banner {
		padding: 15px;
	}

	.header__time {
		display: none;
	}

	h2.title.bonus-banner__title {
		font-size: 18px;
	}

	.bonus-banner__text {
		font-size: 16px;
	}

	.bonus-banner__button {
		margin-top: 15px;
	}

	.app-button {
		width: 210px;
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.promotions-list__item,
	.blocks-list__item {
		padding: 15px;
	}

	.footer__lang {
		gap: 10px 20px;
	}

	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}