@media screen and (min-width: 1605px) {
	.prime {
		border-radius: 0 0 6px 6px;
		width: 100%;
		margin-right: 0;
	}
}

@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));
	}

	.footer {
		padding-left: calc(50% - ((1600px - 20px)/ 2));
		padding-right: calc(50% - ((1600px - 20px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1150px) {
	.sidebar {
		display: none;
	}

	.general-content {
		width: 100%;
	}

	.prime {
		border-radius: 0;
		width: calc(100% + 60px);
		margin: 0 -30px;
	}

	.page-nav {
		display: block;
	}

	.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;
	}
}

@media screen and (max-width:1025px) {

	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background-color: rgba(255, 255, 255, 0.17);
		padding: 8px;
		border-radius: 3px;
		width: 32px;
		height: 32px;
		-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: #054146;
		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 {
		margin-right: 10px;
	}

	.prime__wrap,
	.bonus-banner__wrap {
		background-color: rgba(5, 65, 70, .7);
		border-radius: 6px;
		padding: 20px;
	}

	.bonus-banner {
		min-height: 300px;
	}

	.bonus-banner__wrap {
		max-width: 440px;
	}

	.reviews-list__item {
		width: calc(50% - 10px);
	}

	/* App Page */
	.install-banner__img {
		position: relative;
		width: auto;
		margin: 10px 0 -20px auto;
	}

	.install__banner-ios .install-banner__img {
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 32px;
	}

	h2,
	.title.high {
		font-size: 28px;
	}

	h3,
	.title.middle {
		font-size: 24px;
	}

	h4,
	.title.mini {
		font-size: 20px;
	}

	.header {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.main {
		padding-bottom: 30px;
	}

	.prime {
		min-height: 0;
		padding: 20px;
	}

	.proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.article-banner,
	.bonus-banner {
		padding: 20px;
	}

	.app-banner {
		padding: 50px 20px;
	}

	.bonuses-list__item {
		width: calc(50% - 10px);
		min-width: 0;
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px 10px;
	}

	.footer-menu__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: calc(33.3% - 6.67px);
	}

	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-bottom__copyright {
		padding: 15px 30px;
	}

	.footer-bottom__right {
		max-width: none;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 60px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 26px;
	}

	h3,
	.title.middle {
		font-size: 22px;
	}

	h4,
	.title.mini {
		font-size: 20px;
	}

	.prime {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 800px;
	}

	.bonus-banner__title {
		font-size: 28px;
	}

	.bonuses-list__item {
		width: 100%;
	}

	.reviews-list__item {
		width: 100%;
	}

	.grades__table table {
		width: 600px;
	}

	.opinion__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__lang {
		gap: 10px;
	}
}

@media screen and (max-width: 450px) {
	.content {
		padding: 15px;
	}

	.cover,
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	h4,
	.title.mini {
		font-size: 16px;
	}

	.header__lang span {
		display: none;
	}

	.prime {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}

	.bonus-banner__title {
		font-size: 24px;
	}

	.bonus-banner__button {
		min-width: 200px;
	}

	.bonus-banner__text {
		font-size: 16px;
		margin-top: 10px;
	}

	.bonus-banner__button {
		margin-top: 10px;
	}

	.article-banner {
		padding: 10px;
	}

	.article-banner__list>li {
		padding-left: 50px;
	}

	.article-banner__list>li:before,
	.welcome-banner__list>li:before {
		left: 10px;
	}

	.bonuses-desc__title {
		font-size: 20px;
	}

	.games__table th:first-child,
	.games__table td:first-child {
		max-width: 180px;
	}

	.reviews-item__name {
		font-size: 16px;
	}

	.faq-item__title {
		padding: 10px 30px 10px 10px;
	}

	.faq-item__title:after {
		width: 16px;
		height: 16px;
		right: 10px;
	}

	.faq-item__desc {
		padding: 10px;
	}

	.grades__table table {
		width: 450px;
	}

	.grades__table td:first-child {
		max-width: 200px;
	}

	.footer__lang {
		gap: 5px;
	}

	.footer-menu__item {
		width: 100%;
		text-align: center;
	}

	.footer-menu__item ul li {
		text-align: center;
	}

	.footer-terms__text,
	.footer-bottom__copyright {
		padding: 15px;
	}

	/* Bonuses Page */
	.welcome-banner__list>li {
		padding-left: 45px;
	}
}