@media screen and (min-width: 1600px) {
	.cover {
		padding-left: calc(50% - ((1600px - 60px) / 2));
		padding-right: calc(50% - ((1600px - 60px) / 2));
	}

	.main,
	.footer {
		padding-left: calc(50% - ((1600px - 580px) / 2));
		padding-right: calc(50% - ((1600px - 60px) / 2));
	}

	.sidebar {
		left: calc(50% - ((1600px - 50px) / 2));
	}

	.to-top-wrap {
		right: calc(50% - ((1600px - 60px) / 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1200px) {

	.main,
	.footer {
		padding-left: 30px;
	}

	.sidebar {
		height: auto;
		position: static;
		padding: 0;
		width: 100%;
	}

	.sidebar>*:not(.sidebar__item-navigation) {
		display: none;
	}

	.sidebar-navigation__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-navigation__button.slide:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-navigation__list {
		display: none;
	}

	.prime {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width:1025px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		border: 2px solid #FFF72E;
		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: #FFF72E;
	}

	.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: #130404;
		text-align: center;
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 100;
		padding: 25px;
		display: none;
	}

	.header__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.header__menu ul li {
		padding-right: 0;
	}

	.header__menu ul li:after {
		display: block;
		position: static;
		margin-top: 15px;
	}

	.prime {
		padding: 20px;
	}

	.prime__wrap {
		background-color: rgba(42, 20, 10, .7);
		border-radius: 12px;
		padding: 15px;
	}

	.about-proscons__item ul {
		padding-left: 0;
	}

	.live__background {
		opacity: .3;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high {
		font-size: 28px;
	}

	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}

	.table {
		overflow: auto;
	}

	.table:after {
		display: none;
	}

	.table table {
		width: 920px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: rgba(255, 247, 46, 0.05);
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #FFF72E;
	}

	.table thead {
		font-size: 16px;
	}

	.about__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonus-banner {
		min-height: 350px;
		padding-left: 20px;
	}

	.bonus-banner__title {
		font-size: 30px;
	}

	.bonus-banner__text {
		font-size: 22px;
	}

	.promotions-list__item {
		width: 100%;
	}

	.reviews-list__item {
		width: calc(50% - 10px);
	}

	.grades__table table {
		width: 100%;
	}

	/* Bonus Page */
	.welcome__list,
	.welcome-steps__desc ol {
		width: 100%;
	}

	.welcome-banner__img,
	.welcome-steps__img {
		width: auto;
		position: relative;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}

	.welcome-banner__img {
		margin-top: 20px;
	}

	.freespins-list__item,
	.winnings__banner,
	.responsibly__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.freespins-item__img,
	.winnings-banner__img {
		width: auto;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.limited__background img {
		-o-object-position: 70%;
		object-position: 70%;
	}

	.responsibly__img {
		width: auto;
	}

	/* App Page */
	.features-list__item {
		width: 100%;
	}

	.devices-item__img {
		right: 0;
		width: 50%;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 80px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 26px;
		padding: 0;
	}

	h2:before,
	h2:after {
		display: none;
	}

	h3,
	.title.middle {
		font-size: 22px;
	}

	h4,
	.title.mini {
		font-size: 18px;
	}

	.app-banner__desc,
	.promotions-reload__desc {
		width: 100%;
	}

	.app-banner__img,
	.promotions-reload__img {
		position: relative;
		margin: 10px -20px -20px auto;
		width: auto;
	}

	.promotions-reload__img {
		right: 0;
	}

	.promotions-reload__logo {
		position: relative;
		bottom: 0;
		right: 0;
		margin: 20px auto 0;
		width: auto;
	}

	.tournaments-list__item:nth-child(n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tournaments-item__img {
		width: auto;
	}

	.games-list__item,
	.games__wrap {
		width: 100%;
	}

	.games__img {
		position: relative;
		right: 0;
		bottom: 0;
		width: auto;
		margin: 0 -20px -20px auto;
	}

	.payment__wrap {
		-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;
	}

	.faq {
		padding: 20px;
	}

	.reviews-list__item {
		width: 100%;
	}

	.to-top-wrap {
		bottom: 0;
	}

	/* Bonus Page */
	.winnings__wrap {
		-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;
	}

	.winnings__wrap ul {
		width: 100%;
	}

	.winnings__img {
		width: auto;
		margin: 0 auto;
	}

	/* App Page */
	.devices-item__button {
		width: 240px;
	}

	.devices__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.devices__wrap ul {
		width: 100%;
	}

	.devices__img {
		width: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	h4,
	.title.mini {
		font-size: 16px;
	}

	ol>li {
		padding-left: 45px;
	}

	ol>li:before {
		width: 30px;
	}

	ol:after {
		left: 15px;
	}

	.cover,
	.main,
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content,
	.article-banner {
		padding: 15px;
	}

	.bonus-banner {
		min-height: 250px;
	}

	.bonus-banner__title {
		font-size: 24px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.app-button {
		width: 220px;
	}

	.promotions-list__item,
	.games-list__item,
	.reviews-list__item {
		padding: 15px;
	}

	.faq-item__title {
		padding-left: 16px;
	}

	.grades__table tr>* {
		padding-left: 10px;
		padding-right: 10px;
	}

	.grades__table td:last-child {
		max-width: 70px;
	}

	.footer {
		padding-bottom: 30px;
	}

	.footer__langs {
		gap: 10px;
	}

	.footer__age {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/* Bonus Page */
	.winnings__banner,
	.freespins-list__item,
	.features-list__item {
		padding: 15px;
	}

	/* App Page */
	.devices-list__item {
		padding-left: 60px;
	}

	.devices-item__button {
		font-size: 14px;
		gap: 8px;
		width: 190px;
	}

	.devices-item__img {
		width: 70%;
		opacity: .8;
	}
}