@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 - 82px)/ 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: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(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-left: 40px;
		padding-right: 40px;
	}

	.bonus-banner__wrap {
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}

	.bonuses-desc__title {
		font-size: 26px;
	}

	.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 {
		min-height: 0;
		padding: 20px;
	}

	.about-proscons__item ul {
		padding-left: 0;
	}

	.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;
		margin: 0;
	}

	.bonus-banner {
		min-height: 0;
		padding: 50px 20px;
	}

	.bonus-banner__wrap {
		background: rgba(0, 9, 119, 0.3);
	}

	.bonus-banner__text {
		font-size: 28px;
	}

	.bonuses-list__item {
		-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;
	}

	.bonuses-item__img {
		width: 100%;
		max-width: none;
	}

	.bonuses-item__img:before {
		display: none;
	}

	.bonuses-item__desc {
		padding: 20px;
		text-align: center;
		margin: 0;
	}

	.bonuses-desc__buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.app-banner {
		padding: 40px 20px;
	}

	.bonuses-item__desc {
		padding-right: 20px;
	}

	.bonuses-desc__title {
		font-size: 22px;
	}

	.bonuses-desc__text {
		margin-top: 10px;
	}

	.table {
		overflow: auto;
		padding-bottom: 10px;
	}

	.table table {
		width: 800px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #1F2038;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: linear-gradient(94.7deg, #1A0B3B 7.59%, #FFD169 100%);
		border-radius: 5px;
	}

	.license__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.license-wrap__item {
		width: 100%;
	}

	.reviews__list {
		gap: 20px;
	}

	.reviews-list__item {
		width: calc(50% - 10px);
	}

	.footer-item__title {
		font-size: 20px;
	}

	/* Bonus Page */
	.welcome__wrap,
	.vip__wrap,
	.responsibly {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.welcome-wrap__img,
	.responsibly__img {
		margin: 0;
		width: auto;
	}

	.vip-wrap__item {
		width: 100%;
	}

	/* App Page */
	.app__wrap,
	.features__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.app-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__wrap:before {
		-webkit-filter: blur(100px);
		filter: blur(100px);
	}

	.prime__text {
		margin-top: 15px;
	}

	.prime__button {
		margin-top: 15px;
	}

	.title.bonus-banner__title {
		padding-left: 65px;
		padding-right: 65px;
	}

	.about__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-proscons__item {
		width: 100%;
	}

	.bonus-banner__title:before,
	.bonus-banner__title:after {
		width: 55px;
	}

	.bonus-banner__text {
		font-size: 24px;
	}

	.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-item__title {
		font-size: 18px;
	}

	.footer-general__support {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.welcome-wrap__img {
		width: auto;
	}
}

@media screen and (max-width: 450px) {

	.cover,
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content {
		padding: 15px;
	}

	ol.type-list>li {
		padding: 10px 10px 10px 40px;
	}

	ol.type-list>li:before {
		width: 30px;
	}

	ul.type-list>li {
		padding: 10px 10px 10px 25px;
	}

	ul.type-list>li:before {
		left: 5px;
	}

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h2 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header__lang {
		padding: 10px;
	}

	.header__lang span {
		display: none;
	}

	.about__table table {
		width: 550px;
	}

	.about__table th:first-child,
	.about__table td:first-child {
		max-width: 200px;
	}

	.about-proscons__item {
		padding: 10px;
	}

	.bonus-banner {
		padding: 50px 15px;
	}

	.bonus-banner__wrap {
		padding: 20px 15px;
	}

	.title.bonus-banner__title {
		padding: 0;
	}

	.bonus-banner__title:before,
	.bonus-banner__title:after {
		display: none;
	}

	.bonus-banner__text {
		font-size: 17px;
	}

	.bonus-banner__button {
		margin-top: 15px;
	}

	.bonuses-desc__title {
		font-size: 20px;
	}

	.bonuses-desc__text {
		font-size: 16px;
	}

	.bonuses-desc__title {
		font-size: 18px;
	}

	.bonuses-desc__text {
		font-size: 14px;
	}

	.reviews-heading__img {
		max-width: 50px;
	}

	.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;
	}
}