@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 - 96px)/ 2));
		padding-right: calc(50% - ((1600px - 96px)/ 2));
	}

	.main {
		padding-left: calc(50% - ((1600px - 48px)/ 2));
		padding-right: calc(50% - ((1600px - 64px)/ 2));
	}

	.footer {
		padding-left: calc(50% - ((1600px - 20px)/ 2));
		padding-right: calc(50% - ((1600px - 20px)/ 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1200px) {
	.sidebar {
		display: none;
	}

	.quicklinks {
		background-color: rgba(0, 0, 0, 0);
		border: none;
		display: block;
		padding: 0 !important;
	}

	.sidebar-quicklinks__button {
		border-radius: 6px;
	}

	.sidebar-quicklinks__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	.sidebar-quicklinks__list {
		display: none;
	}

	.content__wrapper {
		width: 100%;
	}

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width:1025px) {
	.header {
		gap: 16px;
	}

	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		background-color: #185A61;
		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: #054146;
		border-radius: 0;
		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;
		padding: 0;
	}

	.prime {
		padding: 20px;
	}

	.footer__content,
	.footer__general {
		padding: 0;
	}

	.footer__general {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-general__logo {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.footer-general__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: calc(33.3% - 6.6px);
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.table {
		overflow: auto;
	}

	.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 top, left bottom, from(#05AB41), to(#004123));
		background: linear-gradient(180deg, #05AB41 0%, #004123 100%);
		border-radius: 5px;
	}

	.prime {
		min-height: 0;
	}

	.prime__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}

	.prime.right .prime__background img {
		-o-object-position: 30%;
		object-position: 30%;
	}

	.prime__text {
		font-size: 18px;
	}

	.bonus-banner {
		min-height: 350px;
		padding: 20px;
	}

	.bonus-banner__wrap {
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}

	.promotions-list__item {
		padding: 20px;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 70px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	h2,
	.title.high {
		font-size: 22px;
	}

	.prime__wrap {
		padding: 20px;
	}

	.pros-cons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.pros-cons__list {
		margin-top: 5px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.bonus-banner__button {
		margin-top: 20px;
	}

	.promotions-item__desc {
		width: 100%;
	}

	.promotions-list__item .promotions-item__img {
		position: relative;
		width: auto;
		right: 0;
		margin: 10px auto -20px;
	}

	.reviews-list__item {
		width: 100%;
	}

	.grades-list__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.grades-item__title {
		text-align: center;
		width: 100%;
	}

	.conclusion {
		padding: 20px;
	}

	.conclusion__wrap {
		width: 100%;
	}

	.conclusion .conclusion__img {
		right: 0;
		position: relative;
		width: auto;
		margin: 10px -20px -20px auto;
	}

	.footer__lang {
		gap: 10px;
		padding: 15px;
	}

	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}
}

@media screen and (max-width: 450px) {
	li {
		font-size: 15px;
		padding-left: 44px;
		padding-right: 10px;
	}

	ol>li:before {
		left: 15px;
	}

	ul>li:before {
		left: 18px;
	}

	.list-with-titles li {
		padding-left: 35px;
	}

	.list-with-titles li:before {
		left: 13px;
	}

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 20px;
		padding: 5px 8px;
	}

	h3,
	.title.middle {
		font-size: 16px;
	}

	.cover,
	.main {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content,
	.article-banner {
		padding: 15px;
	}

	.bonus-banner__wrap {
		padding: 15px;
	}

	.bonus-banner__text {
		font-size: 18px;
		line-height: 130%;
	}

	.store {
		min-height: 0;
	}

	.app-button {
		width: 250px;
	}

	.store__img {
		position: relative;
		right: 0;
		left: 0;
		width: auto;
		margin: 0 auto -20px;
	}

	.store__img-right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.faq-item__title {
		padding-left: 10px;
		padding-right: 40px;
	}

	.faq-item__title:after {
		right: 10px;
	}

	.faq-item__desc {
		padding-left: 10px;
		padding-right: 10px;
	}

	.grades-item__title {
		font-size: 16px;
	}

	.footer-general__item {
		width: calc(50% - 5px);
	}

	/* Bonus Page */
	.bonus-page__conclusion .conclusion__wrap p {
		font-size: 20px;
	}
}