/* 1230 */
@media screen and (max-width: 1230px) {
  .header__logo {
    margin-right: 20px;
  }

  .header__link,
  .header__button {
    margin: 5px 9px;
  }

  .specifications__item-right > div {
    padding: 40px 0 0;
  }

  .table li {
    padding: 0;
  }

  .container__table-maxi li span {
    padding: 18px 8px;
  }
}

/* 1024 */
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    overflow: visible;
    cursor: pointer;
    padding: 18px 30px;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    position: relative;
    z-index: 2000;
  }

  .header__content nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .header__navigation {
    margin-right: 70px;
  }

  nav.header__dropdown {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: auto;
  }

  .hamburger-box {
    position: relative;
    display: inline-block;
    min-width: 34px;
    height: 30px;
  }

  .is-active .hamburger-box {
    min-width: 34px;
  }

  .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #ffffff;
  }
  .hamburger-inner:after,
  .hamburger-inner:before {
    display: block;
    content: '';
  }
  .hamburger-inner:before {
    top: -10px;
  }
  .hamburger-inner:after {
    bottom: -10px;
  }
  .hamburger-stand .hamburger-inner {
    -webkit-transition: background-color 0s linear 75ms,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
    transition: background-color 0s linear 75ms,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
    -o-transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s,
      background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s,
      background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s,
      background-color 0s linear 75ms,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  }
  .hamburger-stand .hamburger-inner:before {
    -webkit-transition: top 75ms ease-in 75ms,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -o-transition: top 75ms ease-in 75ms,
      transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms,
      transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: top 75ms ease-in 75ms,
      transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .hamburger-stand .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease-in 75ms,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -o-transition: bottom 75ms ease-in 75ms,
      transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms,
      transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: bottom 75ms ease-in 75ms,
      transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
      -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .hamburger-stand.is-active .hamburger-inner {
    -webkit-transition: background-color 0s linear 0.2s,
      -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: background-color 0s linear 0.2s,
      -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
      background-color 0s linear 0.2s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
      background-color 0s linear 0.2s;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
      background-color 0s linear 0.2s,
      -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent;
  }
  .hamburger-stand.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms linear 0.2s,
      -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: top 75ms linear 0.2s,
      -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -o-transition: top 75ms linear 0.2s,
      transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: top 75ms linear 0.2s,
      transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: top 75ms linear 0.2s,
      transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
      -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger-stand.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms linear 0.2s,
      -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: bottom 75ms linear 0.2s,
      -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -o-transition: bottom 75ms linear 0.2s,
      transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: bottom 75ms linear 0.2s,
      transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: bottom 75ms linear 0.2s,
      transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
      -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__dropdown ul {
    padding: 20px 30px;
    overflow: auto;
    position: fixed;
    top: 85px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    height: calc(100% - 85px);
    background-image: url(../images/body-background.jpg);
    background-size: cover;
    background-position: center top;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    z-index: 1;
  }

  .hamburger__item-wrap {
    margin: 30px auto;
    padding-left: 0;
    display: block;
    width: 100%;
    text-align: center;
  }

  .hamburger__links:hover,
  .hamburger__links:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .hamburger__item-wrap .header__link {
    margin-left: 0;
  }

  .hamburger__item-wrap .header__link:hover,
  .hamburger__item-wrap .header__link:focus {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #e94461;
  }

  .hamburger__item-wrap.hamburger__buttons,
  .hamburger__item-wrap.hamburger__links {
    font-size: 20px;
    font-weight: 700;
  }

  .hamburger__item-wrap.hamburger__links {
    padding: 20px;
    max-width: 370px;
    border: 1px solid #c6c6c6;
    border-radius: 40px;
  }

  .hamburger__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hamburger__buttons .header__button {
    min-width: 150px;
  }

  .hamburger__item-wrap .header__button:hover,
  .hamburger__item-wrap .header__button:focus {
    background-color: transparent;
    color: #a90bde;
    border: 1px solid #a90bde;
  }

  .hamburger.is-active + ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .header__navigation > .header__button {
    display: none;
  }

  .header .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .table li:first-child {
    padding: 0;
  }

  .table li > span {
    padding: 22px;
  }

  .container__table-maxi.table li {
    font-size: 12px;
  }

  .container__table-maxi.table li:first-child {
    font-size: 16px;
  }

  .container .table li {
    padding-left: 0;
    padding-right: 0;
  }

  .table.align-text li:first-of-type {
    padding: 14px 0;
  }

  .table.align-text li span:nth-child(n) {
    width: calc(100% / 3);
  }

  .container__table-mini ul li > span + span {
    padding: 20px 30px;
  }

  .mobile-review__table p {
    padding: 17px 23px;
  }

  .mobile-review__table p + p {
    padding: 17px 23px;
  }

  .app-review__table > div {
    padding: 41px 41px 31px 80px;
  }

  .app-review__table > div::before {
    left: 15px;
  }

  .specifications__item-right > div {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .specifications__item-left li span {
    padding: 20px;
  }
}

/* 850 */
@media screen and (min-width: 850px) {
  .hamburger__item-wrap.hamburger__links {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  h1.title {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  .header__navigation > .header__link {
    display: none;
  }

  .table li > span {
    padding: 8px 12px;
  }

  .table li:first-of-type span {
    font-size: 16px;
  }

  .cover,
  .mobile-review,
  .app-review {
    margin-bottom: 0;
  }

  .mobile-review__table ul {
    width: calc(50% - 5px);
  }

  .container__table-mini ul li > p {
    padding: 20px 10px;
    width: 200px;
  }

  .container__table-mini ul li > p + p {
    width: calc(100% - 200px);
  }

  .container__table-maxi.table li {
    font-size: 10px;
  }

  .container__table-maxi.table li:first-child {
    font-size: 14px;
  }

  .benefits .content > section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .benefits__item {
    width: 100%;
  }

  .benefits__item-img {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 300px;
  }

  .benefits__item-table {
    z-index: 10;
  }

  .app-review__table {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app-review__table > div {
    width: 100%;
  }

  .app-review__table > div + div {
    margin-top: 20px;
  }

  .specifications .content > section,
  .registration .content > section {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .specifications__item,
  .registration__item {
    width: 100%;
  }

  .specifications__item + .specifications__item,
  .registration__item + .registration__item {
    margin-top: 20px;
  }

  .specifications__item-right > div span,
  .registration__item-right > div span {
    max-width: 243px;
  }

  .specifications__item-right > div span + span,
  .registration__item-right > div span + span {
    margin-top: 0;
  }

  .specifications__button {
    margin-top: 40px;
  }

  .instructions__block-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instructions__block-top > div {
    width: 100%;
  }

  .instructions__block-top > div + div {
    margin-top: 30px;
  }

  .footer__item + .footer__item {
    margin-left: 30px;
  }
}

/* 768 */
@media screen and (max-width: 768px) {
  .cover .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cover .title {
    text-align: center;
  }

  .cover__item {
    width: 100%;
    text-align: center;
  }

  .cover__item + .cover__item {
    margin-bottom: 20px;
  }

  .cover p,
  .cover ul > li {
    text-align: left;
  }

  .mobile-review__table {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile-review__table ul {
    width: 100%;
  }

  .mobile-review__table ul + ul {
    margin-left: 0;
    margin-top: 10px;
  }

  .mobile-review__table p {
    padding: 12px 30px;
  }

  .specifications__item-right > div span + span,
  .registration__item-right > div span + span {
    margin-left: 10px;
  }

  .container .container__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container .container__block ul {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .container .container__block .screen-image {
    width: 100%;
  }

  .footer .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__item {
    width: 100%;
  }

  .footer__item + .footer__item {
    margin-left: 0;
  }
}

/* 605 */
@media screen and (max-width: 605px) {
  ul,
  ol {
    margin-bottom: 20px;
  }

  p:not(:last-child) {
    margin-bottom: 20px;
  }

  .title {
    text-align: center;
  }

  .mobile-review,
  .specifications,
  .mob-registration,
  .live-games {
    margin-bottom: 0;
  }

  .button {
    min-width: 220px;
  }

  .table li > span:nth-child(3) {
    width: 32%;
  }

  .table li > span {
    padding: 8px 5px;
    width: 34%;
  }

  .table li > span,
  .table li {
    font-size: 10px;
  }

  .table li:first-child span,
  .table li:first-child {
    font-size: 12px;
  }

  .table.align-text li:first-of-type {
    padding: 0;
  }

  .container__table-mini ul li > span,
  .container__table-mini ul li > span + span {
    padding: 20px 15px;
  }

  .container__table-mini ul li + li > span::after,
  .container__table-mini ul li + li > span + span::after {
    width: calc(100% - 15px);
  }

  .container__table-mini ul li + li > span::after {
    left: 15px;
  }

  .container__table-mini ul li span {
    font-size: 12px;
  }

  .container__table-mini ul li:first-of-type span {
    font-size: 14px;
  }

  .container__table-maxi li span:nth-child(n) {
    width: calc(100% / 6);
    font-size: 8px;
  }

  .content,
  .footer .content {
    padding: 20px;
  }

  .header .content {
    padding: 16px 20px;
  }

  .hamburger {
    padding: 20px;
  }

  .container .container__table {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container .container__table > div {
    width: 100%;
  }

  .app-review__table > div {
    padding: 30px 15px 30px 70px;
  }

  .app-review__table > div::before {
    top: 17px;
    left: 10px;
  }

  .app-review__table ul > li {
    padding-left: 0;
    font-size: 16px;
  }

  .app-review__table li:before {
    left: -40px;
  }

  .mobile-review__table p {
    margin-bottom: 0;
  }

  .app-review__button {
    margin-top: 30px;
    margin-bottom: 15px;
    position: static;
  }

  .faq__box-question {
    padding: 22px 66px 22px 20px;
  }

  .faq__box-question p {
    font-size: 16px;
  }

  .faq__box-answer {
    padding: 16px 20px 20px;
  }

  .footer {
    margin-top: 0;
  }
}

/* 550 */
@media screen and (max-width: 550px) {
  .hamburger__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hamburger__buttons .header__button {
    margin: 10px;
  }

  .cover__button {
    padding: 16px 36px 16px 16px;
  }

  .cover__button::after {
    right: 16px;
  }
}

/* 425 */
@media screen and (max-width: 425px) {
  .content,
  .footer .content {
    padding: 20px 10px;
  }

  .header .content {
    padding: 16px 10px;
  }

  .cover,
  .app-review {
    margin-bottom: 0;
  }

  .mobile-review__table p {
    padding: 12px 20px;
  }

  .specifications__item-left li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .specifications__item-left li span,
  .specifications__item-left li span + span {
    width: 100%;
  }

  .specifications__item-left li:first-of-type {
    display: none;
  }
}
