@media screen and (max-width:1150px) {
	.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__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		border: 2px solid #4EA522;
		padding: 10px;
		border-radius: 3px;
		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;
	}

	/* Info */
	.info__table th {
		width: auto;
	}

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

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

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

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

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

	h2 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

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

	/* Info */
	.slots__table th {
		font-size: 16px;
	}

	/* Faq */
	.faq-item__title:before {
		top: 14px;
	}

	/* Comments */
	.comments__slide-text {
		font-size: 18px;
	}

	.owl-theme .owl-nav {
		top: -63px;
	}
}

@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;
	}

	/* Pros Cons */
	.pros-cons__desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.pros-cons__item {
		width: 100%;
	}

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

	/* Rating */
	.rating__table th {
		font-size: 18px;
	}

	/* 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;
		max-width: none;
	}

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

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

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

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

	h2 {
		padding-right: 10px;
	}

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

	.header {
		padding: 5px 10px;
	}

	.header__logo {
		max-width: 185px;
	}

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

	.content .desc {
		padding: 15px;
	}

	/* Main */
	.main {
		padding-top: 51px;
	}

	/* Prime */
	.prime {
		padding-top: 30px;
		padding-bottom: 30px;
	}

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

	/* Pros Cons */
	.pros-cons__item-title {
		padding: 10px;
	}

	.pros-cons__item li {
		padding: 10px 10px 8px 30px;
	}

	.pros__item li:before {
		top: 11px;
		left: 8px;
	}

	.cons__item li:before {
		top: 18px;
		left: 8px;
	}

	/* Slots */
	.slots__table {
		overflow: auto;
	}

	.slots__table::-webkit-scrollbar {
		height: 5px;
	}

	.slots__table::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0);
	}

	.slots__table::-webkit-scrollbar-thumb {
		background: #4EA522;
		border-radius: 3px;
	}

	.slots__table table {
		width: 480px;
	}

	.slots__table th,
	.slots__table td,
	.rating__table th,
	.rating__table td {
		padding: 5px 8px 3px;
	}

	/* Rating */
	.rating__table th {
		font-size: 16px;
	}

	.rating__table img {
		max-width: 17%;
	}

	/* Faq */
	.faq-item__title {
		font-size: 14px;
		padding: 10px 10px 10px 35px;
	}

	.faq-item__title:before {
		width: 20px;
		height: 20px;
		background-size: 12px;
		top: 12px;
		left: 9px;
	}

	.faq-item__desc {
		padding: 10px;
	}

	/* Comments */
	.comments__title {
		padding-right: 10px;
	}

	.comments__slide {
		padding: 10px;
	}

	.comments__slide-text {
		font-size: 14px;
	}

	.owl-theme .owl-nav {
		position: static;
		margin-top: 10px;
	}

	/* Footer */
	.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;
	}
}