@media screen and (min-width: 1601px) {
	.cover {
		padding-left: calc(50% - ((1600px - 60px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}

	.footer {
		padding-left: calc(50% - ((1600px - 20px)/ 2));
		padding-right: calc(50% - ((1600px - 20px)/ 2));
	}
}

@media screen and (min-width:1025px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1370px) {
	.sidebar-right {
		display: none;
	}
}

@media screen and (max-width:1080px) {
	.prime {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width:1025px) {
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background: #41B15B;
		padding: 10px;
		border-radius: 3px;
		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: #054146;
		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 {
		min-height: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.prime__wrap {
		background-color: rgba(5, 65, 70, .6);
		border-radius: 6px;
		padding: 20px;
	}

	.content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.general-content {
		max-width: 100%;
	}

	.sidebar {
		position: static;
		height: auto;
		width: 100%;
		padding: 0;
	}

	.sidebar__item+.sidebar__item {
		margin-top: 0;
	}

	.sidebar__item-menu {
		display: none;
	}

	.sidebar-quicklinks__button:before {
		-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateX(0);
		-ms-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-quicklinks__list {
		display: none;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 28px;
	}

	.about-item__list {
		padding: 0;
	}

	.offers__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.offers-wrap__item {
		width: 100%;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 750px;
	}

	.grade__table table {
		width: 100%;
	}

	.footer__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}

	.footer-menu__item {
		width: calc(50% - 10px);
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-bottom__right {
		max-width: none;
	}

	/* BETTIGN PAGE */
	.support__list li {
		width: calc(50% - 10px);
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 60px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h2,
	.title.high {
		font-size: 22px;
	}

	.button {
		min-width: 230px;
	}

	.cover,
	.content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 15px 5px;
	}

	.about__wrap,
	.games__list,
	.reviews__list,
	.welcome-bonus__list,
	.time-offers__list,
	.betting__list,
	.support__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-wrap__item,
	.games-list__item,
	.reviews-list__item,
	.welcome-bonus__list li,
	.time-offers__list li,
	.betting__list li,
	.support__list li {
		width: 100%;
	}

	.app-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* BONUSES PAGE */
	.bonuses__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonuses-banner__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}

	.responsibly__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.responsibly-wrap__img {
		width: 100%;
	}

	/* BETTING PAGE */
	.betting__banner {
		padding: 20px;
	}
}

@media screen and (max-width:450px) {

	h1,
	.title.general {
		font-size: 24px;
		line-height: 130%;
	}

	h2,
	.title.high {
		font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	ol li {
		padding: 10px 10px 10px 50px;
	}

	ul li {
		padding: 10px 10px 10px 25px;
	}

	ul>li:before,
	ol>li:before {
		left: 10px;
	}

	ol>li:before {
		width: 30px;
		height: 30px;
	}

	.button {
		min-width: 200px;
	}

	.cover,
	.content-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content {
		padding: 15px 10px;
	}

	.header__time {
		display: none;
	}

	.prime {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.table thead tr,
	.table tbody tr {
		padding: 10px;
	}

	.about__table tbody th,
	.devices__table tbody th,
	.betting__table thead th:first-child,
	.betting__table tbody th,
	.promotions__table thead th:first-child,
	.promotions__table tbody th {
		max-width: 190px;
	}

	.about-item__title {
		padding-left: 50px;
	}

	.vip__table table tbody tr:before,
	.loyalty__table tbody tr:before {
		display: none;
	}

	.footer-menu__item {
		width: 100%;
	}
}