@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto/roboto-v29-latin-300.eot');
  src: local(''),
    url('../fonts/Roboto/roboto-v29-latin-300.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/Roboto/roboto-v29-latin-300.woff2') format('woff2'),
    url('../fonts/Roboto/roboto-v29-latin-300.woff') format('woff'),
    url('../fonts/Roboto/roboto-v29-latin-300.ttf') format('truetype'),
    url('../fonts/Roboto/roboto-v29-latin-300.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto/roboto-v29-latin-regular.eot');
  src: local(''),
    url('../fonts/Roboto/roboto-v29-latin-regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/Roboto/roboto-v29-latin-regular.woff2') format('woff2'),
    url('../fonts/Roboto/roboto-v29-latin-regular.woff') format('woff'),
    url('../fonts/Roboto/roboto-v29-latin-regular.ttf') format('truetype'),
    url('../fonts/Roboto/roboto-v29-latin-regular.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Roboto/roboto-v29-latin-700.eot');
  src: local(''),
    url('../fonts/Roboto/roboto-v29-latin-700.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/Roboto/roboto-v29-latin-700.woff2') format('woff2'),
    url('../fonts/Roboto/roboto-v29-latin-700.woff') format('woff'),
    url('../fonts/Roboto/roboto-v29-latin-700.ttf') format('truetype'),
    url('../fonts/Roboto/roboto-v29-latin-700.svg#Roboto') format('svg');
}

body {
  width: 100%;
  height: auto;
  background-color: #151922;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #ffffff;
  overflow-x: hidden;
}

nav,
p,
li,
a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 32px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 56px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 28px;
}

p {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}

a {
  color: #ffffff;
}

li {
  color: rgba(255, 255, 255, 0.85);
}

ol > li {
  counter-increment: ol;
}

ul,
ol {
  margin-bottom: 32px;
}

li + li {
  margin-top: 10px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

.visuallyhidden {
  opacity: 0;
}

.header,
.cover,
.bonus,
.benefits,
.instructions,
.text,
.faq,
.footer,
.bonuses-gallery {
  overflow: hidden;
}

.content {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 30px;
}

p + p {
  margin-top: 20px;
}

.button {
  padding: 20px 55px;
  display: inline-block;
  min-width: 241px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
  color: #e94461;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.button:hover,
.button:focus {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.bright {
  color: #ffffff;
  background-color: #e94461;
}

.light {
  color: #e94461;
  background-color: #ffffff;
}

/* HEADER */
.header {
  background-color: #202129;
}

.header .content {
  padding: 15px 30px;
}

.header nav {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  min-width: 216px;
}

.header__navigation {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__link {
  margin-left: 45px;
  color: #c6c6c6;
}

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

.hamburger {
  display: none;
}

.hamburger__item-wrap {
  white-space: normal;
}

nav.header__dropdown {
  margin: 0;
  display: none;
}

/* COVER */
.cover {
  margin-bottom: 30px;
}

.cover__item {
  padding: 30px 30px 52px;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/cover-background.png);
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0.4))
    ),
    url(../images/cover-background.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/cover-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.cover__button {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 40px;
  min-width: 262px;
}

/* MOBILE REVIEW */
.mobile-review {
  margin-bottom: 30px;
}

.mobile-review .paragraph {
  margin-bottom: 32px;
}

.mobile-review__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-review__table ul {
  margin-bottom: 0;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}

.mobile-review__table ul + ul {
  margin-left: 30px;
}

.mobile-review__table p {
  padding: 21px 43px;
  display: block;
  width: 100%;
  background-color: #293242;
  font-weight: 700;
  font-size: 18px;
}

.mobile-review__table p + p {
  margin-top: 0;
  background-color: rgba(34, 42, 56, 0.8);
  font-weight: 400;
  font-size: 16px;
}

.mobile-review__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* APPLICATION REVIEW */
.app-review__table {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-review__table > div {
  padding: 41px 41px 31px 100px;
  position: relative;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  background: #293242;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.app-review__table > div::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 27px;
  left: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/pros-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.app-review__table > div + div::before {
  background-image: url(../images/cons-icon.svg);
}

.app-review__table ul > li {
  padding-left: 27px;
  position: relative;
}

.app-review__table li + li {
  margin-top: 15px;
}

.app-review__table li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #9dffa0;
}

.app-review__table div + div li:before {
  background-color: #ff9797;
}

.app-review__screen {
  margin-top: 60px;
  position: relative;
}

.app-review__button {
  position: absolute;
  left: -webkit-calc(50% - 362px / 2);
  left: calc(50% - 362px / 2);
  top: -webkit-calc(50% - 58px / 2);
  top: calc(50% - 58px / 2);
}

/* REGISTRATION */
.registration ul {
  margin-top: 30px;
  margin-bottom: 0;
}

.registration ul li {
  padding-left: 10px;
  position: relative;
}

.registration ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 2px;
  left: 0;
  top: 9px;
  background-color: #ffffff;
}

/* SPECIFICATION */
.specifications {
  margin-bottom: 30px;
}

.specifications .content > section {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.specifications__item-left {
  text-align: center;
}

.specifications__item-left > div {
  padding: 40px 25px 0;
  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;
}

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

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

.specifications__button {
  margin-top: 56px;
}

.specifications__item-right ul {
  margin-bottom: 0;
}

.specifications__item-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}

.specifications__item-right li + li {
  margin-top: 15px;
}

.specifications__item-right li span {
  padding: 30px 39px;
  display: block;
  width: 35%;
  font-weight: 700;
  font-size: 18px;
  background-color: #293242;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.35);
}

.specifications__item-right li span + span {
  width: 65%;
  font-weight: 400;
  font-size: 16px;
  background-color: rgba(34, 42, 56, 0.8);
  z-index: -1;
}

.specifications__item-right li:first-of-type span {
  padding: 0;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  background-color: transparent;
}

/* DOWNLOAD TIPS */
.download-tips {
  margin-bottom: 30px;
}

.download-tips__screen {
  margin-top: 60px;
  position: relative;
}

.download-tips__screen .download-tips__button {
  position: absolute;
  left: -webkit-calc(50% - 325px / 2);
  left: calc(50% - 325px / 2);
  top: -webkit-calc(50% - 58px / 2);
  top: calc(50% - 58px / 2);
}

.download-tips__bottom {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.download-tips__item {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}

.download-tips__item-left span {
  display: block;
}

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

.download-tips__item-left .download-tips__button {
  margin-top: 42px;
}

.download-tips__bottom p {
  margin-bottom: 30px;
}

/* MOBILE REGISTRATION */
.mob-registration {
  margin-bottom: 30px;
}

.mob-registration .content {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mob-registration__item p {
  margin-bottom: 32px;
}

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

.mob-registration__item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  width: -webkit-calc(45% - 30px);
  width: calc(45% - 30px);
}

.mob-registration__item-right span {
  margin-top: 82px;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  text-align: center;
}

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

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

/* LIVE GAMES */
.live-games {
  margin-bottom: 30px;
}

.live-games .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.live-games__item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

.live-games p {
  margin-bottom: 32px;
}

/* PAYMENT */
.payment {
  margin-bottom: 30px;
}

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

.payment ul {
  margin-top: 32px;
}

.payment ul li {
  padding-left: 20px;
  position: relative;
}

.payment ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}

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

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

.payment__image {
  text-align: center;
}

/* CUSTOMER */
.customers {
  margin-bottom: 30px;
}

.customers .content {
  text-align: center;
}

.customers__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.customers__table div {
  width: -webkit-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  background-image: -o-linear-gradient(
    334.97deg,
    #222a38 4.41%,
    #1b212b 101.53%
  );
  background-image: -o-linear-gradient(
    334.97deg,
    #222a38 4.41%,
    #1b212b 101.53%
  );
  background-image: -o-linear-gradient(
    334.97deg,
    #222a38 4.41%,
    #1b212b 101.53%
  );
  background-image: linear-gradient(115.03deg, #222a38 4.41%, #1b212b 101.53%);
  -webkit-box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}

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

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

.customers__table div > span {
  font-weight: 700;
  font-size: 18px;
  background-image: -o-linear-gradient(
    334.97deg,
    #2b3547 4.41%,
    #272f3e 101.53%
  );
  background-image: -o-linear-gradient(
    334.97deg,
    #2b3547 4.41%,
    #272f3e 101.53%
  );
  background-image: -o-linear-gradient(
    334.97deg,
    #2b3547 4.41%,
    #272f3e 101.53%
  );
  background-image: linear-gradient(115.03deg, #2b3547 4.41%, #272f3e 101.53%);
}

.customers__table div > p {
  color: #ffffff;
  opacity: 0.8;
}

.customers__button {
  margin-top: 32px;
}

/* CONCLUSIONS */
.conclusions {
  margin-bottom: 30px;
}

/* FAQ */
.faq__box {
  padding: 0 66px 0 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #293242;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.faq__box + .faq__box {
  margin-top: 16px;
}

.faq__box-question {
  padding: 22px 0 20px;
  position: relative;
  width: 100%;
  cursor: pointer;
  border-bottom: 2px solid #4b5669;
}

.faq__box-question p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
}

.faq__box-answer {
  padding: 15px 0 33px;
  border: none;
  display: block;
  height: auto;
  font-size: 16px;
  line-height: 1.67;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.faq__box-question::before {
  content: '';
  position: absolute;
  background-image: url(../images/answer-visible.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  height: 8px;
  right: -17px;
  top: 28px;
}

.answer-hidden::before {
  background-image: url(../images/answer-hidden.svg);
}

.answer-hidden {
  border-bottom-color: transparent;
}

.answer-hidden + .faq__box-answer {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

/* FOOTER */
.footer {
  background-color: #293242;
}

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

.footer__logo {
  min-width: 216px;
}
