@media screen and (min-width: 1600px) {

	.cover,
	.content-wrapper {
		padding-left: calc(50% - ((1600px - 40px) / 2));
		padding-right: calc(50% - ((1600px - 40px) / 2));
	}

	.header {
		padding-left: calc(50% - (1600px / 2));
		padding-right: calc(50% - ((1600px - 76px) / 2));
	}

	.to-top-wrap {
		right: calc(50% - ((1600px - 460px) / 2));
	}
}

@media screen and (min-width:1201px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1300px) {
	.sidebar__right {
		display: none;
	}

	.to-top-wrap {
		right: 10px;
	}
}

@media screen and (max-width:1200px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background: #4CA421;
		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 {
		background: #16181D;
		text-align: center;
		margin: 0;
		padding: 25px;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 100;
		display: none;
	}

	.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__menu li a {
		padding-top: 0;
	}

	.prime {
		padding: 20px;
	}

	.prime__wrap {
		background: -o-linear-gradient(right, rgba(26, 26, 29, .7) 0%, rgba(59, 59, 62, .7) 100%);
		background: -webkit-gradient(linear, right top, left top, from(rgba(26, 26, 29, .7)), to(rgba(59, 59, 62, .7)));
		background: linear-gradient(270deg, rgba(26, 26, 29, .7) 0%, rgba(59, 59, 62, .7) 100%);
		border-radius: 8px;
		padding: 15px;
		max-width: 580px;
	}

	/* Betting Page */
	.features-adjust__img {
		left: 0;
	}
}

@media screen and (max-width:1025px) {
	.sidebar {
		display: none;
	}

	.main {
		width: 100%;
	}

	.content.navigation {
		background: none;
		display: block;
		padding: 0 0 20px;
	}

	.sidebar-navigation__button:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-navigation__button.slide:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-navigation__list {
		display: none;
	}

	.content-wrapper {
		width: 100%;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.header {
		padding-right: 15px;
	}

	.header__buttons {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 860px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #fff;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background-color: #4CA421;
		border-radius: 5px;
	}

	.table tr {
		gap: 20px;
	}

	.about__proscons,
	.article-banner {
		padding: 20px;
	}

	.bonus-banner__wrap {
		background-color: rgba(35, 39, 46, .85);
		border-radius: 8px;
		padding: 15px;
	}

	.app-banner__img {
		width: 40%;
	}

	.offers-weekly__item .offers-item__img {
		width: 34%;
	}


	.grades__table table {
		width: 100%;
	}

	/* App Page */
	.store {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	/* Betting Page */
	.feaures__betting li {
		width: calc(50% - 6px);
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 54px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	.prime {
		min-height: 0;
	}

	.header {
		gap: 10px;
	}

	.header__wrap {
		gap: 5px;
	}

	.header__time {
		padding-left: 0;
		padding-right: 5px;
	}

	.about__pros {
		width: 100%;
	}

	.pros-wrap__img {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 10px auto 0;
		width: 50%;
	}

	.bonus-banner {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.article-banner__desc {
		width: 100%;
	}

	.article-banner__img {
		margin: 10px -20px -20px auto;
		position: relative;
		width: auto;
	}

	.app__banner-ios .app-banner__desc ol {
		width: 100%;
	}

	.offers-item__desc,
	.games-item__desc {
		width: 100%;
	}

	.offers-list__item:nth-child(n) .offers-item__img,
	.games-list__item:nth-child(n) .games-item__img {
		position: relative;
		width: auto;
		bottom: auto;
		top: auto;
		left: auto;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.offers-list__item:nth-child(odd) .offers-item__img,
	.games-list__item:nth-child(odd) .games-item__img {
		margin-left: auto;
		margin-right: -20px;
	}

	.offers-list__item:nth-child(even) .offers-item__img,
	.games-list__item:nth-child(even) .games-item__img {
		margin-right: auto;
		margin-left: -20px;
	}

	.bonuses ul {
		width: 100%;
	}

	.bonuses__img {
		position: relative;
		width: auto;
		margin: 0 -20px -20px auto;
	}

	.vip__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.live-list__item {
		width: 100%;
	}

	.live__img {
		margin: 10px -20px -32px auto;
		position: relative;
		width: auto;
	}

	.reviews-list__item {
		width: 100%;
	}

	.grades-table__img {
		width: auto;
		opacity: .2;
	}

	.footer-menu__item {
		min-width: calc(50% - 15px);
	}

	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__wrap>* {
		max-width: none;
		width: 100%;
	}

	/* Bonus Page */
	.welcome-banner__desc ul,
	.benefits__wrap,
	.limited__desc {
		width: 100%;
	}

	.benefits__wrap,
	.limited__desc {
		padding: 20px;
	}

	.benefits__img,
	.limited__img {
		position: relative;
		width: auto;
		margin: 10px auto -32px;
	}

	/* App Page */
	.devices__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.devices-tips__desc {
		width: 100%;
	}

	.devices-tips__img {
		position: relative;
		right: auto;
		bottom: auto;
		width: auto;
		margin: 0 auto;
	}

	/* Betting Page */
	.streaming__list,
	.features__list {
		width: 100%;
	}

	.streaming__img,
	.features__img,
	.reasons__img {
		position: relative;
		bottom: auto;
		right: auto;
		width: auto;
		margin: 10px auto 0;
	}

	.feaures__betting li,
	.sports-desc__list li,
	.betting__list li,
	.reasons__list li span {
		width: 100%;
	}

	.features-adjust__img {
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.reasons__img {
		margin-bottom: -32px;
	}
}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 20px;
	}

	h2,
	.title.high {
		font-size: 18px;
	}

	h3,
	.title.middle {
		font-size: 16px;
	}

	h4,
	.title.mini {
		font-size: 15px;
	}

	li {
		font-size: 15px;
		padding-left: 40px;
	}

	li:before {
		width: 40px;
	}

	ul>li:before {
		background-size: 20px;
	}

	.cover,
	.content-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content {
		padding: 25px 15px;
	}

	.article-banner {
		padding: 15px;
	}

	.header {
		padding-left: 0;
	}

	.header>.header__links {
		display: none;
	}

	.header__menu .header__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}

	.header__time {
		display: none;
	}

	.prime {
		padding-left: 10px;
		padding-right: 10px;
	}

	.about__table tbody th {
		max-width: 300px;
	}


	.bonus-banner__title {
		font-size: 16px;
	}

	.faq-item__title {
		padding-left: 45px;
		padding-right: 10px;
	}

	.faq-item__title:after {
		left: 10px;
	}



	.grades__table tr {
		padding: 10px;
	}

	.grades__table tbody tr+tr {
		margin: 0;
		padding-bottom: 9px;
	}

	.grades__table th {
		font-size: 15px;
		text-shadow: 0 0 3px #000;
	}

	.grades__table td {
		max-width: 50px;
	}

	.footer__langs {
		gap: 10px;
	}

	.to-top-wrap {
		width: 50px;
	}

	.to-top {
		height: 40px;
		width: 50px;
	}
}