@media screen and (max-width: 1260px) {
  .content {
	margin-left: 0px;
	margin-right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .cover__wrap {
	padding: 25px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.6);
	max-width: 600px;
  }
  .cover__content.content,
  .page-home .cover__content.content {
	padding: 30px 10px;
  }
  .bonus-list__item:nth-child(n + 2) .bonus-item__image img {
	opacity: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .footer__info {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 180px;
	-ms-flex: 0 1 180px;
	flex: 0 1 180px;
	padding-left: 10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .footer__info li {
	margin-left: 0;
  }
  .footer__info li + li {
	margin-top: 15px;
  }
  .app__content.content {
	padding-left: 30px;
	padding-right: -webkit-calc(30px + 290px);
	padding-right: calc(30px + 290px);
  }
  .bonus-list__item:first-child {
	padding: 70px 20px;
  }
  .header__menu {
	display: none;
  }
  .header__buttons {
	margin-right: 50px;
  }
  .header__button {
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  .header__menu-button {
	position: absolute;
	display: inline-block;
	top: 15px;
	right: -5px;
	background: #333538;
  }
  .header__expand-menu {
	position: fixed;
	top: -300vh;
	overflow: auto;
	right: 0;
	width: 100vw;
	height: auto;
	background: #131521;
	z-index: 4;
	font-size: 15px;
	padding: 25px 0 25px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	display: block;
  }
  .header__expand-menu.active {
	top: 75px;
  }
  .header__expand-menu > *:nth-child(2) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .header__menu-button svg {
	overflow: visible;
  }
  .header__menu-button.active .rect1 {
	-webkit-transform: rotate(45deg) scaleX(1.32);
	-ms-transform: rotate(45deg) scaleX(1.32);
	transform: rotate(45deg) scaleX(1.32);
	-webkit-transform-origin: 15px 15px;
	-ms-transform-origin: 15px 15px;
	transform-origin: 15px 15px;
  }
  .header__menu-button.active .rect2 {
	display: none;
  }
  .header__menu-button.active .rect3 {
	-webkit-transform: rotate(-45deg) scaleX(1.32);
	-ms-transform: rotate(-45deg) scaleX(1.32);
	transform: rotate(-45deg) scaleX(1.32);
	-webkit-transform-origin: 12.5px 35px;
	-ms-transform-origin: 12.5px 35px;
	transform-origin: 12.5px 35px;
  }
}
@media screen and (max-width: 900px) {
  h1,
  .title.general,
  .first-bonus__desc,
  .bonus-list__item:first-child .bonus-item__title {
	font-size: 5.3vw;
	line-height: 6vw;
  }
  .bonus-item__title {
	font-size: 3.5vw;
	line-height: 4vw;
  }
  .cover__wrap {
	width: 80%;
  }
  .first-bonus__content.content {
	padding: 50px 10px;
  }
  .first-bonus__wrap {
	padding: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.6);
  }
  .page-app .cover__bg img {
	-o-object-position: 55%;
	object-position: 55%;
  }
  .app__content.content {
	padding-left: 20px;
	padding-right: -webkit-calc(20px + 250px);
	padding-right: calc(20px + 250px);
  }
}
@media screen and (max-width: 800px) {
  .content {
	padding: 20px 15px;
  }
  .app__content.content {
	padding-left: 15px;
	padding-right: -webkit-calc(15px + 250px);
	padding-right: calc(15px + 250px);
  }
  .app__bg img {
	-o-object-position: 73%;
	object-position: 73%;
  }
}
@media screen and (max-width: 700px) {
  body {
	font-size: 14px;
	line-height: 20px;
  }
  .cover__wrap {
	max-width: 500px;
	width: 100%;
  }
  .content.cover__content,
  .page-home .content.cover__content {
	padding: 30px 0;
  }
  .footer__payment img {
	max-height: 25px;
  }
  .footer__wrap {
	display: block;
	text-align: center;
  }
  .footer__image {
	margin-bottom: 15px;
  }
  .footer__info li {
	margin-top: 15px;
  }
  .footer__info li + li {
	margin-left: 15px;
  }
  .footer__info {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
  }
  .bonus-item__title {
	font-size: 25px;
	line-height: 32px;
  }
  .bonus-list__item {
	margin-left: 10px;
	margin-top: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 -webkit-calc((100% - 20px)/2);
	-ms-flex: 0 1 calc((100% - 20px) / 2);
	flex: 0 1 calc((100% - 20px) / 2);
	padding: 15px;
  }
  .bonus__list {
	margin-left: -10px;
	margin-top: 10px;
  }
  .bonus-list__item:first-child {
	padding: 40px 15px;
  }
  .app__content.content {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 50px 15px;
  }
  .app__button {
	margin: 0;
  }
  .app__bg img {
	-o-object-position: left;
	object-position: left;
  }
  .page-app .cover__bg img {
	-o-object-position: 60%;
	object-position: 60%;
  }
}
@media screen and (max-width: 650px) {
  h1,
  .title.general,
  .first-bonus__desc,
  .bonus-list__item:first-child .bonus-item__title {
	font-size: 34px;
	line-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  table tr {
	display: block;
  }
  table tr td:nth-child(2) {
	max-width: 100%;
	padding-top: 0;
  }
  table tr td:first-child {
	padding-right: 15px;
  }
  body.active {
	overflow: hidden;
  }
  .header__expand-menu {
	height: 100vh;
	top: -150vh;
	overflow: auto;
	padding-bottom: 100px;
  }
  .header__content > .header__buttons > .button {
	display: none;
  }
  .header__expand-menu > *:first-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
	margin-bottom: 25px;
  }
  .header__expand-menu > *:first-child a {
	padding: 10px;
	color: #fff;
  }
  .header__content > .header__buttons {
	margin-right: 50px;
  }
  .header__buttons {
	padding-right: 0;
	margin-right: 0;
	padding-top: 0;
  }
  .header__buttons .button,
  .header__buttons > .button:first-child,
  .header__buttons > .button:nth-child(2) {
	min-width: 180px;
  }
  .header__buttons > .button:nth-child(2) {
	margin-left: auto;
  }
  .bonus-list__item:nth-child(n) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding: 20px 10px;
	display: block;
  }
  .bonus-list__item:nth-child(n) .bonus-item__title {
	font-size: 30px;
	line-height: 35px;
  }
  .bonus-list__item:nth-child(n) .bonus-item__desc {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
  }
  .bonus-list__item:nth-child(n) .bonus-item__image img {
	opacity: 1;
  }
  .bonus-list__item:nth-child(n) .bonus-item__wrap {
	max-width: 100%;
	display: block;
	padding: 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.6);
  }
  .banner__text {
	font-size: 20px;
  }
  .banner__title {
	font-size: 36px;
  }
}
@media screen and (max-width: 550px) {
  .page-app .cover__bg img {
	-o-object-position: 66%;
	object-position: 66%;
  }
}
@media screen and (max-width: 500px) {
  .faq-item__answer {
	padding: 16px 10px 10px;
  }
  .title.middle.faq-item__title {
	padding: 10px 40px 10px 10px;
	font-size: 18px;
  }
  .title.middle.faq-item__title:before {
	right: 5px;
  }
  .header__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .header__button:last-child {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
  }
  .cover__wrap {
	padding: 20px 15px;
  }
  .first-bonus__content.content {
	padding: 30px 10px;
  }
  .first-bonus__wrap {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 300px;
  }
  .first-bonus__image img {
	-o-object-position: 95%;
	object-position: 95%;
  }
  .footer__payment img {
	max-height: 20px;
  }
  .app__content.content {
	display: block;
	padding: 30px 20px;
	max-width: 380px;
	margin: 20px auto 0;
	text-align: center;
  }
  .app__link {
	margin-right: auto;
  }
  .app__button {
	margin: 25px auto 0;
  }
  .app__bg img {
	-o-object-position: 89%;
	object-position: 89%;
	opacity: 0.5;
  }
}
@media screen and (max-width: 450px) {
  .first-bonus__image img {
	-o-object-position: 92%;
	object-position: 92%;
  }
}
@media screen and (max-width: 400px) {
  .first-bonus__content.content {
	padding: 40px 15px;
  }
  .app__content.content {
	margin: 20px 10px 0;
  }
  .header__logo img {
	max-height: 40px;
  }
  .first-bonus__image img {
	-o-object-position: 87%;
	object-position: 87%;
  }
  .page-app .cover__bg img {
	-o-object-position: 68%;
	object-position: 68%;
  }
}
