@media screen and (min-width: 1600px) {
	.cover {
		padding-left: calc(50% - ((1600px - 60px) / 2));
		padding-right: calc(50% - ((1600px - 60px) / 2));
	}

	.main,
	.footer {
		padding-left: calc(50% - ((1600px - 552px) / 2));
		padding-right: calc(50% - ((1600px - 552px) / 2));
	}

	.sidebar__left {
		left: calc(50% - ((1600px - 40px) / 2));
	}

	.sidebar__right {
		right: calc(50% - ((1600px - 40px) / 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1300px) {
	.sidebar__right {
		display: none;
	}

	.main,
	.footer {
		padding-right: 20px;
	}
}

@media screen and (max-width:1025px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background: #4DA533;
		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: #EDF1F3;
		text-align: center;
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 100;
		padding: 25px;
		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;
	}

	.main,
	.footer {
		padding-left: 20px;
	}

	.sidebar__left {
		height: auto;
		position: static;
		padding: 0;
		width: 100%;
	}

	.sidebar__left>*:not(.sidebar__item-navigation) {
		display: none;
	}

	.sidebar-navigation__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-navigation__button.slide:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-navigation__list {
		display: none;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	h2,
	.title.high {
		font-size: 26px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime {
		padding: 20px;
		min-height: 0;
	}

	.prime__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}

	.prime__wrap {
		background: -o-linear-gradient(bottom, rgba(0, 59, 39, 0.7) 0%, rgba(20, 190, 148, 0.7) 100%);
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 59, 39, 0.7)), to(rgba(20, 190, 148, 0.7)));
		background: linear-gradient(0deg, rgba(0, 59, 39, 0.7) 0%, rgba(20, 190, 148, 0.7) 100%);
		border-radius: 6px;
		padding: 15px;
	}

	.table {
		overflow: auto;
	}

	.table:after {
		display: none;
	}

	.table table {
		width: 850px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: #fff;
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 59, 39, 0.7)), to(rgba(20, 190, 148, 0.7)));
		background: linear-gradient(0deg, rgba(0, 59, 39, 0.7) 0%, rgba(20, 190, 148, 0.7) 100%);
	}

	.about__table th {
		max-width: 300px;
	}

	.article-banner {
		padding: 20px;
	}

	.bonus-banner {
		padding: 20px;
	}

	.deposits__table th,
	.deposits__table td {
		max-width: 160px;
	}

	.reviews__list,
	.grades__list {
		padding: 0;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 68px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.about-banner__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonus-banner {
		min-height: 350px;
	}

	.bonus-banner__title {
		font-size: 26px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.store {
		padding: 20px;
	}

	.store__background img {
		-o-object-position: 30%;
		object-position: 30%;
	}

	.reviews-list__item,
	.blocks-list__item {
		width: 100%;
	}

	.conclusion__desc {
		width: 100%;
	}

	.conclusion__img {
		position: relative;
		right: 0;
		margin: 10px -20px -20px auto;
		width: auto;
	}

	.footer-menu__item {
		width: calc(50% - 10px);
	}

	/* Bonus Page */

	.article-banner__img {
		margin: 10px auto -20px;
		position: relative;
		right: 0;
		width: auto;
	}

	/* App Page */
	.features-item__desc {
		width: 100%;
	}

	.features-list__item:nth-child(n) .features-item__img {
		margin: 10px auto -20px;
		position: relative;
		right: 0;
		width: auto;
	}

}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	li {
		padding-left: 35px;
	}

	ul>li:before,
	ol>li:before,
	ol.blocks-list .blocks-list-item__title:before {
		border-radius: 5px;
		width: 25px;
	}

	ol>li:before,
	ol.blocks-list .blocks-list-item__title:before {
		font-size: 16px;
	}

	ul>li:before {
		width: 25px;
	}

	.cover,
	.main,
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content,
	.article-banner,
	.article-wrap {
		padding: 15px;
	}

	.about__table th {
		max-width: 225px;
	}

	.about-desc__item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.bonus-banner {
		min-height: 250px;
	}

	.bonus-banner__text {
		font-size: 16px;
	}

	.blocks-list-item__desc {
		margin-top: 10px;
	}

	.reviews-list__item {
		padding: 15px;
	}

	.reviews-item__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer__langs {
		gap: 10px;
	}

	.footer__langs li a {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.footer__payment {
		gap: 10px;
	}

	.to-top {
		width: 40px;
		height: 40px;
	}

	/* Bonus Page */
	ol.blocks-list .blocks-list-item__title {
		margin-left: 33px;
		width: calc(100% - 33px);
	}
}