/*! 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: "MailSans";
  src: url("../common/fonts/MailSansRegular.woff2") format("woff2"), url("../common/fonts/MailSansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansRegularItalic.woff2") format("woff2"), url("../common/fonts/MailSansRegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansMedium.woff2") format("woff2"), url("../common/fonts/MailSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MailSans";
  src: url("../common/fonts/MailSansBold.woff2") format("woff2"), url("../common/fonts/MailSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
span {
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

abbr,
acronym {
  border: none;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 0.65em;
}

sub {
  top: 0.4em;
}

small,
.small {
  font-size: 0.86em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main,
time {
  display: block;
}

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

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

textarea {
  -webkit-appearance: none;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #edeef1;
}

body {
  font-family: "MailSans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media (min-width: 1366px) {
  body {
    font-size: 20px;
    line-height: 33px;
  }
}
body.os-windows .os-windows {
  display: block !important;
}
body.os-osx .os-osx {
  display: block !important;
}
body.os-linux .os-linux {
  display: block !important;
}
body.os-other .os-other {
  display: block !important;
}

input[type=text],
textarea {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 700;
}

.wrap {
  max-width: 1264px;
  margin: 0 auto;
}

.tariff__info {
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  color: #246bde;
  background: #d9e6fb;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
}
.tariff__info_blue {
  color: #246bde;
  background: #d9e6fb;
}
.tariff__info_yellow {
  color: #C17A0F;
  background: #FFE9A7;
}
.tariff__info_red {
  color: #D94C4C;
  background: #FFD4E8;
}
.tariff__info_green {
  color: #449811;
  background: #DBF6B2;
}
.tariff__info_purple {
  color: #9043BC;
  background: #E9CFF9;
}
.tariff__item_black .tariff__info {
  background: #246bde;
  color: white;
}
.tariff__item {
  display: block;
  position: relative;
  z-index: 2;
  width: 360px;
  min-width: 360px;
  white-space: normal;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  position: relative;
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
@media (min-width: 700px) and (max-width: 785px) {
  .tariff__item {
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 375px) {
  .tariff__item {
    width: 270px;
    min-width: 270px;
  }
}
.tariff__item.-hidden {
  display: none;
}
.tariff__item.border {
  overflow: auto;
  background: lightgrey;
}
.tariff__item.selected {
  overflow: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#005ff9), to(#4ddfff));
  background: -webkit-linear-gradient(bottom, #005ff9, #4ddfff);
  background: -o-linear-gradient(bottom, #005ff9, #4ddfff);
  background: linear-gradient(0deg, #005ff9, #4ddfff);
}
.tariff__inner {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 64px 24px 40px;
  color: #000;
  background: #fff;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  overflow: hidden;
}
.tariff__inner > * {
  position: relative;
  z-index: 2;
}
.tariff__item_black .tariff__inner {
  color: #e7e8ea;
  background: #000;
}
.tariff.border .tariff__inner, .tariff.selected .tariff__inner {
  margin: 3px;
}
.tariff__withGift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tariff__plus {
  margin: 0 12px;
  font-size: 28px;
  font-weight: 700;
  -ms-flex-item-align: center;
      align-self: center;
}
.tariff__withGift .tariff__value {
  font-size: 48px;
  line-height: 48px;
}
.tariff__withGift .tariff__value b {
  font-size: 18px;
  line-height: 23px;
  vertical-align: 22px;
}
.tariff__infoText {
  margin: 19px 0 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.tariff__gift_blue {
  color: #246bde;
}
.tariff__gift_yellow {
  color: #C17A0F;
}
.tariff__gift_red {
  color: #D94C4C;
}
.tariff__gift_green {
  color: #449811;
}
.tariff__gift_purple {
  color: #9043BC;
}
.tariff__value {
  display: block;
  font-weight: 500;
  font-size: 60px;
  line-height: 84px;
  width: 100%;
}
.tariff__value b {
  display: inline-block;
  vertical-align: 19px;
  font-size: 32px;
  line-height: 40px;
  margin-left: 7px;
  font-weight: 700;
}
.tariff__switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  width: 216px;
  background: #f0f1f3;
  -webkit-border-radius: 43px;
          border-radius: 43px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 16px auto 24px auto;
  padding: 0 4px;
}
.tariff__switch__slider {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  z-index: 1;
  position: absolute;
  left: 0;
  display: block;
  width: calc(50% - 8px);
  height: 46px;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  background: #ffffff;
  -webkit-transition: left 300ms ease-in-out;
  -o-transition: left 300ms ease-in-out;
  transition: left 300ms ease-in-out;
}
.tariff__switch__option {
  z-index: 2;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 46px;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  font-family: var(--font-tt-norms);
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  background: transparent;
  color: #87898f;
  -webkit-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.tariff__switch-economy {
  color: #005ff9;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
  height: 12px;
  -webkit-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}
.tariff.year .tariff__switch-option-1y, .tariff.month .tariff__switch-option-6m {
  color: #2c2d2e;
}
.tariff.month .tariff__switch__slider {
  left: 50%;
}
.tariff__item_black .tariff__switch {
  background: #2a2a2b;
}
.tariff__item_black .tariff__switch__slider {
  background: #19191a;
}
.tariff__item_black .tariff__switch__option {
  color: #8c8e94;
}
.tariff__item_black .tariff__switch .tariff__switch-economy {
  color: white;
}
.tariff.tariff__item_black.year .tariff__switch-option-1y, .tariff.tariff__item_black.month .tariff__switch-option-6m {
  color: #e7e8ea;
}
.tariff__benefit {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 36px;
  margin-bottom: -16px;
  text-align: left;
  color: #2c2d2e;
}
.tariff__item_black .tariff__benefit {
  color: #e7e8ea;
}
.tariff__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
.tariff__feature img {
  position: absolute;
  left: 0;
  width: 16px !important;
  height: 16px;
}
.tariff__feature-separator {
  border-color: rgba(0, 16, 61, 0.12);
  background: rgba(0, 16, 61, 0.12);
  margin: 24px 0;
}
.tariff__item_black .tariff__feature-separator {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}
.tariff__save {
  display: block;
  margin: 8px 0 12px;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #2c2d2e;
  text-decoration: line-through;
}
.tariff__item_black .tariff__save {
  color: #e7e8ea;
}
.tariff__button {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 18px 24px;
  min-height: 60px;
  width: 100%;
  font: 500 17px/24px "MailSans", sans-serif;
  color: #fff !important;
  background: #2775fc;
  -webkit-transition: background 300ms, color 300ms;
  -o-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
@media (max-width: 786px) {
  .tariff__button {
    font: 500 15px/20px "MailSans", sans-serif;
  }
}
.tariff__button span {
  display: inline-block;
}
.tariff__button:hover {
  text-decoration: none;
  background: #005ff9;
}
.tariff.month .show_with_year {
  display: none;
}
.tariff.year .show_with_month {
  display: none;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.page {
  padding-top: 0;
  min-width: 768px;
  overflow: hidden;
}
.page__gradient {
  background: -webkit-linear-gradient(356deg, #f4f7fe 0%, #f4f7fe 35%, rgba(255, 230, 100, 0.3) 100%);
  background: -o-linear-gradient(356deg, #f4f7fe 0%, #f4f7fe 35%, rgba(255, 230, 100, 0.3) 100%);
  background: linear-gradient(94deg, #f4f7fe 0%, #f4f7fe 35%, rgba(255, 230, 100, 0.3) 100%);
}
.page_scroll {
  padding-top: 80px;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background: #005ff9;
  z-index: 10;
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 227px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1366px) {
  .header__logo {
    left: 50px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}
@media (min-width: 1366px) {
  .header__logo img {
    width: auto;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 272px;
  width: 100%;
}
@media (min-width: 1366px) {
  .header__nav {
    margin-left: 340px;
  }
}
.header__nav.-right {
  margin-left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menuitem {
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
}
.header__menuitem:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 1366px) {
  .header__menuitem:not(:last-child) {
    margin-right: 40px;
  }
}
.header__menuitem a {
  color: currentcolor;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.header__menuitem a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header__linkauth {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: currentcolor;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
@media (min-width: 1366px) {
  .header__linkauth {
    font-size: 20px;
  }
}
.header__linkauth:hover {
  opacity: 0.8;
}
.header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 20px;
}
@media (min-width: 1366px) {
  .header .wrap {
    padding: 0;
  }
}
.header_scroll {
  position: fixed;
}

.button {
  position: relative;
  display: inline-block;
  font-weight: 500;
  overflow: hidden;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: 0 none;
  background: #d2d2d2;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.button.-blue {
  background-color: #005ff9;
}
.button.-blue:hover {
  background-color: #3180ff;
}
.button.-transparent {
  background: none;
  color: #005ff9;
}
.button.-transparent:hover {
  opacity: 0.8;
}
.button.-size-l {
  font-size: 20px;
  line-height: 68px;
  height: 68px;
}
.button.-size-m {
  font-size: 18px;
  line-height: 56px;
  height: 56px;
}

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

.about {
  background: url("img/about-bg-mobile.png") no-repeat 50% 0;
  -webkit-background-size: 1366px 604px;
          background-size: 1366px 604px;
}
@media (min-width: 1366px) {
  .about {
    background-image: url("img/about-bg1600.png");
    -webkit-background-size: 1600px 848px;
            background-size: 1600px 848px;
    background-position: calc(50% + 80px) -143px;
  }
}
@media (min-width: 1600px) {
  .about {
    background-image: url("img/about-bg1949.png");
    -webkit-background-size: 1949px 848px;
            background-size: 1949px 848px;
  }
}
.about__body {
  margin-left: 80px;
  margin-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 677px;
}
.about__body:not(:first-child) {
  display: none;
}
@media (min-width: 1366px) {
  .about__body {
    margin-left: 50px;
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 750px;
  }
}
.about__item {
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  .about__item {
    margin: 0;
    text-align: left;
  }
  .about__item p {
    max-width: 435px;
  }
}
.about__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (min-width: 1366px) {
  .about__title {
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 40px;
  }
}
.about__button {
  width: 360px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin: 54px auto 0 auto;
  z-index: 2;
}
@media (min-width: 1366px) {
  .about__button {
    margin-left: 0;
    margin-right: 0;
    width: 270px;
  }
}
.about__button .button {
  width: 100%;
}
.about__button .button:not(:last-child) {
  margin-bottom: 14px;
}

.features {
  position: relative;
  padding: 140px 80px 70px 80px;
  background: url("img/features-bg-botttom.png") no-repeat -233px calc(100% + 105px);
  -webkit-background-size: 681px 402px;
          background-size: 681px 402px;
}
@media (min-width: 1366px) {
  .features {
    padding: 154px 0 67px 0;
    background-position: -220px calc(100% + 105px);
    -webkit-background-size: 817px 482px;
            background-size: 817px 482px;
  }
}
.features:before {
  content: "";
  position: absolute;
  right: -91px;
  top: -265px;
  width: 411px;
  height: 332px;
  background: url("img/features-bg-top.png") no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (min-width: 1366px) {
  .features:before {
    top: 36px;
    right: -161px;
    width: 494px;
    height: 400px;
  }
}
.features__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 36px;
}
@media (min-width: 1366px) {
  .features__title {
    max-width: 830px;
    margin: 0 auto 62px auto;
    text-align: center;
  }
}
.features__button {
  margin-top: 46px;
}
@media (min-width: 1366px) {
  .features__button {
    text-align: center;
    margin-top: 0;
  }
}
.features__button .button {
  width: 238px;
}
@media (min-width: 1366px) {
  .features__button .button {
    width: 270px;
  }
}
.features__content {
  margin-left: -80px;
  margin-right: -80px;
}
@media (min-width: 1366px) {
  .features__content {
    margin-left: 0;
    margin-right: 0;
    padding: 0 76px;
  }
}
.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1366px) {
  .features__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.features__item {
  padding-left: 20px;
}
.features__item:not(:first-child) {
  display: none;
}
@media (min-width: 1366px) {
  .features__item {
    display: block !important;
    padding: 0;
    width: calc(50% - 38px);
    height: auto;
    margin-bottom: 50px;
    background: none;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}
.features__block {
  position: relative;
  width: 612px;
  height: 320px;
  padding: 48px 70px 54px 138px;
  background: #ffffff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (min-width: 1366px) {
  .features__block {
    padding: 0 0 0 98px;
    width: auto;
    height: auto;
    background: none;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}
.features__icon {
  position: absolute;
  top: 48px;
  left: 40px;
  width: 66px;
  height: 66px;
  background: #f2f4ff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (min-width: 1366px) {
  .features__icon {
    top: -6px;
    left: 0;
    background: #ffffff;
  }
}
.features__icon img {
  display: block;
}
.features__name {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
}
.features .wrap {
  position: relative;
}

.basic-features {
  position: relative;
  padding: 392px 90px 0 80px;
  z-index: 1;
}
@media (min-width: 1366px) {
  .basic-features {
    padding: 110px 35px 0 633px;
    min-height: 762px;
  }
}
.basic-features:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 1073px;
  height: 440px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("img/basic-features-mobile.png") no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (min-width: 1366px) {
  .basic-features:before {
    top: -57px;
    left: 0;
    width: 560px;
    height: 819px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-image: url("img/basic-features-desktop.png");
  }
}
.basic-features__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 24px;
}
@media (min-width: 1366px) {
  .basic-features__title {
    margin-bottom: 36px;
  }
}
.basic-features__content {
  max-width: 700px;
}
@media (min-width: 1366px) {
  .basic-features__content {
    max-width: inherit;
  }
}
.basic-features__qr {
  margin-top: 60px;
}
.basic-features__download {
  margin-top: 44px;
}

.tariffs {
  padding: 88px 0 20px 0;
}
.tariffs-action {
  color: #FFFFFF;
  background-color: #430c8c;
  background-image: url(img/marketingPromo/tariffs.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tariffs-action .tariffs__tabsitem.-active {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.12);
}
.tariffs__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 68px;
  margin-bottom: 20px;
  text-align: center;
}
.tariffs__text {
  max-width: 680px;
  text-align: center;
  margin: 0 auto 46px auto;
}
.tariffs__pro {
  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;
  height: 42px;
  width: 68px;
  position: absolute;
  top: -3px;
  right: -3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-bottom-left-radius: 26px;
          border-bottom-left-radius: 26px;
  -webkit-border-top-right-radius: 26px;
          border-top-right-radius: 26px;
  border: 3px solid #005ff9;
  background: #fff;
}
.tariffs__pro img {
  width: 36px !important;
  height: 14px;
}
.tariffs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 35px;
}
.tariffs__tabsitem {
  position: relative;
  padding: 11px 14px 13px 14px;
  border: 2px solid transparent;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  cursor: pointer;
}
.tariffs__tabsitem.-active {
  border-color: #005ff9;
}
.tariffs__tabsitem a {
  color: currentcolor;
}
.tariffs__tabsitem.-hidden {
  display: none;
}
.tariffs__tabsnew {
  position: absolute;
  top: -10px;
  right: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  padding: 0 7px;
  letter-spacing: -0.5px;
  color: #bb691d;
  background: #ffdda6;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.tariffs__content {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.tariffs__content.-active {
  opacity: 1;
  visibility: visible;
  position: unset;
  z-index: 0;
  -webkit-transition: opacity ease-in 0.2s;
  -o-transition: opacity ease-in 0.2s;
  transition: opacity ease-in 0.2s;
}
.tariffs__list {
  position: relative;
  margin: 0 auto 60px;
  max-width: 1160px;
}
@media (min-width: 999px) and (max-width: 1364px) {
  .tariffs__list {
    max-width: 760px;
  }
}
@media (min-width: 374px) and (max-width: 998px) {
  .tariffs__list {
    margin: 0 0 60px;
    padding: 0 0 25px;
    width: 100%;
  }
}
.tariffs__slider {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  text-align: center;
}
.tariffs .owl-nav .owl-prev,
.tariffs .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 54px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}
.tariffs .owl-nav .owl-prev span,
.tariffs .owl-nav .owl-next span {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 52px;
  height: 54px;
  outline: none;
  background-color: #fafafa;
  -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.tariffs .owl-nav .owl-prev span:before,
.tariffs .owl-nav .owl-next span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 14px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url("img/ic-arrow-carousel.svg") no-repeat 0 0;
}
.tariffs .owl-nav .owl-prev:hover span,
.tariffs .owl-nav .owl-next:hover span {
  background-color: rgba(199, 199, 199, 0.5);
}
.tariffs .owl-nav .owl-prev {
  left: -86px;
}
.tariffs .owl-nav .owl-next {
  right: -86px;
}
.tariffs .owl-nav .owl-next span:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1);
          transform: translateX(-50%) translateY(-50%) scale(-1, 1);
}
.tariffs .owl-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 27px 0 0;
}
.tariffs .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background: rgba(0, 95, 249, 0.4);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  outline: none;
}
.tariffs .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background: #005ff9;
}

.disk {
  background: #181818;
}
.disk__body {
  padding: 90px 60px 156px 80px;
}
@media (min-width: 1366px) {
  .disk__body {
    padding: 80px 14px 136px 50px;
  }
}
.disk__frame {
  position: relative;
  max-width: 700px;
}
@media (min-width: 1366px) {
  .disk__frame {
    max-width: inherit;
  }
}
.disk__content {
  color: #ffffff;
}
@media (min-width: 1366px) {
  .disk__content {
    width: 703px;
    min-height: 468px;
  }
}
.disk__content .button {
  width: 360px;
  margin-top: 56px;
}
@media (min-width: 1366px) {
  .disk__content .button {
    width: 270px;
  }
}
.disk__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 36px;
}
.disk__logo {
  margin-bottom: 40px;
}
.disk-load {
  max-width: 420px;
  margin-bottom: 119px;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 1366px) {
  .disk-load {
    max-width: 496px;
    margin-bottom: 44px;
  }
}
.disk-load__bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.12);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-bottom: 16px;
}
.disk-load__bar > div {
  height: 4px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.disk-load__free {
  margin-bottom: 36px;
}
.disk-load__free .disk-load__bar > div {
  background-color: #005ff9;
}
.disk-load__synch .disk-load__bar > div {
  background: url("img/dashed.png") repeat-x 0 0;
}
.disk__cloud {
  position: absolute;
  top: 0;
  right: -342px;
  width: 468px;
  height: 468px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: url("img/cloud.jpg") no-repeat 50% 100%;
  -webkit-animation: moveClouds 40s linear infinite;
          animation: moveClouds 40s linear infinite;
  will-change: background-position-x;
}
@media (min-width: 1366px) {
  .disk__cloud {
    top: auto;
    bottom: 57px;
    right: 0;
  }
}
.disk__cloud:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 268px;
  height: 268px;
  background: #181818;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes moveClouds {
  0% {
    background-position-x: 0;
  }
  to {
    background-position-x: 100%;
  }
}

@keyframes moveClouds {
  0% {
    background-position-x: 0;
  }
  to {
    background-position-x: 100%;
  }
}
.screenshot {
  background: -webkit-linear-gradient(45deg, #e6eaed 0%, #f6f7f7 100%);
  background: -o-linear-gradient(45deg, #e6eaed 0%, #f6f7f7 100%);
  background: linear-gradient(45deg, #e6eaed 0%, #f6f7f7 100%);
}
.screenshot__body {
  background: url("img/screenshot-bg.png") no-repeat 67px -144px;
  -webkit-background-size: 1692px 791px;
          background-size: 1692px 791px;
}
@media (min-width: 1366px) {
  .screenshot__body {
    background-position: 50% 0;
  }
}
.screenshot__content {
  padding: 292px 50px 138px 80px;
  max-width: 830px;
}
@media (min-width: 1366px) {
  .screenshot__content {
    padding: 80px 35px 130px 633px;
    max-width: inherit;
  }
}
.screenshot__content p:not(:last-child) {
  margin-bottom: 26px;
}
@media (min-width: 1366px) {
  .screenshot__content p:not(:last-child) {
    margin-bottom: 36px;
  }
}
.screenshot__img {
  display: block;
  margin: -10px 0 10px -6px;
}
.screenshot__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 26px;
}
@media (min-width: 1366px) {
  .screenshot__title {
    margin-bottom: 36px;
  }
}
.screenshot__button {
  width: 360px;
  margin-top: 10px;
}
@media (min-width: 1366px) {
  .screenshot__button {
    width: 270px;
  }
}
.screenshot__button .button {
  display: none;
  width: 100%;
}
.screenshot__button .button.force-show {
  display: block;
}

.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-79a0d264.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-79a0d264.svg);
  background-position: -10px -10px;
  width: 130px;
  height: 26px;
}
.rating_small {
  width: 90px;
  height: 18px;
}
.rating_small:before {
  background-image: url(img/svg-79a0d264.svg);
  background-position: -160px -10px;
  width: 90px;
  height: 18px;
}
.rating_small:after {
  background-image: url(img/svg-79a0d264.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%;
}

.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: 100%;
    padding: 62px 50px 80px 50px;
  }
}
@media (min-width: 1366px) {
  .footer__content {
    max-width: 1264px;
    padding: 50px 24px 100px 24px;
  }
}
.footer__part_top {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .footer__part_top {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__part_top {
    margin-bottom: 62px;
  }
}
@media (min-width: 1280px) {
  .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: 64px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .footer__part_bottom {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}
@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;
    font-size: 0;
    line-height: 0;
  }
}
.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;
  position: relative;
}
@media (min-width: 768px) {
  .footer__part-bottom-left {
    margin-right: 22px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__part-bottom-right {
  margin-top: 2px;
}
@media (min-width: 1366px) {
  .footer__part-bottom-right {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .footer__part-bottom-right {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}
.footer__header {
  color: #ffffff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  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 {
    height: auto;
    margin: 22px 0;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .footer__store-ratings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 0;
  }
}
@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;
  }
}
@media (min-width: 1280px) {
  .footer__store-ratings {
    width: 430px;
  }
}
.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-web/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: 23px;
}
.footer__store-rating-img_apple-store {
  background-image: url(./../cloud-web/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-web/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-web/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-top: 40px;
  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;
}
@media (min-width: 768px) {
  .footer__actions {
    display: block;
  }
}
.footer__logo {
  display: inline-block;
  text-align: center;
}
.footer__logo img {
  display: block;
}
@media (min-width: 1024px) {
  .footer__logo img {
    height: 38px;
  }
}
.footer__links {
  text-align: right;
}
.footer__links:last-child {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .footer__links:last-child {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  .footer__links {
    text-align: left;
  }
  .footer__links:last-child {
    margin-top: 20px;
  }
}
.footer__links-item {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__links-item {
    display: inline-block;
    margin-left: 22px;
    margin-bottom: 0;
  }
}
.footer__links-item:first-child {
  margin-left: 0;
}
.footer__link {
  color: #cccccc;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.footer__link:hover {
  cursor: pointer;
  color: #ffffff;
}
@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;
}

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

.marketingPromo-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(img/marketingPromo/topBanner768.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  overflow: hidden;
  height: 60px;
  padding: 0 25px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) {
  .marketingPromo-banner {
    background-image: url(img/marketingPromo/topBanner1047.png);
  }
}
@media (min-width: 1367px) {
  .marketingPromo-banner {
    background-image: url(img/marketingPromo/topBanner1366.png);
  }
}
@media (min-width: 1921px) {
  .marketingPromo-banner {
    background-image: url(img/marketingPromo/topBanner1920.png);
  }
}
@media (min-width: 2561px) {
  .marketingPromo-banner {
    background-image: url(img/marketingPromo/topBanner2560.png);
  }
}
.marketingPromo-banner__content {
  font-family: "MailSans", "Arial", "sans-serif";
}
.marketingPromo-banner__text {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 154px;
  color: #FFFFFF;
}
.marketingPromo-banner__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
.marketingPromo-banner__description {
  font-weight: 400;
  line-height: 12px;
  font-size: 12px;
  margin-top: 4px;
  color: #FFFFFF;
}
.marketingPromo-banner__button {
  font-family: "MailSans", "Arial", "sans-serif";
  margin-left: 50px;
  padding: 8px 19px;
  background: #005FF9;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  height: 40px;
  width: 150px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  right: 50px;
  position: absolute;
  top: 12px;
}

.button__close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #FFFFFF;
  background-image: url(img/close_big.svg);
  width: 12px;
  height: 12px;
  -webkit-background-size: contain;
          background-size: contain;
}

.button__close svg {
  display: block;
}

.hidden {
  display: none;
}