@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap);
/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

body {
  min-width: 320px;
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  background: #FFFFFF;
  color: #6C6B80;
  box-sizing: border-box;
  overflow-x: hidden;
  letter-spacing: 0.15px; }

img {
  max-width: 100%;
  height: auto; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  overflow: hidden; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  display: block;
  text-decoration: none;
  color: #6C6B80; }

p {
  margin: 0; }

h1, h2, h3, h4 {
  color: #48485C;
  margin: 0;
  letter-spacing: -0.01em; }

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

h2 {
  font-size: 34px;
  line-height: 40px; }

h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600; }

h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700; }

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  .container--showcase {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }

.link {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.15px;
  display: inline-block; }
  .link--green {
    color: #0CD078; }

.wrapper {
  display: flex; }

.shown {
  display: block; }

@media (max-width: 1024px) {
  h2 {
    font-size: 26px;
    line-height: 28px; }
  h3 {
    font-size: 24px;
    line-height: 28px; }
  h4 {
    font-size: 20px;
    line-height: 24px; }
  .container {
    padding: 0 52px; }
    .container--showcase {
      padding: 0 52px;
      max-width: 760px;
      margin-left: 0;
      margin-right: 0; }
  .button {
    padding: 8px 21px 12px; } }

@media (max-width: 768px) {
  .container,
  .container--showcase {
    padding: 0 36px; }
  .wrapper {
    flex-wrap: wrap; } }

@media (max-width: 480px) {
  .container,
  .container--showcase {
    padding: 0 24px; } }

.page-main {
  position: relative; }
  .page-main__title {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 40px;
    text-align: left;
    letter-spacing: -0.015em; }
    .page-main__title--home {
      max-width: 560px;
      font-size: 55px;
      line-height: 60px;
      position: relative; }
      .page-main__title--home::before {
        content: '';
        position: absolute;
        top: -48px;
        left: 516px;
        width: 738px;
        height: 596px;
        background-image: url("/static/images/header_illustration.svg");
        background-repeat: no-repeat;
        z-index: 0; }
  .page-main__description {
    max-width: 560px;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 36px;
    letter-spacing: -0.0075em; }
  .page-main__request {
    margin-bottom: 148px; }
  @media (max-width: 1024px) {
    .page-main__title {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 24px; }
      .page-main__title--home {
        font-size: 38px;
        max-width: 373px; }
        .page-main__title--home::before {
          width: 545px;
          height: 440px;
          left: 391px;
          top: -40px; }
    .page-main__description {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 24px;
      max-width: 373px; }
    .page-main__request {
      margin-bottom: 124px; } }
  @media (max-width: 768px) {
    .page-main__title {
      font-size: 34px; }
      .page-main__title--home {
        max-width: 327px; }
        .page-main__title--home::before {
          width: 455px;
          height: 368px;
          left: 320px;
          top: -32px; }
    .page-main__description {
      max-width: 327px; }
    .page-main__request {
      margin-bottom: 64px; } }
  @media (max-width: 480px) {
    .page-main__title {
      font-size: 26px;
      line-height: 28px; }
      .page-main__title--home {
        font-size: 10vw;
        line-height: 12vw; }
        .page-main__title--home::before {
          display: none; }
    .page-main__description {
      max-width: 327px; } }

.article {
  max-width: 760px;
  min-height: 40vh;
  margin: 0 auto;
  color: #48485C; }
  .article h1 {
    font-size: 44px;
    line-height: 46px;
    margin-bottom: 40px; }
  .article h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px; }
  .article p {
    position: relative; }
    .article p:not(:last-child) {
      margin-bottom: 16px; }
  .article div ul {
    list-style: initial;
    margin-bottom: 16px;
    padding-left: 24px; }
    .article div ul li {
      padding: 0;
      margin-bottom: 0; }
  .article div:not(:last-child) {
    margin-bottom: 40px; }
  .article ul {
    margin-top: 16px; }
  .article li {
    padding-left: 28px;
    margin-bottom: 26px; }
  .article a {
    color: #0CD078;
    text-decoration: none;
    display: inline; }
  .article ol {
    padding-left: 84px; }
    .article ol li {
      padding-left: 0;
      font-weight: 700; }
      .article ol li li,
      .article ol li p {
        font-weight: 400; }
    .article ol ul {
      list-style: none; }
      .article ol ul li ul {
        padding-left: 28px; }
        .article ol ul li ul li p::before {
          content: "";
          position: absolute;
          left: -16px;
          top: 12px;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #48485C; }
  @media (max-width: 768px) {
    .article {
      padding: 0 36px; }
      .article h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 24px; }
      .article h2 {
        font-size: 20px;
        line-height: 24px; }
      .article li {
        margin-bottom: 16px; }
      .article div:not(:last-child) {
        margin-bottom: 24px; }
      .article ol {
        padding-left: 16px; } }
  @media (max-width: 480px) {
    .article {
      padding: 0 24px; }
      .article h1 {
        font-size: 26px;
        line-height: 28px; }
      .article ul {
        padding-left: 0; }
      .article li {
        padding-left: 0; } }

.nav {
  margin-left: auto; }
  @media (max-width: 1024px) {
    .nav {
      display: flex;
      width: 100%;
      max-width: 385px; } }
  @media (max-width: 768px) {
    .nav {
      max-width: none; } }

.nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .nav-list__item {
    padding: 8px 12px; }
    .nav-list__item--partner {
      cursor: pointer; }
      .nav-list__item--partner .nav-list__item--anchor {
        display: none;
        position: absolute;
        width: 100px;
        height: 30px;
        transform: translateY(6px);
        padding: 10px;
        background-image: url("/static/images/yengo_logo.png");
        background-position: 10px 8px;
        background-repeat: no-repeat;
        border: 2px solid #dbdbdb;
        border-radius: 2px;
        font-size: 0;
        z-index: 1; }
        @media (max-width: 480px) {
          .nav-list__item--partner .nav-list__item--anchor {
            transform: none; } }
      .nav-list__item--partner:focus .nav-list__item--anchor,
      .nav-list__item--partner:hover .nav-list__item--anchor {
        display: block; }
      .nav-list__item--partner span:focus {
        outline-color: #0CD078; }
  @media (max-width: 1024px) {
    .nav-list {
      min-width: 261px;
      width: 100%; }
      .nav-list__item {
        padding: 0px 2px; } }
  @media (max-width: 768px) {
    .nav-list {
      flex-direction: column;
      margin-bottom: 52px;
      margin-right: 0;
      align-items: flex-start; }
      .nav-list__item {
        padding: 0;
        margin-bottom: 24px; } }
  @media (max-width: 480px) {
    .nav-list {
      margin-bottom: 28px; } }

.header {
  display: flex;
  padding-bottom: 104px;
  padding-top: 40px;
  box-sizing: border-box;
  justify-content: space-between; }
  .header__logo {
    flex-shrink: 0; }
  .header__logo-img {
    width: 150px;
    transform: translateY(-11px); }
  .header__toggle {
    display: none; }
  .header__nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 8px 0; }
  .header__user-nav {
    display: flex;
    margin-left: 16px; }
  .header__button--login {
    margin-right: 16px; }
  @media (max-width: 1024px) {
    .header {
      padding-top: 28px;
      padding-bottom: 72px; }
      .header__logo {
        width: 108px; }
        .header__logo-img {
          transform: none; }
      .header__user-nav {
        margin-left: auto; } }
  @media (max-width: 768px) {
    .header {
      padding-top: 24px;
      padding-bottom: 60px;
      justify-content: space-between; }
      .header--open {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        flex-wrap: wrap;
        align-content: flex-start;
        z-index: 10; }
        .header--open .header__toggle span::before {
          width: 17px;
          top: 5px;
          transform: rotate(45deg) translateX(-50%); }
        .header--open .header__toggle span::after {
          width: 17px;
          top: -7px;
          bottom: 0;
          transform: rotate(-45deg) translateX(-50%); }
        .header--open .header__toggle span {
          background-color: transparent; }
      .header__toggle {
        display: block;
        position: relative;
        width: 24px;
        height: 24px;
        transform: translateY(15px); }
        .header__toggle span,
        .header__toggle span::after,
        .header__toggle span::before {
          top: 6px;
          left: 50%;
          transform: translateX(-50%);
          cursor: pointer;
          border-radius: 1px;
          height: 2px;
          width: 16px;
          background-color: #6C6B80;
          position: absolute;
          display: block;
          content: "";
          transition: all 0.3s ease-in-out; }
        .header__toggle span::before {
          top: -6px; }
        .header__toggle span::after {
          bottom: -6px; }
      .header__nav {
        display: none; }
        .header__nav--open {
          display: flex;
          flex-direction: column;
          width: 100%;
          margin-top: 56px;
          align-items: stretch; }
      .header__user-nav {
        order: -1;
        display: flex;
        margin-bottom: 76px;
        margin-left: 0; }
      .header__button {
        width: 100%;
        text-align: center; }
        .header__button--login {
          margin-right: 24px; } }
  @media (max-width: 480px) {
    .header {
      padding-bottom: 60px; }
      .header__nav--open {
        margin-top: 32px; }
      .header__user-nav {
        flex-wrap: wrap;
        margin-bottom: 28px; }
      .header__button {
        margin-bottom: 24px; }
        .header__button--login {
          margin-right: 0; } }


.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 104px;
  padding-bottom: 104px; }
  .footer__logo {
    width: 108px;
    margin-right: 192px; }
  .footer__nav {
    min-width: 160px;
    margin-right: 40px;
    padding-top: 8px; }
  .footer__link-wrapper:not(:last-child) {
    margin-bottom: 32px; }
  .footer__link {
    margin-bottom: 16px; }
  .footer__email a {
    display: inline-block;
    color: #0CD078; }
  .footer__social-item {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 5px 8px;
    display: inline-block; }
  .footer__copyright {
    max-width: 340px;
    margin-left: 143px;
    padding-top: 8px;
    margin-right: 20px;
    min-width: 150px; }
  .footer__sign {
    display: block;
    margin-bottom: 16px; }
  .footer__description {
    font-size: 12px;
    line-height: 16px;
    display: flex; }
    .footer__description span {
      display: block;
      margin-right: 4px; }
  .footer__contacts {
    padding-top: 8px; }
  @media (max-width: 1024px) {
    .footer {
      padding-top: 64px;
      padding-bottom: 72px; }
      .footer__logo {
        margin-right: 136px; }
      .footer__nav {
        margin-right: 0; }
      .footer__copyright {
        margin-left: 109px;
        max-width: 270px;
        margin-right: 12px; } }
  @media (max-width: 768px) {
    .footer {
      padding-top: 40px; }
      .footer__logo {
        width: 86px;
        margin-right: 32px; }
      .footer__nav {
        min-width: auto;
        margin-right: 32px; }
      .footer__copyright {
        margin-left: 53px;
        max-width: 210px;
        margin-right: 0; } }
  @media (max-width: 480px) {
    .footer {
      flex-direction: column;
      padding-bottom: 40px; }
      .footer__logo {
        width: 108px;
        margin-right: 0;
        margin-bottom: 36px; }
      .footer__nav {
        margin-bottom: 8px; }
      .footer__copyright {
        margin-left: 0;
        margin-top: 32px;
        max-width: 100%; }
      .footer__contacts {
        padding-left: 4px; } }

.features {
  margin-bottom: 104px;
  padding-top: 104px; }
  .features__slogan {
    padding-right: 240px;
    margin-bottom: 64px; }
  .features__title {
    margin-bottom: 40px; }
  .features__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px; }
  .features__item {
    padding-top: 104px;
    background-repeat: no-repeat;
    background-size: 80px 80px; }
    .features__item--independence {
      background-image: url("/static/images/icons/80px/independence.svg"); }
    .features__item--recommendation {
      background-image: url("/static/images/icons/80px/recommendation.svg"); }
    .features__item--preference {
      background-image: url("/static/images/icons/80px/preference.svg"); }
  @media (max-width: 1024px) {
    .features {
      margin-bottom: 64px;
      padding-top: 64px; }
      .features__item {
        padding-top: 88px; }
      .features__slogan {
        margin-bottom: 40px; }
      .features__title {
        margin-bottom: 24px; } }
  @media (max-width: 768px) {
    .features__slogan {
      padding-right: 140px; }
    .features__list {
      grid-column-gap: 24px; } }
  @media (max-width: 480px) {
    .features__list {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(3, 1fr);
      grid-row-gap: 24px; }
    .features__title {
      margin-bottom: 20px; }
    .features__slogan {
      padding-right: 0; } }

.advantages__title {
  margin-bottom: 64px; }

.advantages__description {
  font-size: 30px;
  line-height: 40px;
  max-width: 980px;
  margin-bottom: 64px;
  letter-spacing: -0.0075em; }
  .advantages__description span {
    font-weight: 600; }

.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 64px; }

.advantages__item {
  padding-top: 104px;
  background-repeat: no-repeat;
  background-size: 80px 80px; }
  .advantages__item--personal {
    background-image: url("/static/images/icons/80px/personal.svg"); }
  .advantages__item--attention {
    background-image: url("/static/images/icons/80px/attention.svg"); }
  .advantages__item--traffic {
    background-image: url("/static/images/icons/80px/traffic.svg"); }
  .advantages__item--analysis {
    background-image: url("/static/images/icons/80px/analysis.svg"); }
  .advantages__item--profit {
    background-image: url("/static/images/icons/80px/profit.svg"); }
  .advantages__item--promo {
    background-image: url("/static/images/icons/80px/promo.svg"); }

.advantages__item-title {
  margin-bottom: 16px; }

.advantages__text:not(:last-child) {
  margin-bottom: 16px; }

.advantages__slider {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1024px) {
  .advantages__list {
    grid-row-gap: 40px; }
  .advantages__title {
    margin-bottom: 40px; }
  .advantages__description {
    font-size: 20px;
    line-height: 28px;
    max-width: 696px;
    margin-bottom: 40px; }
  .advantages__slider {
    padding: 0 52px; } }

@media (max-width: 768px) {
  .advantages__slider {
    overflow-x: scroll;
    padding: 0 36px; }
  .advantages__list {
    width: 1992px;
    overflow-x: scroll;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 24px; } }

@media (max-width: 480px) {
  .advantages__slider {
    padding: 0 24px; }
  .advantages__item-title {
    margin-bottom: 12px; } }

.note {
  background: #FAFAFA;
  padding: 64px 0; }
  .note__title {
    margin-bottom: 40px; }
  .note__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px; }
  .note__item {
    max-width: 340px; }
    .note__item p {
      border-left: 4px solid #0CD078;
      padding-left: 16px; }
  @media (max-width: 1024px) {
    .note {
      padding: 40px 0; }
      .note__title {
        margin-bottom: 24px; } }
  @media (max-width: 768px) {
    .note__list {
      display: block; }
    .note__item {
      max-width: 600px; }
      .note__item:not(:last-child) {
        margin-bottom: 24px; } }

.adblock {
  background-color: #FAFAFA;
  background-image: url("/static/images/illustration_traffic.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 481px 336px;
  padding: 64px;
  margin-bottom: 104px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  .adblock__title {
    margin-bottom: 24px;
    max-width: 620px; }
  .adblock__description {
    margin-bottom: 40px;
    max-width: 536px; }
  @media (max-width: 1024px) {
    .adblock {
      background-size: 408px 271px;
      padding: 40px;
      margin-bottom: 64px;
      max-width: 920px; }
      .adblock__title {
        margin-bottom: 16px; } }
  @media (max-width: 768px) {
    .adblock {
      background-size: 352px 234px;
      padding-left: 36px;
      padding-right: 36px; }
      .adblock__description, .adblock__title {
        max-width: 500px; } }
  @media (max-width: 480px) {
    .adblock {
      padding-left: 24px;
      padding-right: 24px;
      background-size: 325px 216px;
      padding-bottom: 126px;
      background-position: 98px 100%; }
      .adblock__title {
        margin-bottom: 24px; } }

.design {
  margin-top: 30px;
  padding: 64px;
  background-color: #FAFAFA;
  position: relative;
  margin-bottom: 104px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-image: url("/static/images/design_illustration.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 280px 160px; }
  .design__title {
    margin-bottom: 16px; }
  .design__description {
    margin-bottom: 16px;
    max-width: 670px; }
  .design__link {
    color: #0CD078; }
  @media (max-width: 1024px) {
    .design {
      padding: 40px;
      margin-bottom: 64px;
      max-width: 920px;
      background-size: 224px 128px; }
      .design__title {
        margin-bottom: 16px; }
      .design__description {
        max-width: 600px; } }
  @media (max-width: 768px) {
    .design {
      padding-left: 36px;
      padding-right: 36px;
      margin-bottom: 72px; }
      .design__description {
        max-width: 450px; } }
  @media (max-width: 480px) {
    .design {
      padding: 40px 24px 208px;
      background-position: 50% 260px;
      margin-bottom: 64px; } }

.begin__title {
  margin-bottom: 40px; }

.begin__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px; }

.begin__item {
  padding: 24px 80px 24px 24px;
  border: 1px solid #EEEEF1;
  min-height: 136px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  .begin__item::before {
    content: attr(data-index);
    position: absolute;
    top: 24px;
    right: 8px;
    width: 48px;
    height: 48px;
    z-index: 2;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.15px;
    color: #B6B6C2;
    text-align: center; }
  .begin__item::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    z-index: 2; }
  .begin__item--request::after {
    background-image: url("/static/images/icons/48px/paper-plane_white.svg"); }
  .begin__item--access::after {
    background-image: url("/static/images/icons/48px/key.svg"); }
  .begin__item--installation::after {
    background-image: url("/static/images/icons/48px/browser.svg"); }
  .begin__item--success::after {
    background-image: url("/static/images/icons/48px/ads.svg"); }
  .begin__item--improvement::after {
    background-image: url("/static/images/icons/48px/check.svg"); }
  .begin__item--active {
    background-color: #0AD178;
    color: #FFFFFF;
    border: none; }
    .begin__item--active::before {
      color: rgba(255, 255, 255, 0.6); }

.begin__request {
  margin-top: auto;
  background-color: #FFFFFF;
  color: #0CD078;
  padding: 5px 16px 7px;
  font-weight: 600;
  border-radius: 8px;
  white-space: nowrap; }
  .begin__request:active {
    background-color: rgba(255, 255, 255, 0.8); }

@media (max-width: 1024px) {
  .begin__item {
    min-height: 160px;
    min-width: 260px; } }

@media (max-width: 768px) {
  .begin {
    width: 100%; }
    .begin__list {
      grid-gap: 24px; }
    .begin__item {
      min-height: 136px;
      padding-right: 64px;
      min-width: 260px; } }

@media (max-width: 480px) {
  .begin__list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0; }
  .begin__item {
    max-width: 100%; }
    .begin__item:not(:last-child) {
      border-bottom: none; } }

.statistics {
  margin-right: 140px; }
  .statistics__item {
    margin-bottom: 40px;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: 48px 48px; }
    .statistics__item--recommendation {
      background-image: url("/static/images/icons/48px/like.svg"); }
    .statistics__item--views {
      background-image: url("/static/images/icons/48px/eye.svg"); }
    .statistics__item--smi {
      background-image: url("/static/images/icons/48px/website.svg"); }
  .statistics__important {
    color: #48485C;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.01em; }
  @media (max-width: 1024px) {
    .statistics {
      margin-right: 120px;
      margin-bottom: 76px; }
      .statistics__important {
        font-size: 20px;
        line-height: 24px; } }
  @media (max-width: 768px) {
    .statistics {
      margin-right: 0;
      margin-bottom: 64px; }
      .statistics__list {
        display: flex; }
      .statistics__item {
        margin-bottom: 0;
        width: 216px; }
      .statistics__item:not(:last-child) {
        margin-right: 24px; } }
  @media (max-width: 480px) {
    .statistics {
      margin-bottom: 48px; }
      .statistics__list {
        flex-direction: column; }
      .statistics__item {
        margin-bottom: 24px;
        width: 100%; } }

.proposal {
  background-color: #FAFAFA;
  padding: 64px 68px 64px 64px;
  margin-bottom: 104px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  background-image: url("/static/images/giraffe_sky.svg");
  background-repeat: no-repeat;
  background-position: 550px 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  .proposal__title {
    margin-bottom: 24px;
    max-width: 596px; }
  .proposal__request {
    margin-bottom: 8px;
    margin-top: 40px;
    position: relative; }
    .proposal__request::before {
      content: '';
      position: absolute;
      bottom: 16px;
      left: -12px;
      width: 16px;
      height: 19px;
      background-image: url("/static/images/subtract.svg");
      background-repeat: no-repeat; }
    .proposal__request-note {
      color: #9A9AAB;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      display: block; }
  @media (max-width: 1024px) {
    .proposal {
      padding: 40px;
      padding-bottom: 55px;
      background-size: 541px 223px;
      background-position: 102% 100%;
      margin-bottom: 64px;
      max-width: 920px; }
      .proposal__title {
        margin-bottom: 16px;
        max-width: 440px; }
      .proposal__description {
        max-width: 440px; }
      .proposal__request {
        margin-top: 73px; } }
  @media (max-width: 768px) {
    .proposal {
      padding: 40px 36px 55px;
      grid-template-columns: 396px 1fr;
      grid-gap: 102px;
      background-size: 588px 232px;
      background-position: 123% 100%; }
      .proposal__title {
        max-width: 396px; }
      .proposal__description {
        max-width: 336px; }
      .proposal__request {
        margin-top: 80px; } }
  @media (max-width: 480px) {
    .proposal {
      flex-wrap: wrap;
      flex-direction: column;
      padding: 40px 24px 70px;
      align-items: flex-end;
      background-position: 84% 100%; }
      .proposal__request {
        margin-top: 116px;
        margin-right: 16px; }
      .proposal__title {
        margin-bottom: 24px; } }

.input {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  max-width: 100%; }
  .input__element {
    width: 100%;
    padding: 12px 16px;
    outline: none;
    border: 0;
    text-align: left;
    text-overflow: ellipsis;
    font-family: inherit;
    font-size: 17px;
    line-height: 20px;
    height: 48px;
    font-weight: normal;
    letter-spacing: 0.15px;
    color: #48485C;
    margin-top: 24px;
    border: 2px solid #CECED6;
    border-radius: 8px;
    background-color: transparent;
    box-sizing: border-box;
    transition: border-color 0.15s linear;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */ }
    .input__element::-webkit-input-placeholder {
      color: #B6B6C2; }
    .input__element:-moz-placeholder {
      color: #B6B6C2; }
    .input__element::-moz-placeholder {
      color: #B6B6C2; }
    .input__element:-ms-input-placeholder {
      color: #B6B6C2; }
    .input__element:focus::-webkit-input-placeholder {
      color: transparent; }
    .input__element:focus:-moz-placeholder {
      color: transparent; }
    .input__element:focus::-moz-placeholder {
      color: transparent; }
    .input__element:focus:-ms-input-placeholder {
      color: transparent; }
    .input__element:focus {
      outline: none;
      box-shadow: none; }
  .input__label {
    display: inline-block;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    color: #9A9AAB; }
  .input__helper {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    padding: 4px 0;
    min-height: 24px;
    box-sizing: border-box;
    color: #9A9AAB;
    display: block; }
    .input__helper--counter {
      text-align: right;
      right: 0; }
  .input__label {
    left: 0;
    top: 4px;
    transition: all .2s linear; }
  .input__before, .input__after {
    position: absolute;
    top: 24px;
    display: block;
    width: 56px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #B2B4BF; }
  .input__before {
    left: 0; }
    .input__before ~ .input__element {
      padding-left: 56px; }
  .input__after {
    right: 0; }
    .input__after ~ .input__element {
      padding-right: 40px; }
  .input--white .input__element {
    background: rgba(255, 255, 255, 0.8); }
  .input--empty:not(.input--active) .input__before ~ .input__element:not([placeholder]) ~ .input__label {
    padding-left: 56px; }
  .input--empty:not(.input--active) .input__after ~ .input__element:not([placeholder]) ~ .input__label {
    padding-right: 56px; }
  .input--empty .input__label {
    font-size: 17px;
    line-height: 48px;
    padding: 0 16px;
    top: 24px; }
  .input--error .input__element {
    border-color: #E53935; }
  .input--active .input__element {
    border-color: #0CD078; }
  .input--active .input__label,
  .input--active .input__helper {
    color: #0CD078; }
  .input--error .input__element {
    border-color: #E53935; }
  .input--error .input__label,
  .input--error .input__helper {
    color: #E53935; }
  .input--active .input__element:not([placeholder]) + .input__label,
  .input--empty .input__element[placeholder] ~ .input__label {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    top: 5px; }
  .input--disabled {
    cursor: default;
    pointer-events: none; }
    .input--disabled .input__element {
      color: #48485C; }
  .input--disabled .input__label {
    color: #B6B6C2; }
  .input--disabled .input__helper {
    color: #9A9AAB; }
  .input__element-icon {
    display: inline-block;
    vertical-align: sub; }

.button {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 16px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  user-select: none;
  border-radius: 8px;
  background: transparent;
  font-family: inherit;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 600;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em; }
  .button[type="submit"] {
    width: 100%; }
  .button--l {
    font-size: 22px;
    line-height: 64px;
    padding: 0 24px;
    max-height: 64px;
    border-radius: 12px; }
  .button--m {
    font-size: 22px;
    padding: 0 16px;
    line-height: 48px;
    max-height: 48px; }
  .button--s {
    font-size: 17px;
    padding: 0 16px;
    line-height: 40px;
    max-height: 40px; }
  .button--disabled {
    cursor: default; }
  .button--secondary {
    font-weight: 400;
    color: #0CD078;
    padding: 0;
    line-height: 24px; }
  .button--primary {
    background-color: #0CD078;
    color: #FFFFFF; }
  .button--primary.button--focus, .button--primary.button--hover, .button--primary:focus, .button--primary:hover {
    color: #FFFFFF;
    background-color: #0AD178; }
  .button--primary.button--active, .button--primary:active {
    color: #FFFFFF;
    background-color: #00B262; }
  .button--primary.button--disabled, .button--primary:disabled {
    color: #CECED6;
    background-color: #FAFAFA; }
  .button--grey {
    background-color: #FAFAFA;
    color: #6C6B80; }
  .button--grey.button--hover, .button--grey:hover {
    color: #6C6B80;
    background-color: #F5F5F7; }
  .button--grey.button--focus, .button--grey:focus {
    color: #6C6B80;
    background-color: #F5F5F7; }
  .button--grey.button--active, .button--grey:active {
    color: #6C6B80;
    background-color: #EEEEF1; }
  .button--grey.button--disabled, .button--grey:disabled {
    color: #CECED6;
    background-color: #FAFAFA; }
  .button--inverse {
    background-color: #FFFFFF;
    color: #0CD078; }
  .button--inverse.button--active, .button--inverse:active {
    background-color: rgba(255, 255, 255, 0.4); }
  .button--inverse.button--disabled, .button--inverse:disabled {
    background-color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 1024px) {
    .button {
      letter-spacing: normal;
      margin-right: 0; }
      .button--l {
        font-size: 22px;
        line-height: 28px;
        padding: 8px 20px 12px;
        max-height: 48px;
        border-radius: 10px; } }

.forms__input--password {
  transform: translateY(-25px); }
  .forms__input--password .input__helper {
    transform: translateY(8px);
    font-size: 16px;
    line-height: 18px; }

.forms__heading {
  margin-bottom: 40px; }

.forms__title {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.01em; }

.forms__subtitle {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  margin-top: 16px; }

.forms__image {
  margin-bottom: 32px; }
  .forms__image--success img {
    max-width: 64px;
    margin: 0 auto;
    display: block; }

.forms__forgot-link {
  margin-top: 8px;
  margin-bottom: 20px; }

.forms__submit {
  margin-top: 16px; }

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

.forms__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -8px; }

.forms__col {
  margin: 0 8px;
  flex: 1 0; }

.forms__collapse {
  margin-top: 36px; }

.forms__note {
  margin-top: 24px; }
  .forms__note a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: inline;
    color: #00c46c; }

.forms__messengers .select__indicators {
  padding-right: 16px; }

.forms__messengers .select__element .select__control {
  padding-left: 18px;
  line-height: 48px; }

.forms__messengers .select__element .select__option {
  padding-left: 18px; }

.forms__messengers .select__option--is-focused .messengers__phone {
  background-image: url("/static/images/icons/24px/inverse/phone.svg"); }

.forms__messengers .select__option--is-focused .messengers__telegram {
  background-image: url("/static/images/icons/24px/inverse/telegram.svg"); }

.forms__messengers .select__option--is-focused .messengers__whatsapp {
  background-image: url("/static/images/icons/24px/inverse/whatsapp.svg"); }

.forms__messengers .select__option--is-focused .messengers__viber {
  background-image: url("/static/images/icons/24px/inverse/viber.svg"); }

.forms__messengers .select__option--is-focused .messengers__skype {
  background-image: url("/static/images/icons/24px/inverse/skype.svg"); }

.forms__messengers .select__option--is-focused .messengers__fbm {
  background-image: url("/static/images/icons/24px/inverse/fbm.svg"); }

.messengers__img {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: sub; }

.messengers__phone {
  background-image: url("/static/images/icons/24px/original/phone.svg"); }

.messengers__telegram {
  background-image: url("/static/images/icons/24px/original/telegram.svg"); }

.messengers__whatsapp {
  background-image: url("/static/images/icons/24px/original/whatsapp.svg"); }

.messengers__viber {
  background-image: url("/static/images/icons/24px/original/viber.svg"); }

.messengers__skype {
  background-image: url("/static/images/icons/24px/original/skype.svg"); }

.messengers__fbm {
  background-image: url("/static/images/icons/24px/original/fbm.svg"); }

.passwords__visibility_button {
  border: none;
  background-color: transparent; }
  .passwords__visibility_button:focus {
    outline: none; }

.select {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 100%; }
  .select--messengers {
    max-width: 96px; }
  .select__element {
    width: 100%;
    outline: none;
    border: 0;
    text-align: left;
    text-overflow: ellipsis;
    font-family: inherit;
    font-size: 17px;
    height: 48px;
    font-weight: normal;
    letter-spacing: 0.15px;
    color: #0CD078;
    margin: 24px 0;
    border: 2px solid #CECED6;
    border-radius: 8px;
    background: transparent;
    box-sizing: border-box;
    transition: border-color 0.15s linear; }
    .select__element:hover {
      background-color: #EEEEF1; }
  .select__helper, .select__label {
    display: inline-block;
    position: absolute;
    max-width: 100%;
    font-family: inherit;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    color: #9A9AAB; }
  .select__helper {
    left: 0;
    bottom: 4px; }
  .select__label {
    left: 0;
    top: 4px;
    transition: all 0.2s linear; }
  .select__element .select__input {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.15px;
    margin: 0 0 0 8px; }
  .select__element .select__control {
    border: 0;
    padding: 0;
    padding-left: 12px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    min-height: auto;
    cursor: pointer; }
  .select__element .select__placeholder {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.15px;
    margin-left: 0;
    margin-right: 0; }
  .select__element .select__value-container {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.15px;
    height: 46px;
    padding: 0; }
  .select__element .select__single-value {
    color: #0CD078;
    margin: 0;
    line-height: 100%; }
  .select__caret {
    color: inherit; }
  .select__indicator-separator {
    display: none; }
  .select__element .select__menu {
    top: calc(100% + 4px);
    margin: 0;
    padding: 0;
    border: 1px solid #CECED6;
    box-shadow: none;
    width: 100%;
    left: -1px; }
    .select__element .select__menu-list {
      padding: .5rem 0; }
  .select__element .select__option {
    padding: 0 11px 0 12px;
    line-height: 2; }
    .select__element .select__option--is-selected {
      background-color: transparent;
      color: inherit; }
    .select__element .select__option--is-focused {
      background-color: #0CD078;
      color: #fff;
      outline: none;
      cursor: pointer; }
  .select--white .select__element {
    background: rgba(255, 255, 255, 0.8); }
    .select--white .select__element:hover {
      background-color: #EEEEF1; }
  .select--icon .select__control {
    padding: 0;
    padding-left: 8px; }
  .select--icon .select__placeholder {
    left: 28px; }
  .select--icon .select__single-value {
    left: 28px; }
  .select--icon .select__icon {
    color: #B2B4BF; }
  .select--empty .select__label {
    font-size: 17px;
    line-height: 2;
    padding: 0 12px;
    top: 24px; }
  .select--error .select__element {
    border: 1px solid #E53935; }
  .select--error .select__label,
  .select--error .select__helper {
    color: #E53935; }
  .select--active .select__element:not([placeholder]) + .select__label,
  .select--empty .select__element[placeholder] + .select__label {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    top: 4px; }
  .select--active.select--error .select__label,
  .select--active.select--error .select__helper {
    color: #E53935; }
  .select--disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.4; }
  .select--disabled .select__element {
    border-bottom: 1px solid #EEEEF1; }
  .select--disabled .select__label,
  .select--disabled .select__helper {
    color: #9A9AAB; }

.collapse {
  width: 100%; }
  .collapse__title {
    padding-left: 40px;
    cursor: pointer;
    position: relative;
    outline: none; }
    .collapse__title:before {
      content: '';
      background-image: url("/static/images/icons/24px/arrow_down.svg");
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      display: block;
      position: absolute;
      left: 0;
      transform: rotate(-90deg);
      transition: transform 0.3s ease; }
  .collapse__content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 12px;
    overflow: hidden; }
    .collapse__content li + li {
      margin-top: 16px; }
    .collapse__content li > ul > li:first-child {
      margin-top: 16px; }
    .collapse__content ol {
      padding-left: 20px;
      margin-top: 0; }
    .collapse__content ul {
      list-style: disc;
      padding-left: 20px; }
  .collapse--open .collapse__title:before {
    transform: rotate(0); }
  .collapse--open .collapse__content {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 16px;
    border-top: 1px solid #EEEEF1; }

.auth {
  background: #FFFFFF;
  max-width: 440px;
  margin: 64px auto 72px;
  transition: height 0.3s ease; }
  .auth__area {
    background: #FFFFFF;
    border: 1px solid #EEEEF1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 40px; }
  .auth__logo {
    display: block;
    max-width: 130px;
    margin: 0 auto 40px; }
  .auth__footer {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline; }
  .auth__redirect-link span {
    margin-right: 6px; }

@media (max-width: 480px) {
  .auth {
    width: 100%;
    margin: 0 0 40px; }
    .auth__area {
      border: none;
      padding: 24px; }
    .auth__footer {
      padding: 0 24px; }
    .auth__redirect-link .link {
      display: block; } }

