/*! 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-proxima body {
  font-family: "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
}

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

/* 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-face {
  font-family: "Proxima Nova";
  src: url("../common/fonts/ProximaNova-Extrabld.eot");
  src: local("../common/fonts/Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../common/fonts/ProximaNova-Extrabld.eot") format("embedded-opentype"), url("../common/fonts/ProximaNova-Extrabld.woff") format("woff"), url("../common/fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../common/fonts/ProximaNova-Regular.eot");
  src: url("../common/fonts/ProximaNova-Regular.eot") format("embedded-opentype"), url("../common/fonts/ProximaNova-Regular.woff") format("woff"), url("../common/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../common/fonts/ProximaNova-Bold.eot");
  src: url("../common/fonts/ProximaNova-Bold.eot") format("embedded-opentype"), url("../common/fonts/ProximaNova-Bold.woff") format("woff"), url("../common/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../common/fonts/Roboto-Regular.eot");
  src: url("../common/fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../common/fonts/Roboto-Regular.woff") format("woff"), url("../common/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../common/fonts/Roboto-Medium.eot");
  src: url("../common/fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../common/fonts/Roboto-Medium.woff") format("woff"), url("../common/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

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

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

.container {
  padding: 0 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

.body_hide-scroll {
  overflow: hidden;
}

.body_fixed {
  position: fixed;
  left: 0;
  right: 0;
}

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

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

.footer {
  /* 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
  */
  position: relative;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.footer .container {
  height: 100%;
}

.footer__inner {
  padding: 85px 0 75px;
  position: relative;
  height: 100%;
}

.footer__left {
  position: absolute;
  top: 25px;
  left: 0;
  min-width: 300px;
  height: 100%;
  z-index: 1;
}

.footer__logo {
  width: 125px;
  height: 32px;
}

.footer__copyright {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  color: #67718a;
}

.footer__copyright:hover {
  text-decoration: underline;
}

.footer__nav {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  z-index: 2;
}

.footer__nav-item {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.footer__nav-title {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  border-bottom: 2px solid #d3d6e4;
}

.footer__nav-title:hover {
  text-decoration: none;
}

.footer__subnav {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__subnav-item {
  margin-bottom: 10px;
}

.footer__subnav-item_title {
  margin-bottom: 25px;
}

.footer__subnav-item:last-child {
  margin-bottom: 0;
}

.footer__subnav-link {
  font-size: 17px;
  line-height: 22px;
  color: #67718a;
}

.footer__subnav-item_title .footer__subnav-link {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: 2px solid #d3d6e4;
}

.footer__subnav-item_title .footer__subnav-link:hover {
  text-decoration: none;
}

#portal-headline {
  display: none;
}

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

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

.dialog__close-button.button:before {
  width: 11px;
  height: 11px;
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: -56px -96px;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5.5px -5.5px;
  content: "";
}

.dialog__head-promo-figure_icon {
  margin-top: 20px;
}

.dialog__head-promo-figure_icon:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.dialog__head-promo-figure_icon_success:before {
  background-image: url(../common/img/svg-a8972e3a.svg);
  background-position: 0px 0px;
  width: 96px;
  height: 96px;
}

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

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

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

.form-item__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: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.form-item__field.error {
  border: 1px solid #ff3d4b;
}

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

.form-item__hint {
  font-weight: 400;
  color: #999999;
  text-align: left;
  display: block;
  margin-top: 3px;
  font-size: 13px;
  line-height: 20px;
}

.form-item__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 {
  /* 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: " *";
}

.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-85514075.svg);
  background-position: -121px -550px;
  width: 11px;
  height: 11px;
  background-image: url("../b2b/img/svg-85514075.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;
}

.main_theme_mail .promo {
  padding-top: 20px;
  height: auto;
  padding-bottom: 15.625%;
  position: relative;
  z-index: auto;
  overflow: visible;
}

.main_theme_mail .promo::before {
  background-image: url("img/svg/promo-bg-triangle-mail.svg");
  -webkit-background-size: 145% auto;
          background-size: 145% auto;
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 1px);
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: auto;
}

.main_theme_mail .promo__menu {
  max-width: 20px;
  padding: 0;
  margin: 0;
}

.main_theme_mail .promo__header {
  margin-left: 0;
  margin-bottom: 70px;
  padding: 0;
}

.main_theme_mail .promo__auth-reg {
  background-color: #ff943c;
  margin-left: 30px;
}

.main_theme_mail .promo__auth-login {
  margin-right: 0;
}

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

.main_theme_mail .promo__nav {
  text-align: right;
  margin-left: 78px;
  display: none;
}

.main_theme_mail .promo__nav-item {
  margin-right: 32px;
}

.main_theme_mail .promo__nav-item-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.main_theme_mail .promo__nav-item-link::before {
  content: none;
}

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

.main_theme_mail .promo__logo-wrap {
  font-size: 0;
  text-align: center;
  z-index: auto;
}

.main_theme_mail .promo__logo-wrap-col {
  height: auto;
}

.main_theme_mail .promo__logo-wrap-col:first-child {
  margin-right: 30px;
}

.main_theme_mail .promo__logo-wrap-col:not(.promo__logo-wrap-col_dropdown)::before {
  right: -15px;
}

.main_theme_mail .promo__logo-product {
  vertical-align: middle;
  width: 82px;
  height: 23px;
  -webkit-transform: none;
          transform: none;
  will-change: unset;
}

.main_theme_mail .promo__logo-dropdown {
  -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);
}

.main_theme_mail .promo__inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}

.main_theme_mail .promo__content {
  padding: 0 20px;
  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;
}

.main_theme_mail .promo__title {
  font-size: 20px;
  line-height: 28px;
  max-width: 300px;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}

.main_theme_mail .promo__text {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
  max-width: 100%;
}

.main_theme_mail .promo__video {
  position: relative;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
  max-width: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 0 auto;
}

.main_theme_mail .promo__video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.main_theme_mail .promo__video-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 7px;
          border-radius: 7px;
}

.main_theme_domain.main_theme_domain_content .advantages {
  margin: 0 0 35px;
}

.main_theme_domain.main_theme_domain_content .advantages__wrap {
  margin: 0;
}

.domain-popup-wrap {
  -webkit-transform: translate(-9999px, 0);
          transform: translate(-9999px, 0);
  margin: 0 auto;
  opacity: 0;
  width: 100%;
  z-index: auto;
  margin-top: -60px;
  position: absolute;
  padding: 40px 0;
  background: #fff;
  z-index: 3;
}

.domain-popup-wrap.active {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.domain-add-form {
  position: relative;
  margin: 0 20px 24px;
  z-index: auto;
  -webkit-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #fff;
  padding: 40px 20px;
  margin: 0 -20px;
}

.js .domain-add-form {
  will-change: width, background-color, border-radius, position, padding;
}

.domain-add-form__wrap {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.domain-add-form__form-label {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #333333;
  display: block;
}

.domain-add-form_state_fixed .domain-add-form__form-label {
  display: none;
}

.domain-add-form__form-label_shorten {
  display: none;
}

.domain-add-form__form-area-wrap {
  position: relative;
}

.domain-add-form__form-error {
  position: absolute;
  top: 52px;
  left: 0;
  font-size: 14px;
  color: #e34033;
  -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.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.domain-add-form__form-area-wrap_state_error .domain-add-form__form-error {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.domain-add-form__form-area {
  line-height: 46px;
  height: 46px;
  width: 100%;
  padding: 0 15px;
  font-size: 17px;
  border: 1px solid #dcdcf1;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-align: center;
}

.domain-add-form__form-area-wrap_state_error .domain-add-form__form-area {
  border-color: #e34033;
}

.domain-add-form__form-btn-submit {
  width: 100%;
  padding: 14px 40px;
  margin-top: 24px;
  background: #ff943c;
  cursor: pointer;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}

.domain-add-form__form-btn-submit:hover {
  background-color: #f58e3a;
}

.possibility {
  /* 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
  */
  position: relative;
  padding: 13px 0 71px;
  background: #f2f6ff;
}

.possibility__title {
  margin: 44px 0 39px;
}

.possibility__inner {
  position: relative;
}

.possibility__about-product {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: -70px 0 45px;
  padding: 120px 25px 35px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #67718a;
  background-color: white;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.possibility__about-product::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 43px;
  width: 140px;
  background-image: url("img/mail.ru-logo-gray.png");
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  will-change: transform;
}

.possibility__item {
  position: relative;
  margin-bottom: 30px;
  font-size: 0;
  padding: 230px 0 0;
}

.possibility__item-icon {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  will-change: transform;
}

.possibility__item-icon_pentagon-light-blue {
  width: 40px;
  height: 40px;
}

.possibility__item-icon_triangle-orange {
  width: 33px;
  height: 37px;
}

.possibility__item-icon_tetragon-yellow {
  width: 38px;
  height: 38px;
}

.possibility__item-icon_hexagon-violet {
  width: 34px;
  height: 38px;
}

.possibility__item-icon_pentagon-blue {
  width: 38px;
  height: 38px;
}

.possibility__item-icon_triangle-green {
  width: 34px;
  height: 37px;
}

.possibility__item-icon_triangle-red {
  width: 35px;
  height: 36px;
}

.possibility__item:last-child {
  margin-top: -50px;
}

.possibility__item-col {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.possibility__item:last-child .possibility__item-col_text {
  margin-top: -90px;
}

.possibility__item-col_img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.possibility__item-col_img::before {
  content: "";
  display: inline-block;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  will-change: transform;
}

.possibility__item_reversed {
  padding: 0 0 230px;
}

.possibility__item_reversed .possibility__item-col_img {
  top: inherit;
  bottom: 0;
}

.possibility__item-desc {
  position: relative;
  display: block;
  max-width: 540px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.possibility__item-desc::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.possibility__item-desc-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
}

.possibility__item-desc-text {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: #615f76;
}

.possibility__item-desc-btn {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-left: 23px;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  color: #333333;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid rgba(211, 214, 228, 0.64);
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  cursor: pointer;
}

.possibility__item-desc-btn-icon {
  position: absolute;
  left: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #333333;
  font-size: 0;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.possibility__item-desc-btn-icon::before, .possibility__item-desc-btn-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 2px;
  background-color: #f2f6ff;
}

.possibility__item-desc-btn-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.possibility__item-desc-btn:hover {
  color: #0d40fe;
}

.possibility__item-desc-btn:hover .possibility__item-desc-btn-icon {
  background-color: #0d40fe;
}

.possibility__item_1 .possibility__item-col_img::before {
  background-image: url("img/advantages-notebook.png");
  width: 280px;
  height: 187px;
}

.possibility__item_2.possibility__item_reversed {
  padding-bottom: 190px;
}

.possibility__item_2 .possibility__item-col_img::before {
  background-image: url("img/advantages-calls.png");
  width: 280px;
  height: 142px;
}

.possibility__item_3 .possibility__item-col_img::before {
  background-image: url("img/advantages-mobile.png");
  width: 280px;
  height: 187px;
}

.possibility__list {
  position: relative;
  margin: 0 0 50px;
  padding: 0;
  font-size: 0;
  list-style: none;
  z-index: 3;
}

.possibility__list_1 {
  margin-bottom: 30px;
}

.possibility__list-item {
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.possibility__list-item:last-child {
  margin-bottom: 0;
}

.possibility__list-item-inner {
  position: relative;
  display: inline-block;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 460px;
}

.possibility__list-item-title {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
}

.possibility__list-item-text {
  max-width: 460px;
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: #615f76;
}

.possibility__middle {
  text-align: center;
  margin-top: -7px;
}

.possibility__middle-text {
  font-size: 20px;
  color: #626273;
  line-height: 28px;
}

.possibility__middle-link {
  color: #0077cc;
  border-bottom: 1px solid rgba(91, 91, 91, 0.1);
  text-decoration: none;
}

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

.possibility__btn {
  padding: 14px 21px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  background-color: #ff943c;
  margin-top: 44px;
}

.possibility__btn:hover {
  background-color: #f58e3a;
}

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

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

.possibility__download-item {
  display: block;
  width: 160px;
  height: 46px;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.possibility__download-item_mac {
  background-image: url("img/app-store.png");
  margin-bottom: 11px;
}

.possibility__download-item_android {
  background-image: url("img/google-play.png");
}

.solutions {
  position: relative;
  padding: 0 0 45px;
  background: #f2f6ff;
}

.solutions::before {
  top: 0;
  left: -5px;
  right: auto;
}

.solutions::after {
  bottom: 0;
  right: -10px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.solutions__inner {
  position: relative;
  z-index: 3;
}

.solutions__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;
  position: relative;
  z-index: 3;
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 50px -20px;
  width: calc(100% + 40px);
}

.solutions__about-item {
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.solutions__about-item-icon {
  position: relative;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.solutions__about-item-icon_product {
  width: 177px;
  height: 65px;
}

.solutions__about-item-icon_company {
  width: 160px;
  height: 50px;
}

.solutions__about-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.solutions__about-item-box {
  width: 100%;
}

.solutions__about-item-box:not(:last-child) {
  margin-bottom: 40px;
}

.solutions__about-item-title {
  font-size: 24px;
  color: white;
  margin: 0 0 10px 0;
}

.solutions__about-item-text {
  font-size: 20px;
  opacity: 0.7;
  line-height: 28px;
}

.solutions__about-item_product {
  padding-top: 30px;
  background-color: white;
}

.solutions__about-item_product .solutions__about-item-text {
  margin-top: 15px;
  color: #615f76;
}

.solutions__about-item_company {
  background-color: #105afb;
}

.solutions__about-item_company .solutions__about-item-text {
  margin-top: 35px;
  color: white;
}

.solutions__about-item-text {
  max-width: 580px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.solutions__about-item-bottom {
  margin-top: 20px;
  text-align: center;
}

.solutions__about-item-btn {
  display: inline-block;
  padding: 11px 25px;
  width: auto;
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
  background-color: #eaeeff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.solutions__about-item-btn:hover {
  background-color: #e1e4f5;
}

.solutions__about-item-btn:active {
  background-color: #d7dbeb;
  -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);
}

.solutions__title {
  max-width: 250px;
  position: relative;
  margin: 0 auto 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  color: #333333;
  z-index: 3;
}

.solutions__subtitle {
  font-size: 17px;
  color: #626273;
  line-height: 28px;
  text-align: center;
  max-width: 660px;
  margin: 0 auto 48px auto;
}

.solutions__bottom {
  position: relative;
  text-align: center;
  z-index: 3;
}

.solutions__content-wrap {
  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;
}

.solutions__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solutions__item:last-child {
  margin-bottom: 0;
}

.solutions__item:last-child .solutions__item-inner::before {
  width: 900px;
  height: 900px;
  right: -375px;
  bottom: -910px;
}

.solutions__item:last-child .solutions__item-inner:hover::before {
  width: 1315px;
  height: 1315px;
}

.solutions__item {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 480px;
  text-decoration: none;
}

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

.solutions__item:visited {
  color: #333333;
}

.solutions__item-icon {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.solutions__item-icon svg {
  fill: #333333;
}

.solutions__item-icon_3 svg {
  width: 24px;
  height: 22px;
}

.solutions__item-icon_5 svg {
  width: 22px;
  height: 19px;
}

.solutions__item-icon_6 svg {
  width: 23px;
  height: 20px;
}

.solutions__item-inner {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding: 30px 0 0 30px;
  background-color: white;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.solutions__item-inner::before {
  content: "";
  position: absolute;
  left: auto;
  width: 900px;
  height: 900px;
  right: -375px;
  bottom: -910px;
  -webkit-transform: rotate(63deg);
          transform: rotate(63deg);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 2;
}

.solutions__item-inner::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.solutions__item-inner_orange::before {
  background-color: #ff7330;
}

.solutions__item-inner_sky-blue::before {
  background-color: #00c3ff;
}

.solutions__item-inner_green::before {
  background-color: #6cd2b7;
}

.solutions__item-inner_violet::before {
  background-color: #c13ece;
}

.solutions__item-inner_red::before {
  background-color: #e34033;
}

.solutions__item-inner_blue::before {
  background: #4243ff;
}

.solutions__item-title {
  position: relative;
  z-index: 1;
  max-width: 245px;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.solutions__item-title-line {
  display: inline;
  border-bottom: 1px solid rgba(91, 91, 91, 0.3);
}

.solutions__item_long {
  width: 100%;
}

.solutions__item-description {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 1;
  margin: 12px 0 0 0;
  padding: 0 25px 0 0;
  font-size: 15px;
  line-height: 20px;
  list-style-type: disc;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}

.solutions__item-description-text {
  position: relative;
  padding-left: 19.5px;
  list-style: none;
}

.solutions__item-description-text:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7.5px;
  background-color: #c9c8ff;
}

.solutions__item-inner:hover::before {
  z-index: 2;
  width: 1315px;
  height: 1315px;
}

.solutions__item-inner:hover .solutions__item-icon .svg-icon {
  fill: white;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.solutions__item-inner:hover .solutions__item-title-line {
  border-bottom: none;
}

.solutions__item-inner:hover .solutions__item-description {
  opacity: 1;
  color: white;
}

.solutions__item-inner:hover .solutions__item-title {
  color: white;
}

.solutions__aside {
  width: 100%;
  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;
}

.solutions__aside-inner {
  position: relative;
  overflow: hidden;
  background-color: white;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  min-height: 180px;
  padding: 36px 25px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  max-width: 480px;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none;
}

.solutions__aside-inner:hover {
  text-decoration: none;
}

.solutions__aside-inner::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  right: -375px;
  bottom: -910px;
  -webkit-transform: rotate(63deg);
          transform: rotate(63deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

.solutions__aside-inner::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.solutions__aside-inner_red::before {
  background-image: -webkit-linear-gradient(330deg, #e84343 25%, rgba(255, 95, 62, 0.5) 85%);
  background-image: -o-linear-gradient(330deg, #e84343 25%, rgba(255, 95, 62, 0.5) 85%);
  background-image: linear-gradient(120deg, #e84343 25%, rgba(255, 95, 62, 0.5) 85%);
}

.solutions__aside-inner_red:hover::before {
  background-image: -webkit-linear-gradient(153deg, #e84343 25%, rgba(255, 95, 62, 0.5) 85%);
  background-image: -o-linear-gradient(153deg, #e84343 25%, rgba(255, 95, 62, 0.5) 85%);
  background-image: linear-gradient(-63deg, #e84343 25%, rgba(255, 95, 62, 0.5) 85%);
}

.solutions__aside-inner .solutions-item-description-text:not(:last-child) {
  margin-bottom: 10px;
}

.solutions__aside-title {
  position: relative;
  z-index: 1;
  max-width: 200px;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 16px;
}

.solutions__aside-title-line {
  display: inline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.solutions__aside-description {
  position: absolute;
  top: 15px;
  left: 25px;
  margin: 12px 0 0 0;
  padding: 0 25px 0 0;
  font-size: 15px;
  line-height: 20px;
  list-style-type: disc;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}

.solutions__aside-inner:hover::before {
  width: 1315px;
  height: 1315px;
  bottom: -50%;
  right: -130%;
}

.solutions__aside-inner:hover .solutions__item-icon .svg-icon {
  fill: white;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.solutions__aside-inner:hover .solutions__aside-description {
  opacity: 1;
}

.solutions__aside-inner:hover .solutions__aside-title {
  color: white;
}

.solutions__bottom {
  position: relative;
  text-align: center;
  z-index: 3;
}

.solutions__btn {
  padding: 14px 21px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  background-color: #ff943c;
  margin-top: 44px;
  max-width: 198px;
}

.solutions__btn:hover {
  background-color: #f58e3a;
}

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

.how-to-connect {
  padding: 40px 20px 40px 20px;
  background-color: white;
}

.how-to-connect__title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 32px;
  margin: 0 0 16px 0;
}

.how-to-connect__subtitle {
  margin-bottom: 64px;
}

.how-to-connect__box {
  margin: 0 auto;
  max-width: 815px;
  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-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;
}

.how-to-connect__item {
  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;
}

.how-to-connect__item:not(:last-child) {
  margin-bottom: 80px;
  position: relative;
}

.how-to-connect__item:not(:last-child)::after {
  content: " ";
  display: block;
  position: absolute;
  width: 13px;
  height: 11px;
  background-image: url("img/svg/icon-arrow-right.svg");
  bottom: -39px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.how-to-connect__item-number {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid #ff943c;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 11px;
}

.how-to-connect__item-link {
  font-size: 17px;
  color: #0077cc;
  text-align: center;
  line-height: 26px;
  margin: 0 auto;
  text-decoration: none;
  max-width: 180px;
  text-decoration: none;
}

.how-to-connect__item-link:hover {
  text-decoration: none;
}

.how-to-connect__item-link-line {
  display: inline;
  border-bottom: 1px solid rgba(91, 91, 91, 0.08);
}

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

.reviews {
  min-height: 380px;
  margin-bottom: 40px;
}

.reviews__title {
  margin: 0 0 34px 0;
}

.reviews__content {
  position: relative;
  width: 100%;
  padding-top: 52px;
  padding-left: 0;
  margin-top: 36px;
}

.reviews__content:before {
  content: "";
  display: block;
  width: 39px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/svg-e050fe80.svg);
  background-position: 0px -550px;
  width: 39px;
  height: 32px;
}

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

.reviews__item {
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 52px;
  pointer-events: none;
}

.reviews__item_active {
  position: static;
  opacity: 1;
  pointer-events: initial;
}

.reviews__item-text {
  max-width: 100%;
  font-size: 17px;
  color: #333333;
  line-height: 28px;
  margin: 0;
}

.reviews__item-subtext {
  font-size: 17px;
  line-height: 24px;
  color: #626273;
  display: block;
}

.reviews__item-name {
  margin-top: 16px;
  font-weight: bold;
}

.reviews__nav {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  overflow: hidden;
  height: 83px;
}

.reviews__nav-box {
  height: 99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 10px 0;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.reviews__nav-box::-webkit-scrollbar {
  width: 0;
}

.reviews__nav-item {
  background-color: #fff;
  border: none;
  outline: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  min-width: 59px;
  height: 59px;
  margin-right: 36px;
}

.reviews__nav-item:first-child {
  margin-left: 20px;
}

.reviews__nav-item_3 {
  padding: 8px;
}

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

.reviews__nav-item_active:before {
  content: "";
  display: block;
  width: 112%;
  height: 112%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 4px solid #ff943c;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.faq {
  text-align: center;
  margin-bottom: 40px;
}

.faq__title {
  margin-bottom: 50px;
}

.faq__question {
  padding: 20px;
  text-align: left;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq__question:hover {
  cursor: pointer;
}

.faq__question_active {
  background-color: white;
  border: 1px solid white;
}

.faq__question_active .faq__question__name {
  margin-bottom: 11px;
}

.faq__question_active .faq__question__name::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -6px;
}

.faq__question_active .faq__question__answer {
  display: block;
}

.faq__question__name {
  font-size: 17px;
  line-height: 28px;
  margin: 0;
  position: relative;
  color: #333333;
  padding-right: 35px;
}

.faq__question__name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top: 7px solid #333333;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.faq__question__answer {
  display: none;
  color: #626273;
  font-size: 17px;
  line-height: 28px;
  margin: 24px 0 0 0;
}

.faq__question__answer:not(:first-child) {
  margin-top: 10px;
}

.faq__question__answer-primary {
  color: #0077cc;
}

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

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

.faq__connect-text {
  color: #615f76;
  max-width: 600px;
  margin: 15px auto 40px auto;
}

.faq__button {
  width: 100%;
  color: white;
  background-color: #c53ec2;
}

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

.mail-container {
  margin: 0 auto;
  padding: 0 20px;
}

.block-title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.block-subtitle {
  font-size: 17px;
  text-align: center;
  color: #626273;
  line-height: 24px;
}

.mail-link {
  color: #0077cc;
  border-bottom: 1px solid rgba(91, 91, 91, 0.1);
  text-decoration: none;
}

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

.page-main {
  padding-bottom: 0;
}

.page-footer {
  display: none;
}

.main_theme_infra {
  background: #f4f7ff;
}

.page-portal-header {
  display: none;
}

body, html {
  font-family: "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
  margin: 0;
  background-color: #f4f7ff;
}

.landing-button_vision {
  width: auto;
  background-color: #ff0056;
  border: none;
  padding: 11px 29px;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

.landing-button_vision:hover {
  background-color: rgba(255, 0, 86, 0.8);
}

.main_theme_mail .menu__burger {
  margin: 3.5px 0 15px 20px;
}

.main_theme_mail .menu {
  padding-top: 20px;
}

.landing-tile-enterprise-request-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;
}

.landing-tile-enterprise-request-modal.open {
  display: block;
}

@media only screen and (min-width: 380px) {
  .promo__header {
    padding: 0;
  }
  .main_theme_mail .promo__video {
    margin: 105px auto 0 auto;
  }
  .solutions__about {
    margin: 0 0 50px 0;
    width: 100%;
  }
  .solutions__about-item {
    padding: 45px 30px;
  }
  .solutions__aside-inner:hover::before {
    right: -100%;
  }
  .how-to-connect {
    padding: 104px 20px 96px 20px;
  }
  .reviews {
    margin-bottom: 108px;
  }
  .reviews__title {
    margin-bottom: 58px;
  }
  .reviews__item-text {
    font-size: 20px;
  }
  .reviews__nav {
    overflow: inherit;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .reviews__nav-box {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    overflow: inherit;
    width: auto;
  }
  .reviews__nav-item {
    width: 70px;
    height: 70px;
    margin: 0;
  }
  .reviews__nav-item_active:before {
    width: 110%;
    height: 110%;
  }
  .faq {
    margin-bottom: 120px;
  }
  .faq__question {
    padding: 28px 40px;
  }
  .faq__question_active .faq__question__name {
    margin-bottom: 24px;
  }
  .faq__question__name {
    font-size: 20px;
  }
  .faq__question__answer {
    font-size: 20px;
  }
  .block-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@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) {
  .landing-button {
    width: auto;
  }
  .landing-button_w100 {
    width: 100%;
  }
  .landing-button_large {
    padding: 13px 48px;
  }
  .container {
    padding: 0 40px;
  }
  .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;
    height: 37px;
  }
  .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;
  }
  .footer {
    height: 170px;
    padding: 35px 0 25px;
  }
  .footer__inner {
    padding: 0 0 0 140px;
  }
  .footer__left {
    top: 0;
  }
  .footer__copyright {
    bottom: 0;
  }
  .footer__nav {
    text-align: right;
  }
  .footer__nav-item {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
  }
  .footer__nav-title {
    margin-bottom: 20px;
  }
  .dialog__controls .button {
    width: auto;
  }
  .dialog__link-button {
    float: right;
  }
  .dialog__controls .button + .button {
    margin-left: 0.5em;
  }
  .dialog__controls-secondary {
    float: right;
  }
  .form-item__field {
    padding: 9px 10px;
  }
  .form-item__label {
    font-size: 17px;
    line-height: 24px;
  }
  .form-item__hint {
    font-size: 15px;
    line-height: 20px;
  }
  .form-item__field + .error {
    font-size: 15px;
    line-height: 20px;
  }
  .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;
  }
  .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;
  }
  .main_theme_mail .promo {
    padding-top: 35px;
    padding-bottom: 14.375%;
  }
  .main_theme_mail .promo::before {
    -webkit-background-size: 112% auto;
            background-size: 112% auto;
  }
  .main_theme_mail .promo__menu {
    margin-top: 5px;
  }
  .main_theme_mail .promo__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
  }
  .main_theme_mail .promo__logo-wrap {
    position: static;
    text-align: left;
    -webkit-transform: none;
            transform: none;
    margin-left: 38px;
  }
  .main_theme_mail .promo__logo-wrap-col:first-child {
    margin-right: 50px;
  }
  .main_theme_mail .promo__logo-wrap-col:not(.promo__logo-wrap-col_dropdown)::before {
    right: -25px;
  }
  .main_theme_mail .promo__logo-product {
    width: 121px;
    height: 34px;
  }
  .main_theme_mail .promo__inner {
    padding-left: 42px;
    padding-right: 42px;
  }
  .main_theme_mail .promo__title {
    font-size: 32px;
    line-height: 44px;
    max-width: none;
  }
  .main_theme_mail .promo__text {
    font-size: 20px;
    line-height: 28px;
  }
  .domain-add-form {
    margin: 0 -50px;
  }
  .domain-add-form_state_fixed {
    position: fixed;
    top: 0;
    left: 50%;
    padding: 20px 0;
    max-width: none;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    background-color: #3e41ba;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .domain-add-form_state_fixed .domain-add-form__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
  .domain-add-form_state_fixed .domain-add-form__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .domain-add-form_state_fixed .domain-add-form__form-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .domain-add-form_state_fixed .domain-add-form__form-label_shorten {
    display: block;
  }
  .domain-add-form__form-area-wrap {
    margin-top: 16px;
  }
  .domain-add-form_state_fixed .domain-add-form__form-area-wrap {
    margin-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .domain-add-form__form-error {
    top: 105%;
  }
  .domain-add-form__form-area {
    text-align: left;
  }
  .domain-add-form__form-area {
    padding: 0 200px 0 15px;
  }
  .domain-add-form__form-btn-submit {
    margin-top: 0;
    padding: 11px 40px;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
  }
  .possibility {
    padding-bottom: 71px;
  }
  .possibility__title {
    margin: 70px 0;
  }
  .possibility__about-product {
    margin: -70px 0 50px;
    padding: 130px 80px 75px;
    font-size: 20px;
    line-height: 28px;
  }
  .possibility__item {
    margin-bottom: 60px;
    padding: 400px 0 0;
  }
  .possibility__item_reversed {
    padding: 0 0 400px;
  }
  .possibility__item-desc {
    max-width: 540px;
  }
  .possibility__item-desc-title {
    font-size: 24px;
    line-height: 32px;
  }
  .possibility__item-desc-text {
    font-size: 20px;
  }
  .possibility__item-desc-btn {
    margin-top: 10px;
  }
  .possibility__item_1 .possibility__item-col_img::before {
    width: 580px;
    height: 343px;
  }
  .possibility__item_2.possibility__item_reversed {
    padding: 0 0 353px;
  }
  .possibility__item_2 .possibility__item-col_img::before {
    width: 580px;
    height: 295px;
  }
  .possibility__item_3 .possibility__item-col_img::before {
    width: 597px;
    height: 374px;
  }
  .possibility__list {
    margin-bottom: 90px;
  }
  .possibility__list_1 {
    margin-bottom: 30px;
  }
  .possibility__list-item:last-child {
    margin-bottom: 0;
  }
  .possibility__list-item-inner {
    max-width: 540px;
  }
  .possibility__list-item-title {
    font-size: 24px;
    line-height: 32px;
  }
  .possibility__list-item-text {
    font-size: 20px;
    max-width: 100%;
  }
  .possibility__download {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .possibility__download-item_mac {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .solutions {
    padding-bottom: 55px;
  }
  .solutions__about {
    margin: 0 auto 60px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden;
    padding: 0;
  }
  .solutions__about-item {
    padding: 45px 60px 50px;
  }
  .solutions__about-item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    width: auto;
    margin-top: 25px;
  }
  .solutions__about-item-box:not(:last-child) {
    margin-bottom: 0;
  }
  .solutions__about-item-box {
    width: 50%;
  }
  .solutions__about-item-text {
    padding-right: 10px;
  }
  .solutions__about-item_product {
    padding-top: 35px;
  }
  .solutions__about-item_product .solutions__about-item-text {
    margin-top: 30px;
  }
  .solutions__about-item_company {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .solutions__about-item_company .solutions__about-item-text {
    margin-top: 32px;
  }
  .solutions__about-item-btn {
    padding: 11px 25px;
  }
  .solutions__title {
    max-width: 100%;
    font-size: 28px;
    line-height: 40px;
    font-size: 32px;
  }
  .solutions__subtitle {
    font-size: 20px;
  }
  .solutions__content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .solutions__box {
    width: 67.5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .solutions__item:last-child .solutions__item-inner::before {
    bottom: -900px;
  }
  .solutions__item:last-child {
    width: calc(100% - 20px);
  }
  .solutions__item {
    width: calc(49.9% - 20px);
    max-width: 100%;
    margin-right: 20px;
  }
  .solutions__item-inner {
    padding: 20px;
  }
  .solutions__item-inner::before {
    content: "";
    position: absolute;
    left: auto;
    right: -330px;
    bottom: -530px;
    width: 600px;
    height: 600px;
    -webkit-transform: rotate(63deg);
            transform: rotate(63deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 2;
  }
  .solutions__item-title {
    font-size: 20px;
  }
  .solutions__item_long {
    width: calc(50% - 20px);
  }
  .solutions__item-description {
    top: 10px;
    left: 15px;
    padding: 0 10px 0 0;
  }
  .solutions__item-inner:hover::before {
    width: 850px;
    height: 800px;
    bottom: -50%;
    right: -50%;
  }
  .solutions__aside {
    width: 32.5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .solutions__aside-inner {
    max-width: 100%;
    width: auto;
    min-height: 460px;
    margin-top: 0;
  }
  .solutions__aside-inner::before {
    right: -200px;
    bottom: -380px;
    width: 430px;
    height: 500px;
    z-index: auto;
  }
  .solutions__aside-title {
    font-size: 20px;
  }
  .solutions__aside-description {
    position: relative;
    top: initial;
    left: initial;
    z-index: auto;
    padding: 0;
  }
  .solutions__aside-inner:hover::before {
    width: 1100px;
    height: 1100px;
  }
  .how-to-connect {
    padding-right: 0;
    padding-left: 0;
  }
  .how-to-connect__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .how-to-connect__item {
    width: calc(50% - 20px);
  }
  .how-to-connect__item:not(:last-child) {
    margin-bottom: 0;
  }
  .how-to-connect__item:not(:last-child)::after {
    content: none;
  }
  .how-to-connect__item:not(:nth-child(n+3)) {
    margin-bottom: 50px;
  }
  .how-to-connect__item:not(:nth-child(even))::after {
    content: "";
    bottom: calc(100% - 35px);
    right: -20px;
    -webkit-transform: none;
            transform: none;
  }
  .how-to-connect__item {
    width: calc(25% - 20px);
  }
  .how-to-connect__item:not(:last-child) {
    margin-bottom: 0;
  }
  .how-to-connect__item:not(:last-child)::after {
    content: "";
    bottom: calc(100% - 35px);
    right: -20px;
    -webkit-transform: none;
            transform: none;
  }
  .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;
  }
  .reviews__content {
    width: calc(100% - 390px);
    max-width: 773px;
    padding-left: 70px;
    padding-top: 0;
    margin-top: 0;
  }
  .reviews__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .reviews__item {
    left: 70px;
    top: 0;
  }
  .reviews__item-text {
    max-width: 600px;
  }
  .reviews__nav {
    display: block;
    width: 374px;
  }
  .reviews__nav-item {
    position: absolute;
  }
  .reviews__nav-item_1 {
    width: 120px;
    height: 120px;
    left: 16px;
    top: 22px;
  }
  .reviews__nav-item_2 {
    width: 96px;
    height: 96px;
    left: 145px;
    top: 171px;
  }
  .reviews__nav-item_3 {
    width: 80px;
    height: 80px;
    left: 264px;
    top: 107px;
  }
  .reviews__nav-item_4 {
    width: 64px;
    height: 64px;
    left: 207px;
    top: -11px;
  }
  .faq__connect-text {
    width: 60%;
  }
  .faq__button {
    min-width: 250px;
    width: auto;
  }
  .landing-tile-tariff-enterprise__content {
    padding: 24px 32px;
  }
  .mail-container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main_theme_mail .menu {
    padding-left: 22px;
    padding-top: 43.5px;
  }
  .landing-tile-enterprise-request-modal {
    padding: 15px 3px;
  }
}

@media only screen and (min-width: 840px) {
  #portal-headline {
    display: block;
  }
  .main_theme_mail .menu {
    padding-top: 72.5px;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
  .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;
  }
  .footer__inner {
    padding: 0 50px 0 240px;
  }
  .footer__left {
    padding-left: 40px;
  }
  .footer__copyright {
    padding-left: 40px;
  }
  .footer__nav-item:last-child {
    margin-right: 25px;
  }
  .landing-b2b-footer .landing-footer__button {
    display: block;
  }
  .main_theme_mail .promo {
    padding: 35px 0 133px;
  }
  .main_theme_mail .promo::before {
    -webkit-background-size: 72% auto;
            background-size: 72% auto;
  }
  .main_theme_mail .promo__header {
    margin-bottom: 60px;
  }
  .main_theme_mail .promo__content {
    padding: 0;
    text-align: left;
    -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;
  }
  .main_theme_mail .promo__content-section {
    margin-top: 60px;
  }
  .main_theme_mail .promo__title {
    max-width: 450px;
  }
  .main_theme_mail .promo__video {
    max-width: 416px;
    margin: 4px 0 0 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .domain-popup-wrap {
    padding: 0;
    background: transparent;
  }
  .domain-add-form {
    width: calc(100% + 15px);
    margin: 0 0 0 -7px;
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
    padding: 40px 40px 32px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    max-width: 1360px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
  }
  .domain-add-form_state_fixed {
    padding: 20px 0;
    width: 100%;
  }
  .domain-add-form_popup {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    margin-left: 0;
  }
  .domain-add-form__wrap {
    max-width: 100%;
    margin: auto;
    text-align: left;
  }
  .domain-add-form_state_fixed .domain-add-form__wrap {
    width: 84.375%;
  }
  .domain-add-form__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .domain-add-form__form-label {
    margin-bottom: 0;
    margin-right: 38px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 240px;
  }
  .domain-add-form__form-area-wrap {
    margin-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .domain-add-form__form-btn-submit {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .possibility {
    padding-bottom: 81px;
  }
  .possibility__title {
    margin-bottom: 68px;
    margin-top: 13px;
  }
  .possibility__about-product {
    left: auto;
    width: auto;
    margin: -165px 0 65px;
    padding: 30px 60px 30px 240px;
    text-align: left;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
    -webkit-transform: none;
            transform: none;
  }
  .possibility__about-product::before {
    left: 40px;
    top: 35px;
    -webkit-transform: none;
            transform: none;
  }
  .possibility__item {
    margin-bottom: 73px;
    padding-top: 0;
  }
  .possibility__item-icon {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .possibility__item-col {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: left;
  }
  .possibility__item-col_text {
    padding-left: 32px;
    padding-right: 0;
  }
  .possibility__item-col_img {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .possibility__item_reversed {
    padding-bottom: 0;
  }
  .possibility__item_reversed .possibility__item-col_img {
    top: 0;
    bottom: inherit;
  }
  .possibility__item-desc {
    max-width: 420px;
    padding-left: 64px;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .possibility__item-desc::before {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .possibility__item-desc-title {
    max-width: 500px;
  }
  .possibility__item-desc-text {
    font-size: 20px;
  }
  .possibility__item-desc-btn {
    margin-top: 25px;
    display: block;
  }
  .possibility__item_1 .possibility__item-col_text {
    padding: 0 29px;
  }
  .possibility__item_1 .possibility__item-col_img::before {
    width: 521px;
    height: 310px;
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  .possibility__item_2.possibility__item_reversed {
    padding-bottom: 0;
    margin-top: 40px;
  }
  .possibility__item_2 .possibility__item-col_text {
    padding-left: 45px;
  }
  .possibility__item_2 .possibility__item-desc {
    padding-left: 48px;
  }
  .possibility__item_2 .possibility__item-col_img::before {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  .possibility__item_3 .possibility__item-col_img::before {
    width: 503px;
    height: 310px;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  .possibility__list {
    margin-top: 108px;
    margin-bottom: 55px;
  }
  .possibility__list_1 {
    margin-bottom: 31px;
  }
  .possibility__list-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 31px;
    padding-left: 45px;
    text-align: left;
  }
  .possibility__list-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .possibility__list-item-inner {
    max-width: 450px;
    padding-left: 48px;
    padding-top: 0;
    text-align: left;
  }
  .possibility__download {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .solutions {
    padding-bottom: 70px;
  }
  .solutions__about {
    margin-bottom: 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .solutions__about-item {
    width: 50%;
    padding: 70px 40px 65px;
  }
  .solutions__about-item-icon {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .solutions__about-item_product {
    padding-top: 60px;
  }
  .solutions__about-item_product .solutions__about-item-text {
    margin-top: 30px;
  }
  .solutions__about-item_company .solutions__about-item-text {
    margin-top: 60px;
  }
  .solutions__about-item-text {
    margin-top: 60px;
    text-align: left;
  }
  .solutions__about-item-bottom {
    margin-top: 30px;
    text-align: left;
  }
  .solutions__item-inner:hover::after {
    opacity: 0;
  }
  .solutions__aside-inner:hover::after {
    opacity: 0;
  }
  .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;
  }
  .reviews__content {
    width: calc(100% - 540px);
  }
  .reviews__nav {
    width: 540px;
  }
  .reviews__nav-item_1 {
    left: 70px;
    top: 22px;
  }
  .reviews__nav-item_2 {
    left: 234px;
    top: 172px;
  }
  .reviews__nav-item_3 {
    left: 412px;
    top: 108px;
  }
  .reviews__nav-item_4 {
    left: 292px;
    top: -10px;
  }
  .faq__question {
    max-width: 880px;
    width: 85%;
    margin: 20px auto 0 auto;
  }
  .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;
  }
  .block-title {
    font-size: 32px;
  }
}

@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) {
  .container {
    padding: 0 73px;
  }
  .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;
  }
  .footer {
    padding: 50px 0;
  }
  .footer__inner {
    padding: 0 0 0 340px;
  }
  .footer__logo {
    width: 156px;
    height: 40px;
  }
  .footer__copyright br {
    display: none;
  }
  .footer__nav-item:last-child {
    margin-right: 0;
  }
  .footer__nav-title {
    font-size: 20px;
  }
  .footer__subnav {
    display: block;
  }
  .main_theme_mail .promo {
    padding: 35px 0 148px;
  }
  .main_theme_mail .promo__menu {
    margin-top: 0;
  }
  .main_theme_mail .promo__header {
    margin-bottom: 105px;
  }
  .main_theme_mail .promo__nav {
    display: block;
  }
  .main_theme_mail .promo__logo-wrap {
    text-align: left;
    margin-left: 0;
  }
  .main_theme_mail .promo__logo-biz {
    width: 146px;
    height: 40px;
  }
  .main_theme_mail .promo__logo-product {
    width: 133px;
    height: 38px;
  }
  .main_theme_mail .promo__inner {
    max-width: 1100px;
    position: relative;
  }
  .main_theme_mail .promo__content-section {
    margin-top: 92px;
  }
  .main_theme_mail .promo__title {
    margin: 0 0 8px 0;
    font-size: 44px;
  }
  .main_theme_mail .promo__video {
    margin: 15px 0 0 0;
  }
  .domain-add-form {
    padding: 40px;
    width: 100%;
  }
  .domain-add-form_state_fixed {
    padding: 24px 0;
    width: 100%;
  }
  .domain-add-form_state_fixed .domain-add-form__wrap {
    width: 89.0625%;
  }
  .domain-add-form__form-label {
    max-width: 100%;
  }
  .domain-add-form_state_fixed .domain-add-form__form-label {
    display: block;
    margin-right: 48px;
  }
  .domain-add-form_state_fixed .domain-add-form__form-label_shorten {
    display: none;
  }
  .possibility {
    padding-bottom: 160px;
  }
  .possibility__about-product {
    margin: -170px -40px 120px;
    padding: 65px 75px 45px 250px;
  }
  .possibility__about-product::before {
    left: 45px;
    top: 68px;
  }
  .possibility__item-icon_pentagon-light-blue {
    width: 47px;
    height: 46px;
  }
  .possibility__item-icon_triangle-orange {
    width: 41px;
    height: 46px;
  }
  .possibility__item-icon_tetragon-yellow {
    width: 47px;
    height: 46px;
  }
  .possibility__item-icon_hexagon-violet {
    width: 43px;
    height: 49px;
  }
  .possibility__item-icon_pentagon-blue {
    width: 47px;
    height: 47px;
  }
  .possibility__item-icon_triangle-green {
    width: 42px;
    height: 46px;
  }
  .possibility__item-icon_triangle-red {
    width: 45px;
    height: 46px;
  }
  .possibility__item-col_text {
    padding-left: 27px;
    padding-right: 0;
  }
  .possibility__item-col_img::before {
    -webkit-transform: none;
            transform: none;
  }
  .possibility__item_reversed .possibility__item-col_img::before {
    -webkit-transform: none;
            transform: none;
  }
  .possibility__item-desc {
    max-width: 525px;
    padding-left: 85px;
  }
  .possibility__item-desc-btn {
    margin-top: 15px;
  }
  .possibility__item_1 .possibility__item-col_text {
    padding-left: 32px;
    padding-right: 70px;
  }
  .possibility__item_1 .possibility__item-col_img::before {
    width: 582px;
    height: 344px;
  }
  .possibility__item_2.possibility__item_reversed {
    margin-top: 59px;
  }
  .possibility__item_2 .possibility__item-col_text {
    padding-top: 50px;
    padding-left: 27px;
  }
  .possibility__item_2 .possibility__item-desc {
    padding-left: 82px;
  }
  .possibility__item_2 .possibility__item-col_img::before {
    -webkit-transform: translateX(-23px);
            transform: translateX(-23px);
  }
  .possibility__item_3 .possibility__item-col_img::before {
    width: 597px;
    height: 374px;
  }
  .possibility__list {
    margin-bottom: 100px;
    margin-top: 0;
  }
  .possibility__list_1 {
    margin-bottom: 60px;
  }
  .possibility__list-item {
    padding-left: 0;
    margin-bottom: 60px;
  }
  .possibility__list-item:nth-last-of-type(2n + 1) {
    padding-left: 27px;
  }
  .possibility__list-item-inner {
    max-width: 500px;
    padding-left: 82px;
  }
  .solutions {
    padding-bottom: 100px;
  }
  .solutions__about {
    margin-bottom: 90px;
  }
  .solutions__about-item {
    padding: 60px 60px 80px;
  }
  .solutions__about-item_product {
    padding-top: 55px;
  }
  .solutions__box {
    width: 76.3%;
  }
  .solutions__item:last-child {
    width: calc(33.33% - 20px);
  }
  .solutions__item:last-child .solutions__item-inner::before {
    width: 400px;
    height: 400px;
    right: -130px;
    bottom: -390px;
  }
  .solutions__item:last-child .solutions__item-inner:hover::before {
    width: 800px;
    height: 800px;
  }
  .solutions__item {
    width: calc(33.33% - 20px);
  }
  .solutions__item_hidden {
    display: none;
  }
  .solutions__item-inner {
    padding-left: 20px;
    min-height: 220px;
  }
  .solutions__item-inner::before {
    bottom: -380px;
    z-index: auto;
    right: -130px;
    bottom: -390px;
    width: 400px;
    height: 400px;
  }
  .solutions__item_long {
    width: calc(66.6% - 20px);
    margin-bottom: 0;
  }
  .solutions__item_long .solutions__item-title {
    max-width: 100%;
  }
  .solutions__item_long .solutions__item-inner::before {
    width: 900px;
    height: 900px;
    bottom: -910px;
    right: -375px;
  }
  .solutions__item_long .solutions__item-inner:hover::before {
    width: 1300px;
    height: 1300px;
  }
  .solutions__item-description {
    position: relative;
    top: initial;
    left: initial;
    z-index: auto;
    padding: 0;
  }
  .solutions__item-inner:hover::before {
    z-index: auto;
  }
  .solutions__aside {
    width: 23.7%;
  }
  .how-to-connect__item {
    width: calc(1100px / 4 - 15px);
  }
  .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;
  }
  .reviews {
    height: 410px;
  }
  .landing-tile-tariff-enterprise__fake-img-wrap {
    margin-right: 24px;
  }
  .landing-tile-tariff-enterprise__content {
    padding: 40px;
  }
  .mail-container {
    max-width: 1100px;
    position: relative;
  }
}

@media only screen and (min-width: 1366px) {
  .promo__header {
    margin-left: 0;
  }
  .promo__content {
    padding-left: 0;
  }
  .footer__left {
    padding-left: 0;
  }
  .footer__copyright {
    padding-left: 0;
  }
  .main_theme_mail .promo__header {
    margin-bottom: 70px;
  }
  .main_theme_mail .promo__inner {
    max-width: 1180px;
  }
  .main_theme_mail .promo__video {
    max-width: 520px;
    margin-top: 15px;
  }
  .domain-add-form_state_fixed {
    width: 100%;
  }
  .domain-add-form_state_fixed .domain-add-form__wrap {
    width: 89.3118594436%;
  }
  .domain-add-form_state_fixed .domain-add-form__form-label {
    margin-right: 44px;
  }
  .possibility {
    padding-bottom: 116px;
  }
  .possibility__about-product {
    padding: 40px 80px 40px 260px;
    margin-top: -160px;
    margin-left: 0;
    margin-right: 0;
  }
  .possibility__about-product::before {
    left: 55px;
    top: 43px;
  }
  .possibility__item_reversed .possibility__item-col_img {
    padding-left: 27px;
  }
  .possibility__list {
    margin-bottom: 13px;
  }
  .possibility__list-item {
    padding-left: 35px;
  }
  .solutions {
    padding-bottom: 120px;
  }
  .solutions__about {
    margin-bottom: 120px;
  }
  .solutions__about-item-bottom {
    margin-top: 25px;
  }
  .solutions__title {
    font-size: 32px;
    line-height: 44px;
  }
  .solutions__item-inner {
    padding-left: 29px;
  }
  .solutions__aside-inner {
    padding-left: 31px;
  }
  .how-to-connect__item {
    width: calc(1180px / 4 - 15px);
  }
  .mail-container {
    max-width: 1180px;
  }
}

@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);
  }
  .main_theme_mail .promo::before {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/svg/promo-bg-triangle-mail.svg");
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-background-size: 65% auto;
            background-size: 65% auto;
  }
  .main_theme_mail .promo__header {
    margin-bottom: 120px;
  }
  .main_theme_mail .promo__inner {
    max-width: 1220px;
  }
  .main_theme_mail .promo__video {
    max-width: 570px;
  }
  .domain-add-form_state_fixed {
    max-width: none;
    width: 100%;
  }
  .domain-add-form_state_fixed .domain-add-form__wrap {
    width: 82.1428571429%;
  }
  .how-to-connect__item {
    width: calc(1220px / 4 - 15px);
  }
  .mail-container {
    max-width: 1220px;
  }
}

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