@media screen and (min-width: 1440px) {
	.cover {
		padding-left: calc(50% - ((1440px - 40px)/ 2));
		padding-right: calc(50% - ((1440px - 40px)/ 2));
	}

	.main {
		padding-left: calc(50% - ((1440px - 514px)/ 2));
		padding-right: calc(50% - ((1440px - 40px)/ 2));
	}

	.sidebar {
		left: calc(50% - ((1440px - 40px)/ 2));
	}

	.footer {
		padding-left: calc(50% - ((1440px - 514px)/ 2));
		padding-right: calc(50% - ((1440px - 40px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1150px) {
	.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 {
		padding-top: 0;
		padding-bottom: 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;
		margin-top: 15px;
	}

	.main,
	.footer {
		padding-left: 20px;
	}
}

@media screen and (max-width:1025px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background-color: rgba(255, 255, 255, 0.102);
		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: #05213E;
		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 {
		margin-right: 10px;
	}

	.prime__wrap {
		background-color: rgba(5, 33, 62, .2);
		border-radius: 12px;
		-webkit-box-shadow: 0px -33px 1px -7px rgba(0, 0, 0, 0.05) inset,
			0px -1px 4px 0px rgba(0, 0, 0, 0.25) inset,
			0px -3px 0px 0px rgba(0, 0, 0, 0.1) inset;
		box-shadow: 0px -33px 1px -7px rgba(0, 0, 0, 0.05) inset,
			0px -1px 4px 0px rgba(0, 0, 0, 0.25) inset,
			0px -3px 0px 0px rgba(0, 0, 0, 0.1) inset;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		padding: 20px;
		max-width: 660px;
	}

	/* Bonus Page */
	.bonuses-page .bonus-banner .bonus-banner__wrap {
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 12px;
		-webkit-box-shadow: 0px -33px 1px -7px rgba(0, 0, 0, 0.05) inset,
			0px -1px 4px 0px rgba(0, 0, 0, 0.25) inset,
			0px -3px 0px 0px rgba(0, 0, 0, 0.1) inset;
		box-shadow: 0px -33px 1px -7px rgba(0, 0, 0, 0.05) inset,
			0px -1px 4px 0px rgba(0, 0, 0, 0.25) inset,
			0px -3px 0px 0px rgba(0, 0, 0, 0.1) inset;
	}

	.bonuses-page .bonus-banner .bonus-banner__wrap,
	.bonus-banner__wrap {
		background-color: rgba(5, 33, 62, .3);
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	.header {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime {
		min-height: 0;
		padding: 20px;
	}

	.table {
		overflow: auto;
		padding-bottom: 10px;
	}

	.table table {
		width: 850px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #cbcbcb;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: -webkit-gradient(linear, left bottom, left top, from(#066486), color-stop(40.8%, #093D77), to(#1E0D61));
		background: linear-gradient(0deg, #066486 0%, #093D77 40.8%, #1E0D61 100%);
		border-radius: 5px;
	}

	.about__table th {
		max-width: 200px;
	}

	.bonus-banner__text {
		font-size: 30px;
		margin-top: 10px;
	}

	.bonus-banner__button {
		margin-top: 20px;
	}

	.specifications__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.specifications-wrap__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.vip__wrap,
	.licence__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.slots__table table {
		width: 1000px;
	}

	.support-list__item {
		width: calc(50% - 10px);
	}

	.grades__table table {
		width: 100%;
	}

	/* Bonuses Page */
	.welcome-item__background img {
		-o-object-position: 50%;
		object-position: 50%;
	}

	.welcome-item__desc {
		background: rgba(30, 13, 97, .6);
		border-radius: 6px;
		padding: 15px;
	}

	/* App Page */
	.app__content,
	.install__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.store-banner {
		padding-left: 20px;
		padding-right: 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: 18px;
	}

	h3,
	.title.middle {
		font-size: 16px;
	}


	.pros-cons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.pros-cons__item {
		width: 100%;
	}

	.bonuses-list__item {
		width: 100%;
	}

	/* App Page */
	.store-banner {
		padding: 20px;
	}

	.store-banner__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.requirements__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 450px) {
	.content {
		padding: 15px;
	}

	.cover,
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}

	h1,
	.title.general {
		font-size: 22px;
	}

	h2 {
		padding: 10px;
	}

	.prime__background img {
		-o-object-position: 80%;
		object-position: 80%;
	}

	.bonus-banner {
		min-height: 300px;
	}

	.bonus-banner__text {
		font-size: 25px;
	}

	.specifications__banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bonuses-item__desc {
		padding-left: 10px;
		padding-right: 10px;
	}

	.support-list__item {
		width: 100%;
	}

	.reviews-slider__slide {
		padding-bottom: 20px;
	}

	.grades__table table {
		width: 390px;
	}

	.footer__wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer__icons {
		gap: 20px;
	}
}