@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 - 60px)/ 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: rotateY(180deg);
		transform: rotateY(180deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateY(0);
		transform: rotateY(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: 20px;
	}

	.prime__wrap:before {
		opacity: .8;
	}

	.bonus-banner-center .bonus-banner__background img {
		-o-object-position: 15%;
		object-position: 15%;
	}

	.app-banner__background img {
		-o-object-position: 15%;
		object-position: 15%;
	}

	.bonuses-list__item:not(.bonuses-list__item-buttons) {
		width: calc(50% - 10px);
	}

	.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: 28px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	h4,
	.title.mini {
		font-size: 16px;
	}

	.header {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime {
		padding: 0 0 20px;
	}

	.prime__wrap {
		padding: 114px 20px 32px;
		margin: 0 auto;
		width: 100%;
	}

	.prime__wrap:before {
		background: url('../img/prime-app-wrap-bg.png') no-repeat top center / cover;
		opacity: .7;
	}

	.prime__icon:not(.app-prime__icon) {
		left: 0;
		right: 0;
		top: 20px;
		margin: auto;
		max-width: 75px;
	}

	.home .prime__img {
		left: 0;
		max-width: 50%;
	}

	.about-proscons__item ul {
		padding-left: 0;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 950px;
	}

	.content.bonus-banner {
		padding: 50px 20px;
	}

	.bonus-banner__background img {
		-o-object-position: 15%;
		object-position: 15%;
	}

	.bonus-banner__wrap {
		background-color: rgba(16, 7, 36, 0.6);
		-webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px);
	}

	.bonus-banner__text {
		font-size: 24px;
	}

	.registration__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.registration-wrap__desc {
		padding: 0;
	}

	.registration-wrap__img {
		width: auto;
	}

	.app-banner {
		padding: 50px 20px;
	}

	.bonuses-item__title {
		padding: 0 35px;
	}

	.bonuses-item__title:before,
	.bonuses-item__title:after {
		width: 30px;
	}

	.license__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.license-desc__item {
		width: 100%;
	}

	.reviews-item__name {
		font-size: 18px;
	}

	.grades__table table {
		width: 100%;
	}

	/* Bonus Page */
	.vip__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.vip-wrap__item {
		width: 100%;
	}

	.responsibly__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5px;
	}

	.responsibly__desc {
		max-width: none;
	}

	.responsibly__img {
		width: auto;
		margin: 0 auto -20px;
	}

	/* App Page */
	.app__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.app-wrap__item {
		width: 100%;
	}

	.features__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.features-wrap__item {
		width: 100%;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 78px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1,
	.title.general {
		font-size: 24px;
	}

	.prime__title,
	.bonus-banner__title {
		padding-left: 65px;
		padding-right: 65px;
	}

	.prime__title:before,
	.prime__title:after,
	.bonus-banner__title:before,
	.bonus-banner__title:after {
		width: 55px;
	}

	.prime__text {
		margin-top: 15px;
	}

	.about__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about__table td:first-child {
		max-width: 300px;
	}

	.about-proscons__item {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.app-banner {
		padding: 40px 20px;
	}

	.bonuses-list__item:not(.bonuses-list__item-buttons) {
		width: 100%;
	}

	.game__table th:first-child,
	.game__table td:first-child {
		max-width: 250px;
	}

	.reviews-list__item {
		width: 100%;
	}

	.opinion__img {
		max-width: 80px;
	}

	.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-general__support {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.welcome-wrap__img {
		width: auto;
	}

	/* Bonuse Page */
	.welcome__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 450px) {

	.cover,
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content {
		padding: 15px;
	}

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h2,
	h2:before {
		border-radius: 30px;
	}

	.type-list>li {
		padding: 10px 10px 10px 50px;
	}

	ul.type-list>li {
		margin-left: 50px;
	}

	ul.type-list>li:before {
		left: -50px;
	}

	.header__lang {
		padding: 10px;
	}

	.header__lang span {
		display: none;
	}

	.prime {
		padding: 0 0 10px;
	}

	.prime__title,
	.bonus-banner__title {
		padding: 0;
	}

	.prime__title:before,
	.prime__title:after,
	.bonus-banner__title:before,
	.bonus-banner__title:after {
		display: none;
	}

	.prime__wrap {
		min-height: 315px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.prime__img,
	.home .prime__img {
		max-width: 100%;
		max-height: 100%;
	}

	.prime__button {
		margin-top: 15px;
	}

	.about__table td:first-child {
		max-width: 265px;
	}

	.content.bonus-banner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.bonus-banner__wrap {
		background-color: rgba(16, 7, 36, 0.4);
		padding: 20px 15px;
	}

	.bonus-banner__text {
		font-size: 17px;
	}

	.bonus-banner__button {
		margin-top: 15px;
	}

	.bonus-banner-left .bonus-banner__background img {
		-o-object-position: 80%;
		object-position: 80%;
	}

	.bonuses-item__title {
		padding: 0;
	}

	.bonuses-item__title:before,
	.bonuses-item__title:after {
		display: none;
	}

	.reviews-item__name {
		font-size: 16px;
	}

	.opinion__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.opinion__img {
		max-width: 138px;
	}

	.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;
	}
}