@media screen and (min-width: 1440px) {
	.cover {
		padding-left: calc(50% - ((1440px - 60px)/ 2));
		padding-right: calc(50% - ((1440px - 60px)/ 2));
	}

	.main {
		padding-left: calc(50% - ((1440px - 514px)/ 2));
		padding-right: calc(50% - ((1440px - 40px)/ 2));
	}

	.footer {
		padding-left: calc(50% - ((1440px - 554px)/ 2));
		padding-right: calc(50% - ((1440px - 80px)/ 2));
	}

	.sidebar {
		left: calc(50% - ((1440px - 40px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1350px) {
	.prime__wrap {
		background-color: rgba(5, 7, 26, .5);
		border-radius: 15px;
		padding: 20px;
	}

	/* App Page */
	.responsible__desc>p {
		background-color: rgba(5, 7, 26, .7);
		border-radius: 15px;
		padding: 10px;
	}

	.responsible__background {
		opacity: .8;
	}
}

@media screen and (max-width:1200px) {
	.sidebar {
		height: auto;
		padding-bottom: 0;
		position: static;
		width: 100%;
	}

	.sidebar__button,
	.sidebar__menu,
	.sidebar__app {
		display: none;
	}

	.sidebar__quicklinks {
		margin-top: 0;
	}

	.sidebar-quicklinks__button {
		background: none;
		border: 3px solid #F5F64B;
		border-radius: 5px;
	}

	.sidebar-quicklinks__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	ul.sidebar-quicklinks__list {
		display: none;
	}

	.main,
	.footer {
		padding-left: 20px;
	}

	footer {
		padding-right: 20px;
	}
}

@media screen and (max-width:1025px) {
	.header {
		gap: 16px;
	}

	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background-color: #23293A;
		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: #05071A;
		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;
	}

	.header__lang {
		padding-right: 0;
	}

	.prime {
		padding: 20px;
	}

	.summary,
	.responsible {
		padding: 40px;
	}

	/* App Page */
	.requirements-banner__background {
		opacity: 0.5;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.header__lang {
		padding-left: 0;
	}

	.prime {
		min-height: 0;
		padding: 20px;
	}

	.table {
		overflow: auto;
		border-radius: 15px 15px 5px 5px;
	}

	.table:after {
		display: none;
	}

	.table table {
		width: 800px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #EFCD57;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #1F2038;
		border-radius: 5px;
	}

	.about-proscons__item ul {
		padding-left: 0;
	}

	.register-banner__img {
		position: relative;
		right: auto;
		width: auto;
		margin: 10px auto -20px;
	}

	.bonus-banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bonus-banner__wrap {
		background-color: rgba(5, 7, 26, .5);
		border-radius: 15px;
		padding: 20px;
	}

	.bonus-banner__text {
		font-size: 28px;
	}

	.bonus-banner__background img {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 70%;
		object-position: 70%;
	}

	.app__offers ul,
	.app-banner__desc ol {
		width: 100%;
	}

	.app-offers__img,
	.app-banner__img {
		position: relative;
		right: auto;
		width: auto;
	}

	.app-offers__img {
		margin: 10px auto;
	}

	.app-banner__img {
		margin: 10px 0 -20px auto;
	}

	.app-banner-android__img {
		margin-right: -20px;
	}

	.bonuses-list__item,
	.bonuses-card__desc,
	.tournaments-banner__wrap,
	.deposit-wrap__desc {
		width: 100%;
	}

	.bonuses-card__img,
	.tournaments__banner .tournaments-banner__img,
	.deposit-wrap__img {
		position: relative;
		right: auto;
		width: auto;
		margin: 10px auto -20px;
	}

	.bonuses__list {
		gap: 20px;
	}

	.deposit-banner__background {
		opacity: .7;
	}

	.summary__desc {
		background-color: rgba(5, 7, 26, .5);
		border-radius: 15px;
		padding: 20px;
	}

	/* Bonuses Page */
	.offers-card__desc p:last-child,
	.offers-banner__desc p:last-child,
	.cashback-card__desc,
	.cashback-banner__desc ol,
	.cashback-banner__desc p {
		width: 100%;
	}

	.offers-card__img,
	.offers-banner__img,
	.cashback-card__img,
	.cashback-banner__img,
	.limited-card__img {
		position: relative;
		right: auto;
		width: auto;
		margin: 10px auto -20px;
	}

	.blocks-list-3 .blocks-list__item {
		width: calc(50% - 10px);
	}

	.cashback-card__img {
		margin-right: -20px;
	}

	/* App Page */
	.download-banner__desc,
	.benefits-banner__desc,
	.benefits-card__desc,
	.web-banner__desc {
		width: 100%;
	}

	.download-banner__img,
	.benefits-banner__img,
	.benefits-card__img,
	.web-banner__img {
		position: relative;
		right: auto;
		width: auto;
		margin: 10px auto -20px;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 80px);
		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;
	}

	.blocks-list__item,
	.blocks-list-3 .blocks-list__item {
		width: 100%;
	}

	.pros-cons__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonus-banner__text {
		font-size: 24px;
	}

	.about__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.reviews-list__item {
		width: 100%;
	}

	.summary,
	.responsible {
		padding: 20px;
	}

	/* Bonuses Page */
	.welcome-desc__list {
		width: 100%;
	}

	.welcome-banner__img,
	.reload-banner__img {
		position: relative;
		width: auto;
		margin: 10px -20px -20px auto;
	}

	.reload-banner__img {
		right: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 450px) {
	.main {
		padding-left: 10px;
		padding-right: 10px;
	}

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
		padding: 12px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	.content,
	.prime__wrap,
	.article-banner,
	.article-banner__wrap {
		padding: 15px;
	}

	.prime {
		padding: 10px;
	}

	.prime__text {
		margin-top: 10px;
	}

	.prime__button {
		margin-top: 20px;
	}

	.app-button {
		width: 220px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.bonuses-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.bonuses-item__desc {
		display: block;
		min-height: 0;
		padding: 60px 15px 15px;
		width: 100%;
	}

	.bonuses-item__desc,
	.bonuses-item__desc::after {
		border-radius: 6px 20px 6px 20px;
	}

	.bonuses-item__desc::after {
		padding-right: 1px;
	}

	.bonuses-item__img {
		max-width: 100px;
		width: auto;
		margin: 0 0 -50px;
	}

	.faq-item__title {
		padding-right: 45px;
	}

	.faq-item__title:after {
		right: 10px;
	}

	.footer {
		gap: 20px;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer__copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 0;
	}

	.to-top {
		width: 75px;
		height: 87px;
	}
}