/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-semibold-webfont.woff2") format("woff2"), url("../fonts/lato-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff");
  font-weight: 700; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: 'Lato', sans-serif; }

body {
  padding-top: 58px; }

.wrapper {
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px; }

h2 {
  text-align: center;
  font-size: 27px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 37px; }
  h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 2px;
    background: #c1af88;
    bottom: 0;
    left: 50%;
    margin-left: -100px; }
    @media (min-width: 768px) {
      h2:after {
        width: 500px;
        margin-left: -250px; } }
  @media (min-width: 768px) {
    h2 {
      font-size: 47px; } }

@media (max-width: 767px) {
  .hide-for-mobile {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hide-for-tablets {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-for-desktop {
    display: none !important; } }

.btn {
  min-width: 120px;
  height: 40px;
  border: 1px #fff solid;
  border-radius: 1px;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn:hover {
    border-color: #c1af88; }

.topbar {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #070707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px; }
  .topbar__logo {
    height: 35px; }

.box-iphone {
  background: #fff;
  padding-top: 45px; }

.iphone {
  background: url(../img/iphone.jpg);
  background-size: contain;
  max-width: 650px;
  margin: 0 auto; }
  .iphone:before {
    content: '';
    display: block;
    padding-bottom: 35.5384%; }

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots li {
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #343434 solid;
    margin-left: 6px; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li.slick-active {
      cursor: default;
      background: #343434; }

.box-lion-screen {
  background: #0e0e0e;
  position: relative; }
  @media (min-width: 768px) {
    .box-lion-screen:before {
      position: absolute;
      content: '';
      width: 942px;
      height: 742px;
      background: url(../img/lion-desktop.jpg);
      background-size: contain;
      top: 0;
      left: 50%;
      margin-left: -200px; } }

.lion-screen {
  overflow: hidden;
  color: #fff;
  padding: 10px 0 0;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .lion-screen {
      text-align: left;
      padding-top: 20px; } }
  .lion-screen h2 {
    padding-bottom: 0; }
    .lion-screen h2:after {
      display: none; }
    @media (min-width: 768px) {
      .lion-screen h2 {
        text-align: left; } }
  .lion-screen__lion-mobile {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    @media (min-width: 768px) {
      .lion-screen__lion-mobile {
        display: none; } }
  .lion-screen__second-title {
    margin-top: 14px; }
    @media (min-width: 768px) {
      .lion-screen__second-title {
        margin-top: 39px; } }
  .lion-screen__money-amount {
    margin-top: 22px;
    font-size: 17px;
    padding-top: 23px;
    padding-bottom: 39px;
    position: relative; }
    @media (min-width: 768px) {
      .lion-screen__money-amount {
        margin-top: 35px;
        padding-top: 43px;
        padding-bottom: 43px; } }
    .lion-screen__money-amount:before, .lion-screen__money-amount:after {
      height: 3px;
      width: 100px;
      background: #c1af88;
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -50px; }
    .lion-screen__money-amount:before {
      top: 0; }
    .lion-screen__money-amount:after {
      bottom: 0; }
    @media (min-width: 768px) {
      .lion-screen__money-amount:before, .lion-screen__money-amount:after {
        left: 0;
        margin-left: 0; } }
  .lion-screen__third-title {
    margin-top: 22px; }
    @media (min-width: 768px) {
      .lion-screen__third-title {
        margin-top: 34px; } }
  .lion-screen__advantages {
    margin: 64px 0 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .lion-screen__advantages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 42px; } }
    .lion-screen__advantages-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 142px;
      border-top: 1px #242424 solid; }
      @media (min-width: 768px) {
        .lion-screen__advantages-item {
          width: 50%;
          border: 1px #242424 solid; } }
      @media (min-width: 1024px) {
        .lion-screen__advantages-item {
          width: 25%;
          border: #242424 solid;
          border-width: 1px 1px 0 0; }
          .lion-screen__advantages-item:last-child {
            border-right: none; } }
    .lion-screen__advantages-title {
      color: #c1af88;
      font-size: 26px;
      font-weight: 700;
      text-transform: uppercase; }
    .lion-screen__advantages-caption {
      color: #fff;
      font-size: 15px; }

.advantages-screen {
  padding-top: 45px; }
  .advantages-screen__slider {
    max-width: 600px;
    margin: 53px auto 0;
    text-align: center;
    font-weight: 600;
    position: relative; }
    .advantages-screen__slider:before, .advantages-screen__slider:after {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      width: 15px;
      top: 0;
      z-index: 1; }
    .advantages-screen__slider:before {
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
      background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
      background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)); }
    .advantages-screen__slider:after {
      right: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff); }
    .advantages-screen__slider-item {
      padding: 0 10px; }
    .advantages-screen__slider-small {
      font-size: 17px; }
    .advantages-screen__slider-large {
      margin-top: 0.8em;
      font-size: 20px; }
    @media (min-width: 768px) {
      .advantages-screen__slider-large {
        font-size: 26px; } }
    .advantages-screen__slider .slick-dots {
      margin-top: 24px; }

.box-partners-screen {
  margin-top: 50px; }

.partners-table {
  max-width: 450px;
  margin: 45px auto 0;
  font-weight: 700;
  font-size: 18px;
  table-layout: fixed; }
  .partners-table td {
    padding-bottom: 33px; }
    .partners-table td:first-child {
      width: 40px; }
      @media (min-width: 480px) {
        .partners-table td:first-child {
          width: 80px; } }
    .partners-table td:nth-child(2) {
      width: 120px; }
      @media (min-width: 480px) {
        .partners-table td:nth-child(2) {
          width: 160px; } }
  .partners-table tr:last-child td {
    padding-bottom: 0; }

.partners-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 26px;
  margin: 50px auto 0;
  max-width: 500px;
  font-weight: 700;
  font-size: 18px; }
  @media (min-width: 480px) {
    .partners-total {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .partners-total:after {
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 2px;
    background: #c1af88;
    top: 0;
    left: 50%;
    margin-left: -100px; }
    @media (min-width: 768px) {
      .partners-total:after {
        width: 500px;
        margin-left: -250px; } }
  @media (max-width: 479px) {
    .partners-total__payouts {
      margin-top: 18px; } }

.box-reviews-screen {
  margin-top: 100px; }
  @media (min-width: 768px) {
    .box-reviews-screen {
      margin-top: 130px; } }

.reviews-slider {
  max-width: 800px;
  margin: 44px auto 0;
  position: relative; }
  .reviews-slider:before, .reviews-slider:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;
    z-index: 1; }
  .reviews-slider:before {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)); }
  .reviews-slider:after {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff); }
  .reviews-slider__item {
    padding: 15px; }
    .reviews-slider__item-inner {
      position: relative;
      -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfbfb));
      background-image: -webkit-linear-gradient(top, #ffffff, #fdfbfb);
      background-image: -o-linear-gradient(top, #ffffff, #fdfbfb);
      background-image: linear-gradient(to bottom, #ffffff, #fdfbfb);
      border-radius: 4px;
      padding: 27px 23px 23px; }
    .reviews-slider__item-title {
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      padding-right: 30px; }
    .reviews-slider__item-text {
      margin-top: 45px;
      font-size: 15px; }
    .reviews-slider__item-link {
      display: block;
      width: 20px;
      height: 20px;
      background: url(../img/review-link.svg);
      background-size: contain;
      position: absolute;
      right: 21px;
      top: 25px; }

.box-join-screen {
  margin-top: 64px;
  background: #0e0e0e;
  padding-top: 63px; }

.join-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .join-screen h2 {
    color: #fff;
    padding-bottom: 0; }
    .join-screen h2:after {
      display: none; }
  .join-screen .btn {
    margin-top: 44px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    border: none;
    border-radius: 0;
    width: 170px;
    color: #343434;
    font-size: 12px;
    height: 42px; }
    .join-screen .btn:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#a9a9a9));
      background-image: -webkit-linear-gradient(top, #ffffff, #a9a9a9);
      background-image: -o-linear-gradient(top, #ffffff, #a9a9a9);
      background-image: linear-gradient(to bottom, #ffffff, #a9a9a9); }
  .join-screen__macbook {
    width: 100%;
    max-width: 555px;
    background: url(../img/macbook.png);
    background-size: contain;
    margin-top: 45px; }
    .join-screen__macbook:before {
      content: '';
      padding-bottom: 58.1981%;
      display: block; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  background: #242424; }
  .footer__eighteen {
    color: #fff;
    font-size: 18px;
    margin-left: 24px; }
  .footer__copyright {
    color: #fff;
    font-size: 10px;
    margin-right: 15px;
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .footer__scrollup {
    width: 120px;
    height: 100%;
    background-color: #474747;
    background-image: url(../img/footer-arrow.svg);
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }

/*# sourceMappingURL=app.css.map */