@media screen and (min-width: 1600px) {
	.cover {
		padding-left: calc(50% - ((1600px - 40px) / 2));
		padding-right: calc(50% - ((1600px - 40px) / 2));
	}

	.main,
	.footer {
		padding-left: calc(50% - ((1600px - 580px) / 2));
		padding-right: calc(50% - ((1600px - 60px) / 2));
	}

	.sidebar {
		left: calc(50% - ((1600px - 60px) / 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;
	}
}

@media screen and (max-width:1025px) {
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		border: 2px solid #408FD4;
		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: #408FD4;
	}

	.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: #101F2E;
		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: 25px;
	}

	.header__menu ul li {
		padding-right: 0;
	}

	.header__menu ul li:after {
		display: block;
		position: static;
		margin-top: 15px;
	}

	.prime {
		padding: 20px;
	}

	.prime__wrap,
	.bonus-banner__wrap {
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
	}

	.reviews-list__item {
		padding: 20px;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 30px 5px 0;
	}

	.prime {
		min-height: 400px;
	}

	.prime__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}

	.table {
		overflow: auto;
	}

	.table:after {
		display: none;
	}

	.table table {
		width: 850px;
	}

	.technical__table th:first-child,
	.technical__table td:first-child {
		max-width: 200px;
	}

	.bonus-banner,
	.store {
		padding: 20px;
	}

	.article-banner {
		padding: 20px;
	}

	.list-row-3 li {
		width: calc(50% - 8px);
	}

	.reviews-list__item {
		width: calc(50% - 10px);
	}

	.footer__payments {
		gap: 20px;
	}

	/* Bonus Page */
	.welcome__banner:nth-of-type(2) .welcome-banner__img,
	.welcome__banner:nth-of-type(3) .welcome-banner__img {
		bottom: 0;
	}

	/* Betting Page */
	.features-list__item {
		width: 100%;
	}

	.symbols__table table {
		width: 915px;
	}

}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 60px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	.main,
	.footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.article-banner__desc {
		max-width: none;
		width: 100%;
	}

	.article-banner__img {
		position: relative;
		bottom: 0;
		top: 0;
		right: 0;
		left: 0;
		width: auto;
		margin: 10px auto -20px;
	}

	.bonus-banner {
		min-height: 300px;
	}

	.bonus-banner__title {
		font-size: 28px;
	}

	.store {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.list-row li {
		width: 100%;
	}

	.offers__banner:nth-of-type(n) .offers-banner__img,
	.welcome__banner:nth-of-type(n) .welcome-banner__img {
		width: auto;
		left: 0;
		right: 0;
	}

	.offers__banner:nth-of-type(4) .offers-banner__img {
		margin-right: auto;
		margin-left: -20px;
	}

	.blocks-list {
		max-width: none;
		width: auto;
	}

	.reviews-list__item:nth-child(n) {
		width: 100%;
	}

	.footer__copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* Bonus Page */
	.promotions-banner__img {
		margin-left: auto;
		margin-right: -20px;
	}

	.freespins-banner__desc .list-row li:nth-child(n+4) {
		width: 100%;
	}

	.limited__banner:nth-of-type(n) .limited-banner__img {
		width: auto;
	}

	.limited__banner:first-of-type .limited-banner__img {
		margin-left: auto;
		margin-right: -20px;
	}

	.limited__banner:last-of-type .limited-banner__img {
		margin-left: -20px;
		margin-right: auto;
	}

	/* App Page */
	.device__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 18px;
	}

	h3,
	.title.middle {
		font-size: 16px;
	}

	h4,
	.title.mini {
		font-size: 15px;
	}

	li {
		display: block;
		min-height: 0;
		font-size: 15px;
		padding-left: 45px;
		padding-right: 10px;
	}

	li:before {
		left: 10px;
	}

	.cover,
	.main,
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content,
	.article-banner {
		padding: 15px;
	}

	.prime__wrap,
	.bonus-banner__wrap {
		padding: 15px;
	}

	.prime__rating {
		font-size: 14px;
	}

	.prime__text {
		font-size: 16px;
	}

	.description-banner__desc ul li {
		padding-left: 45px;
	}

	.bonus-banner__title {
		font-size: 26px;
	}

	.blocks-list__item {
		padding: 15px;
	}

	.footer__langs {
		padding: 32px 0;
	}

	.footer__payments {
		gap: 10px;
	}
}