@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 - 144px)/ 2));
	}

	.main {
		padding-left: calc(50% - ((1600px - 580px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}

	.sidebar {
		left: calc(50% - ((1600px - 82px)/ 2));
	}

	.footer {
		padding-left: calc(50% - ((1600px - 580px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1250px) {
	.sidebar {
		position: static;
		height: auto;
		width: 100%;
		margin-top: 20px;
		padding: 0;
		overflow: visible;
	}

	.sidebar>*:not(.sidebar__item-quicklinks) {
		display: none;
	}

	.sidebar__item-quicklinks {
		margin-top: 0;
	}

	.sidebar-quicklinks__button:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(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: -o-linear-gradient(272.77deg, #392B6B -13.49%, #3942B1 109.75%);
		background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
		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: #100724;
		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-left: 40px;
		padding-right: 40px;
	}

	.bonus-banner,
	.app-banner {
		padding-left: 40px;
		padding-right: 40px;
	}

	.bonuses-desc__title {
		font-size: 26px;
	}

	.deposits-banner__background {
		opacity: .6;
	}

	.support__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.support__desc {
		max-width: none;
	}

	.support__img:nth-child(n) {
		-ms-flex-item-align: center;
		align-self: center;
		width: auto;
	}

	.footer__wrap-general {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-general__logo {
		margin-right: 0;
	}

	.footer-general__menu {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-general__support {
		margin: 0 auto;
	}

	.footer-support__icons {
		margin-top: 20px;
	}

}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	.header {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime {
		min-height: 0;
		padding: 20px;
	}

	.prime__text {
		font-size: 16px;
	}

	.about-proscons-item__heading {
		margin-bottom: 15px;
	}

	.about-proscons__item ul {
		padding-left: 0;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.table {
		overflow: auto;
		padding-bottom: 10px;
	}

	.table table {
		width: 800px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #190E30;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: linear-gradient(274.72deg, #000075 3.86%, #3942B1 96.23%);
		border-radius: 5px;
	}

	.bonuses-banner__table table {
		width: 100%;
	}

	.registet__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.regiater__img {
		width: auto;
	}

	.mobile__item ul {
		padding: 0;
	}


	.footer-item__title {
		font-size: 20px;
	}

	/* Bonus Page */
	.reload__table table,
	.freespins__table table {
		width: 100%;
	}

	.tournaments__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tournaments__img {
		width: auto;
	}

	/* App Page */
	.install-banner__background {
		opacity: .5;
	}

	.install-banner__desc {
		max-width: 100%;
	}

	.install-banner__button {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 20px;
	}

	.requirements-item__list {
		padding-left: 0;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 72px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 22px;
		padding-left: 0;
		padding-right: 0;
	}

	.about__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonus-banner {
		min-height: 350px;
	}

	.title.bonus-banner__title {
		padding: 0;
	}

	.bonus-banner__title:before,
	.bonus-banner__title:after {
		display: none;
	}

	.mobile__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonuses-banner__table table {
		width: 600px;
	}

	.article__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.reviews-list__item {
		width: 100%;
	}

	.footer__wrap {
		padding: 20px;
	}

	.footer__wrap-general {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-general__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-menu__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: calc(50% - 10px);
	}

	.footer-item__title {
		font-size: 18px;
	}

	.footer-general__support {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	/* App Page */
	.requirements__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.web__desc {
		width: 100%;
	}

	.web__img {
		position: relative;
		right: auto;
		width: auto;
		margin-bottom: -20px;
	}
}

@media screen and (max-width: 450px) {

	.cover,
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content {
		padding: 15px;
	}

	ol>li {
		padding: 10px 10px 10px 40px;
	}

	ol li:before {
		width: 30px;
	}

	ul>li {
		padding: 10px 10px 10px 25px;
	}

	ul>li:before {
		left: 5px;
	}

	h1,
	.title.general {
		font-size: 22px;
		line-height: 120%;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	.header__lang {
		padding: 10px;
	}

	.header__lang span {
		display: none;
	}

	.prime__text {
		font-size: 14px;
	}

	.prime__button {
		margin-top: 15px;
	}

	.about__table thead th:first-child,
	.about__table tbody th {
		max-width: 220px;
	}

	.bonus-banner__text {
		font-size: 18px;
	}

	.bonus-banner__button {
		margin-top: 15px;
	}

	.mobile__item {
		padding: 15px;
	}

	.mobile-item__title {
		gap: 10px;
		font-size: 18px;
	}

	.article-banner,
	.article-banner__block {
		padding: 15px;
	}

	.bonuses__banner {
		padding: 0 10px;
	}

	.bonuses-banner__list {
		width: calc(100% - 15px);
	}

	.bonuses-banner__list li {
		padding-left: 10px;
		padding-right: 20px;
	}

	.bonuses-banner__list li img {
		max-width: 35px;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer-general__menu {
		gap: 30px;
	}

	.footer-menu__item {
		width: 100%;
	}

	.footer-item__title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 5px;
	}

	.footer-menu__item ul {
		text-align: center;
	}

	.to-top {
		background-size: 20px;
		width: 40px;
		height: 40px;
	}

	/* Bonuses Page */
	.reload__table table,
	.freespins__table table {
		width: 350px;
	}

	.final-banner__text {
		font-size: 16px;
	}

	/* App Page */
	.app-button {
		width: 220px;
	}

	.requirements-item__title {
		gap: 10px;
		font-size: 18px;
	}
}