@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));
	}

	.header {
		padding-left: calc(50% - ((1600px - 120px)/ 2));
	}

	.sidebar {
		left: calc(50% - ((1600px - 60px)/ 2));
	}
}

@media screen and (min-width:1025px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1200px) {
	.sidebar {
		display: none
	}

	.page-nav {
		display: block;
		padding: 10px !important;
	}

	.sidebar-quicklinks__button {
		background-color: #6F48D7;
	}

	.sidebar-quicklinks__button.slide {
		background-color: rgba(0, 0, 0, 0);
	}

	.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;
	}

	.general-content {
		width: 100%;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 1130px;
	}

	.table-banner .table table {
		width: 715px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, .2);
		border-radius: 10px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #9770FF;
		border-radius: 10px;
	}

	.footer__menu {
		gap: 30px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.footer-menu__item {
		min-width: 0;
	}
}

@media screen and (max-width:1025px) {
	.cover {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background: -o-radial-gradient(55.4% 14.06%, 45.91% 85.94%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
			-o-radial-gradient(22.73% 20.31%, 66.76% 121.06%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
			-o-radial-gradient(33.52% -15.63%, 92.56% 151.44%, #2575DE 0%, #221BE8 85.15%),
			-o-radial-gradient(82.39% 55.47%, 35.8% 316.2%, #1F28D6 0%, #2849EF 100%);
		background: radial-gradient(45.91% 85.94% at 55.4% 14.06%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
			radial-gradient(66.76% 121.06% at 22.73% 20.31%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
			radial-gradient(92.56% 151.44% at 33.52% -15.63%, #2575DE 0%, #221BE8 85.15%),
			radial-gradient(35.8% 316.2% at 82.39% 55.47%, #1F28D6 0%, #2849EF 100%);
		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: #030A16;
		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__wrap:before,
	.bonus-banner__wrap:before {
		background-color: rgba(77, 45, 163, .8);
	}

	.bonus-banner {
		padding-top: 50px;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high {
		font-size: 26px;
	}

	h3,
	.title.middle {
		font-size: 22px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.header__lang {
		gap: 10px;
	}

	.prime {
		min-height: 0;
	}

	.prime__text {
		font-size: 20px;
		margin-top: 20px;
	}

	.table th {
		font-size: 17px;
	}

	.bonus-banner__title {
		font-size: 44px;
	}

	.bonus-banner__text {
		font-size: 30px;
	}

	.bonuses-item__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
	}

	.bonuses-item__desc {
		padding: 0;
	}

	.bonuses-item__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.bonuses-item__buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	li.grades-list__item {
		width: calc(50% - 10px);
	}

	.conclusion__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__info {
		padding: 0;
	}

	/* Bonuses Page */
	.welcome__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.welcome-wrap__img {
		-ms-flex-item-align: self-end;
		align-self: self-end;
		width: auto;
	}

	.freespins__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.freespins-wrap__img {
		width: auto;
	}

	/* App Page */
	.download__banner {
		padding-right: 20px;
	}

	.choose__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__menu {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start;
	}

	.footer-menu__item {
		min-width: -webkit-calc((100% - 30px) / 2);
		min-width: -moz-calc((100% - 30px) / 2);
		min-width: calc((100% - 30px) / 2);
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 74px);
		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: 24px;
	}

	h3,
	.title.middle {
		font-size: 20px;
	}

	h4,
	.title.mini {
		font-size: 18px;
	}

	.prime__wrap {
		padding: 20px;
	}

	.prime__text {
		font-size: 18px;
		margin-top: 10px;
	}

	.advantages__table thead th:first-child,
	.advantages__table tbody td:first-child {
		max-width: 290px;
	}

	.advantages__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.advantages-proscons__item {
		width: 100%;
	}

	.bonus-banner {
		padding: 30px 0 0;
	}

	.bonus-banner__right {
		padding: 0 0 30px;
	}

	.bonus-banner__wrap {
		padding-top: 65px;
	}

	.bonus-banner__title {
		font-size: 36px;
	}

	.bonus-banner__text {
		font-size: 26px;
	}

	li.reviews-list__item,
	li.grades-list__item {
		width: 100%;
	}

	.welcome__list li,
	.welcome-desc__list li,
	.freespins-wrap__desc ul li,
	.requirements__list li {
		width: 100%;
	}

	ul li:after {
		display: none;
	}

	.footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}


}

@media screen and (max-width: 450px) {
	.main {
		padding-left: 10px;
		padding-right: 10px;
	}

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		border-width: 17px;
		font-size: 20px;
		pad: 10px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	h4,
	.title.mini {
		font-size: 16px;
	}

	ol li {
		padding-left: 50px;
	}

	ol>li:before {
		width: 40px;
	}

	.content {
		padding: 15px;
	}

	.header__lang {
		gap: 5px;
		padding: 0;
	}

	.bonus-banner {
		padding: 0;
	}

	.bonus-banner__wrap {
		padding: 30px 15px 20px;
	}

	.bonus-banner__title {
		font-size: 26px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.faq__list li {
		padding-bottom: 0;
	}

	.faq-item__title {
		font-size: 15px;
		padding: 10px 45px 10px 35px;
	}

	.faq-item__title:before {
		width: 25px;
	}

	.faq-item__title:after {
		right: 0;
		width: 30px;
		height: 30px;
	}

	.faq-item__desc {
		border-width: 2px;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer-menu__item p {
		margin-bottom: 10px;
	}

	/* Bonus Page */
	.responsibly__title {
		word-break: break-word;
	}

}