@media screen and (max-width:1300px) {
	.cover {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:1025px) {
	.header {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		border: 2px solid #4EA522;
		padding: 10px;
		border-radius: 6px;
		width: 40px;
		height: 40px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-left: 15px;
	}

	.menu-button svg {
		display: block;
		margin: auto;
	}

	.menu-button svg rect {
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		fill: #4EA522;
	}

	.menu-button.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.menu-button.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: scale(0, 2);
		-moz-transform: scale(0, 2);
		-o-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);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.header__menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #16181D;
		z-index: 10;
		margin: 0;
		border-radius: 0;
		display: none;
		padding: 25px;
		text-align: center;
	}

	.header__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	ul.header__menu-subtitle {
		position: static;
	}

	ul.header__menu-subtitle a {
		opacity: .7;
	}

	.header__menu ul li+li {
		margin: 15px 0 0;
	}

	/* Prime */
	.prime {
		padding: 50px 20px;
	}

	/* Pros Cons */
	.pros-cons__table td:first-child,
	.pros-cons__table td:last-child {
		padding-left: 35px;
	}

	.pros-cons__table td:first-child span:before,
	.pros-cons__table td:last-child span:before {
		left: 10px;
	}

	/* Banner */
	.banner {
		padding: 50px 20px;
	}

}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high {
		font-size: 20px;
	}

	h3,
	.title.middle {
		font: 18px;
	}

	/* App Specifications */
	.app-specifications__img {
		right: 10px;
	}

	/* Evaluation */
	.evaluation__item {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	/* Header */
	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 15px 0 0;
	}

	/* App Specifications */
	.app-specifications__desc {
		max-width: none;
		width: 100%;
	}

	.app-specifications__img {
		display: none;
	}

	/* Bonuses */
	.bonuses__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__desc {
		position: static;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/* Casino Bonuses */
	.casino-bonuse__item {
		width: 100%;
	}

	/* Banner */
	.banner .background img {
		object-position: left;
	}

	.banner__wrap {
		margin: 0 auto;
	}

	/* Slots */
	.slots__table th {
		font-size: 14px;
	}

	/* Mobile Banner */
	.mobile-banner {
		padding: 30px 20px;
	}

	.mobile-banner__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto;
	}

	/* Support */
	.support__img {
		display: none;
	}

	/* Comments */
	.comments__item {
		width: 100%;
	}

	/* Footer */
	.footer__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__desc-text {
		margin: 0 0 10px;
	}

	.footer__desc-payment {
		max-width: none;
		padding: 10px;
	}
}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 23px;
	}

	h2,
	.title.high {
		font-size: 18px;
	}

	h3,
	.title.middle {
		font-size: 16px;
	}


	.content {
		padding: 15px;
	}

	/* Header */
	.header {
		padding: 5px 10px;
	}

	.header__logo {
		max-width: 140px;
	}

	.menu-button {
		margin-left: 10px;
	}

	/* Features */
	.features__item {
		padding: 15px;
	}

	/* Info */
	.info__table th,
	.info__table td {
		padding: 5px;
	}

	.info__table th {
		font-size: 11px;
	}

	.info__table td {
		font-size: 12px;
	}

	/* Pros Cons */
	.pros-cons__table th {
		font-size: 11px;
		padding: 5px;
	}

	.pros-cons__table td {
		font-size: 12px;
	}

	.pros-cons__table td:first-child,
	.pros-cons__table td:last-child {
		padding-left: 25px;
	}

	.pros-cons__table td:first-child span:before,
	.pros-cons__table td:last-child span:before {
		width: 10px;
		height: 10px;
		left: 5px;
	}

	/* Bonuses */
	.bonuses__desc {
		padding: 15px;
	}

	.bonuses__text {
		margin-top: 15px;
	}

	/* Casino Bonuses */
	.casino-bonuse__item {
		padding: 15px;
	}

	/* Banner */
	.banner__title {
		font-size: 22px;
	}

	/* Slots */
	.slots__table th {
		font-size: 11px;
		padding: 5px;
		word-break: break-all;
	}

	.slots__table td {
		font-size: 12px;
		padding: 5px;
	}

	/* Providers */
	.providers__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* Evaluation */
	.evaluation__item {
		width: 100%;
		padding: 15px;
	}

	/* Faq */
	.faq-item__title {
		padding: 10px 40px 10px 10px;
	}

	.faq-item__title:before {
		top: 7px;
		right: 8px;
	}

	/* Footer */
	.footer {
		margin-top: 30px;
	}

	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__bottom-item {
		width: 100%;
	}

	.footer__bottom-copy {
		margin: 0 0 10px;
	}

	.footer__bottom-right {
		max-width: none;
		margin-left: 0;
	}

	.to-top {
		background-size: 20px;
		width: 35px;
		height: 35px;
	}
}