@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: #0e0913;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  overflow-x: hidden;
}

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

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

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 28px;
}

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,
.text,
.faq,
.footer,
.bonuses-gallery,
.registration {
  overflow: hidden;
}

.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;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

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

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

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

.table li {
  padding: 0 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.table li:first-child {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background-color: #321d39;
}

.table li + li {
  margin-top: 0;
  border-bottom: 1px solid #422f49;
  background-color: #251730;
}

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

.table li span {
  padding: 22px 45px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}

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

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

.header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.header__logo {
  min-width: 216px;
}

.header__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

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

.header__link:hover,
.header__link:focus {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-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 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

.mobile-review__table p + p {
  margin-top: 0;
  background-color: #251730;
  font-weight: 400;
  font-size: 16px;
}

/* APPLICATION REVIEW */
.app-review {
  margin-bottom: 30px;
}

.content > section + section {
  margin-top: 32px;
}

.app-review__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.app-review__table > div {
  padding: 41px 41px 31px 100px;
  position: relative;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  background: #251730;
  -webkit-border-radius: 7px;
  -moz-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;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

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

.app-review__table span {
  margin-bottom: 32px;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.app-review__table ul > li {
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

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

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

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

.app-review__screen {
  position: relative;
}

.screen > div {
  border: 2px solid #422f49;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.screen__image img {
  display: block;
}

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

/* SPECIFICATION */
.specifications .content > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.specifications__item {
  width: -webkit-calc(55% - 15px);
  width: -moz-calc(55% - 15px);
  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: -webkit-calc(45% - 15px);
  width: -moz-calc(45% - 15px);
  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: -webkit-linear-gradient(20.86deg, #19061f 5.79%, #6a0f88 98.56%);
  background: -moz-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);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: -1;
}

.specifications__item-right > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.specifications__item-right > div span {
  width: 50%;
  border: 2px solid #422f49;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  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: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  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);
  -moz-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: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

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

.registration__item-right {
  position: relative;
  width: -webkit-calc(45% - 15px);
  width: -moz-calc(45% - 15px);
  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: -webkit-linear-gradient(20.86deg, #19061f 5.79%, #6a0f88 98.56%);
  background: -moz-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);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: -1;
}

.registration__item-right > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.registration__item-right > div span {
  width: 50%;
  border: 2px solid #422f49;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  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 {
  margin-bottom: 30px;
}

.online__table li {
  padding: 0;
}

.online__table-top li span {
  padding: 22px;
  width: -webkit-calc(90% / 4);
  width: -moz-calc(90% / 4);
  width: calc(90% / 4);
}

.online__table-top li span:last-child {
  width: 10%;
}

.online__table-bottom li span {
  width: 40%;
}

.online__table-bottom li span:first-child {
  width: 20%;
}

.online .button-box {
  margin-bottom: 32px;
}

.online__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  background-color: #251730;
}

.online__lists > div {
  padding: 24px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  border: 1px solid #321d39;
}

.online__lists > div:nth-child(odd) {
  background-color: #321d39;
}

.online__lists > div > span {
  margin-bottom: 16px;
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.online__lists ol > li {
  padding-left: 20px;
  position: relative;
}

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

/* INSTRUCTIONS */
.instructions__table li {
  padding: 0;
}

.instructions__table li span {
  width: 41%;
}

.instructions__table li span:first-child {
  width: 28%;
}

.instructions__block-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

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

.instructions__block-top ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.instructions__block-top ul li + li {
  margin-top: 0;
}

.instructions__block-top ul li span {
  padding: 8px 20px;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  background-color: #321d39;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.instructions__block-top ul li span + span {
  background-color: #251730;
}

.instructions__block-top ul li:first-child span {
  margin-bottom: 22px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  border-bottom: none;
}

.instructions__image {
  position: relative;
  text-align: center;
}

.instructions__image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 110%;
  top: -5%;
  left: -10%;
  background: -o-linear-gradient(20.86deg, #19061f 5.79%, #6a0f88 98.56%);
  background: -webkit-linear-gradient(20.86deg, #19061f 5.79%, #6a0f88 98.56%);
  background: -moz-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(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  z-index: -1;
}

/* WELCOME BONUS */
.welcome-bonus h3.title {
  font-size: 28px;
}

.welcome-bonus__table li {
  padding: 0;
}

.welcome-bonus__screen {
  position: relative;
}

.welcome-bonus__screen .button {
  position: absolute;
  top: -webkit-calc(50% - 58px / 2);
  top: -moz-calc(50% - 58px / 2);
  top: calc(50% - 58px / 2);
  left: -webkit-calc(50% - 241px / 2);
  left: -moz-calc(50% - 241px / 2);
  left: calc(50% - 241px / 2);
}

/* FAQ */
.faq__box {
  background-image: -o-linear-gradient(
    334.97deg,
    #251730 4.41%,
    #1b212b 101.53%
  );
  background-image: -o-linear-gradient(
    334.97deg,
    #251730 4.41%,
    #1b212b 101.53%
  );
  background-image: -webkit-linear-gradient(334.97deg, #251730 4.41%, #1b212b 101.53%);
  background-image: -moz-linear-gradient(334.97deg, #251730 4.41%, #1b212b 101.53%);
  background-image: -o-linear-gradient(334.97deg, #251730 4.41%, #1b212b 101.53%);
  background-image: linear-gradient(115.03deg, #251730 4.41%, #1b212b 101.53%);
  -webkit-box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.35);
  -moz-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;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}

.answer-hidden {
  background-color: #321d39;
}

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

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

.faq__box-question p {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  border-bottom: 2px solid #4b5669;
}

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

.faq__box-answer {
  padding: 15px 66px 33px 38px;
  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;
  -moz-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;
  -moz-background-size: contain;
  background-size: contain;
  width: 17px;
  height: 8px;
  right: 29px;
  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;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

/* PAYMENT */
.payment__screen {
  margin-bottom: 32px;
  position: relative;
}

.payment__screen .button {
  position: absolute;
  top: -webkit-calc(50% - 58px / 2);
  top: -moz-calc(50% - 58px / 2);
  top: calc(50% - 58px / 2);
  left: -webkit-calc(50% - 241px / 2);
  left: -moz-calc(50% - 241px / 2);
  left: calc(50% - 241px / 2);
}

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

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

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

.footer .content {
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.footer__logo {
  min-width: 216px;
}




/* banner */

.banner {
  width: 100%;
  position: relative;
}

.image img {
  display: block;
}

.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.banner__content {
  max-width: 1840px;
  padding: 100px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: auto;
}

.banner__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 370px;
  -moz-box-flex: 0;
  flex: 0 1 370px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.banner__image:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.banner__wrap {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 370px - 370px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 370px - 370px);
}

.banner__wrap > * + * {
  margin-top: 50px;
}

.banner__title {
  font-size: 45px;
  line-height: 50px;
}

.banner__desc {
  font-size: 28px;
  line-height: 35px;
  color: #fbee7d;
  font-weight: 300;
}

.banner__bonuses {
  font-size: 28px;
  line-height: 35px;
  color: #f24c87;
  font-weight: 700;
}

.banner__bonuses > * + * {
  margin-top: 50px;
}


@media screen and (max-width: 1500px) {
  .banner__wrap {
    padding: 0 20px 0 25px;
  }

  .banner__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .banner__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 320px;
    -moz-box-flex: 0;
    flex: 0 1 320px;
  }

  .banner__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 320px - 320px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 320px - 320px);
  }

  .banner__wrap > * + * {
    margin-top: 35px;
  }

  .banner__bonuses > * + * {
    margin-top: 35px;
  }

  .banner__content {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 1100px) {
  .banner__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 280px - 280px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 280px - 280px);
    padding: 0 20px;
  }

  .banner__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 280px;
    -moz-box-flex: 0;
    flex: 0 1 280px;
  }

  .banner__title {
    font-size: 35px;
    line-height: 40px;
  }

  .banner__desc, .banner__bonuses {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .banner__content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .banner__wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }

  .banner__image.right {
    margin-left: 50px;
  }
}

@media screen and (max-width: 700px) {
  .banner__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 15px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 15px) / 2);
    max-width: 280px;
  }

  .banner__image.right {
    margin-left: 15px;
  }

  .banner__title {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .banner__desc, .banner__bonuses {
    font-size: 3.5vw;
    line-height: 4vw;
  }
}

@media screen and (max-width: 500px) {
  .banner__title {
    font-size: 25px;
    line-height: 30px;
  }

  .banner__desc, .banner__bonuses {
    font-size: 18px;
    line-height: 23px;
  }

  .banner__content {
    display: block;
  }

  .banner__wrap {
    margin-bottom: 30px;
  }

  .banner__image {
    margin: auto;
  }

  .banner__image.right {
    margin-left: auto;
  }
}
