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

@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/Mail-Sans-Roman.ttf") format("truetype"), url("../common/fonts/Mail-Sans-Roman.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "VKSans";
  src: url("../common/fonts/VK-Sans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "VKSans";
  src: url("../common/fonts/VK-Sans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "VKSans";
  src: url("../common/fonts/VK-Sans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "VKSans";
  src: url("../common/fonts/VK-Sans-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "VKSans";
  src: url("../common/fonts/VK-Sans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

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_vk-blue {
  background-color: #07f;
  border-color: #07f;
  color: white;
}

.landing-button_vk-blue:hover {
  background-color: #0072f5;
}

.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
  */
  /* 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promo::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -255px;
  background-image: url(img/svg-ed20f8f6.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%);
  cursor: pointer;
}

.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 #3a3a3a;
  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: 126px;
  height: 26px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.promo__logo-biz img {
  width: 100%;
}

.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: #3a3a3a;
  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: #3a3a3a;
}

.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: #3a3a3a;
}

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

.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: #07f;
  border: 2px solid #07f;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
}

.promo__btn:hover {
  color: #07f;
  background-color: transparent;
}

.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-9c79baef.svg);
  background-position: -16px -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-9c79baef.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: VKSans, 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: VKSans, 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: "VKSans", "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 {
  padding-top: 40px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-tile-enterprise-request__close-button {
  background-image: url(../common/img/svg-9c79baef.svg);
  background-position: 0px -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: #3a3a3a;
  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: " *";
}

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

    If you want to add a new color, please do this neatly,
    given the color scheme
  */
  background: -webkit-linear-gradient(236.88deg, rgba(255, 255, 255, 0) -42.06%, rgba(255, 255, 255, 0.0032) -33.91%, rgba(255, 255, 255, 0.0131) -25.75%, rgba(254, 254, 255, 0.0302) -17.6%, rgba(253, 254, 255, 0.0545) -9.44%, rgba(252, 253, 255, 0.0858) -1.29%, rgba(251, 252, 254, 0.1228) 6.86%, rgba(250, 251, 254, 0.1638) 15.02%, rgba(249, 251, 254, 0.2) 23.17%, rgba(248, 250, 254, 0.175) 31.33%, rgba(247, 249, 253, 0.15) 39.48%, rgba(246, 248, 253, 0.125) 47.64%, rgba(245, 248, 253, 0.1) 55.79%, rgba(244, 247, 253, 0.075) 63.95%, rgba(244, 247, 253, 0.05) 72.1%, rgba(244, 247, 253, 0) 80.26%), -webkit-linear-gradient(248.58deg, rgba(158, 168, 220, 0.7) -36.55%, rgba(156, 172, 255, 0.6954) -28.39%, rgba(159, 174, 255, 0.6811) -20.23%, rgba(163, 178, 255, 0.455) -12.06%, rgba(170, 183, 255, 0.42) -3.9%, rgba(178, 191, 255, 0.385) 4.27%, rgba(188, 199, 255, 0.35) 12.43%, rgba(199, 208, 255, 0.315) 20.6%, rgba(211, 218, 255, 0.28) 28.76%, rgba(222, 227, 255, 0.245) 36.93%, rgba(232, 236, 255, 0.21) 45.09%, rgba(240, 243, 255, 0.175) 53.26%, rgba(247, 248, 255, 0.14) 61.42%, rgba(251, 252, 255, 0.105) 69.58%, rgba(254, 254, 255, 0) 77.75%, rgba(255, 255, 255, 0) 85.91%);
  background: -o-linear-gradient(236.88deg, rgba(255, 255, 255, 0) -42.06%, rgba(255, 255, 255, 0.0032) -33.91%, rgba(255, 255, 255, 0.0131) -25.75%, rgba(254, 254, 255, 0.0302) -17.6%, rgba(253, 254, 255, 0.0545) -9.44%, rgba(252, 253, 255, 0.0858) -1.29%, rgba(251, 252, 254, 0.1228) 6.86%, rgba(250, 251, 254, 0.1638) 15.02%, rgba(249, 251, 254, 0.2) 23.17%, rgba(248, 250, 254, 0.175) 31.33%, rgba(247, 249, 253, 0.15) 39.48%, rgba(246, 248, 253, 0.125) 47.64%, rgba(245, 248, 253, 0.1) 55.79%, rgba(244, 247, 253, 0.075) 63.95%, rgba(244, 247, 253, 0.05) 72.1%, rgba(244, 247, 253, 0) 80.26%), -o-linear-gradient(248.58deg, rgba(158, 168, 220, 0.7) -36.55%, rgba(156, 172, 255, 0.6954) -28.39%, rgba(159, 174, 255, 0.6811) -20.23%, rgba(163, 178, 255, 0.455) -12.06%, rgba(170, 183, 255, 0.42) -3.9%, rgba(178, 191, 255, 0.385) 4.27%, rgba(188, 199, 255, 0.35) 12.43%, rgba(199, 208, 255, 0.315) 20.6%, rgba(211, 218, 255, 0.28) 28.76%, rgba(222, 227, 255, 0.245) 36.93%, rgba(232, 236, 255, 0.21) 45.09%, rgba(240, 243, 255, 0.175) 53.26%, rgba(247, 248, 255, 0.14) 61.42%, rgba(251, 252, 255, 0.105) 69.58%, rgba(254, 254, 255, 0) 77.75%, rgba(255, 255, 255, 0) 85.91%);
  background: linear-gradient(213.12deg, rgba(255, 255, 255, 0) -42.06%, rgba(255, 255, 255, 0.0032) -33.91%, rgba(255, 255, 255, 0.0131) -25.75%, rgba(254, 254, 255, 0.0302) -17.6%, rgba(253, 254, 255, 0.0545) -9.44%, rgba(252, 253, 255, 0.0858) -1.29%, rgba(251, 252, 254, 0.1228) 6.86%, rgba(250, 251, 254, 0.1638) 15.02%, rgba(249, 251, 254, 0.2) 23.17%, rgba(248, 250, 254, 0.175) 31.33%, rgba(247, 249, 253, 0.15) 39.48%, rgba(246, 248, 253, 0.125) 47.64%, rgba(245, 248, 253, 0.1) 55.79%, rgba(244, 247, 253, 0.075) 63.95%, rgba(244, 247, 253, 0.05) 72.1%, rgba(244, 247, 253, 0) 80.26%), linear-gradient(201.42deg, rgba(158, 168, 220, 0.7) -36.55%, rgba(156, 172, 255, 0.6954) -28.39%, rgba(159, 174, 255, 0.6811) -20.23%, rgba(163, 178, 255, 0.455) -12.06%, rgba(170, 183, 255, 0.42) -3.9%, rgba(178, 191, 255, 0.385) 4.27%, rgba(188, 199, 255, 0.35) 12.43%, rgba(199, 208, 255, 0.315) 20.6%, rgba(211, 218, 255, 0.28) 28.76%, rgba(222, 227, 255, 0.245) 36.93%, rgba(232, 236, 255, 0.21) 45.09%, rgba(240, 243, 255, 0.175) 53.26%, rgba(247, 248, 255, 0.14) 61.42%, rgba(251, 252, 255, 0.105) 69.58%, rgba(254, 254, 255, 0) 77.75%, rgba(255, 255, 255, 0) 85.91%);
  overflow: initial;
  color: #333333;
  height: 590px;
  z-index: 0;
}

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

.main_theme_b2b .promo__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  z-index: 3;
}

.main_theme_b2b .promo__bg-concealer {
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: -150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #ebebf21c), color-stop(53.09%, #ececf3));
  background-image: -webkit-linear-gradient(top, #ebebf21c 7%, #ececf3 53.09%);
  background-image: -o-linear-gradient(top, #ebebf21c 7%, #ececf3 53.09%);
  background-image: linear-gradient(180deg, #ebebf21c 7%, #ececf3 53.09%);
}

.main_theme_b2b .promo__bg-layer {
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  height: 535px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  will-change: transform;
  background-image: url("img/promo.png");
}

.main_theme_b2b .promo:before {
  display: none;
}

.main_theme_b2b .promo__header {
  margin-bottom: 97px;
  z-index: 5;
  padding-left: 0;
}

.main_theme_b2b .promo__logo-dropdown-item {
  font-family: "VKSans", "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
}

.main_theme_b2b .promo__logo-dropdown-item-title {
  font-size: 15px;
  font-weight: 600;
}

.main_theme_b2b .promo__logo-dropdown-item-desc {
  font-size: 15px;
}

.main_theme_b2b .promo__logo-wrap {
  left: 0;
  top: inherit;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  height: 100%;
  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-left: 40px;
}

.main_theme_b2b .promo__logo-wrap-col:first-child {
  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;
}

.main_theme_b2b .promo__logo-wrap-col:first-child::before {
  content: none;
  background-color: #d3d6e4;
}

.main_theme_b2b .promo__logo-wrap-col:last-child:before {
  top: 55%;
  border-top-color: #333333;
}

.main_theme_b2b .promo__logo-wrap-col_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 0;
}

.main_theme_b2b .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);
  margin-top: 12px;
}

.main_theme_b2b .promo__logo-text {
  font-size: 15px;
  font-weight: 500;
}

.main_theme_b2b .promo__logo-biz {
  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: auto;
}

.main_theme_b2b .promo__logo-img {
  height: 32px;
  width: auto;
}

.main_theme_b2b .promo__nav-item {
  margin-right: 40px;
}

.main_theme_b2b .promo__nav-item-link {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}

.main_theme_b2b .promo__nav-item-link:hover {
  color: #07f;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main_theme_b2b .promo__nav-item-link:before {
  display: none;
}

.main_theme_b2b .promo__auth-login, .main_theme_b2b .promo__auth-reg {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}

.main_theme_b2b .promo__auth-reg {
  background-color: #07f;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  color: #fff;
}

.main_theme_b2b .promo__auth a.promo__auth-login {
  display: inline-block;
  padding: 0;
  font: 400 15px "VKSans", "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: #333333;
  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;
}

.main_theme_b2b .promo__auth a.promo__auth-login:hover {
  color: #07f;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.main_theme_b2b .promo__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  text-align: center;
  z-index: 4;
}

.main_theme_b2b .promo__content > .landing-button {
  border-color: #323535;
  background-color: #323535;
  color: white;
  width: unset;
}

.main_theme_b2b .promo__content > .landing-button:hover, .main_theme_b2b .promo__content > .landing-button:active {
  background-color: transparent;
  color: #323535;
}

.main_theme_b2b .promo__title {
  color: #333333;
  font: bold 24px "VKSans", "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
  text-transform: none;
  margin-bottom: 24px;
}

.main_theme_b2b .promo__text {
  color: #4a4a4b;
  font-size: 17px;
  margin-bottom: 48px;
}

.main_theme_b2b .promo__text, .main_theme_b2b .promo__title {
  max-width: 100%;
}

.services {
  /* 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
  */
  color: #3a3a3a;
  padding-bottom: 48px;
  position: relative;
  z-index: 2;
}

.services > .container {
  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;
}

.services .landing-button {
  width: unset;
}

.services__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px -20px 32px;
  max-width: 600px;
}

.services__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;
  border: 2px solid #07f;
  padding: 26px 20px 32px;
  width: 280px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.services__item:after, .services__item:before {
  content: "";
  display: block;
  width: 380px;
  height: 269px;
  z-index: 1;
  position: absolute;
  bottom: -70px;
  left: -16px;
  -webkit-transform: rotate(154deg);
          transform: rotate(154deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: transparent;
}

.services__item:before {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: rgba(255, 255, 255, 0.1);
}

.services__item:after {
  border-bottom: 2px solid #07f;
}

.services__item:hover {
  border-color: #07f;
}

.services__item:hover:before {
  opacity: 1;
}

.services__item:hover:after {
  border-color: #07f;
}

.services__item_pdd {
  border-color: #4255b5;
}

.services__item_pdd:before {
  background: -webkit-linear-gradient(22deg, #3d40b8 0%, #474bf4 100%);
  background: -o-linear-gradient(22deg, #3d40b8 0%, #474bf4 100%);
  background: linear-gradient(68deg, #3d40b8 0%, #474bf4 100%);
}

.services__item_pdd:after {
  border-bottom: 2px solid #4255b5;
}

.services__item_askbox {
  border-color: #bf9c4a;
}

.services__item_askbox:before {
  background: -webkit-linear-gradient(24deg, #edc34f 0%, #edc44f 100%);
  background: -o-linear-gradient(24deg, #edc34f 0%, #edc44f 100%);
  background: linear-gradient(66deg, #edc34f 0%, #edc44f 100%);
}

.services__item_askbox:after {
  border-bottom: 2px solid #bf9c4a;
}

.services__item_sendbox {
  border-color: #228fdf;
}

.services__item_sendbox:before {
  background: -webkit-linear-gradient(24deg, #2f66de 0%, #207df2 100%);
  background: -o-linear-gradient(24deg, #2f66de 0%, #207df2 100%);
  background: linear-gradient(66deg, #2f66de 0%, #207df2 100%);
}

.services__item_sendbox:after {
  border-bottom: 2px solid #228fdf;
}

.services__item_teambox {
  border-color: #54be82;
}

.services__item_teambox:before {
  background: -webkit-linear-gradient(24deg, #37966e 0%, #56c183 100%);
  background: -o-linear-gradient(24deg, #37966e 0%, #56c183 100%);
  background: linear-gradient(66deg, #37966e 0%, #56c183 100%);
}

.services__item_teambox:after {
  border-bottom: 2px solid #54be82;
}

.services__item_vision {
  border-color: #ff0063;
}

.services__item_vision:before {
  background: -webkit-linear-gradient(15deg, #ff002f 0%, #ff00a7 100%);
  background: -o-linear-gradient(15deg, #ff002f 0%, #ff00a7 100%);
  background: linear-gradient(75deg, #ff002f 0%, #ff00a7 100%);
}

.services__item_vision:after {
  border-bottom: 2px solid #ff0063;
}

.services__item_vision-events {
  border-color: #d9008e;
}

.services__item_vision-events:before {
  background: -webkit-linear-gradient(15deg, #990164 0%, #ff00a7 100%);
  background: -o-linear-gradient(15deg, #990164 0%, #ff00a7 100%);
  background: linear-gradient(75deg, #990164 0%, #ff00a7 100%);
}

.services__item_vision-events:after {
  border-bottom: 2px solid #d9008e;
}

.services__item_callbox {
  border-color: #e88505;
}

.services__item_callbox::before {
  background: -webkit-linear-gradient(47.22deg, #ef8905 8.54%, #e38205 85.24%);
  background: -o-linear-gradient(47.22deg, #ef8905 8.54%, #e38205 85.24%);
  background: linear-gradient(42.78deg, #ef8905 8.54%, #e38205 85.24%);
}

.services__item_callbox::after {
  border-bottom: 2px solid #e88505;
}

.services__item_myteam {
  border-color: #d52566;
}

.services__item_myteam::before {
  background: -webkit-linear-gradient(47.22deg, #bc0d4e 8.54%, #c92b64 85.24%);
  background: -o-linear-gradient(47.22deg, #bc0d4e 8.54%, #c92b64 85.24%);
  background: linear-gradient(42.78deg, #bc0d4e 8.54%, #c92b64 85.24%);
}

.services__item_myteam::after {
  border-bottom: 2px solid #d52566;
}

.services__item-logo {
  margin-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.services__item-logo_pdd {
  background-image: url(img/svg-ed20f8f6.svg);
  background-position: -38px -582px;
  width: 34px;
  height: 34px;
}

.services__item-logo_askbox {
  background-image: url(img/svg-ed20f8f6.svg);
  background-position: -52px -550px;
  width: 33px;
  height: 31px;
}

.services__item-logo_sendbox {
  background-image: url(img/svg-ed20f8f6.svg);
  background-position: -85px -550px;
  width: 32px;
  height: 21px;
}

.services__item-logo_teambox {
  background-image: url(img/svg-ed20f8f6.svg);
  background-position: -72px -582px;
  width: 34px;
  height: 34px;
}

.services__item-logo_vision {
  background-image: url(img/svg-ed20f8f6.svg);
  background-position: -106px -582px;
  width: 33px;
  height: 32px;
}

.services__item-logo_callbox {
  background-image: url(img/svg-ed20f8f6.svg);
  background-position: 0px -550px;
  width: 52px;
  height: 32px;
}

.services__item-logo_myteam {
  background-image: url(img/svg-ed20f8f6.svg);
  background-position: -139px -582px;
  width: 32px;
  height: 32px;
}

.services__item-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__item-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 17px;
  line-height: 24px;
  min-height: 120px;
}

.services__item-button {
  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: 100%;
  height: 48px;
  background-color: #07f;
  border: 2px solid #07f;
  font-size: 17px;
  color: white;
  text-align: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  position: relative;
  z-index: 2;
}

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

.services__item:hover .services__item-button {
  background-color: transparent;
  color: #07f;
}

.services__item-icon {
  margin-left: 5px;
  position: relative;
  z-index: 2;
  width: 224px;
  height: 172px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.services__item:hover .services__item-icon {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services__item-icon-part {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.services__item-icon-part_opacity {
  fill-opacity: 0.162;
}

.services__item:hover .services__item-icon-part_white {
  fill: #fff;
}

.services__item:hover .services__item-icon-part_black {
  fill: #eceef3;
}

.pdd-icon__part-stroke {
  stroke: #07f;
  stroke-width: 2px;
  fill: #eceef3;
}

.services__item:hover .pdd-icon__part-stroke {
  stroke: transparent;
}

.services__item:hover .pdd-icon__part-1 {
  fill: #000;
}

.services__item:hover .pdd-icon__part-2 {
  fill: #897bef;
}

.services__item:hover .pdd-icon__part-3 {
  fill: #5a4ad4;
}

.services__item:hover .pdd-icon__part-4 {
  fill: #000;
}

.services__item:hover .pdd-icon__part-5 {
  fill: #fff;
}

.services__item:hover .pdd-icon__part-6 {
  fill: #000;
}

.services__item:hover .pdd-icon__part-7 {
  fill: #ff5063;
}

.services__item:hover .pdd-icon__part-8 {
  fill: #ff001b;
}

.services__item:hover .pdd-icon__part-9 {
  fill: #000;
}

.services__item:hover .pdd-icon__part-10 {
  fill: #fff;
}

.services__item:hover .pdd-icon__part-11 {
  fill: #000;
}

.services__item:hover .pdd-icon__part-12 {
  fill: #ffc143;
}

.services__item:hover .pdd-icon__part-13 {
  fill: #ffab00;
}

.services__item:hover .pdd-icon__part-14 {
  fill: #000;
}

.services__item:hover .pdd-icon__part-15 {
  fill: #fff;
}

.services__item:hover .pdd-icon__part-16 {
  fill: #ff8600;
}

.services__item:hover .pdd-icon__part-17 {
  fill: #ffd72a;
}

.askbox-icon__part-stroke {
  stroke: #07f;
  stroke-width: 2px;
  fill: #eceef3;
}

.services__item:hover .askbox-icon__part-stroke {
  stroke: transparent;
}

.services__item:hover .askbox-icon__part-2 {
  fill: #ffe9a8;
}

.services__item:hover .askbox-icon__part-3 {
  fill: #f3c22e;
}

.services__item:hover .askbox-icon__part-7 {
  fill: #8221ff;
}

.services__item:hover .askbox-icon__part-8 {
  fill: #6f17e0;
}

.services__item:hover .askbox-icon__part-12 {
  fill: #ff58d6;
}

.services__item:hover .askbox-icon__part-13 {
  fill: #f923c5;
}

.services__item:hover .askbox-icon__part-14 {
  fill: #54006f;
}

.services__item:hover .askbox-icon__part-15 {
  fill: #f3c22c;
}

.services__item:hover .askbox-icon__part-16 {
  fill: #dc0f9e;
}

.services__item:hover .askbox-icon__part-17 {
  fill: #6816d2;
}

.services__item:hover .askbox-icon__part-18 {
  fill: #ce00ff;
}

.services__item:hover .askbox-icon__part-19 {
  fill: #f14e2e;
}

.sendbox-icon__part-stroke {
  stroke: #07f;
  stroke-width: 2px;
  fill: #eceef3;
}

.services__item:hover .sendbox-icon__part-stroke {
  stroke: transparent;
}

.services__item:hover .sendbox-icon__part-2 {
  fill: #4d7cff;
}

.services__item:hover .sendbox-icon__part-3 {
  fill: #1b55f7;
}

.services__item:hover .sendbox-icon__part-7 {
  fill: #a83dff;
}

.services__item:hover .sendbox-icon__part-8 {
  fill: #8d00ff;
}

.services__item:hover .sendbox-icon__part-12 {
  fill: #ff48ad;
}

.services__item:hover .sendbox-icon__part-13 {
  fill: #ff008d;
}

.services__item:hover .sendbox-icon__part-14 {
  fill: #d40075;
}

.services__item:hover .sendbox-icon__part-15 {
  fill: #ff40aa;
}

.teambox-icon__part-stroke {
  stroke: #07f;
  stroke-width: 2px;
  fill: #eceef3;
}

.services__item:hover .teambox-icon__part-stroke {
  stroke: transparent;
}

.services__item:hover .teambox-icon__part-2 {
  fill: #00cb87;
}

.services__item:hover .teambox-icon__part-3 {
  fill: #009865;
}

.services__item:hover .teambox-icon__part-7 {
  fill: #56ffae;
}

.services__item:hover .teambox-icon__part-8 {
  fill: #00ef7c;
}

.services__item:hover .teambox-icon__part-12 {
  fill: #b0e600;
}

.services__item:hover .teambox-icon__part-13 {
  fill: #a9d009;
}

.services__item:hover .teambox-icon__part-14 {
  fill: #d5ff4d;
}

.services__item:hover .teambox-icon__part-15 {
  fill: #9bbf29;
}

.vision-events-icon__part-stroke {
  stroke: #07f;
  stroke-width: 2px;
  fill: #eceef3;
}

.services__item:hover .vision-events-icon__part-stroke {
  stroke: transparent;
}

.services__item:hover .vision-events-icon__part-2 {
  fill: #33b5da;
}

.services__item:hover .vision-events-icon__part-3 {
  fill: #337aff;
}

.vision-events-icon__part-4 {
  fill-opacity: 0.1614;
}

.services__item:hover .vision-events-icon__part-7 {
  fill: #cb158c;
}

.services__item:hover .vision-events-icon__part-8 {
  fill: #b10274;
}

.vision-events-icon__part-9 {
  fill-opacity: 0.1614;
}

.services__item:hover .vision-events-icon__part-12 {
  fill: #f4528e;
}

.services__item:hover .vision-events-icon__part-13 {
  fill: #ff005f;
}

.services__item:hover .vision-events-icon__part-14 {
  fill: #680000;
}

.services__item:hover .vision-events-icon__part-15 {
  fill: #48d7ff;
}

.services__item:hover .vision-events-icon__part-16 {
  fill: #ff4f29;
}

.services__item:hover .vision-events-icon__part-17 {
  fill: #337aff;
}

.services__item:hover .vision-events-icon__part-18 {
  fill: #990064;
}

.vision-events-icon__part-19 {
  fill-opacity: 0.1614;
}

.vision-icon__part-stroke {
  stroke: #07f;
  stroke-width: 2px;
  fill: #eceef3;
}

.services__item:hover .vision-icon__part-stroke {
  stroke: transparent;
}

.services__item:hover .vision-icon__part-2 {
  fill: #ff5695;
}

.services__item:hover .vision-icon__part-3 {
  fill: #ff005f;
}

.services__item:hover .vision-icon__part-7 {
  fill: #ff8b6c;
}

.services__item:hover .vision-icon__part-8 {
  fill: #ff4d1e;
}

.services__item:hover .vision-icon__part-12 {
  fill: #ffe079;
}

.services__item:hover .vision-icon__part-13 {
  fill: #ffc500;
}

.services__item:hover .vision-icon__part-14 {
  fill: #fb005e;
}

.services__item:hover .vision-icon__part-15 {
  fill: #fe4d1e;
}

.callbox-icon {
  width: 178px;
  height: 139px;
  display: block;
  margin: 0 auto 37px;
}

.callbox-icon__part-stroke {
  stroke: #07f;
  stroke-width: 2px;
  fill: #eceef3;
}

.services__item:hover .callbox-icon__part-stroke {
  stroke: transparent;
}

.services__item:hover .callbox-icon__part-1 {
  fill: #ffcd8d;
}

.services__item:hover .callbox-icon__part-2 {
  fill: #ffa22a;
}

.services__item:hover .callbox-icon__part-3 {
  fill: #000;
}

.services__item:hover .callbox-icon__part-4 {
  fill: #fff;
}

.services__item:hover .callbox-icon__part-5 {
  fill: #9279f0;
}

.services__item:hover .callbox-icon__part-6 {
  fill: #5837d7;
}

.services__item:hover .callbox-icon__part-7 {
  fill: #6ae2b4;
}

.services__item:hover .callbox-icon__part-8 {
  fill: #32b080;
}

.services__item:hover .callbox-icon__part-9 {
  fill: #3cd298;
}

.myteam-icon {
  width: 178px;
  height: 139px;
  display: block;
  margin: 0 auto 37px;
}

.myteam-icon__part-stroke {
  stroke: #07f;
  stroke-width: 2px;
  fill: #eceef3;
}

.services__item:hover .myteam-icon__part-stroke {
  stroke: transparent;
}

.services__item:hover .myteam-icon__part-stroke-gradient {
  stroke: url("styles.css");
  fill: transparent;
}

.services__item:hover .myteam-icon__part-1 {
  fill: #f04886;
}

.services__item:hover .myteam-icon__part-2 {
  fill: #e71a66;
}

.services__item:hover .myteam-icon__part-3 {
  fill: #000;
}

.services__item:hover .myteam-icon__part-4 {
  fill: #fff;
}

.services__item:hover .myteam-icon__part-5 {
  fill: #a87bfd;
}

.services__item:hover .myteam-icon__part-6 {
  fill: #8247f4;
}

.services__item:hover .myteam-icon__part-7 {
  fill: #4efff1;
}

.services__item:hover .myteam-icon__part-8 {
  fill: #00e3d1;
}

.services__footer {
  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;
  text-align: center;
}

.services__text {
  text-align: center;
  color: #3a3a3a;
  font-size: 17px;
  line-height: 24px;
  max-width: 600px;
  margin: 0 auto 24px;
}

.services__button {
  margin: 0 auto;
}

.services .auth-link {
  color: #fff;
}

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

.advantages {
  background-color: #eceef3;
  padding: 48px 0 0;
  z-index: 2;
  position: relative;
}

.advantages .advantages__title {
  margin: 0 auto 24px;
  max-width: 623px;
  color: #333333;
}

.advantages__inner-container {
  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;
}

.advantages__inner-container > .landing-button {
  width: unset;
}

.advantages__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages__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;
  text-align: center;
  width: 100%;
  position: relative;
  min-height: 48px;
  margin: 0 0 24px;
}

.advantages__item-icon {
  position: relative;
  margin-bottom: 30px;
}

.advantages__item-icon_triangle {
  width: 29px;
  height: 32px;
  left: 3px;
}

.advantages__item-icon_pentagon {
  width: 37px;
  height: 36px;
}

.advantages__item-icon_tetragon {
  width: 36px;
  height: 36px;
}

.advantages__item-icon_hexagon-violet {
  width: 32px;
  height: 36px;
  margin-left: 2px;
}

.advantages__item-icon_triangle-orange {
  width: 32px;
  height: 36px;
}

.advantages__item-icon_pentagon-blue {
  width: 37px;
  height: 36px;
}

.advantages__item-text {
  font-size: 17px;
  color: #4a4a4b;
  line-height: 24px;
  margin: 0;
}

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

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

.other-services__title {
  color: #3a3a3a;
  margin-top: 0;
}

.other-services__content {
  margin-top: 24px;
  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;
}

.other-services__item {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.other-services__item-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background-color: #fff;
  background-position: center center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  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: 5px 20px 0 0;
}

.other-services__item-logo_mcs {
  width: 26px;
  height: 29px;
}

.other-services__item-logo_oauth {
  width: 33px;
  height: 29px;
}

.other-services__item-logo_rating {
  width: 26px;
  height: 26px;
}

.other-services__item-logo_postmaster {
  width: 29px;
  height: 29px;
}

.other-services__item-logo_answer {
  width: 35px;
  height: 35px;
}

.other-services__item-logo_webmaster {
  width: 26px;
  height: 26px;
}

.other-services__item-logo_mytarget {
  width: 40px;
  height: 24px;
}

.other-services__item-logo_mediator {
  width: 36px;
  height: 36px;
}

.other-services__item-logo_mytracker {
  width: 40px;
  height: 24px;
}

.other-services__item-title {
  font: bold 20px "VKSans", "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
  line-height: 28px;
  color: #333333;
  margin: 0;
}

.other-services__item-title:hover {
  text-decoration: none;
}

.other-services__item-text {
  font-size: 17px;
  line-height: 24px;
  color: #4a4a4b;
  margin: 0;
}

.other-services__enterprise-wrap {
  position: relative;
}

.other-services__enterprise-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background-color: #3a3a3a;
  bottom: -2px;
}

.other-services .landing-button {
  width: unset;
}

.other-services .landing-tile-enterprise__btn-block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.benefits {
  background-color: #3a3a3a;
  color: #fff;
  padding: 48px 0;
}

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

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

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

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

.benefits__item {
  width: 100%;
  text-align: center;
}

.benefits__item:not(:last-child) {
  margin-bottom: 24px;
}

.benefits__item-title {
  font-size: 24px;
  margin: 0;
  line-height: 40px;
}

.benefits__item-title_num {
  font-size: 32px;
}

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

.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: 3;
  -webkit-flex: 3 1 720px;
      -ms-flex: 3 1 720px;
          flex: 3 1 720px;
  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-9c79baef.svg);
  background-position: -96px -40px;
  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 {
  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: #3a3a3a;
  background-color: #eceef3;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  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: #eceef3;
  color: #3a3a3a;
}

.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-ed20f8f6.svg);
  background-position: -117px -550px;
  width: 11px;
  height: 11px;
  background-image: url("img/svg-ed20f8f6.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 "VKSans", "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;
}

.menu {
  /* 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_active {
  background: white;
  padding-top: 20px;
}

.menu__burger {
  margin: 9px 0 15px 20px;
}

.menu__burger-item {
  background-color: #3a3a3a;
}

.menu__item {
  border-bottom: none;
  font-weight: initial;
}

.menu__item:hover, .menu__item:active {
  background-color: #eceef3;
}

.menu__item-desc {
  color: #3a3a3a;
}

.menu__link {
  color: #3a3a3a;
  font-size: 15px;
}

.menu__link:hover, .menu__link:active {
  background-color: initial;
  text-decoration: none;
}

.menu__title {
  color: #3a3a3a;
  border-bottom: none;
  text-transform: none;
  font-size: 20px;
}

.menu__title:nth-child(2) {
  margin-top: 20px;
}

.page-main .ph-whiteline ~ .menu {
  top: 36px;
}

.page-wrapper.main_theme_b2b {
  background-color: #eceef3;
}

.main_theme_b2b * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body, html {
  font-family: "VKSans", "Proxima Nova", Arial, Helvetica, "Helvetica Neue", sans-serif;
  margin: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.landing-button {
  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;
  background: #07f;
  color: white;
  font-size: 17px;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #07f;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: color 0s, background-color 0s;
  -o-transition: color 0s, background-color 0s;
  transition: color 0s, background-color 0s;
  height: 48px;
  padding: 0 18px;
}

.landing-button:hover, .landing-button:active {
  background: transparent;
  color: #07f;
}

.landing-button_enter {
  background: #f5f7fd;
  margin-bottom: 16px;
  color: #333333;
}

.landing-button_enter:hover {
  background: #f5f7fd;
}

.block-title {
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 8px;
}

.block-subtitle {
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  max-width: 720px;
  margin: 0 auto;
  display: block;
}

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

.landing-tile-enterprise__btn {
  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;
  padding: 0 18px;
  height: 48px;
}

.auth-link {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.auth-link:hover {
  color: #07f;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.body_hide-scroll {
  overflow: hidden;
}

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

@media only screen and (min-width: 480px) {
  .main_theme_b2b .promo {
    height: 700px;
  }
}

@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: 180px;
  }
  .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__container {
    padding: 0 50px;
  }
  .landing-tile-enterprise__img-wrap {
    display: block;
  }
  .landing-tile-enterprise__content {
    padding: 80px 80px 332px;
  }
  .landing-tile-enterprise__title {
    text-align: left;
  }
  .landing-tile-enterprise__text {
    display: block;
  }
  .landing-tile-enterprise__author {
    display: block;
  }
  .landing-tile-enterprise-request {
    padding: 60px 60px 68px;
    max-width: 550px;
  }
  .landing-tile-enterprise-request__close-button {
    right: 40px;
    top: 40px;
  }
  .landing-tile-enterprise-request__title, .landing-tile-enterprise-request__success-title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 32px;
  }
  .landing-tile-enterprise-request__success-title {
    text-align: left;
  }
  .landing-tile-enterprise-request__form-field {
    padding: 9px 10px;
  }
  .landing-tile-enterprise-request__form-field + .error {
    font-size: 15px;
    line-height: 20px;
  }
  .landing-tile-enterprise-request__success {
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .services {
    padding-top: 48px;
    padding-bottom: 74px;
  }
  .services__content {
    margin: 40px -20px 48px;
  }
  .services__item {
    padding: 24px 32px 32px;
  }
  .services__item-title {
    font-size: 24px;
    line-height: 28px;
  }
  .services__item-icon {
    margin-left: -7px;
  }
  .callbox-icon {
    margin: 0 auto 37px;
  }
  .myteam-icon {
    margin: 0 auto 37px;
  }
  .services__text {
    margin-bottom: 40px;
  }
  .advantages {
    padding: 64px 64px 0;
  }
  .advantages .advantages__title {
    margin-bottom: 40px;
  }
  .advantages__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
  }
  .advantages__item {
    padding: 0 33px 0 60px;
    margin-bottom: 32px;
  }
  .other-services .landing-tile-enterprise__btn-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .benefits {
    padding: 48px 0 64px;
  }
  .benefits__content {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .benefits__logo {
    width: 119px;
    height: 40px;
    margin-bottom: 35px;
    text-align: left;
  }
  .benefits__about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .benefits__item {
    width: 280px;
    margin: 0 0 32px;
    text-align: left;
  }
  .benefits__item:nth-child(odd) {
    margin-right: 61px;
  }
  .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;
  }
  .menu_active {
    padding-right: 22px;
  }
  .container {
    padding: 0 50px;
  }
  .landing-button_enter {
    display: none;
  }
  .landing-tile-enterprise-request-modal {
    padding: 15px 3px;
  }
}

@media screen and (min-width: 800px) {
  .main_theme_b2b .promo {
    height: 793px;
  }
  .main_theme_b2b .promo__header {
    margin-bottom: 186px;
    padding-right: 290px;
    padding-left: 320px;
  }
  .main_theme_b2b .promo__logo-wrap-col:first-child::before {
    content: "";
  }
  .main_theme_b2b .promo__title {
    font-size: 32px;
  }
  .main_theme_b2b .promo__text {
    font-size: 20px;
  }
  .other-services {
    padding: 64px 0 0;
  }
  .other-services__content {
    margin-top: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .other-services__item {
    width: 50%;
    margin-bottom: 32px;
  }
  .other-services__item:nth-child(4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .other-services__item-about {
    max-width: 225px;
  }
}

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

@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-tile-enterprise {
    padding-top: 140px;
  }
  .landing-tile-enterprise__container {
    padding: 0 72px;
  }
  .landing-tile-enterprise__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1360px;
    margin: 0 auto;
  }
  .landing-tile-enterprise__img-wrap {
    width: 291px;
    min-width: 291px;
    height: 405px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 100px;
  }
  .landing-tile-enterprise__fake-img-wrap {
    display: block;
    width: calc(100px + 291px);
    min-width: calc(100px + 291px);
  }
  .landing-tile-enterprise__content {
    padding: 64px 56px 64px 24px;
  }
  .landing-tile-enterprise__author {
    margin-left: auto;
  }
  .main_theme_b2b .promo__menu {
    display: none;
  }
  .main_theme_b2b .promo__logo-wrap {
    margin-left: 0;
  }
  .main_theme_b2b .promo__text {
    max-width: 500px;
  }
  .services {
    padding-bottom: 80px;
  }
  .services__content {
    margin: 40px -18px 64px;
  }
  .services__item {
    margin: 10px;
  }
  .services__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 64px;
  }
  .advantages {
    padding: 80px 0 0;
  }
  .advantages__item {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    text-align: left;
    width: 50%;
    margin-bottom: 40px;
    padding-right: 82px;
    padding-left: 53px;
  }
  .advantages__item-icon {
    position: absolute;
    top: 4px;
    left: 0;
  }
  .benefits__logo {
    width: 142px;
    height: 48px;
    margin-bottom: 39px;
    text-align: left;
  }
  .benefits__about {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .benefits__item {
    width: 190px;
  }
  .benefits__item:not(:last-child) {
    margin-right: 27px;
  }
  .benefits__item-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .benefits__item-title_num {
    font-size: 40px;
  }
  .landing-b2b-footer .landing-footer__button {
    display: block;
  }
  .container {
    padding: 0 72px;
  }
  .block-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .block-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .main_theme_b2b .promo {
    height: auto;
    padding-bottom: 390px;
  }
  .main_theme_b2b .promo__header {
    margin-bottom: 115px;
  }
  .main_theme_b2b .promo__content {
    padding-left: 0;
  }
  .main_theme_b2b .promo__title {
    font-size: 44px;
    max-width: 800px;
  }
  .other-services {
    padding: 0;
  }
  .other-services__content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .other-services__item {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .other-services__item-icon {
    margin-top: 0;
    width: 100px;
    height: 100px;
  }
  .other-services__item-logo_mcs {
    width: 50px;
    height: 50px;
  }
  .other-services__item-logo_oauth {
    width: 48px;
    height: 55px;
  }
  .other-services__item-logo_rating {
    width: 44px;
    height: 44px;
  }
  .other-services__item-logo_postmaster {
    width: 48px;
    height: 48px;
  }
  .other-services__item-logo_answer {
    width: 55px;
    height: 55px;
  }
  .other-services__item-logo_webmaster {
    width: 48px;
    height: 48px;
  }
  .other-services__item-logo_mytarget {
    width: 64px;
    height: 37px;
  }
  .other-services__item-logo_mediator {
    width: 56px;
    height: 56px;
  }
  .other-services__item-logo_mytracker {
    width: 65px;
    height: 35px;
  }
  .other-services__item-about {
    max-width: 280px;
  }
}

@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;
  }
  .landing-tile-enterprise__container {
    padding: 0 50px;
  }
  .landing-tile-enterprise__img-wrap {
    left: 124px;
  }
  .landing-tile-enterprise__fake-img-wrap {
    width: calc(124px + 291px);
    min-width: calc(124px + 291px);
  }
  .landing-tile-enterprise__content {
    padding: 64px 64px 64px 42px;
  }
  .services {
    padding-bottom: 100px;
  }
  .services__content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 48px;
  }
  .services__text {
    margin-bottom: 38px;
  }
  .advantages {
    padding-bottom: 0;
  }
  .advantages .advantages__title {
    margin-bottom: 48px;
  }
  .advantages__item {
    width: 48%;
    padding: 0 56px 0 55px;
  }
  .advantages__item-text {
    font-size: 20px;
    line-height: 28px;
  }
  .benefits {
    padding: 61px 0 99px;
  }
  .benefits__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .benefits__item {
    width: 200px;
  }
  .benefits__item:not(:last-child) {
    margin-right: 40px;
  }
  .container {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1280px) {
  .main_theme_b2b .promo__header {
    margin-bottom: 75px;
  }
  .main_theme_b2b .promo__nav {
    padding-left: 5px;
  }
  .other-services {
    padding-top: 100px;
  }
  .other-services__item {
    width: 33.33%;
    margin-bottom: 48px;
  }
  .other-services__item-about {
    max-width: 240px;
  }
}

@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;
  }
  .services__text {
    margin-bottom: 48px;
  }
  .benefits__logo {
    text-align: right;
  }
}

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

@media screen and (min-width: 1920px) {
  .main_theme_b2b .promo {
    height: 1190px;
  }
}

@media only screen and (min-width: 1920px) {
  .main_theme_b2b .promo__bg-layer {
    height: 800px;
  }
  .services:before, .services:after {
    top: -70px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .main_theme_b2b .promo__logo-img {
    max-height: 100%;
  }
}

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