@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:1201px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1300px) {
	.header__menu {
		margin-left: auto;
	}
}

@media screen and (max-width:1200px) {
	.header {
		gap: 16px;
	}

	.header__logo {
		margin-right: auto;
	}

	.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: #003135;
		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;
	}

	.header__time,
	.header__lang {
		margin: 0;
	}

	.sidebar {
		display: none;
	}

	.quicklinks {
		background-color: rgba(0, 0, 0, 0);
		border: none;
		display: block;
		padding: 0 !important;
	}

	.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%;
	}

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:1025px) {

	.prime {
		padding: 20px;
	}

	.prime__wrap,
	.bonus-banner__wrap {
		background-color: rgba(0, 49, 53, .6);
		border-radius: 6px;
		padding: 15px;
	}

	.page__prime .prime__wrap {
		padding: 15px;
	}

	.bonus-banner__wrap {
		max-width: 470px;
	}

	.footer__general {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__general>* {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.footer-general__logo {
		width: 100%;
		margin-right: 0;
	}

	.footer-general__item {
		width: calc(33.3% - 13.3px);
	}

	/* App Page */
	.faqs-list__item {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.main {
		padding-bottom: 30px;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 850px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #fff;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #003135;
		border-radius: 5px;
	}

	.prime {
		min-height: 300px;
	}

	.prime__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}

	.about-proscons__table {
		display: none;
	}

	.about-proscons__item {
		display: block;
		background-color: #E5E8ED;
		border-radius: 6px;
		padding: 12px;
	}

	.about-proscons__item+.about-proscons__item {
		margin-top: 20px;
	}

	.about-proscons__list li {
		display: block;
		background-color: rgba(0, 0, 0, 0);
		border-top: 2px solid rgba(0, 49, 53, 0.2);
		border-radius: 0;
		font-size: 16px;
		line-height: 22px;
		padding: 11px 0;
	}

	.about-proscons__list li+li {
		margin-top: 0;
	}

	.bonus-banner {
		min-height: 300px;
		padding: 20px;
	}

	.list-img__img {
		position: relative;
		right: 0;
		margin-left: auto;
		width: 60%;
	}

	.bonuses-list__item {
		width: 100%;
	}

	.store {
		padding: 20px;
	}

	.store__background img {
		-o-object-position: 70%;
		object-position: 70%;
	}

	.games__banner:nth-of-type(n) .games-desc__list li:nth-child(n),
	.baccarat__list li {
		width: 100%;
	}

	.license__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.license-wrap__img {
		width: auto;
	}

	.reviews-list__item {
		width: 100%;
	}

	/* Bonus Page */
	.rewards__points {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.rewards-points__img {
		margin-top: 10px;
		width: auto;
	}

	/* App Page */
	.benefits-list__item:nth-child(n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 0;
	}

	.benefits-list__item+.benefits-list__item {
		margin-top: 10px;
	}

	.benefits-item__img {
		width: auto;
		margin: 0 auto -10px;
	}

	.benefits-item__img img {
		position: static;
	}

	.faqs-list__item {
		width: 100%;
	}

	/* Betting Page */
	.design-wrap__desc {
		width: 100%;
	}

	.design-wrap__img {
		position: relative;
		right: 0;
		margin: 10px auto -20px;
		width: auto;
	}
}

@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;
	}

	ol>li,
	ul>li {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.about__table td:first-child {
		max-width: 200px;
	}

	.grades__table td {
		max-width: 80px;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer-general__item {
		width: calc(50% - 10px);
	}

	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}

	/* App Page */
	.benefits-item__desc {
		padding: 20px;
	}
}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
		padding: 5px 8px;
	}

	h3,
	.title.middle {
		font-size: 16px;
	}

	li {
		font-size: 15px;
	}

	ol>li {
		padding: 10px 10px 10px 50px;
	}

	ul>li {
		padding: 10px 10px 10px 45px;
	}

	li:before {
		left: 10px;
	}

	ol>li:before {
		font-size: 16px;
		width: 30px;
		height: 30px;
	}

	ul>li:before {
		width: 25px;
		height: 25px;
	}

	.cover,
	.main {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content,
	.article-banner,
	.article-wrap {
		padding: 15px;
	}

	.about-proscons__title {
		font-size: 18px;
	}

	.about-proscons__list li {
		font-size: 15px;
	}

	.bonus-banner {
		min-height: 250px;
	}

	.bonus-banner__text {
		font-size: 16px;
	}

	.bonus-banner__button {
		margin-top: 20px;
	}

	.app-button {
		gap: 10px;
		width: 240px;
	}

	.compete__table th:first-child,
	.compete__table td:first-child {
		max-width: 180px;
	}

	.faq-item__title {
		font-size: 15px;
		padding-right: 40px;
	}

	.faq-item__title:after {
		right: 10px;
	}

	.reviews-list__item {
		padding: 15px;
	}

	.reviews-item__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 10px;
	}

	.grades__table tr {
		font-size: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.grades__table td {
		max-width: 40px;
	}

	.footer-general__item {
		text-align: center;
		width: 100%;
	}

	.footer-general__item ul li {
		text-align: center;
	}

	.footer-item__button {
		margin: 0 auto;
	}

	/* App Page */
	.download__banner {
		padding: 10px;
	}

	.benefits-item__desc {
		padding: 15px;
	}

	.faqs-list__item {
		padding-top: 60px;
	}
}