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

@font-face {
  font-family: "TT Norms Pro";
  src: url("../common/fonts/TTNormsPro-Regular.woff2") format("woff2"), url("../common/fonts/TTNormsPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../common/fonts/TTNormsPro-Medium.woff2") format("woff2"), url("../common/fonts/TTNormsPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("../common/fonts/TTNorms-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0;
  margin: 0;
  min-width: 320px;
  font-weight: 400;
  font-family: "TT Norms Pro", Arial, "sans-serif";
  font-size: 18px;
  color: #615f76;
  line-height: 30px;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: 500;
}

.ios h1,
.ios h2,
.ios h3 {
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 1024px) {
  .ios h1,
.ios h2,
.ios h3 {
    letter-spacing: normal;
  }
}

.ya-share2.ya-share2--overwrite .ya-share2__list_direction_horizontal > .ya-share2__item {
  margin-right: 22px;
}

.ya-share2.ya-share2--overwrite .ya-share2__badge {
  background-color: transparent;
}

.ya-share2__link {
  outline: none;
}

.tns-controls {
  display: none;
}

.slider {
  padding: 0;
  list-style: none;
  display: block;
}
.slider__item {
  display: none;
}

.slider-navigation {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .slider-navigation {
    display: none;
  }
}
.slider-navigation__item {
  background-color: rgba(0, 95, 249, 0.12);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
  cursor: pointer;
  outline: none;
}
.slider-navigation__item:hover {
  background-color: rgba(0, 87, 229, 0.12);
}
.slider-navigation__item:active, .slider-navigation__item:focus {
  background-color: rgba(0, 79, 208, 0.12);
}
.slider-navigation__item.tns-nav-active {
  background-color: transparent;
  border: solid 2px #005FF9;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 2px;
  cursor: none;
}

.slider-controls {
  padding: 0;
  list-style: none;
  position: relative;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .slider-controls {
    display: block;
  }
}
.slider-controls__button {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  outline: none;
}
.slider-controls__button::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider-controls__button:hover::before {
  background-color: rgba(0, 0, 0, 0.04);
}
.slider-controls__button:active::before, .slider-controls__button:focus::before {
  background-color: rgba(0, 0, 0, 0.08);
}
.slider-controls__button--prev {
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -70px -140px;
  width: 40px;
  height: 80px;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  left: 0;
}
.slider-controls .body {
  fill: red;
}
.slider-controls__button--next {
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -10px -140px;
  width: 40px;
  height: 80px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  right: 0;
}

@supports (-ms-ime-align: auto) {
  .tns-horizontal.tns-no-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }
}
.header {
  color: #ffffff;
  background: #005FF9;
  position: relative;
  z-index: 1;
}
.header::before {
  content: "";
  background: -webkit-linear-gradient(213.08deg, rgba(0, 18, 177, 0.6) 16.62%, rgba(0, 95, 249, 0.168) 95.12%);
  background: -o-linear-gradient(213.08deg, rgba(0, 18, 177, 0.6) 16.62%, rgba(0, 95, 249, 0.168) 95.12%);
  background: linear-gradient(236.92deg, rgba(0, 18, 177, 0.6) 16.62%, rgba(0, 95, 249, 0.168) 95.12%);
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.header::after {
  content: "";
  background-image: url(img/round-border-small.svg);
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  display: block;
  height: 91px;
  width: 100%;
  bottom: -2px;
  pointer-events: none;
}
@media only screen and (min-width: 500px) {
  .header::after {
    background-image: url(img/round-border-large.svg);
    height: 1000px;
    bottom: -2px;
    left: 0;
  }
}
.header__wrapper {
  position: relative;
  padding-bottom: 48px;
  opacity: 0.9;
  max-width: 1366px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .header__wrapper {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1366px) {
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 90px;
    min-height: 730px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.header__logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 227px;
  min-height: 70px;
  padding-top: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    padding-top: 65px;
    margin: 0;
    text-align: center;
    width: 100%;
    position: relative;
    right: 250px;
  }
}
@media only screen and (min-width: 1366px) {
  .header__logo {
    right: auto;
    text-align: left;
  }
}
.header__logo-img {
  height: 32px;
}
@media only screen and (min-width: 768px) {
  .header__logo-img {
    display: none;
  }
}
.header__logo-img_login {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__logo-img_login {
    display: inline-block;
  }
}
.header__title {
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  padding: 32px 15px 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .header__title {
    line-height: 60px;
    padding-top: 40px;
    width: 660px;
  }
}
@media only screen and (min-width: 1366px) {
  .header__title {
    text-align: left;
    padding-top: 105px;
    font-size: 46px;
    line-height: 60px;
    width: 50%;
    padding-left: 0;
  }
}
.header__text {
  font-family: "TT Norms", Arial, "sans-serif";
  text-align: center;
  max-width: 400px;
  padding: 20px 25px 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .header__text {
    margin: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .header__text {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    width: 50%;
  }
}
.header__download-app-buttons {
  text-align: center;
}
.header__download-app-button {
  font-family: "TT Norms", Arial, "sans-serif";
  line-height: 48px;
  background: #F0F1F3;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #2C2D2E;
  text-decoration: none;
  width: calc(100% - 40px);
  outline: none;
  -webkit-transition: ease-in 0.4s;
  -o-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
  font-size: 16px;
}
.header__download-app-button:hover {
  color: #222324;
  background-color: #e5e6ea;
}
.header__download-app-button:active, .header__download-app-button:focus {
  color: #181919;
  background-color: #d9dce1;
}
.header__download-app-button_subscriptions, .header__download-app-button_go-to-the-cloud {
  color: #ffffff;
  background: #FF8C00;
}
.header__download-app-button_subscriptions:hover, .header__download-app-button_go-to-the-cloud:hover {
  color: whitesmoke;
  background-color: #eb8100;
}
.header__download-app-button_subscriptions:active, .header__download-app-button_subscriptions:focus, .header__download-app-button_go-to-the-cloud:active, .header__download-app-button_go-to-the-cloud:focus {
  color: #ebebeb;
  background-color: #d67600;
}
.ios .header__download-app-button_ios, .android .header__download-app-button_android {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .ios .header__download-app-button_ios, .android .header__download-app-button_android {
    display: none;
  }
}
.header__download-app-button_subscriptions {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .header__download-app-button_subscriptions {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header__download-app-button {
    width: 240px;
  }
}
@media only screen and (min-width: 1366px) {
  .header__download-app-button {
    display: none;
  }
}
.header__download-app-button:not(:last-child) {
  margin-bottom: 12px;
}
.header__download-app-buttons-fixed {
  position: fixed;
  right: 0;
  bottom: -172px;
  left: 0;
  background: transparent;
  z-index: 222222;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.header__download-app-buttons-fixed_visible {
  -webkit-transform: translateY(-172px);
          transform: translateY(-172px);
  -webkit-transform: translate3d(0, -172px, 0);
          transform: translate3d(0, -172px, 0);
}
@media only screen and (min-width: 1024px) {
  .header__download-app-buttons-fixed {
    display: none;
  }
}
.header__download-app-buttons-fixed .header__download-app-button {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .header__download-app-buttons-fixed .header__download-app-button {
    line-height: 72px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ios .header__download-app-buttons-fixed .header__download-app-button_ios, .android .header__download-app-buttons-fixed .header__download-app-button_android, .header__download-app-buttons-fixed .header__download-app-button_subscriptions {
    display: none;
  }
}
.header__go-to-the-cloud {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__go-to-the-cloud {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header__go-to-the-cloud {
    display: none;
  }
}
.header__go-to-the-cloud span {
  position: relative;
}
.header__go-to-the-cloud span::after {
  content: "";
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -270px -112px;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 7px;
  right: -24px;
}
.header__image {
  width: 525px;
}
@media only screen and (min-width: 1366px) {
  .header__image {
    width: 658px;
  }
}
.header__image-wrapper {
  text-align: center;
  position: relative;
  top: 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__image-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 1366px) {
  .header__image-wrapper {
    bottom: -10px;
    right: 60px;
    position: absolute;
    top: auto;
  }
}
.header__share {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__share {
    display: block;
    padding: 0;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    left: 230px;
    top: -40px;
    min-height: 48px;
  }
}
@media only screen and (min-width: 1366px) {
  .header__share {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-left: 0;
    padding-right: 60px;
    position: absolute;
    top: 70px;
    right: 0;
    left: auto;
  }
}
.header__download-links {
  display: none;
  max-width: 380px;
}
@media only screen and (min-width: 1024px) {
  .header__download-links {
    display: block;
  }
}
.header__login-button {
  font-family: "TT Norms", Arial, "sans-serif";
  background: #f3f3f5;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  color: #1e1e1e;
  border: none;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .header__login-button {
    display: none;
  }
}
.header__login-button:hover {
  background: #f3f5f8;
}
.header__login-button:active, .header__login-button:focus {
  background: #e0e2e8;
}

.action-banner {
  position: relative;
  width: 360px;
  height: 208px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .action-banner {
    width: 480px;
    height: 480px;
  }
}
.action-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.action-banner__close {
  background-image: url(img/close_big.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 12px;
  height: 12px;
}

.hidden {
  display: none;
}

.noscroll {
  overflow: hidden;
}

.marketingPromo-banner {
  background-image: url(img/marketingPromo/mobileBanner.jpg);
}
@media only screen and (min-width: 768px) {
  .marketingPromo-banner {
    background-image: url(img/marketingPromo/deskBanner.jpg);
  }
}
.marketingPromo-banner .action-banner__close {
  background-image: url(img/close_big.svg);
}

.footer__wrapper {
  width: 100%;
  background-color: #181818;
  color: #ffffff;
}
.footer__content {
  max-width: 320px;
  margin: 0 auto;
  padding: 58px 20px 46px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .footer__content {
    max-width: 768px;
    padding: 62px 50px 50px;
  }
}
@media (min-width: 1024px) {
  .footer__content {
    max-width: 1024px;
    padding: 69px 72px 50px;
  }
}
@media (min-width: 1366px) {
  .footer__content {
    max-width: 1366px;
    padding: 69px 72px 50px;
  }
}
.footer__part_top {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .footer__part_top {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .footer__part_top {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .footer__part_top {
    margin-bottom: 62px;
  }
}
@media (min-width: 1024px) {
  .footer__part_top {
    margin-bottom: 80px;
  }
}
@media (min-width: 1366px) {
  .footer__part_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .footer__part_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__part-top {
  margin-bottom: 65px;
}
@media (min-width: 1366px) {
  .footer__part-top-left {
    width: 560px;
  }
  .footer__part-top-right {
    width: 540px;
  }
}
.footer__part-bottom-left {
  margin-bottom: 19px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__part-bottom-left {
    margin-right: 22px;
  }
}
.footer__header {
  color: #ffffff;
  font-size: 40px;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .footer__header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .footer__header {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .footer__header {
    margin-bottom: 45px;
  }
}
.footer__store-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 38px;
  margin-bottom: 44px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__store-ratings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 22px 0 55px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .footer__store-ratings {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 769px) {
  .footer__store-ratings {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .footer__store-ratings {
    margin-bottom: 60px;
  }
}
.footer__store-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
}
@media (max-width: 768px) {
  .footer__store-rating {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__store-rating_google-play, .footer__store-rating_apple-store {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .footer__store-rating_google-play, .footer__store-rating_apple-store {
    margin: 0 auto;
  }
}
.footer__store-rating_rustore {
  display: none;
}
@media (max-width: 768px) {
  .footer__store-rating_rustore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .footer__store-rating_app-gallery, .footer__store-rating_google-play, .footer__store-rating_apple-store {
    margin: 33px auto 0 auto;
  }
}
@media (min-width: 1366px) {
  .footer__store-rating_app-gallery {
    margin-top: 33px;
  }
}
.footer__store-rating-img_google-play {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: -618px -228px;
  width: 60px;
  height: 64px;
  height: 32px;
  width: 30px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: -309px -114px;
  margin-right: 16px;
}
.footer__store-rating-img_apple-store {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: -86px -342px;
  width: 76px;
  height: 76px;
  height: 38px;
  width: 38px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: -43px -171px;
  margin-right: 14px;
}
.footer__store-rating-img_app-gallery {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: 0px -342px;
  width: 76px;
  height: 76px;
  height: 38px;
  width: 38px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: 0px -171px;
  margin-right: 14px;
}
.footer__store-rating-img_rustore {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: -366px -228px;
  width: 242px;
  height: 64px;
  height: 32px;
  width: 121px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: -183px -114px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .footer__store-rating-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__store-rating-text {
  font-size: 21px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .footer__store-rating-text {
    margin-top: 2px;
    margin-right: 8px;
  }
}
.footer__store-rating-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__store-rating-button-wrapper {
  margin-left: 40px;
  height: 100%;
}
@media (min-width: 768px) {
  .footer__store-rating-button-wrapper {
    display: none;
  }
}
.footer__store-rating-button {
  background: #005FF9;
  display: block;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
}
.footer__store-rating-button:hover {
  color: whitesmoke;
  background-color: #0057e5;
}
.footer__store-rating-button:active, .footer__store-rating-button:focus {
  color: #ebebeb;
  background-color: #004fd0;
}
.footer__download-button {
  display: none;
  height: 48px;
  background: #005FF9;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  line-height: 47px;
  text-decoration: none;
  text-align: center;
  outline: none;
  margin-bottom: 40px;
}
.footer__download-button:hover {
  color: whitesmoke;
  background-color: #0057e5;
}
.footer__download-button:active, .footer__download-button:focus {
  color: #ebebeb;
  background-color: #004fd0;
}
.ios .footer__download-button_ios, .android .footer__download-button_android {
  display: block;
}
@media (min-width: 768px) {
  .ios .footer__download-button_ios, .android .footer__download-button_android {
    display: none;
  }
}
.footer__qr {
  display: none;
}
@media (min-width: 1024px) {
  .footer__qr {
    display: block;
    margin-bottom: 38px;
  }
}
@media (min-width: 1366px) {
  .footer__qr {
    display: block;
    margin-bottom: 24px;
  }
}
.footer__actions {
  display: none;
  margin-top: 38px;
}
@media (min-width: 768px) {
  .footer__actions {
    display: block;
  }
}
.footer__download-link {
  display: inline-block;
  height: 52px;
  width: 158px;
  margin-right: 12px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.footer__download-link_google-play {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: -366px 0px;
  width: 332px;
  height: 104px;
  height: 52px;
  width: 166px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: -183px 0px;
}
.footer__download-link_app-store {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: -366px -114px;
  width: 316px;
  height: 104px;
  height: 52px;
  width: 158px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: -183px -57px;
  margin-right: 0;
}
.footer__download-link_app-gallery {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: 0px 0px;
  width: 356px;
  height: 104px;
  height: 52px;
  width: 178px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: 0px 0px;
}
.footer__download-link_ru-store {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: 0px -228px;
  width: 340px;
  height: 104px;
  height: 52px;
  width: 170px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: 0px -114px;
}
.footer__download-link_qr-code {
  display: none;
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: 0px -114px;
  width: 356px;
  height: 104px;
  height: 52px;
  width: 178px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: 0px -57px;
}
@media (min-width: 1024px) {
  .footer__download-link_qr-code {
    display: inline-block;
  }
}
.footer__download-link_qr-code:hover {
  cursor: pointer;
}
.footer__logo {
  display: inline-block;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__logo img {
    height: 38px;
    width: auto;
    max-width: initial;
  }
}
.footer__links-item {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__links-item {
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 0;
  }
}
.footer__links-item:last-child {
  margin-right: 0;
}
.footer__link {
  color: #F0F0F0;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  -webkit-transition: ease-in 0.4s;
  -o-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}
.footer__link:hover {
  cursor: pointer;
  color: #e6e6e6;
}
.footer__link:active, .footer__link:focus {
  color: gainsboro;
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer__store-rating-button-wrapper {
  display: none;
}
.ios .footer__store-rating-button-wrapper_ios, .android .footer__store-rating-button-wrapper_android {
  display: block;
}

.icons {
  background-color: #EEF2F6;
  padding-top: 70px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .icons {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1830px) {
  .icons__slider {
    padding-left: calc(50% - 900px);
  }
}
.icons__slider-item {
  width: 240px;
  min-height: 204px;
}
.icons__slider-controls {
  top: 20px;
}
@supports (-ms-ime-align: auto) {
  .icons__slider-controls {
    top: 38px;
  }
}
.icons__slider-item-image-wrapper {
  text-align: center;
}
.icons__slider-item-image {
  width: 120px;
}
.icons__slider-item-text {
  display: block;
  text-align: center;
  color: #333333;
  margin: 20px auto;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  max-width: 250px;
}
.icons__slider-item-link {
  outline: none;
}

#tab-base-tariffs:checked ~ .tariffs__tab--base-tariffs,
#tab-advertising-tariffs:checked ~ .tariffs__tab--advertising-tariffs {
  display: block;
}

#tab-base-tariffs:checked ~ .tariffs__tabs label[for=tab-base-tariffs],
#tab-advertising-tariffs:checked ~ .tariffs__tabs label[for=tab-advertising-tariffs] {
  color: #005FF9;
  border-color: #005FF9;
}

.tariffs {
  color: #333333;
}
.tariffs__title {
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .tariffs__title {
    display: inline-block;
    margin-left: 74px;
  }
}
.tariffs__tab-toggle {
  display: none;
}
.tariffs__tab-toggle-link {
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 5px 25px;
  outline: none;
}
.tariffs__tab-toggle-link:hover {
  cursor: pointer;
}
.tariffs__tabs {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  padding: 16px 0 25px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .tariffs__tabs {
    display: inline-block;
    margin-left: 24px;
    position: relative;
    top: -4px;
  }
}
.tariffs_tabs-hidden .tariffs__tabs {
  display: none;
}
.tariffs__tab {
  display: none;
}
.tariffs__tab--advertising-tariffs {
  padding: 0 0 54px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .tariffs__tab--advertising-tariffs {
    padding: 30px 0 120px;
  }
}
@media only screen and (min-width: 768px) {
  .tariffs__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tariffs__slider-item {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  @supports (-ms-ime-align: auto) {
    .tariffs__slider-item {
      margin-left: 0 !important;
    }
  }
  .tariffs__slider-item:nth-of-type(n) {
    width: 300px;
    display: block;
    margin: 7px;
  }
}
.tariffs__list-wrapper {
  height: 390px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tariffs__list-wrapper {
    height: 415px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .tariffs_all-items-visible .tariffs__list-wrapper {
    height: auto;
    margin-bottom: 0;
  }
}
.tariffs__slider-navigation {
  padding-bottom: 12px;
}
.tariffs__slider-item-card {
  width: 300px;
  height: 378px;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #E4E9ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding-top: 0;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tariffs__slider-item-card {
    margin: 0;
  }
}
.tariffs__slider-item-header {
  background: #005FF9;
  -webkit-border-radius: 12px 12px 0 0;
          border-radius: 12px 12px 0 0;
  height: 100px;
  color: #FFFFFF;
  line-height: 124px;
  margin: -1px;
}
.tariffs__slider-item-header-count {
  font-weight: 300;
  font-size: 58px;
  line-height: 28px;
}
.tariffs__slider-item-header-text {
  font-weight: 500;
  font-size: 22px;
}
.tariffs__slider-item-button {
  background: #EEF2F5;
  -webkit-border-radius: 0 0 12px 12px;
          border-radius: 0 0 12px 12px;
  line-height: 100px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tariffs__slider-item-button__wrapper {
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1366px) {
  .tariffs__slider-item-button_desktop {
    display: inline-block;
  }
}
.tariffs__slider-item-button_mobile {
  display: inline-block;
  outline: none;
  -webkit-transition: ease-in 0.4s;
  -o-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}
.tariffs__slider-item-button_mobile:hover {
  color: #005FF9;
  background-color: #e1e8ed;
}
.tariffs__slider-item-button_mobile:active, .tariffs__slider-item-button_mobile:focus {
  background-color: #d4dee6;
}
@media only screen and (min-width: 1366px) {
  .tariffs__slider-item-button_mobile {
    display: none;
  }
}
.tariffs__slider-item-button-main-text {
  font-weight: 500;
}
.tariffs__slider-item-button-secondary-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.48);
  display: block;
}
.tariffs__slider-item-main {
  position: relative;
  padding-top: 88px;
}
.tariffs__slider-item-main:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -160px -48px;
  width: 52px;
  height: 44px;
}
.tariffs__slider-item-main-count, .tariffs__slider-item-main-text {
  font-size: 20px;
  display: block;
}
.tariffs__controls {
  text-align: center;
  display: none;
  padding: 20px 0 40px;
}
@media only screen and (min-width: 768px) {
  .tariffs__controls {
    display: block;
  }
}
.tariffs__show-all, .tariffs__hide-all {
  display: inline-block;
  color: #005FF9;
  -webkit-transition: ease-in 0.4s;
  -o-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}
.tariffs__show-all:hover, .tariffs__hide-all:hover {
  color: #0057e5;
}
.tariffs__show-all:active, .tariffs__hide-all:active, .tariffs__show-all:focus, .tariffs__hide-all:focus {
  color: #004fd0;
}
.tariffs__hide-all {
  display: none;
}
.tariffs_all-items-visible .tariffs__show-all {
  display: none;
}
.tariffs_all-items-visible .tariffs__hide-all {
  display: inline-block;
}
@media only screen and (min-width: 2198px) {
  .tariffs__show-all {
    display: none;
  }
}

.actions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 74px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .actions__list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.actions__item {
  padding: 10px;
  background-image: url(img/marketingPromo/actionCard.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  width: 301px;
  height: 378px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}

.features {
  background: -webkit-linear-gradient(39.6deg, #CFD8DF -223.52%, #F6F7F7 159.55%);
  background: -o-linear-gradient(39.6deg, #CFD8DF -223.52%, #F6F7F7 159.55%);
  background: linear-gradient(50.4deg, #CFD8DF -223.52%, #F6F7F7 159.55%);
}
@media only screen and (min-width: 768px) {
  .features {
    margin-bottom: -10px;
  }
}
.features__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@supports (-ms-ime-align: auto) {
  .features__slider {
    display: block;
  }
}
.features__slider-item {
  padding: 0 20px;
}
.features__item-title {
  font-family: "TT Norms", Arial, "sans-serif";
  font-size: 40px;
  line-height: 52px;
  color: #333333;
  text-align: left;
  margin: 65px 0 35px;
}
@media only screen and (min-width: 768px) {
  .features__item-title {
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    margin: 70px 0 35px;
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 520px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1366px) {
  .features__item-title {
    width: 50%;
    max-width: none;
    text-align: left;
    margin: 150px 0 0 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 143px;
  }
}
.features__item-text {
  font-family: "TT Norms", Arial, "sans-serif";
  color: #333333;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .features__item-text {
    text-align: center;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
    max-width: 420px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  @supports (-ms-ime-align: auto) {
    .features__item-text {
      padding-bottom: 0;
    }
  }
}
@media only screen and (min-width: 1024px) {
  @supports (-ms-ime-align: auto) {
    .features__item-text {
      padding-bottom: 0;
    }
  }
}
@media only screen and (min-width: 1366px) {
  .features__item-text {
    width: 50%;
    max-width: none;
    text-align: left;
    margin: 16px 0 0 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 243px;
  }
}
.features__slider-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .features__slider-item-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1366px) {
  .features__slider-item-wrapper {
    min-height: 610px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1366px;
    margin: 0 auto;
  }
}
.features__item-image-wrapper {
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  .features__item-image-wrapper {
    display: block;
    margin-top: -60px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  @supports (-ms-ime-align: auto) {
    .features__item-image-wrapper {
      position: relative;
      top: 17px;
    }
  }
}
@media only screen and (min-width: 1366px) {
  .features__item-image-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 110px;
  }
  @supports (-ms-ime-align: auto) {
    .features__item-image-wrapper {
      top: auto;
      bottom: -17px;
    }
  }
}
.features__item-image {
  width: 525px;
}
.features__item-buttons {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .features__item-buttons {
    max-width: 530px;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1366px) {
  .features__item-buttons {
    width: 50%;
    margin: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 50%;
  }
}
.features__item-link {
  display: block;
  margin-top: 40px;
  outline: none;
}
.features__item-link--android {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: -376px -10px;
  width: 332px;
  height: 104px;
  height: 52px;
  width: 166px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: -183px 0px;
}
.features__item-link--ios {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: -376px -124px;
  width: 316px;
  height: 104px;
  height: 52px;
  width: 158px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: -183px -57px;
}
.features__item-link--app-gallery {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: -10px -10px;
  width: 356px;
  height: 104px;
  height: 52px;
  width: 178px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: 0px 0px;
}
.features__item-link--ru-store {
  background-image: url(./../cloud-mobile/img/sprites.png);
  background-position: -10px -238px;
  width: 340px;
  height: 104px;
  height: 52px;
  width: 170px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: 0px -114px;
}
.features__item-button {
  font-size: 15px;
  line-height: 20px;
  color: #005BD1;
  padding-left: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 15px;
  position: relative;
  outline: none;
  -webkit-transition: ease-in 0.4s;
  -o-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}
.features__item-button:hover {
  color: #0052bd;
}
.features__item-button:active, .features__item-button:focus {
  color: #0049a8;
}
.features__item-button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.features__item-button--send-sms::before {
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -232px -48px;
  width: 18px;
  height: 18px;
}
.features__item-button--qr-code {
  padding-right: 0;
}
.features__item-button--qr-code::before {
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -202px -194px;
  width: 16px;
  height: 16px;
  top: 3px;
}
.features__slider-navigation {
  padding: 35px 0;
}
.features__slider-control-button {
  margin-top: 360px;
}
@media only screen and (min-width: 1366px) {
  .features__slider-control-button {
    margin-top: 300px;
  }
}

.reviews {
  background-color: #ffffff;
  color: #333333;
  display: none;
}
.ios .reviews--ios, .other .reviews--ios, .android .reviews--android {
  display: block;
}
@media only screen and (min-width: 768px) {
  .reviews {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 2600px) {
  .reviews__slider {
    padding-left: calc(50% - 1300px);
  }
}
.reviews__slider-controls {
  top: 60px;
}
.reviews__section-title {
  margin: 0 25px 30px;
  padding-top: 40px;
  font-weight: 500;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .reviews__section-title {
    margin: 0 74px 30px;
    line-height: 51px;
  }
}
.reviews__slider-item-wrapper {
  background: #FFFFFF;
  border: 2px solid #E4E9ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 30px;
  margin: 0 20px;
  height: 238px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .reviews__slider-item-wrapper {
    height: 190px;
    width: 500px;
    margin: 0;
  }
}
.reviews__slider-item-wrapper_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.reviews__item-title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .reviews__item-title {
    font-weight: 500;
    max-width: 60%;
  }
}
.reviews__item-text {
  font-family: "TT Norms", Arial, "sans-serif";
  margin: 0;
  height: 85px;
  overflow: hidden;
  padding-top: 5px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .reviews__item-text {
    -webkit-line-clamp: 2;
    height: 60px;
  }
}
.reviews__item-rating {
  margin: 0 0 0 -2px;
}
.reviews__item-author {
  color: #979797;
  padding: 0 0 20px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .reviews__item-author {
    bottom: auto;
    top: 30px;
    right: 30px;
    max-width: calc(40% - 20px);
  }
}
.reviews__slider-navigation {
  padding: 20px 0 20px;
}
.reviews__slider-item-link-text {
  position: relative;
  display: block;
  margin: 0 auto;
}
.reviews__slider-item-link-text::before {
  content: "";
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -270px -82px;
  width: 15px;
  height: 10px;
  position: absolute;
  right: -20px;
  top: 10px;
}

.download-link {
  display: inline-block;
  height: 52px;
  width: 158px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-size: 0;
  line-height: 0;
}
.download-link:not(:last-child) {
  margin-right: 12px;
}
.download-link_cloud-photo:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 1600px) {
  .download-link_cloud-photo_freespace {
    margin-bottom: 12px;
  }
}
.download-link_google-play {
  background-image: url(./../cloud-web/img/sprites.png);
  background-position: -366px 0px;
  width: 332px;
  height: 104px;
  height: 52px;
  width: 166px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: -183px 0px;
}
.download-link_app-store {
  background-image: url(./../cloud-web/img/sprites.png);
  background-position: -366px -114px;
  width: 316px;
  height: 104px;
  height: 52px;
  width: 158px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: -183px -57px;
}
.download-link_app-gallery {
  background-image: url(./../cloud-web/img/sprites.png);
  background-position: 0px 0px;
  width: 356px;
  height: 104px;
  height: 52px;
  width: 178px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: 0px 0px;
}
.download-link_ru-store {
  background-image: url(./../cloud-web/img/sprites.png);
  background-position: 0px -228px;
  width: 340px;
  height: 104px;
  height: 52px;
  width: 170px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: 0px -114px;
}
.download-link_qr-code {
  display: none;
  background-image: url(./../cloud-web/img/sprites.png);
  background-position: 0px -114px;
  width: 356px;
  height: 104px;
  height: 52px;
  width: 178px;
  -webkit-background-size: 349px 209px;
          background-size: 349px 209px;
  background-position: 0px -57px;
}
@media (min-width: 1024px) {
  .download-link_qr-code {
    display: inline-block;
  }
}
.download-link_qr-code:hover {
  cursor: pointer;
}

.qr-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 526px;
  background: rgba(255, 255, 255, 0.04);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 20px;
}
.qr-code__code {
  width: 100px;
  height: 100px;
  display: block;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.qr-code__text {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.qr-code_invert {
  background: rgba(0, 16, 61, 0.06);
}
.qr-code_invert .qr-code__text {
  color: #2c2d2e;
}

.qr-code-popup {
  display: none;
}
.qr-code-popup__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.qr-code-popup__content {
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -230px auto 0;
  z-index: 100;
  height: 460px;
  width: 420px;
  background-color: #fff;
  -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);
  text-align: center;
}
.qr-code-popup__close {
  position: absolute;
  right: 26px;
  top: 26px;
  height: 12px;
  width: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik02Ljk3IDUuNWwzLjcyNi0zLjcyNkExLjAzOCAxLjAzOCAwIDEgMCA5LjIyNy4zMDVMNS41MDEgNC4wMzEgMS43NzUuMzA1QTEuMDM4IDEuMDM4IDAgMSAwIC4zMDYgMS43NzRMNC4wMzIgNS41LjMwNiA5LjIyNWExLjA0MSAxLjA0MSAwIDAgMCAwIDEuNDcgMS4wNDEgMS4wNDEgMCAwIDAgMS40NyAwbDMuNzI1LTMuNzI2IDMuNzI1IDMuNzI2YTEuMDQxIDEuMDQxIDAgMCAwIDEuNDcgMCAxLjA0MSAxLjA0MSAwIDAgMCAwLTEuNDdMNi45NyA1LjV6IiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=) no-repeat;
  cursor: pointer;
}
.qr-code-popup__code {
  display: inline-block;
  height: 315px;
  width: 315px;
  margin: 53px 0 22px;
}
.qr-code-popup__text {
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 20px;
  padding: 0 20px;
}

.rating {
  height: 26px;
  width: 130px;
  position: relative;
}
.rating:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -10px -56px;
  width: 130px;
  height: 26px;
}
.rating:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -10px -10px;
  width: 130px;
  height: 26px;
}
.rating_small {
  width: 90px;
  height: 18px;
}
.rating_small:before {
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -160px -10px;
  width: 90px;
  height: 18px;
}
.rating_small:after {
  background-image: url(img/svg-f4df3c01.svg);
  background-position: -10px -102px;
  width: 90px;
  height: 18px;
}
.rating_0:after {
  width: 0;
}
.rating_0-5:after {
  width: 10%;
}
.rating_1:after {
  width: 20%;
}
.rating_1-5:after {
  width: 30%;
}
.rating_2:after {
  width: 40%;
}
.rating_2-5:after {
  width: 50%;
}
.rating_3:after {
  width: 60%;
}
.rating_3-5:after {
  width: 70%;
}
.rating_4:after {
  width: 80%;
}
.rating_4-5:after {
  width: 90%;
}
.rating_5:after {
  width: 100%;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}