@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;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  background-image: url(../images/body-background.jpg);
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

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

.main {
  margin-top: 85px;
  overflow: hidden;
}

.title {
  margin-bottom: 32px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  text-align: left;
}

h1 {
  font-size: 60px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

a {
  color: #ffffff;
}

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

ol > li {
  counter-increment: ol;
}

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

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

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

.visuallyhidden {
  opacity: 0;
}

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

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

.button-box {
  text-align: center;
}

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

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

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

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

.table {
  margin-bottom: 32px;
}

.table li {
  padding: 0 17px;
  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;
}

.table ul {
  background-color: rgba(30, 36, 48, 0.5);
  border: 1px solid #293242;
}

.table li:first-child {
  font-weight: 600;
  font-size: 21px;
  color: #ffffff;
  background-color: #293242;
}

.table li + li {
  margin-top: 0;
  border-bottom: 1px solid #293242;
}

.table li:last-child {
  border-bottom: none;
}

.table li span {
  padding: 18px 20px;
  width: calc(100% / 3);
}

/* HEADER */
.header {
  position: fixed;
  background-color: #202129;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.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: 162px;
}

.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 {
  text-align: center;
}

.header__link,
.header__button {
  margin: 5px 10px;
  line-height: 1;
  color: #c6c6c6;
}

.header__button {
  margin: 5px 9px;
  padding: 12px 20px;
  min-width: 105px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.header__button.login {
  background-color: #a90bde;
  border-color: #a90bde;
}

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

.header__button:focus,
.header__button:hover {
  color: #ffffff;
}

.hamburger {
  display: none;
}

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

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

/* COVER */
.cover .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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cover__item-text {
  position: relative;
  width: calc(53% - 14px);
}

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

.cover ul > li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 4px;
  top: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}

.cover__button {
  padding: 16px 70px 16px 50px;
  position: relative;
  border-radius: 0;
  text-transform: initial;
}

.cover__button::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  right: 48px;
  top: calc(50% - 14px / 2);
  background-image: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cover__item-img {
  width: calc(47% - 14px);
}

/* CONTAINER */
.container .content {
  padding: 0 30px;
}

.container .table ul > li:before {
  display: none;
}

.container ul:last-child,
.container ol:last-child {
  margin-bottom: 0;
}

.container ul > li,
.container ol > li {
  padding-left: 20px;
  position: relative;
}

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

.container ol > li:before {
  content: counter(ol);
  display: inline-block;
  position: absolute;
  left: 0;
}

.container span + ul {
  margin-top: 12px;
}

.container__table-mini {
  margin-bottom: 32px;
}

.container__table-mini ul li {
  padding-left: 0;
  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;
  position: static;
}

.container__table-mini ul li + li {
  margin-top: 10px;
}

.container__table-mini ul li > p {
  padding: 20px 30px;
  width: 370px;
  background-color: #293242;
  border: 1px solid #293242;
  color: #ffffff;
}

.container__table-mini ul li > p + p {
  width: calc(100% - 370px);
  background-color: rgba(30, 36, 48, 0.5);
  color: rgba(255, 255, 255, 0.8);
}

.container__table-mini p:not(:last-child) {
  margin-bottom: 0;
}

/* MOBILE REVIEW */
.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: calc(50% - 15px);
}

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

.mobile-review__table li + li {
  margin-top: 10px;
}

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

.mobile-review__table p + p {
  margin-top: 0;
  background-color: rgba(30, 36, 48, 0.5);
  border: 1px solid #293242;
  font-weight: 400;
  font-size: 16px;
}

.screen__image {
  display: block;
  margin-bottom: 32px;
}

.screen__image img {
  display: block;
}

/* SPECIFICATION */
.specifications .content > section {
  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: calc(55% - 15px);
}

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

.specifications ol > li:before {
  content: counter(ol);
  display: inline-block;
  position: absolute;
  left: 0;
}

.specifications__item-right {
  position: relative;
  width: calc(45% - 15px);
  text-align: center;
}

.specifications__item-right::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  top: 35px;
  right: 0;
  background: -o-linear-gradient(20.86deg, #19061f 5.79%, #6a0f88 98.56%);
  background: linear-gradient(69.14deg, #19061f 5.79%, #6a0f88 98.56%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: -1;
}

.specifications__item-right > div {
  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-right > div span {
  width: 50%;
  border: 2px solid #422f49;
  border-radius: 24px;
  overflow: hidden;
}

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

.specifications__item-right > div > span img {
  display: block;
}

.specifications__button {
  margin-top: 56px;
}

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

.specifications__item-left 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;
  border-radius: 7px;
  overflow: hidden;
}

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

.specifications__item-left 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-left li span + span {
  width: 65%;
  font-weight: 400;
  font-size: 16px;
  background-color: rgba(34, 42, 56, 0.8);
  z-index: -1;
}

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

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

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

.specifications__item-left > span {
  margin-bottom: 16px;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.specifications__item-left > span + p {
  display: block;
}

.specifications__item-left > p:not(:last-child) {
  margin-bottom: 24px;
}

/* REGISTRATION */
.registration .content > section {
  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;
}

.registration__item {
  width: calc(55% - 15px);
}

.registration__item-right {
  position: relative;
  width: calc(45% - 15px);
  text-align: center;
}

.registration__item-right::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  top: 35px;
  right: 0;
  background: -o-linear-gradient(20.86deg, #19061f 5.79%, #6a0f88 98.56%);
  background: linear-gradient(69.14deg, #19061f 5.79%, #6a0f88 98.56%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: -1;
}

.registration__item-right > div {
  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;
}

.registration__item-right > div span {
  width: 50%;
  border: 2px solid #422f49;
  border-radius: 24px;
  overflow: hidden;
}

.registration__item-right > div span + span {
  margin-top: 170px;
  margin-left: 30px;
}

.registration__item-right > div > span img {
  display: block;
}

.registration__item-left > span {
  margin-bottom: 16px;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.registration__item-left > span + p {
  display: block;
}

.registration__item-left > p:not(:last-child) {
  margin-bottom: 24px;
}

/* ONLINE */
.online__table {
  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;
}

.online__table > ul {
  margin-bottom: 0;
  width: calc(50% - 15px);
}

.online__table li {
  padding: 0;
}

.online__table li > span {
  width: 50%;
  color: #ffffff;
}

.online__table li > span + span {
  color: rgba(255, 255, 255, 0.85);
}

/* VIP */
.vip .content > section {
  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;
}

.vip__item {
  width: calc((100% - 30px) / 2);
}

.vip__item ul {
  width: 100%;
}

.vip__item-table {
  margin-bottom: 0;
}

.vip .table li span {
  padding: 10px 20px;
  width: 50%;
}

/* FAQ */
.faq__box {
  border: 1px solid #293242;
}

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

.faq__box-question {
  padding: 22px 66px 22px 38px;
  position: relative;
  width: 100%;
  cursor: pointer;
  background-color: #293242;
}

.faq__box-question.answer-hidden {
  background-color: rgba(30, 36, 48, 0.5);
}

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

.answer-hidden p {
  border-bottom: none;
}

.faq__box-answer {
  padding: 16px 30px 20px 45px;
  border: none;
  display: block;
  height: auto;
  font-size: 14px;
  line-height: 1.67;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: rgba(30, 36, 48, 0.5);
}

.faq__box-question::before {
  content: url(../images/answer-visible.svg);
  position: absolute;
  padding: 7px 12px;
  width: 40px;
  height: 40px;
  right: 20px;
  top: calc(50% - 40px / 2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: rgba(234, 234, 234, 0.1);
}

.answer-hidden::before {
  content: url(../images/answer-hidden.svg);
  background-color: rgba(30, 36, 48, 0.5);
}

.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 {
  margin-top: 32px;
  background-color: #202129;
}

.footer .content {
  padding: 50px 30px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__item {
  margin: 10px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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