/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

body {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.font-loaded-tt body {
  font-family: "TT Norms Pro", Arial, Helvetica, "Helvetica Neue", sans-serif;
}

@font-face {
  font-family: "TT Norms Pro";
  src: url("../common/fonts/TTNormsPro-Regular.woff") format("woff"), url("../common/fonts/TTNormsPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Norms Pro";
  src: url("../common/fonts/TTNormsPro-Bold.woff") format("woff"), url("../common/fonts/TTNormsPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  text-decoration: none;
  color: #13176b;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
  tap-highlight-color: rgba(0, 0, 0, 0.4);
}

a:hover {
  text-decoration: underline;
}

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

.svg-icon {
  fill: currentColor;
}

.svg-icon_flip_horizontally {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.svg-icon_flip_vertically {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.svg-icon_stroke {
  stroke: currentColor;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  top: -1px;
  left: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.lt-ie8 .sr-only {
  clip: rect(1px 1px 1px 1px);
}

html,
body {
  height: 100%;
}

.page-wrapper {
  height: auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.page-wrapper_full_height {
  height: 100%;
  overflow-y: auto;
}

.page-main {
  padding: 0 0 29px;
}

.page-wrapper_full_height .page-main {
  height: 100%;
}

.page-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29px;
  z-index: 2;
}

.page-footer:empty {
  display: none;
  width: 0;
  height: 0;
}

#portal-headline {
  display: none;
}

.promo {
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  overflow: hidden;
  position: relative;
  height: 570px;
  padding-top: 25px;
  background-image: -webkit-linear-gradient(203deg, #2a1e6e, #0a0542);
  background-image: -o-linear-gradient(203deg, #2a1e6e, #0a0542);
  background-image: linear-gradient(-113deg, #2a1e6e, #0a0542);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promo::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -255px;
  background-image: url(img/svg-e6f94446.svg);
  background-position: 0px 0px;
  width: 1111.561px;
  height: 549.56px;
}

.promo__inner {
  position: relative;
}

.promo__header {
  position: relative;
  margin-bottom: 60px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.promo__menu {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 20px;
  max-width: 20px;
  height: 19px;
  border: none;
  background-color: transparent;
  will-change: transform;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.promo__menu-item {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: white;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  max-width: 20px;
}

.promo__menu-item_1 {
  top: 0;
}

.promo__menu-item_2 {
  top: 8px;
}

.promo__menu-item_3 {
  bottom: 0;
}

.promo__logo-wrap {
  text-align: center;
}

.promo__logo-wrap-col {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  height: 100%;
}

.promo__logo-wrap-col:first-child::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #3f3b77;
}

.promo__logo-wrap-col:last-child {
  margin-right: 0;
  padding-right: 15px;
}

.promo__logo-wrap-col:last-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  border-left: 4px solid transparent;
  border-top: 5px solid white;
  border-right: 4px solid transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  will-change: transform;
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
}

.promo__logo-wrap-col_dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  background-color: transparent;
  display: none;
  z-index: 1;
}

.promo__logo-wrap-col_dropdown:hover::after {
  display: block;
}

.promo__logo-link {
  display: inline-block;
}

.promo__logo-biz {
  display: block;
  width: 92px;
  height: 26px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.promo__logo-product {
  width: 95px;
  height: 24px;
  cursor: pointer;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.promo__logo-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 270px;
  max-height: 383px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  background-color: white;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  z-index: 1;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.32);
}

.promo__logo-wrap-col_dropdown:hover .promo__logo-dropdown {
  opacity: 1;
  visibility: visible;
}

.promo__logo-dropdown-item-link {
  display: block;
  padding: 13px 25px 13px 35px;
}

.promo__logo-dropdown-item-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.promo__logo-dropdown-item-link_active {
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
  pointer-events: none;
  cursor: pointer;
}

.promo__logo-dropdown-item-link_active::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 5px;
  height: 7px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  -webkit-transform: translateY(-50%) rotate(45deg) translateZ(0);
          transform: translateY(-50%) rotate(45deg) translateZ(0);
}

.promo__logo-dropdown-item-title {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.promo__logo-dropdown-item-desc {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.promo__nav {
  display: none;
  height: 100%;
  text-align: center;
}

.promo__nav-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 34px;
  text-align: left;
  list-style: none;
}

.promo__nav-item {
  display: inline-block;
  margin-right: 30px;
}

.promo__nav-item:last-child {
  margin-right: 0;
}

.promo__nav-item-link {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: white;
}

.promo__nav-item-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #3f3b77;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.promo__nav-item-link:hover {
  text-decoration: none;
}

.promo__nav-item-link:hover::before {
  background-color: #00b582;
}

.promo__nav-item-link_active {
  pointer-events: none;
  cursor: default;
}

.promo__nav-item-link_active::before {
  background-color: #00b582;
}

.promo__auth {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.promo__auth-login, .promo__auth-reg {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.promo__auth-login {
  margin-right: 30px;
}

.promo__auth-reg {
  padding: 10px 20px;
  background-color: #00b582;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-left: 20px;
}

.promo__auth-reg:hover {
  background-color: #00ae7d;
}

.promo__auth-link {
  display: inline-block;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  font-family: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 0;
  color: #fff;
}

.promo__auth-link:hover {
  text-decoration: none;
}

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

.promo__title {
  margin: 0 auto 10px;
  max-width: 180px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.promo__text {
  margin: 0 auto 15px;
  max-width: 280px;
  font-size: 15px;
  line-height: 20px;
  color: #cecfff;
}

.promo__btn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: white;
  background-color: #00b582;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
}

.promo__btn:hover {
  background-color: #00ae7d;
}

.benefits {
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  background-color: #0a0542;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 48px 0 24px;
}

.benefits__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.benefits__logo {
  width: 95px;
  height: 32px;
  margin-bottom: 24px;
}

.benefits__logo-img {
  width: 100%;
  height: auto;
}

.benefits__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -12px;
}

.benefits__item {
  max-width: 100%;
  margin: 12px;
}

.benefits__item-text {
  font-size: 17px;
  color: #aeaed3;
  line-height: 24px;
  margin: 0;
}

.benefits__item-text_num {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
}

.benefits__item-text_big {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 40px;
  color: #fff;
}

.benefits__item-text_block {
  margin-top: 9px;
  display: block;
}

.landing-button {
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  font-family: inherit;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1764705882;
  background-color: #00b582;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 13px 16px;
  width: 100%;
  min-width: 140px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
}

.landing-button:hover {
  background-color: #00ae7d;
  text-decoration: none;
}

.landing-button:focus {
  outline: 0;
}

.landing-button_orange {
  background-color: #ff8e2d;
  border-color: #ff8e2d;
  color: white;
}

.landing-button_orange:hover {
  background-color: #f5882b;
}

.landing-button_cerise-pink {
  background-color: #ff2a7a;
  border-color: #ff2a7a;
  color: white;
}

.landing-button_cerise-pink:hover {
  background-color: #f52875;
}

.landing-button_pink {
  background-color: #e45b87;
  border-color: #e45b87;
  color: white;
}

.landing-button_pink:hover {
  background-color: #db5782;
}

.landing-button_bright-pink {
  background-color: #f61389;
  border-color: #f61389;
  color: white;
}

.landing-button_bright-pink:hover {
  background-color: #ec1284;
}

.landing-button_fuchsia {
  background-color: #c53ec2;
  border-color: #c53ec2;
  color: white;
}

.landing-button_fuchsia:hover {
  background-color: #bd3cba;
}

.landing-button_purple {
  background-color: #731982;
  border-color: #731982;
  color: white;
}

.landing-button_purple:hover {
  background-color: #6e187d;
}

.landing-button_heliotrope {
  background-color: #c75dfb;
  border-color: #c75dfb;
  color: white;
}

.landing-button_heliotrope:hover {
  background-color: #bf59f1;
}

.landing-button_green {
  background-color: #28d098;
  border-color: #28d098;
  color: white;
}

.landing-button_green:hover {
  background-color: #26c892;
}

.landing-button_grey {
  background-color: #ebebeb;
  border-color: #e0e0e0;
  color: #333333;
}

.landing-button_grey:hover {
  background-color: #e2e2e2;
}

.landing-button_infra-grad {
  background-image: -webkit-linear-gradient(207deg, #ee4499, #bb66dd);
  background-image: -o-linear-gradient(207deg, #ee4499, #bb66dd);
  background-image: linear-gradient(-117deg, #ee4499, #bb66dd);
  -webkit-background-size: 150% 150%;
          background-size: 150%;
  border-width: 0;
  padding: 14px 16px;
  color: white;
}

.landing-button_infra-grad:hover {
  background-position: right;
}

.landing-button_infra-grad.landing-button_small {
  padding: 11px 16px 12px;
}

.landing-button_orange-grad {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f3e), to(#ff934d));
  background-image: -webkit-linear-gradient(left, #ff5f3e 0%, #ff934d 100%);
  background-image: -o-linear-gradient(left, #ff5f3e 0%, #ff934d 100%);
  background-image: linear-gradient(90deg, #ff5f3e 0%, #ff934d 100%);
  -webkit-background-size: 150% 150%;
          background-size: 150%;
  border-width: 0;
  padding: 14px 16px;
  color: white;
}

.landing-button_orange-grad:hover {
  background-position: right;
}

.landing-button_orange-grad.landing-button_small {
  padding: 11px 16px 12px;
}

.landing-button_skewed {
  -webkit-border-radius: 0 16px;
          border-radius: 0 16px;
}

.landing-button_wauto {
  width: auto;
}

.landing-button_default {
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
}

.landing-button_small {
  padding: 10px 16px 11px;
  font-size: 15px;
}

.landing-button_large {
  width: auto;
  padding: 8px 16px;
}

.landing-button:disabled, .landing-button[disabled], .landing-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.input {
  -webkit-appearance: none;
  display: block;
  border: 1px solid #b2b2b2;
  color: #262626;
  line-height: 38px;
  height: 38px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  outline: 0;
  margin-bottom: 11px;
}

.input:hover {
  border-color: #343434;
}

.input:focus, .input:active {
  border-color: #85b8eb;
}

.input_error, .input_error:hover, .input_error:focus, .input_error:active {
  border-color: #e96a80;
}

.input[disabled], .input[disabled]:hover, .input[disabled]:focus, .input[disabled]:active {
  opacity: 0.5;
  border-color: #b2b2b2;
  background-color: #f0f0f0;
}

.dialog {
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  padding: 0.1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  pointer-events: auto;
  width: 88%;
  position: relative;
  outline: none;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
}

.dialog .button {
  font-size: 15px;
  font-weight: 300;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-align: center;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  background-color: #f0f0f0;
}

.dialog .button:hover {
  color: #333;
  background-color: #ddd;
}

.dialog .button_primary {
  color: #fff;
  background-color: #168de2;
  border-color: rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-family: "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
  cursor: pointer;
}

.dialog .button_primary:hover {
  background-color: #1482d0;
  color: #fff;
}

.dialog__controls .button {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dialog a {
  text-decoration: none;
  color: #07c;
}

.dialog a:hover {
  text-decoration: underline;
}

.dialog_state_presentation {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.dialog__close-button.button {
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.dialog__close-button.button:active, .dialog__close-button.button:hover, .dialog__close-button.button:active:hover {
  background-color: transparent;
}

.dialog__close-button.button:before {
  background-image: url("img/sprites.png");
  background-position: -20px 1px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
}

.dialog__close-button.button:hover:before {
  background-image: url("img/sprites.png");
  background-position: 0;
}

.dialog__link-button {
  color: #333;
  text-decoration: underline;
}

.dialog__link-button:hover {
  text-decoration: none;
}

.dialog__head {
  word-wrap: break-word;
  font-size: 24px;
  line-height: 1.3334;
  padding: 0 20px;
  margin: 20px 0;
}

.dialog__head_state_with-icon {
  position: relative;
}

.dialog__box {
  word-wrap: break-word;
  padding: 20px 20px 0;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.3334;
}

.dialog__head + .dialog__box {
  padding: 0 20px;
  margin: 20px 0;
}

.dialog__text {
  margin: 0;
}

.dialog__text + .dialog__text {
  margin: 1em 0 0;
}

.dialog__text + .form-group {
  margin-top: 1em;
}

.dialog__controls {
  border-top: solid 1px #dedede;
  padding: 20px;
  margin: 20px 0 0;
}

.dialog__controls-secondary {
  padding: 5px 0 0;
  display: block;
  font-size: 15px;
}

.dialog__controls-text {
  font-size: 13px;
  margin: 1em 0 0;
}

.dialog-wrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dialog-wrap_state_opened {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dialog-wrap_state_opened .dialog {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dialog-wrap_state_opened .dialog_state_on_top, .dialog-wrap_state_opened .dialog[aria-hidden=false] {
  position: absolute;
}

.dialog-wrap:after {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.48);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.dialog-wrap_dark .dialog-wrap:after {
  background: rgba(0, 0, 0, 0.88);
}

.inline-help {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.inline-help_icon, .inline-help_icon .inline-help__button {
  width: 16px;
  height: 16px;
}

.inline-help_icon .svg-icon-circle-question, .inline-help_icon .inline-help__button .svg-icon-circle-question {
  width: 16px;
  height: 16px;
  display: block;
}

.inline-help_icon .inline-help__button {
  color: #999;
  display: block;
}

.inline-help_icon .inline-help__button:hover {
  color: #168de2;
}

.inline-help_icon .inline-help__button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inline-help_state_open.inline-help_icon .inline-help__button {
  color: #168de2;
}

.inline-help__content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 12px 0 0;
  padding: 12px 16px;
  min-width: 240px;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.inline-help_open_to_top .inline-help__content {
  margin: 0 0 12px;
  top: auto;
  bottom: 100%;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.inline-help_align_right .inline-help__content {
  left: auto;
  right: 0;
}

.inline-help_state_open .inline-help__content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.potential_partners_terms {
  color: #919399;
  font-size: 13px;
  line-height: 18px;
}

.potential_partners_terms a {
  color: #333;
  text-decoration: none;
}

.potential_partners_terms a:hover {
  text-decoration: underline;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.1);
}

.popup_visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__layer {
  position: relative;
  width: 100%;
  max-width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.16);
          box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.16);
}

.popup__close {
  position: absolute;
  font-family: monospace, monospace;
  top: 25px;
  right: 25px;
  color: #333;
  cursor: pointer;
  z-index: 1;
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -40px -96px;
  width: 16px;
  height: 16px;
}

.popup__header {
  position: relative;
  line-height: 32px;
  font-size: 24px;
}

.popup__description {
  line-height: 20px;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup_centered-text {
  text-align: center;
}

.popup__controls {
  padding: 12px 20px;
  margin: 0 -20px -20px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* If you want to use color opacity,
  just use SASS function for that and be cool.
  Example :
  color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

  If you want to add a new color, please do this neatly,
  given the color scheme
*/

/* If you want to use color opacity,
  just use SASS function for that and be cool.
  Example :
  color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

  If you want to add a new color, please do this neatly,
  given the color scheme
*/

.menu {
  display: none;
}

.menu__auth {
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  color: #c1bbff;
  text-align: center;
  line-height: 20px;
  top: -7px;
  left: 60px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.menu_active {
  position: fixed;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  padding-top: 19.5px;
  background-color: #0e0e42;
}

.menu__burger {
  border: 0;
  background: transparent;
  margin: 0 0 15px 20px;
  padding: 0;
  position: relative;
  width: 20px;
  height: 19px;
  display: block;
}

.menu__burger-item {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: white;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  max-width: 20px;
}

.menu__burger-item_1 {
  top: 0;
}

.menu__burger-item_2 {
  top: 8px;
}

.menu__burger-item_3 {
  bottom: 0;
}

.menu__burger-line {
  width: 22px;
  height: 3px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: white;
  margin-bottom: 5px;
}

.menu__list {
  padding: 0;
  list-style: none;
  margin: 0 0 30px;
}

.menu__item {
  padding: 15px 20px;
  border-bottom: 1px solid #17164b;
}

.menu__link {
  font-weight: 700;
  font-size: 17px;
  color: white;
  line-height: 20px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.menu__item-desc {
  font-weight: 400;
  font-size: 15px;
  color: #c1bbff;
  text-align: left;
  line-height: 18px;
  margin-top: 13px;
  margin-bottom: 0;
}

.menu__title {
  font-weight: 700;
  font-size: 15px;
  color: #c1bbff;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #17164b;
}

.landing-footer {
  background-color: #fff;
}

.landing-footer__list, .landing-footer__list-item {
  margin: 0;
  padding: 0;
}

.landing-footer__list-item {
  display: block;
  list-style: none;
}

.landing-footer__links-nav .landing-footer__list-item:not(:last-child) {
  margin-bottom: 8px;
}

.landing-footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 40px 40px 60px;
}

.landing-footer__logos {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}

.landing-footer__logo {
  display: block;
}

.landing-footer__links {
  -webkit-box-flex: 4;
  -webkit-flex: 4 1 920px;
      -ms-flex: 4 1 920px;
          flex: 4 1 920px;
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.landing-footer__links .landing-footer__list-item {
  font-size: 17px;
  line-height: 1.4118;
}

.landing-footer__links .landing-footer__list-link {
  color: #333;
}

.landing-footer__links-nav {
  margin: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 150px;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
}

.landing-footer__links-header {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 12px;
}

.landing-footer__info {
  padding: 24px 40px;
  font-size: 15px;
  line-height: 1.3334;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.landing-footer__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: solid 1px #ecf0fa;
}

.landing-footer__copyright {
  color: #4a4a4b;
  margin-right: auto;
}

.landing-footer__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px;
}

.landing-footer__contacts-item {
  margin: 8px;
}

.landing-footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -4px;
}

.landing-footer__social-item {
  margin: 4px;
}

.landing-footer__social-link {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.landing-footer__social-item_vk .landing-footer__social-link {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -96px -40px;
  width: 40px;
  height: 40px;
  padding-left: 40px;
}

.landing-footer__social-item_fb .landing-footer__social-link {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -96px 0px;
  width: 40px;
  height: 40px;
  padding-left: 40px;
}

.landing-footer__social-item_youtube .landing-footer__social-link {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: 0px -96px;
  width: 40px;
  height: 40px;
  padding-left: 40px;
}

.landing-b2b-footer .landing-footer__content,
.landing-b2b-footer .landing-footer__info {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.landing-b2b-footer .landing-footer__content {
  padding-top: 40px;
}

.landing-b2b-footer .landing-footer__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.landing-b2b-footer .landing-footer__main-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.landing-b2b-footer .landing-footer__logo {
  max-width: 175px;
  margin-bottom: 40px;
}

.landing-b2b-footer .landing-footer__button {
  border: none;
  outline: none;
  display: none;
  width: 178px;
  height: 48px;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  background-color: #f0f0f0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.landing-b2b-footer .landing-footer__button:hover {
  background-color: #f61389;
  color: #fff;
}

.landing-b2b-footer .landing-footer__mcs-sign-figure-wrap {
  background-color: #f5f7fd;
  overflow: hidden;
  -webkit-border-radius: 0 16px;
          border-radius: 0 16px;
}

.partnership {
  width: 100%;
  background: #fff;
  max-width: 700px;
  padding: 40px 40px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.partnership__close-button {
  background-image: url(img/svg-e6f94446.svg);
  background-position: -117px -550px;
  width: 11px;
  height: 11px;
  background-image: url("../b2b/img/svg-e6f94446.svg");
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
}

.partnership__title {
  margin: 0 0 10px;
  display: block;
  text-align: left;
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 28px;
}

.partnership__desc {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin-bottom: 15px;
}

.partnership__form-group {
  width: 100%;
}

.partnership__form-item {
  margin-bottom: 25px;
}

.partnership__form-label {
  font-weight: 700;
  font-size: 13px;
  color: #333333;
  display: block;
  text-align: left;
  line-height: 20px;
  margin-bottom: 2px;
  margin-right: auto;
}

.partnership__form-field {
  font-size: 17px;
  color: #615f76;
  padding: 14px 10px;
  width: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.partnership__form-field.error {
  border: 1px solid #ff3d4b;
}

.partnership__form-field + .error {
  font-weight: 400;
  color: #ff3d4b;
  text-align: left;
  margin: 3px 0;
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.partnership__form-button {
  border: none;
  outline: none;
  width: calc(100% - 30px);
  height: 40px;
  font: 400 17px "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: #333333;
  background-color: #f0f0f0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  padding: 0;
  margin: 0 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.partnership__form-button:hover {
  background-color: #f61389;
  color: #fff;
}

.partnership__form-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 15px;
  margin: 0 -15px;
}

.partnership__success {
  margin-top: 40px;
  display: none;
}

.partnership__success.active {
  display: block;
}

.partnership__success-icon {
  height: 66px;
  width: 66px;
  display: block;
  margin: 0 auto 20px;
}

.partnership__success-title {
  font-weight: 400;
  color: #333;
  display: block;
  margin: 0 auto 17px;
  max-width: 400px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.partnership__success-desc {
  font-weight: 400;
  color: #333;
  display: block;
  margin: 0 auto 37px;
  max-width: 400px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.partnership__success-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 15px;
  margin: 0 -15px;
}

.partnership__success-button {
  display: block;
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
  font-weight: 700;
  font-size: 15px;
  color: #333333;
  text-align: center;
  line-height: 20px;
  padding: 13px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: calc(100% - 30px);
  margin: 0 15px;
}

.partnership__success-button:hover {
  background: #c7c7c7;
}

.partnership-modal {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: auto;
}

.partnership-modal.open {
  display: block;
}

.tariffs {
  position: relative;
  color: #626273;
  padding: 80px 0 120px;
}

.tariffs_teambox {
  background-color: #0a0542;
}

.tariffs__title {
  margin: 0 0 24px;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
}

.tariffs_myteam .tariffs__title {
  color: #000;
}

.tariffs_teambox .tariffs__title {
  color: #fff;
  text-transform: uppercase;
}

.tariffs__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.tariffs__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 20px 20px;
  background-color: white;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  max-width: 540px;
  margin-bottom: 20px;
}

.tariffs__item-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.tariffs__item-label {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #626273;
}

.tariffs__item-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 24px;
}

.tariffs__item-name {
  font-size: 17px;
  color: #626273;
  text-transform: uppercase;
  margin: 0;
}

.tariffs__item-name .tariffs_myteam, .tariffs__item-name .tariffs_teambox .tariffs__item-name {
  color: #000;
}

.tariffs__item-badge {
  color: #fff;
  padding: 4px 8px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.091;
  background-color: #ff943c;
}

.tariffs_myteam .tariffs__item-badge {
  background-color: #2bd095;
}

.tariffs_teambox .tariffs__item-badge {
  background-color: #00b582;
}

.tariffs__item-description {
  color: #999999;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}

.tariffs__item-footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tariffs__item-price {
  padding-top: 40px;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}

.tariffs__item-price_primary {
  color: #ff943c;
}

.tariffs_myteam .tariffs__item-price_primary {
  color: #2bd095;
}

.tariffs_teambox .tariffs__item-price_primary {
  color: #00b582;
}

.tariffs__item-price_amount {
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #626273;
}

.tariffs__item-price_small {
  font-size: 20px;
  line-height: 28px;
}

.tariffs__item-price_state_discounted {
  color: #999;
  text-decoration: none;
  position: relative;
}

.tariffs__item-price_state_discounted::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 2px;
  top: 50%;
  width: 94%;
}

.tariffs__item-discount {
  color: #f0635a;
  white-space: nowrap;
}

.tariffs__item-btn {
  display: block;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f0f0f0;
  font: bold 17px "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: #333333;
  padding: 13.5px 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.tariffs__item-btn:hover {
  text-decoration: none;
  background-color: #e6e6e6;
}

.tariffs__item-btn_primary {
  background-color: #ff943c;
  border-color: #ff943c;
  color: #fff;
}

.tariffs_myteam .tariffs__item-btn_primary {
  background-color: #2bd095;
  border-color: #2bd095;
  color: #fff;
}

.tariffs_teambox .tariffs__item-btn_primary {
  background-color: #00b582;
  border-color: #00b582;
  color: #fff;
}

.tariffs__item-btn_primary:hover {
  background-color: #f58e3a;
}

.tariffs__item-btn_primary:active {
  background-color: #eb8837;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
}

.tariffs_myteam .tariffs__item-btn_primary:hover {
  background-color: #29c88f;
}

.tariffs_myteam .tariffs__item-btn_primary:active {
  background-color: #28bf89;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
}

.tariffs_teambox .tariffs__item-btn_primary:hover {
  background-color: #00ae7d;
}

.tariffs_teambox .tariffs__item-btn_primary:active {
  background-color: #00a778;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
}

.tariffs__list {
  margin: 0;
  padding: 20px 0 8px;
}

.tariffs__list-item {
  position: relative;
  padding-left: 28px;
  list-style: none;
  line-height: 24px;
  font-size: 17px;
}

.tariffs__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.tariffs__list-item:before {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -96px -80px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

.tariffs__list-item_bold {
  font-weight: bold;
}

.tariffs__list-item_appearance_highlighted {
  color: #f0635a;
}

.tariffs__footer {
  text-align: center;
  margin-top: 64px;
}

.tariffs__link {
  color: #0077cc;
  font-size: 17px;
  border-bottom: 1px solid rgba(91, 91, 91, 0.08);
  text-decoration: none;
}

.tariffs__link:hover {
  text-decoration: none;
}

.tariffs__link_teambox {
  color: #cecfff;
}

.tariffs__package-list {
  padding: 0;
  margin: 20px -12px 12px;
}

.tariffs__package-list-item {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #626273;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  padding: 8px 12px;
  margin-bottom: 8px;
}

.tariffs__package-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  height: 34px;
  margin: 4px 16px 0 4px;
}

.tariffs__package-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 100%;
}

.tariffs__package-label-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tariffs__package-label {
  margin: 0 8px 0 0;
}

.tariffs__package-check {
  position: relative;
  width: 28px;
}

.tariffs__package-check:before {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -112px -80px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tariffs_myteam .tariffs__package-check:before {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -77px -96px;
  width: 10px;
  height: 7px;
}

.tariffs_teambox .tariffs__package-check:before {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -67px -96px;
  width: 10px;
  height: 7px;
}

.tariffs__item-price-wrap {
  outline: none;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tariffs__item-price-wrap[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
  display: none;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0;
}

.tariffs__option-wrap {
  outline: none;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tariffs__option-wrap[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
  display: none;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0;
}

.tariffs__option-list {
  padding: 0;
  margin: -8px -12px auto;
}

.tariffs__option-item {
  display: block;
  background-color: #f4f7ff;
  color: #626273;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 12px 12px 16px;
  margin-bottom: 8px;
}

.tariffs__option-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tariffs__option-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  height: 34px;
  margin: 4px 16px 0 4px;
}

.tariffs__option-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 100%;
}

.tariffs__option-label-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tariffs__option-label {
  margin: 0 8px 16px 0;
}

.tariffs__option-price-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tariffs__option-price {
  font-weight: 700;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #333333;
}

.tariffs__option-period {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.tariffs__option-checkbox-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.tariffs__tabs {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.landing-tile-tariff-enterprise {
  width: 100%;
  color: #626273;
}

.landing-tile-tariff-enterprise__inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  max-width: 540px;
  margin: 0 auto;
}

.landing-tile-tariff-enterprise__img-wrap {
  display: none;
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 268px;
  min-width: 268px;
  height: 376px;
  overflow: hidden;
}

.landing-tile-tariff-enterprise__img {
  width: 100%;
  height: 100%;
}

.landing-tile-tariff-enterprise__fake-img-wrap {
  display: none;
  width: calc(32px + 268px);
  min-width: calc(32px + 268px);
  margin-right: 4px;
}

.landing-tile-tariff-enterprise__content {
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.landing-tile-tariff-enterprise__title {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.landing-tile-tariff-enterprise_myteam .landing-tile-tariff-enterprise__title {
  color: #000;
}

.landing-tile-tariff-enterprise__list {
  list-style: none;
  margin: 8px -8px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.landing-tile-tariff-enterprise__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 28px;
  list-style: none;
  line-height: 24px;
  font-size: 17px;
  margin: 8px;
  min-width: 200px;
  position: relative;
}

.landing-tile-tariff-enterprise__item:before {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -112px -80px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

.landing-tile-tariff-enterprise_myteam .landing-tile-tariff-enterprise__item:before {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -77px -96px;
  width: 10px;
  height: 7px;
}

.landing-tile-tariff-enterprise_teambox .landing-tile-tariff-enterprise__item:before {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -67px -96px;
  width: 10px;
  height: 7px;
}

.landing-tile-tariff-enterprise__btn-block {
  margin: 20px 0 16px;
}

.landing-tile-tariff-enterprise__btn {
  background-color: #ff943c;
  font-weight: 700;
  border: none;
  min-width: 200px;
}

.landing-tile-tariff-enterprise__btn:hover {
  text-decoration: none;
  background-color: #f58e3a;
}

.landing-tile-tariff-enterprise__btn:active {
  background-color: #eb8837;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
}

.landing-tile-tariff-enterprise_myteam .landing-tile-tariff-enterprise__btn {
  background-color: #2bd095;
  border-color: #2bd095;
  color: #fff;
}

.landing-tile-tariff-enterprise_myteam .landing-tile-tariff-enterprise__btn:hover {
  background-color: #29c88f;
}

.landing-tile-tariff-enterprise_myteam .landing-tile-tariff-enterprise__btn:active {
  background-color: #28bf89;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
}

.landing-tile-tariff-enterprise_teambox .landing-tile-tariff-enterprise__btn {
  background-color: #00b582;
  border-color: #00b582;
  color: #fff;
}

.landing-tile-tariff-enterprise_teambox .landing-tile-tariff-enterprise__btn:hover {
  background-color: #00ae7d;
}

.landing-tile-tariff-enterprise_teambox .landing-tile-tariff-enterprise__btn:active {
  background-color: #00a778;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
}

.tabs-list {
  white-space: nowrap;
}

.tabs-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  border: 2px solid #e0e0e0;
  padding: 12px 8px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1px;
}

.tabs-list__item:not(:first-child) {
  border-left: 2px solid transparent;
}

.tabs-list__item:not(:first-child).tabs-list__item_state_selected {
  border: 2px solid #ff943c;
}

.tabs-list_myteam .tabs-list__item:not(:first-child).tabs-list__item_state_selected {
  border: 2px solid #2bd095;
}

.tabs-list_teambox .tabs-list__item:not(:first-child).tabs-list__item_state_selected {
  border: 2px solid #00b582;
}

.tabs-list__item:first-child {
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-list__item:last-child {
  -webkit-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-list__item_state_selected {
  border: 2px solid #ff943c;
}

.tabs-list_myteam .tabs-list__item_state_selected {
  border: 2px solid #2bd095;
}

.tabs-list_teambox .tabs-list__item_state_selected {
  border: 2px solid #00b582;
}

.tabs-list__tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  width: 100%;
  color: #333333;
  outline: none;
}

.tabs-list__tab:hover {
  text-decoration: none;
}

.landing-tile-enterprise {
  padding-top: 40px;
  width: 100%;
}

.landing-tile-enterprise__inner {
  width: 100%;
  position: relative;
  background-color: #f7f9fc;
  -webkit-border-radius: 0 64px;
          border-radius: 0 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.landing-tile-enterprise__img-wrap {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 218px;
  min-width: 218px;
  height: 304px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.landing-tile-enterprise__img {
  width: 100%;
  height: 100%;
}

.landing-tile-enterprise__fake-img-wrap {
  display: none;
}

.landing-tile-enterprise__content {
  color: #7a7e89;
  padding: 40px 32px;
}

.landing-tile-enterprise__title {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
  color: #4a4a4b;
  text-align: center;
}

.landing-tile-enterprise__text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  display: none;
}

.landing-tile-enterprise__btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.landing-tile-enterprise__btn {
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0 16px;
          border-radius: 0 16px;
}

.landing-tile-enterprise__author {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  margin-top: 16px;
  margin-left: 8px;
  display: none;
}

.landing-tile-enterprise-request {
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  width: 100%;
  max-width: 87.5%;
  background: #fff;
  margin: 20px 0;
  padding: 48px 20px 32px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  left: 50%;
}

.landing-tile-enterprise-request_success {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

.landing-tile-enterprise-request__close-button {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -40px -96px;
  width: 16px;
  height: 16px;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
}

.landing-tile-enterprise-request__title, .landing-tile-enterprise-request__success-title {
  margin: 0 0 10px;
  display: block;
  text-align: left;
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.01em;
}

.landing-tile-enterprise-request__success-title {
  text-align: center;
  margin-bottom: 24px;
}

.landing-tile-enterprise-request__form-item {
  margin-bottom: 25px;
}

.landing-tile-enterprise-request__form-label {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #333333;
  text-align: left;
}

.landing-tile-enterprise-request__form-field {
  font-size: 17px;
  color: #615f76;
  padding: 14px 10px;
  width: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 40px;
}

.landing-tile-enterprise-request__form-field_textarea {
  resize: none;
  height: 100px;
}

.landing-tile-enterprise-request__form-field.error {
  border: 1px solid #ff3d4b;
}

.landing-tile-enterprise-request__form-field + .error {
  font-weight: 400;
  color: #ff3d4b;
  text-align: left;
  margin: 3px 0;
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.landing-tile-enterprise-request__form-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.landing-tile-enterprise-request__form-button {
  margin: 8px auto 0;
}

.landing-tile-enterprise-request__success {
  display: none;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  padding: 0 24px;
}

.landing-tile-enterprise-request__success.active {
  display: block;
}

.landing-tile-enterprise-request .form-require:after {
  content: " *";
}

.promo {
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 80vh;
  height: auto;
  background: #fff;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.promo::before {
  display: none;
}

.promo::after {
  content: "";
  -webkit-border-bottom-left-radius: 64px;
          border-bottom-left-radius: 64px;
  position: absolute;
  height: 65px;
  bottom: -64px;
  left: 0;
  right: 0;
  background: inherit;
}

.promo__menu {
  display: none;
}

.promo__menu-item {
  background-color: #ccc;
}

.promo__inner {
  width: calc(100% - 40px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  z-index: 1;
}

.promo__logo-wrap-col:last-child::before {
  border-top-color: #333;
}

.promo__nav-item-link {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4118;
  color: #333;
  text-shadow: 0 0 1px #fff;
}

.promo__nav-item-link::before {
  background-color: transparent;
}

.promo__nav-item-link:hover::before {
  background-color: #f61389;
}

.promo__auth-reg {
  -webkit-border-radius: 0 16px;
          border-radius: 0 16px;
  background-color: #f61389;
}

.promo__auth-reg:hover {
  background-color: #ec1284;
}

.promo__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.promo__title {
  color: #000;
  text-transform: none;
  font-size: 32px;
  line-height: 1.25;
  max-width: none;
  margin: 0 8px 20px;
}

.promo__text {
  color: #4a4a4b;
  margin: 0 8px 24px;
}

.landing-hero__service-by {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  color: #67686b;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 8px 8px;
}

.landing-hero__service-by-logo {
  display: inline-block;
  vertical-align: middle;
}

.landing-hero__background {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -64px;
  left: 0;
  overflow: hidden;
  z-index: 1;
  display: none;
}

.landing-hero__background::before, .landing-hero__background::after {
  content: "";
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  right: -21.07%;
  top: 34.3202666667%;
  left: 61.26%;
  height: 0;
  width: 59.8096632504%;
  padding-bottom: 54.1727672035%;
  -webkit-border-radius: 7.8335373317% / 8.6486486486%;
          border-radius: 7.8335373317% / 8.6486486486%;
}

.landing-hero__background::before {
  top: 51.6913066667%;
  left: 62.72%;
  right: -22.53%;
  background: #ffa22a;
}

.landing-hero__background::after {
  background: #5837d7;
}

.landing-hero__cell-phone {
  position: absolute;
  top: 15.6442%;
  right: -8.24%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 1;
  -webkit-border-radius: 17.1428571429% / 8.3168316832%;
          border-radius: 17.1428571429% / 8.3168316832%;
  -webkit-box-shadow: -15px -4px 36px 0 rgba(4, 2, 6, 0.12);
          box-shadow: -15px -4px 36px 0 rgba(4, 2, 6, 0.12);
  width: 17.9355783309%;
  height: auto;
}

.landing-tile {
  background-color: #fff;
}

.landing-tile[tabindex="-1"]:focus {
  outline: none;
}

.landing-tile_curly {
  position: relative;
}

.landing-tile_curly::after {
  content: "";
  -webkit-border-bottom-left-radius: 64px;
          border-bottom-left-radius: 64px;
  position: absolute;
  height: 65px;
  bottom: -64px;
  left: 0;
  right: 0;
  background: inherit;
  z-index: 1;
}

.landing-tile__header {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 20px;
}

.landing-tile__header_centered {
  text-align: center;
}

.landing-tile__header_big_margin {
  margin-bottom: 64px;
}

.landing-tile_dark-background .landing-tile__header {
  color: #fff;
}

.landing-tile__subheader {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #494755;
  max-width: 680px;
}

.landing-tile_dark-background .landing-tile__subheader {
  color: rgba(255, 255, 255, 0.72);
}

.landing-tile__subheader_centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.landing-tile__content {
  margin: 0 auto;
  width: 81.2591508053%;
  max-width: 1110px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.landing-tile_curly + .landing-tile .landing-tile__content, .landing-tile_after_curly_tile .landing-tile__content {
  padding-top: 164px;
  padding-bottom: 36px;
}

.landing-tile_curly + .landing-tile_small-padding .landing-tile__content, .landing-tile_small-padding .landing-tile__content {
  padding-top: 104px;
}

.landing-tile__content-full-width {
  margin-left: -11.5315315315%;
  margin-right: -11.5315315315%;
}

.landing-tile__call-to-action {
  margin: 64px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing-block-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -5px;
}

.landing-block {
  background-color: #fff;
  padding: 32px 32px 40px;
  margin: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 216px;
      -ms-flex: 1 0 216px;
          flex: 1 0 216px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.landing-block:first-child {
  -webkit-border-radius: 40px 0 0;
          border-radius: 40px 0 0;
}

.landing-block:last-child {
  -webkit-border-radius: 0 0 40px;
          border-radius: 0 0 40px;
}

.landing-block__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 16px;
}

.landing-block__text {
  color: #6d7283;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 40px;
}

.landing-tile__title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.landing-tile__button {
  color: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  font-family: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 15px 24px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.landing-tile__button_small {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px;
}

.landing-tile__button:hover {
  text-decoration: none;
}

.landing-tile__button_turquoise {
  background: #2bd095;
}

.landing-tile__button_turquoise:hover {
  background: #28c38c;
}

.landing-tile__button_storm_grey {
  background: rgba(0, 16, 61, 0.06);
  color: #2c2d2e;
}

.landing-tile__button_storm_grey:hover {
  background: #e4ebef;
}

.landing-tile__button_grey {
  background: #eef2f5;
  color: #2bd095;
}

.landing-tile__button_grey:hover {
  background: #e4ebef;
}

.promo {
  background: #f5f7fd;
  min-height: 90vh;
}

.promo__title {
  max-width: 100%;
}

.promo__menu {
  display: block;
  top: 15px;
}

.promo__menu-item {
  background-color: #c7cee4;
}

.promo__nav-item-link:hover::before {
  background: #2bd095;
}

.promo__logo-wrap-col:first-child:before {
  background-color: #c7cee4;
}

.promo__logo-product {
  height: 28px;
}

.promo__auth-reg {
  background: #2bd095;
  padding: 12px 20px;
  font-size: 17px;
  line-height: 24px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.promo__auth-reg:hover {
  background: #28c38c;
}

.promo__auth-link {
  text-shadow: 0 0 1px #000;
}

.landing-hero__background_myteam:before {
  background: -webkit-linear-gradient(93.15deg, #ff952e 8.38%, #f04886 62.56%, #7747ff 134.38%);
  background: -o-linear-gradient(93.15deg, #ff952e 8.38%, #f04886 62.56%, #7747ff 134.38%);
  background: linear-gradient(356.85deg, #ff952e 8.38%, #f04886 62.56%, #7747ff 134.38%);
}

.landing-hero__background_myteam:after {
  background: -webkit-linear-gradient(242.27deg, rgba(255, 126, 91, 0.44) 20.1%, rgba(225, 72, 149, 0.33) 49.73%, rgba(133, 73, 244, 0) 94.02%), -webkit-linear-gradient(bottom, #6532cf, #6532cf);
  background: -o-linear-gradient(242.27deg, rgba(255, 126, 91, 0.44) 20.1%, rgba(225, 72, 149, 0.33) 49.73%, rgba(133, 73, 244, 0) 94.02%), -o-linear-gradient(bottom, #6532cf, #6532cf);
  background: linear-gradient(207.73deg, rgba(255, 126, 91, 0.44) 20.1%, rgba(225, 72, 149, 0.33) 49.73%, rgba(133, 73, 244, 0) 94.02%), linear-gradient(0deg, #6532cf, #6532cf);
}

.landing-hero__background_myteam .landing-hero__cell-phone {
  width: 17.5695461201%;
  display: none;
}

.menu__burger {
  margin-top: 9px;
}

.landing-advantage {
  padding: 114px 0 0;
}

.landing-advantage__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.landing-advantage__title {
  font-size: 24px;
  line-height: 28px;
  margin: 0 30px 0 0;
}

.landing-advantage__text {
  font-size: 20px;
  line-height: 28px;
  color: #69717c;
  margin: 0;
}

.landing-advantage__text_white {
  color: #fff;
}

.landing-advantage__icon {
  min-width: 64px;
  height: 64px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  display: block;
  margin-right: 20px;
  -webkit-box-shadow: 0 16px 40px rgba(229, 233, 246, 0.65);
          box-shadow: 0 16px 40px rgba(229, 233, 246, 0.65);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f5f7fd;
}

.landing-advantage__icon_white {
  background-color: #fff;
}

.landing-advantage__icon_privacy {
  background-image: url("privacy.svg");
}

.landing-advantage__icon_security {
  background-image: url("security.svg");
}

.landing-advantage__icon_apps {
  background-image: url("small_phone.svg");
}

.landing-advantage__icon_premise {
  background-image: url("premise-icon.svg");
  -webkit-box-shadow: none;
          box-shadow: none;
}

.landing-tile-features {
  padding: 114px 0 0;
  background-color: #f5f7fd;
}

.landing-tile-features__content {
  position: relative;
}

.landing-tile-features__title {
  margin-bottom: 48px;
}

.landing-tile-features__example {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 40px rgba(229, 233, 246, 0.65);
          box-shadow: 0 16px 40px rgba(229, 233, 246, 0.65);
  -webkit-border-radius: 16px;
          border-radius: 16px;
  margin-right: 48px;
  min-width: 68.5%;
  padding-bottom: 50.178%;
}

.landing-tile-features__about_pointer:after {
  display: none;
}

.landing-tile-features__about_pointer-top:after {
  left: calc(50% - 8px);
  top: -8px;
}

.landing-tile-features__about_pointer-left:after {
  left: -8px;
  top: calc(50% - 8px);
}

.landing-tile-features__about_pointer-right:after {
  right: -8px;
  top: calc(50% - 8px);
}

.landing-tile-features__about_pointer-bottom:after {
  bottom: -8px;
  left: calc(50% - 8px);
}

.landing-tile-features__about-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 8px;
  display: none;
}

.landing-tile-features__about-text {
  font-size: 20px;
  line-height: 28px;
  color: #69717c;
  margin: 0 0 16px;
  padding-left: 68px;
}

.landing-tile-features__about-arrow {
  width: 10px;
  height: 14px;
  border: none;
  background: url("arrow-icon.svg") center/100% no-repeat;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
}

.landing-tile-features__about-arrow_left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 20px;
}

.landing-tile-features__about-arrow_right {
  right: 20px;
}

.landing-tile-features__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.landing-tile-features__list-item {
  margin-bottom: 64px;
}

.landing-tile-features__list-item-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.landing-tile-features__list-item-icon {
  min-width: 48px;
  height: 48px;
  background-color: #8038c6;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.landing-tile-features__list-item-card {
  position: relative;
  pointer-events: none;
  padding-left: 68px;
}

.landing-tile-features__list-item-img-box {
  background: #fff;
  -webkit-box-shadow: 0 16px 40px rgba(229, 233, 246, 0.64);
          box-shadow: 0 16px 40px rgba(229, 233, 246, 0.64);
  -webkit-border-radius: 11px;
          border-radius: 11px;
  padding: 13px;
}

.landing-tile-features__list-item-img {
  -webkit-border-radius: 11px;
          border-radius: 11px;
  border: 2px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.landing-tile-features__button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 34px 0 3px;
  position: relative;
}

.landing-tile-features__dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
}

.landing-tile-features__dots-item {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
  cursor: pointer;
  border: none;
  background: rgba(255, 255, 255, 0.4);
}

.landing-tile-features__dots-item:not(:last-child) {
  margin-right: 10px;
}

.landing-tile-features [data-feature-id="0"] .landing-tile-features__dots-item:nth-child(0) {
  background: #fff;
  cursor: default;
}

.landing-tile-features [data-feature-id="1"] .landing-tile-features__dots-item:nth-child(1) {
  background: #fff;
  cursor: default;
}

.landing-tile-features [data-feature-id="2"] .landing-tile-features__dots-item:nth-child(2) {
  background: #fff;
  cursor: default;
}

.landing-tile-features [data-feature-id="3"] .landing-tile-features__dots-item:nth-child(3) {
  background: #fff;
  cursor: default;
}

.landing-tile-features [data-feature-id="4"] .landing-tile-features__dots-item:nth-child(4) {
  background: #fff;
  cursor: default;
}

.landing-tile-features [data-feature-id="5"] .landing-tile-features__dots-item:nth-child(5) {
  background: #fff;
  cursor: default;
}

.landing-tile-features [data-feature-id="6"] .landing-tile-features__dots-item:nth-child(6) {
  background: #fff;
  cursor: default;
}

.landing-tile-apps {
  background-color: #f5f7fd;
}

.landing-tile-apps__list {
  list-style: none;
  margin: 32px -10px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing-tile-apps__list-item {
  padding: 0 10px;
  margin-bottom: 20px;
}

.landing-tile-apps__list-item-link {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-tile-apps__list-item-link:hover {
  text-decoration: none;
}

.landing-tile-apps__list-item-icon {
  width: 88px;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0 16px 40px rgba(229, 233, 246, 0.65);
          box-shadow: 0 16px 40px rgba(229, 233, 246, 0.65);
  margin-bottom: 12px;
}

.landing-tile-apps__list-item-icon_ios {
  background-image: url("ios-icon.svg");
}

.landing-tile-apps__list-item-icon_android {
  background-image: url("android-icon.svg");
}

.landing-tile-apps__list-item-icon_windows {
  background-image: url("windows-icon.svg");
}

.landing-tile-apps__list-item-icon_web {
  background-image: url("web-icon.svg");
}

.landing-tile-apps__list-item-icon_mac {
  background-image: url("mac-icon.svg");
}

.landing-tile-apps__list-item-icon_linux {
  background-image: url("linux-icon.svg");
}

.landing-tile-apps__list-item-text {
  font-size: 17px;
  line-height: 20px;
  color: #2bd095;
}

.landing-tile-apps__text {
  font-size: 13px;
  line-height: 18px;
  max-width: 445px;
  margin: 0 auto;
  text-align: center;
}

.landing-tile-apps__link {
  color: #2bd095;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.landing-tile-apps__link:hover {
  text-decoration: none;
}

.landing-tile-apps__button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0 48px;
}

.landing-tile-apps__banner {
  max-width: 920px;
  margin: 0 auto;
}

.landing-tile-tutorial {
  padding: 114px 0 0;
}

.landing-tile-tutorial__title {
  margin: 0 0 44px;
}

.landing-tile-tutorial__list {
  padding: 0;
}

.landing-tile-tutorial__list-item {
  list-style-type: none;
  counter-increment: myCounter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  position: relative;
  margin-bottom: 40px;
}

.landing-tile-tutorial__list-item:before {
  content: counter(myCounter);
  background-color: #f5f7fd;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  min-width: 64px;
  height: 64px;
  font-size: 32px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.landing-tile-tutorial__list-item:not(:last-child) {
  min-height: 155px;
}

.landing-tile-tutorial__list-item:not(:last-child):after {
  display: block;
  position: absolute;
  top: calc(60% + 22px);
  left: -15px;
  width: 95px;
  height: 22px;
  content: "";
  background: url("arrow.svg") no-repeat;
  -webkit-transform: scale(-1, 1) rotate(90deg);
          transform: scale(-1, 1) rotate(90deg);
}

.landing-tile-tutorial__list-item-text {
  color: #6d7283;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.landing-tile-tutorial__button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 3px;
}

.landing-tile-premise {
  background: -webkit-linear-gradient(228.58deg, rgba(255, 126, 91, 0.44) -1.41%, rgba(225, 72, 149, 0.33) 35.39%, rgba(133, 73, 244, 0) 90.41%), -webkit-linear-gradient(bottom, #6532cf, #6532cf);
  background: -o-linear-gradient(228.58deg, rgba(255, 126, 91, 0.44) -1.41%, rgba(225, 72, 149, 0.33) 35.39%, rgba(133, 73, 244, 0) 90.41%), -o-linear-gradient(bottom, #6532cf, #6532cf);
  background: linear-gradient(221.42deg, rgba(255, 126, 91, 0.44) -1.41%, rgba(225, 72, 149, 0.33) 35.39%, rgba(133, 73, 244, 0) 90.41%), linear-gradient(0deg, #6532cf, #6532cf);
  color: #fff;
}

.landing-tile-premise:after {
  background: -webkit-gradient(linear, left top, right top, from(#6432cf), to(#8e3dbb));
  background: -webkit-linear-gradient(left, #6432cf, #8e3dbb);
  background: -o-linear-gradient(left, #6432cf, #8e3dbb);
  background: linear-gradient(to right, #6432cf, #8e3dbb);
}

.landing-tile-premise .advantage__text {
  color: #fff;
}

.landing-tile-premise .advantage__icon {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.landing-tile-premise__box {
  margin: 32px 0 0;
  padding: 0;
}

.landing-tile-premise__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Fix `calc()` in `flex` shorthand for IE11 */
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
  list-style-type: none;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 16px;
          border-radius: 16px;
  color: #000;
  padding: 27px 20px 20px;
  margin-bottom: 20px;
}

.landing-tile-premise__item-title {
  font-size: 24px;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px;
}

.landing-tile-premise__item-icon {
  background-color: #f5f7fd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  min-width: 48px;
  height: 48px;
  margin-right: 20px;
  margin-top: 4px;
}

.landing-tile-premise__item-icon_storage {
  background-image: url("storage-icon.svg");
}

.landing-tile-premise__item-icon_design {
  background-image: url("design-icon.svg");
}

.landing-tile-premise__item-icon_import {
  background-image: url("import-icon.svg");
}

.landing-tile-premise__item-icon_government {
  background-image: url("government-icon.svg");
}

.landing-tile-premise__item-text {
  font-size: 20px;
  line-height: 30px;
  color: #69717c;
  background: #f6f8fe;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 24px 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

.landing-tile-premise__item-link {
  color: #2bd095;
}

.landing-tile-premise__button-container {
  padding: 20px 0 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing-tile-tariffs {
  background-color: #f5f7fd;
  padding: 34px 0 0;
}

.landing-tile-benefits {
  background-color: #0a0542;
  padding: 114px 0 0;
  z-index: auto;
}

.landing-tile-benefits .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
}

.popup {
  background: rgba(0, 0, 0, 0.72);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup_active {
  display: block;
  overflow: scroll;
}

.popup__content {
  background-color: #f1f1f8;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  width: 95%;
  margin: 10px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup__form-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}

.popup__form-title {
  font-size: 24px;
  line-height: 28px;
  max-width: 244px;
  margin-right: 31px;
}

.popup__form-title_simple {
  max-width: 300px;
  margin: 0;
}

.popup__form-label {
  background-color: #fff;
  cursor: text;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: relative;
  display: block;
}

.popup__form-label:not(:first-child) {
  margin-top: 12px;
}

.popup__form-label-text {
  color: #9b9bb9;
  font-size: 17px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 16px;
}

.popup__form-input {
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-size: 17px;
  line-height: 24px;
  padding: 14px 16px 14px 113px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 2px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup__form-input:focus {
  border: 2px solid #2bd095;
}

.popup__form-input_error {
  border: 2px solid #f00;
}

.popup__form-input_error:focus {
  border: 2px solid #f00;
}

.popup__form-footer {
  border-top: 1px solid #d9d9e5;
  margin: 40px -15px 0;
  padding: 20px 15px 0;
}

.popup__form-button {
  width: 100%;
  padding: 16px 0;
  cursor: pointer;
}

.popup__form-footnote {
  color: #69717c;
  font-size: 13px;
  line-height: 18px;
}

.popup__form-link {
  color: #2bd095;
}

.popup__form-error {
  display: block;
  margin-top: 5px;
  color: #f00;
}

.popup__form-buttons {
  margin: 0;
  padding: 28px 0 0;
  list-style: none;
}

.popup__form-buttons-item {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-block;
}

.popup__close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  overflow: hidden;
  text-indent: -999px;
  background: transparent;
}

.popup__close-button:before, .popup__close-button:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.popup__close-button:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.popup__close-button:hover:before, .popup__close-button:hover:after {
  background: #595959;
}

.popup__success {
  display: none;
  text-align: center;
}

.container {
  /* If you want to use color opacity,
    just use SASS function for that and be cool.
    Example :
    color: rgba($trueblack, 0.42) <<- Second argument will be the opacity value

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  padding: 0 20px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.page-main {
  padding: 0;
  font-family: "TT Norms Pro", Arial, Helvetica, "Helvetica Neue", sans-serif;
}

.body_hide-scroll {
  overflow: hidden;
}

.footer-b2b {
  padding-top: 104px;
}

@media only screen and (min-width: 380px) {
  .promo__header {
    padding: 0;
  }
}

@media only screen and (min-width: 480px) {
  .landing-tile-apps__list {
    margin: 30px auto 12px;
  }
  .popup__content {
    position: absolute;
    margin: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    max-width: 420px;
  }
}

@media only screen and (min-width: 641px) {
  .dialog__controls .button {
    padding: 0 15px;
    font-weight: 300;
  }
  .dialog, .dialog_size_compact {
    width: 420px;
  }
}

@media only screen and (min-width: 800px) {
  .promo {
    height: 860px;
    padding-top: 50px;
  }
  .promo::before {
    bottom: -60px;
  }
  .promo__header {
    height: 34px;
    margin-bottom: 100px;
    padding: 0 240px 0 320px;
  }
  .promo__logo-wrap {
    position: absolute;
    left: 40px;
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-49%);
            transform: translateY(-49%);
  }
  .promo__logo-wrap-col {
    margin-right: 30px;
  }
  .promo__logo-wrap-col:last-child {
    padding-right: 20px;
  }
  .promo__logo-wrap-col:last-child::before {
    top: 50%;
  }
  .promo__logo-biz {
    width: 131px;
  }
  .promo__logo-product {
    width: 110px;
    height: 29px;
  }
  .promo__logo-dropdown {
    left: 0;
    right: auto;
    min-width: 340px;
  }
  .promo__auth {
    display: block;
  }
  .promo__title {
    max-width: 600px;
    font-size: 44px;
    line-height: 52px;
  }
  .promo__text {
    max-width: 620px;
    font-size: 24px;
    line-height: 32px;
  }
  .promo__btn {
    width: auto;
    max-width: initial;
    padding: 10px 20px;
    font-size: 17px;
  }
  .landing-button {
    width: auto;
  }
  .landing-button_w100 {
    width: 100%;
  }
  .landing-button_large {
    padding: 13px 48px;
  }
  .dialog__controls .button {
    width: auto;
  }
  .dialog__link-button {
    float: right;
  }
  .dialog__controls .button + .button {
    margin-left: 0.5em;
  }
  .dialog__controls-secondary {
    float: right;
  }
  .partnership__close-button {
    right: 40px;
    top: 40px;
  }
  .partnership__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  .partnership__desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .partnership__form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partnership__form-group .partnership__form-item {
    width: calc(50% - 10px);
  }
  .partnership__form-label {
    font-size: 17px;
    line-height: 24px;
  }
  .partnership__form-field {
    padding: 9px 10px;
  }
  .partnership__form-field + .error {
    font-size: 15px;
    line-height: 20px;
  }
  .partnership__form-button {
    margin: 0;
    width: 170px;
  }
  .partnership__form-footer {
    margin: 40px -40px 0;
    padding: 20px 40px 0;
  }
  .partnership__success {
    width: 620px;
    margin-top: 0;
  }
  .partnership__success-icon {
    height: 96px;
    width: 96px;
  }
  .partnership__success-title {
    font-size: 24px;
    line-height: 28px;
  }
  .partnership__success-desc {
    font-size: 15px;
    line-height: 20px;
  }
  .partnership__success-footer {
    margin: 40px -40px 0;
    padding: 20px 40px 0;
  }
  .partnership__success-button {
    max-width: 170px;
    padding: 8px 0;
    width: 100%;
    margin: 0 auto;
  }
  .partnership-modal {
    padding: 15px 3px;
  }
  .tariffs {
    padding: 120px 0;
  }
  .tariffs__title {
    margin: 0 0 48px;
  }
  .tariffs__item {
    padding: 24px 32px 32px;
  }
  .tariffs__item-btn {
    width: 260px;
  }
  .tariffs__package-label {
    margin: 0 16px 0 0;
  }
  .tariffs__option-label {
    margin: 0 16px 16px 0;
  }
  .landing-tile-tariff-enterprise__content {
    padding: 24px 32px;
  }
  .landing-tile-enterprise__container {
    padding: 0 50px;
  }
  .landing-tile-enterprise__img-wrap {
    display: block;
  }
  .landing-tile-enterprise__content {
    padding: 80px 80px 332px;
  }
  .landing-tile-enterprise__title {
    text-align: left;
  }
  .landing-tile-enterprise__text {
    display: block;
  }
  .landing-tile-enterprise__author {
    display: block;
  }
  .landing-tile-enterprise-request {
    padding: 60px 60px 68px;
    max-width: 550px;
  }
  .landing-tile-enterprise-request__close-button {
    right: 40px;
    top: 40px;
  }
  .landing-tile-enterprise-request__title, .landing-tile-enterprise-request__success-title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 32px;
  }
  .landing-tile-enterprise-request__success-title {
    text-align: left;
  }
  .landing-tile-enterprise-request__form-field {
    padding: 9px 10px;
  }
  .landing-tile-enterprise-request__form-field + .error {
    font-size: 15px;
    line-height: 20px;
  }
  .landing-tile-enterprise-request__success {
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .promo {
    height: auto;
  }
  .promo__inner {
    width: calc(100% - 100px);
  }
  .promo__title {
    font-size: 64px;
    line-height: 0.9375;
  }
  .promo__text {
    margin: 0 8px 24px;
    max-width: 550px;
  }
  .landing-hero__background {
    display: block;
  }
  .landing-tile__title {
    font-size: 32px;
    line-height: 38px;
  }
  .promo__menu {
    display: none;
  }
  .promo__logo-wrap {
    left: 0;
  }
  .promo__logo-product {
    width: 120px;
    height: 46px;
  }
  .landing-hero__background_myteam .landing-hero__cell-phone {
    display: block;
  }
  .landing-tile-apps__button-container {
    padding: 48px 0 80px;
  }
  .landing-tile-tutorial {
    padding: 164px 0 35px;
  }
  .landing-tile-tutorial__title {
    margin: 0 0 91px;
  }
  .landing-tile-tutorial__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .landing-tile-tutorial__list-item {
    min-width: calc(50% - 20px);
    padding: 0 10px;
  }
  .landing-tile-tutorial__list-item:before {
    min-width: 80px;
    height: 80px;
    font-size: 36px;
  }
  .landing-tile-tutorial__list-item:not(:last-child):after {
    top: -41px;
    right: -35px;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .landing-tile-tutorial__list-item:nth-child(2):after {
    display: none;
  }
  .landing-tile-premise {
    padding-bottom: 36px;
  }
  .landing-tile-premise__item-icon {
    margin-top: 0;
  }
  .landing-tile-premise__button-container {
    padding: 64px 0 3px;
  }
  .landing-tile-tariffs {
    padding-top: 44px;
  }
  .landing-tile-benefits {
    padding: 144px 0 15px;
  }
  .popup__content {
    padding: 25px 32px 20px;
  }
  .popup__form-footer {
    margin: 40px -32px 0;
    padding: 20px 32px 0;
  }
  .container {
    padding: 0 50px;
  }
}

@media screen and (min-width: 800px) {
  .benefits {
    padding: 65px 0;
  }
  .benefits__logo {
    width: 119px;
    height: 40px;
    margin-bottom: 35px;
  }
  .benefits__about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -16px;
  }
  .benefits__item {
    width: 280px;
    margin: 16px;
  }
  .landing-advantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 164px 0 35px;
  }
  .landing-advantage__about {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 840px) {
  #portal-headline {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .promo {
    height: 500px;
  }
  .promo::before {
    bottom: -65px;
  }
  .promo__header {
    margin-bottom: 40px;
    margin-left: 40px;
  }
  .promo__content {
    padding-top: 35px;
    padding-left: 40px;
    text-align: left;
  }
  .promo__title {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 40px;
  }
  .promo__text {
    max-width: 430px;
    margin: 0 0 15px;
  }
  .landing-b2b-footer .landing-footer__button {
    display: block;
  }
  .tariffs__title {
    margin: 0 0 64px;
    font-size: 32px;
  }
  .tariffs__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -8px;
  }
  .tariffs__item {
    padding: 24px 20px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 380px;
        -ms-flex: 0 1 380px;
            flex: 0 1 380px;
    margin: 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tariffs_teambox .tariffs__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 424px;
        -ms-flex: 0 1 424px;
            flex: 0 1 424px;
  }
  .tariffs_myteam .tariffs__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 500px;
        -ms-flex: 0 1 500px;
            flex: 0 1 500px;
  }
  .tariffs__item-btn {
    width: 100%;
    text-align: center;
  }
  .landing-tile-tariff-enterprise {
    padding-top: 40px;
  }
  .landing-tile-tariff-enterprise__inner {
    max-width: 1360px;
  }
  .landing-tile-tariff-enterprise__img-wrap {
    display: block;
  }
  .landing-tile-tariff-enterprise__fake-img-wrap {
    display: block;
  }
  .landing-tile-tariff-enterprise__content {
    padding: 32px 20px;
  }
  .landing-tile-enterprise {
    padding-top: 140px;
  }
  .landing-tile-enterprise__container {
    padding: 0 72px;
  }
  .landing-tile-enterprise__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1360px;
    margin: 0 auto;
  }
  .landing-tile-enterprise__img-wrap {
    width: 291px;
    min-width: 291px;
    height: 405px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 100px;
  }
  .landing-tile-enterprise__fake-img-wrap {
    display: block;
    width: calc(100px + 291px);
    min-width: calc(100px + 291px);
  }
  .landing-tile-enterprise__content {
    padding: 64px 56px 64px 24px;
  }
  .landing-tile-enterprise__author {
    margin-left: auto;
  }
  .promo {
    height: auto;
  }
  .promo__inner {
    width: calc(100% - 144px);
  }
  .promo__content {
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .promo__title {
    font-size: 64px;
    line-height: 0.9375;
    margin: 0 0 20px;
  }
  .promo__text {
    margin: 0 0 24px;
    max-width: 550px;
  }
  .landing-hero__service-by {
    margin: 0 0 8px;
  }
  .promo__header {
    margin-left: 0;
  }
  .landing-tile-features {
    padding: 164px 0 35px;
  }
  .landing-tile-features__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .landing-tile-features__title {
    margin-bottom: 67px;
  }
  .landing-tile-features__example {
    display: block;
  }
  .landing-tile-features__about {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 38.6%;
    background-color: #8348f4;
    padding: 20px 20px 50px;
    text-align: center;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    cursor: default;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
  }
  .landing-tile-features__about_pointer:after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-color: inherit;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
  }
  .landing-tile-features__about_contacts {
    top: 14.5%;
    left: 25%;
  }
  .landing-tile-features__about_call {
    width: auto;
    top: 50%;
    left: -44px;
    right: 69%;
    -webkit-transform: translate(0, -46.5%);
            transform: translate(0, -46.5%);
  }
  .landing-tile-features__about_chats {
    top: 16.2%;
    left: 15%;
  }
  .landing-tile-features__about_bots {
    left: 8%;
    top: 39.3%;
  }
  .landing-tile-features__about_sharing {
    top: 43.5%;
  }
  .landing-tile-features__about_search {
    left: 25%;
    top: 21.5%;
  }
  .landing-tile-features__about-title {
    display: block;
  }
  .landing-tile-features__about-text {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    padding-left: 0;
  }
  .landing-tile-features__list-item {
    padding: 10px;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    margin-bottom: 0;
  }
  .landing-tile-features__list-item_active {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 20px rgba(229, 233, 246, 0.65);
            box-shadow: 0 8px 20px rgba(229, 233, 246, 0.65);
  }
  .landing-tile-features__list-item_active .landing-tile-features__list-item-icon {
    background-color: #8038c6;
    color: #fff;
  }
  .landing-tile-features__list-item_active .landing-tile-features__list-item-title {
    color: #000;
    font-weight: bold;
  }
  .landing-tile-features__list-item_active .landing-tile-features__about {
    display: block;
  }
  .landing-tile-features__list-item_active .landing-tile-features__list-item-img-box {
    display: block;
  }
  .landing-tile-features__list-item-title {
    margin-bottom: 0;
    color: #69717c;
    font-weight: normal;
  }
  .landing-tile-features__list-item-icon {
    background-color: #fff;
    color: #264657;
    position: relative;
    margin-right: 20px;
  }
  .landing-tile-features__list-item-card {
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    pointer-events: auto;
  }
  .landing-tile-features__list-item-img-box {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    left: 30px;
    top: 30px;
    width: calc(68.5% - 60px);
    padding-bottom: calc(50.178% - 60px);
    display: none;
  }
  .landing-tile-features__list-item-img {
    border: none;
  }
  .landing-tile-features__button-container {
    padding: 64px 0 3px;
  }
  .landing-tile-features__dots {
    display: block;
  }
  .container {
    padding: 0 72px;
  }
  .footer-b2b {
    padding-top: 111px;
  }
}

@media screen and (min-width: 1024px) {
  .benefits__logo {
    width: 142px;
    height: 48px;
    margin-bottom: 39px;
  }
  .benefits__about {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .benefits__item {
    width: 190px;
  }
  .benefits__item-text_num {
    font-size: 40px;
  }
  .landing-advantage__title {
    font-size: 32px;
    line-height: 38px;
  }
  .landing-advantage__text {
    font-size: 24px;
    line-height: 34px;
    width: 61%;
  }
  .landing-advantage__icon {
    min-width: 88px;
    height: 88px;
    margin-right: 35px;
  }
}

@media only screen and (min-width: 1058.3423423423px) {
  .landing-block:first-child {
    -webkit-border-radius: 0 0 0 40px;
            border-radius: 0 0 0 40px;
  }
  .landing-block:last-child {
    -webkit-border-radius: 0 40px 0 0;
            border-radius: 0 40px 0 0;
  }
}

@media only screen and (min-width: 1260px) {
  .landing-b2b-footer .landing-footer__info {
    padding-left: 9.3704245974%;
    padding-right: 9.3704245974%;
  }
}

@media only screen and (min-width: 1280px) {
  .promo {
    height: 650px;
  }
  .promo__header {
    margin-bottom: 60px;
  }
  .promo__menu {
    display: none;
  }
  .promo__logo-wrap {
    left: 0;
  }
  .promo__nav {
    display: block;
  }
  .promo__content {
    padding-top: 75px;
  }
  .promo__title {
    font-size: 48px;
    line-height: 56px;
  }
  .promo__text {
    margin: 0 0 40px;
  }
  .tariffs__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -8px;
  }
  .tariffs__item {
    padding: 24px 32px 32px;
  }
  .landing-tile-tariff-enterprise__fake-img-wrap {
    margin-right: 24px;
  }
  .landing-tile-tariff-enterprise__content {
    padding: 40px;
  }
  .landing-tile-enterprise__container {
    padding: 0 50px;
  }
  .landing-tile-enterprise__img-wrap {
    left: 124px;
  }
  .landing-tile-enterprise__fake-img-wrap {
    width: calc(124px + 291px);
    min-width: calc(124px + 291px);
  }
  .landing-tile-enterprise__content {
    padding: 64px 64px 64px 42px;
  }
  .promo {
    height: auto;
  }
  .promo__inner {
    width: calc(100% - 100px);
  }
  .promo__content {
    padding: 0;
  }
  .promo__title {
    font-size: 64px;
    line-height: 0.9375;
  }
  .promo__text {
    margin: 0 0 24px;
  }
  .promo__nav-list {
    margin-top: 5px;
  }
  .landing-tile-features__about_call {
    -webkit-transform: translate(0, -46%);
            transform: translate(0, -46%);
  }
  .landing-tile-features__list-item {
    padding: 15px;
  }
  .landing-tile-features__list-item-icon {
    min-width: 64px;
    height: 64px;
  }
  .landing-tile-apps__banner {
    padding-left: 65px;
  }
  .landing-tile-tutorial__list-item {
    min-width: auto;
  }
  .landing-tile-tutorial__list-item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .landing-tile-tutorial__list-item:not(:last-child) {
    min-height: auto;
  }
  .landing-tile-tutorial__list-item:nth-child(2):after {
    top: auto;
    bottom: -41px;
    right: -5px;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    display: block;
  }
  .landing-tile-tutorial__button-container {
    padding-top: 115px;
  }
  .landing-tile-premise__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 12px 0 0;
  }
  .landing-tile-premise__item {
    padding: 24px;
  }
  .landing-tile-premise__item-title {
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .landing-tile-premise__item-icon {
    margin-top: -10px;
  }
  .container {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1280px) {
  .benefits__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .benefits__about {
    margin: -20px;
  }
  .benefits__item {
    width: 200px;
    margin: 20px;
  }
  .benefits__item {
    margin: 26px;
  }
}

@media only screen and (min-width: 1366px) {
  .promo__header {
    margin-left: 0;
  }
  .promo__content {
    padding-left: 0;
  }
  .promo__content {
    padding: 0;
  }
  .landing-tile-features__about_call {
    width: 35.1%;
    right: auto;
    left: -7.7%;
    -webkit-transform: translate(0, -45.4%);
            transform: translate(0, -45.4%);
  }
}

@media only screen and (min-width: 1680px) {
  .promo::before {
    bottom: -3360px;
    right: -1600px;
    width: 3500px;
    height: 3500px;
    background-image: -webkit-linear-gradient(45deg, #2f956b, #57cb86);
    background-image: -o-linear-gradient(45deg, #2f956b, #57cb86);
    background-image: linear-gradient(45deg, #2f956b, #57cb86);
    -webkit-transform: rotate(-115deg);
            transform: rotate(-115deg);
  }
}

@media screen and (max-height: 720px) {
  .partnership {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .promo {
    height: 500px;
  }
}

@media only screen and (min-height: 670px) {
  .popup__content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}