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

  .header__link {
    margin-left: 20px;
  }

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

/* 1024 */
@media screen and (max-width: 1024px) {
  .header__navigation {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__navigation .header__link {
    margin-left: 0;
    margin-top: 15px;
    width: -webkit-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    font-size: 14px;
    text-align: center;
  }

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

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

  .specifications__item-left {
    width: -webkit-calc(40% - 15px);
    width: calc(40% - 15px);
  }

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

  .specifications__item-right {
    width: -webkit-calc(60% - 15px);
    width: calc(60% - 15px);
  }

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

  .download-tips__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .download-tips__item {
    width: 100%;
  }

  .download-tips__item-left {
    text-align: center;
  }

  .download-tips__item-left span {
    text-align: center;
  }

  .mob-registration__item-right span {
    margin-top: 30px;
    width: 100%;
  }

  .mob-registration__item-right span + span {
    margin-left: 0;
  }

  .live-games__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .customers__table div {
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

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

  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: 70px 50px;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    background-color: #202129;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1000;
  }

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

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

  .hamburger__item-wrap:nth-child(even) {
    background-color: #c6c6c6;
    color: #202129;
  }

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

  .hamburger__item-wrap:nth-child(even) .header__link {
    color: #202129;
  }

  .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:not(:first-of-type) {
    padding: 20px;
    max-width: 370px;
    font-size: 20px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }

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

  .header__navigation > .header__link {
    display: none;
  }

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

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

  .app-review__screen,
  .download-tips__screen {
    margin-top: 40px;
  }

  .specifications .content > section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .specifications__item {
    width: 100%;
  }

  .specifications__item + .specifications__item {
    margin-top: 40px;
  }

  .specifications__item-left span + span {
    margin-top: 0;
  }

  .specifications__button {
    margin-top: 40px;
  }

  .payment .content > section {
    margin-top: 32px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .payment .content > section div {
    width: -webkit-calc(75% - 15px);
    width: calc(75% - 15px);
  }

  .payment__image {
    margin-left: 20px;
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
  }

  .customers__table div > span,
  .customers__table div > p {
    padding: 15px;
  }
}

/* 768 */
@media screen and (max-width: 768px) {
  .cover .content {
    padding: 0;
  }

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

  .download-tips__bottom {
    margin-top: 50px;
  }

  .mob-registration__item-left {
    width: -webkit-calc(65% - 15px);
    width: calc(65% - 15px);
  }

  .mob-registration__item-right {
    width: -webkit-calc(35% - 15px);
    width: calc(35% - 15px);
  }

  .live-games__item-left span {
    margin-top: 30px;
    width: 60%;
  }

  .live-games__item-left span:nth-child(odd) {
    margin-top: 30px;
  }

  .live-games__item-left span:nth-child(even) {
    margin-left: 0;
  }

  .customers__table {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .customers__table div {
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }

  .customers__table div:nth-child(n + 4) {
    margin-top: 0;
  }

  .customers__table div:nth-child(n + 3) {
    margin-top: 26px;
  }

  .customers__table div:nth-child(even) {
    margin-left: 20px;
  }
}

/* 605 */
@media screen and (max-width: 605px) {
  .mobile-review,
  .specifications,
  .mob-registration,
  .live-games,
  .payment,
  .customers,
  .conclusions {
    margin-bottom: 0;
  }

  .button {
    padding: 20px 25px;
    min-width: 220px;
  }
  .content,
  .footer .content {
    padding: 20px;
  }

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

  .hamburger {
    padding: 20px;
  }

  .cover__button {
    margin-top: 20px;
  }

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

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

  .app-review__table ul > li {
    padding-left: 0;
  }

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

  .app-review__screen,
  .download-tips__screen {
    margin-top: 20px;
    text-align: center;
  }

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

  .download-tips__item-left span + span {
    margin-top: 25px;
  }

  .mob-registration .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mob-registration__item-left,
  .mob-registration__item-right {
    width: 100%;
  }

  .mob-registration__item-left {
    text-align: center;
  }

  .mob-registration__item-left p,
  .mob-registration__item-left li {
    text-align: left;
  }

  .mob-registration__item-right span {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .mob-registration__item-right span + span {
    margin-left: 20px;
  }

  .mob-registration__item-right span:first-of-type {
    width: 100%;
  }

  .mob-registration__item-right span:nth-child(even) {
    margin-left: 0;
  }

  .live-games .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .live-games__item {
    width: 100%;
  }

  .live-games__item-right {
    text-align: center;
  }

  .live-games__item-right p {
    text-align: left;
  }

  .live-games__item-left span {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .live-games__item-left span:nth-child(even) {
    margin-left: 15px;
  }

  .payment .content > section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .payment .content > section div {
    width: 100%;
  }

  .payment__image {
    margin-top: 32px;
    margin-left: 0;
  }

  .payment p + h3 {
    margin-top: 30px;
  }

  .faq__box {
    padding: 0 40px 0 20px;
  }

  .faq__box-question::before {
    right: -25px;
  }
}

/* 425 */
@media screen and (max-width: 425px) {
  .mobile-review__table p {
    padding: 21px;
  }

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

  .specifications__item-left span {
    width: 100%;
    text-align: center;
  }

  .specifications__item-left span + span {
    margin-left: 0;
    margin-top: 30px;
  }

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

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

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

  .customers__table div {
    width: 100%;
  }

  .customers__table div:nth-child(n + 3) {
    margin-top: 20px;
  }

  .customers__table div:nth-child(even) {
    margin-left: 0;
  }

  .customers__table div + div {
    margin-top: 20px;
  }
}
