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

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

/*
 *  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%); }
    .header__logo img {
      display: block;
      width: 100%; }
  .header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 272px;
    width: 100%; }
    .header__nav.-right {
      margin-left: 0;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__menuitem {
    font-size: 18px;
    line-height: 20px;
    white-space: nowrap; }
    .header__menuitem:not(:last-child) {
      margin-right: 20px; }
    .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; }
    .header__linkauth:hover {
      opacity: 0.8; }
  .header .wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding: 0 20px; }
  .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; }
  .download-link_google-play {
    background-image: url(./../cloud-web/img/sprites.png);
    background-position: 0px -228px;
    width: 332px;
    height: 104px;
    height: 52px;
    width: 166px;
    -webkit-background-size: 341px 166px;
            background-size: 341px 166px;
    background-position: 0px -114px; }
  .download-link_app-store {
    background-image: url(./../cloud-web/img/sprites.png);
    background-position: -366px 0px;
    width: 316px;
    height: 104px;
    height: 52px;
    width: 158px;
    -webkit-background-size: 341px 166px;
            background-size: 341px 166px;
    background-position: -183px 0px; }
  .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: 341px 166px;
            background-size: 341px 166px;
    background-position: 0px 0px; }
  .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: 341px 166px;
            background-size: 341px 166px;
    background-position: 0px -57px; }
    .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; }
  .about__body {
    margin-left: 80px;
    margin-right: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 677px; }
    .about__body:not(:first-child) {
      display: none; }
  .about__item {
    max-width: 560px;
    text-align: center;
    margin: 0 auto; }
  .about__title {
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 30px; }
  .about__button {
    width: 360px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin: 54px auto 0 auto;
    z-index: 2; }
    .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; }
  .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; }
  .features__title {
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 36px; }
  .features__button {
    margin-top: 46px; }
    .features__button .button {
      width: 238px; }
  .features__content {
    margin-left: -80px;
    margin-right: -80px; }
  .features__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .features__item {
    padding-left: 20px; }
    .features__item:not(:first-child) {
      display: none; }
  .features__block {
    position: relative;
    width: 612px;
    height: 320px;
    padding: 48px 70px 54px 138px;
    background: #ffffff;
    -webkit-border-radius: 20px;
            border-radius: 20px; }
  .features__icon {
    position: absolute;
    top: 48px;
    left: 40px;
    width: 66px;
    height: 66px;
    background: #f2f4ff;
    -webkit-border-radius: 20px;
            border-radius: 20px; }
    .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; }
  .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; }
  .basic-features__title {
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 24px; }
  .basic-features__content {
    max-width: 700px; }
  .basic-features__qr {
    margin-top: 60px; }
  .basic-features__download {
    margin-top: 44px; }

.tariff {
  padding: 88px 0 20px 0; }
  .tariff__title {
    font-weight: 500;
    font-size: 46px;
    line-height: 68px;
    margin-bottom: 20px;
    text-align: center; }
  .tariff__text {
    max-width: 680px;
    text-align: center;
    margin: 0 auto 46px auto; }
  .tariff__pro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    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; }
    .tariff__pro img {
      width: 36px !important;
      height: 14px; }
  .tariff__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 35px; }
  .tariff__tabsitem {
    position: relative;
    padding: 11px 14px 13px 14px;
    border: 2px solid transparent;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    cursor: pointer; }
    .tariff__tabsitem.-active {
      border-color: #005ff9; }
    .tariff__tabsitem a {
      color: currentcolor; }
    .tariff__tabsitem.-hidden {
      display: none; }
  .tariff__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; }
  .tariff__content {
    opacity: 0;
    -webkit-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }
    .tariff__content.-active {
      opacity: 1; }
  .tariff__list {
    position: relative;
    max-width: 944px;
    height: 520px;
    margin: 0 auto; }
    .tariff__list.-pro {
      height: 678px; }
  .tariff__slider {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    text-align: center; }
  .tariff__item {
    display: none;
    width: 300px;
    min-width: 300px;
    min-height: 454px;
    height: auto;
    padding: 42px 20px 30px 20px;
    color: #000000;
    white-space: normal;
    background: #ffffff;
    border: 3px solid rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 26px;
            border-radius: 26px;
    margin: 0 11px;
    -webkit-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    position: relative; }
    .tariff__item:nth-child(-n + 3) {
      display: inline-block; }
    .tariff__item .button span {
      display: none; }
      .tariff__item .button span.-current {
        display: inline-block; }
    .tariff__item.-action {
      background: none;
      border: 0 none;
      padding: 0; }
      .tariff__item.-action img {
        display: block;
        max-width: 100%;
        -webkit-border-radius: 26px;
                border-radius: 26px; }
    .tariff__item:not(.-action):hover {
      border-color: #005ff9; }
      .tariff__item:not(.-action):hover .button {
        background-color: #3180ff; }
  .tariff__link {
    display: block;
    color: currentcolor; }
  .tariff__type {
    position: relative;
    display: block;
    padding-top: 54px;
    padding-left: 92px;
    text-align: center;
    height: 137px;
    margin-bottom: 20px; }
    .tariff__type svg {
      position: absolute;
      top: 0;
      left: 0; }
    .tariff__type.-purple svg {
      fill: #b654ef; }
    .tariff__type.-red svg {
      fill: #ff7e68; }
    .tariff__type.-yellow svg {
      fill: #deb100; }
    .tariff__type.-green svg {
      fill: #3cdd4f; }
    .tariff__type.-blue svg {
      fill: #62b9ef; }
    .tariff__type.-pro {
      padding-left: 0;
      padding-top: 0;
      height: auto; }
  .tariff__switch {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .tariff__switch__text {
      font-family: var(--font-tt-norms);
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      padding: 0 16px;
      display: block; }
      .tariff__switch__text:last-of-type {
        opacity: 0.3; }
    .tariff__switch__label {
      position: relative;
      display: block;
      height: 20px;
      width: 40px;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      background-color: #005ff9; }
      .tariff__switch__label:before, .tariff__switch__label:after {
        position: absolute;
        width: 12px;
        height: 12px;
        top: 4px;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none; }
      .tariff__switch__label:before {
        left: 0;
        z-index: 1;
        background: none;
        border: none;
        content: '';
        -webkit-box-shadow: none;
                box-shadow: none;
        outline: none; }
      .tariff__switch__label:after {
        content: ' ';
        z-index: 1;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        left: 4px;
        background-color: #fff; }
    .tariff__switch__input {
      display: none; }
      .tariff__switch__input:checked ~ .tariff__switch__label:after {
        left: 24px; }
      .tariff__switch__input:checked ~ .tariff__switch__text {
        opacity: 1; }
        .tariff__switch__input:checked ~ .tariff__switch__text:first-of-type {
          opacity: 0.3; }
  .tariff__value {
    display: block;
    font-weight: 500;
    font-size: 52px;
    line-height: 24px;
    width: 100%; }
    .tariff__value b {
      display: inline-block;
      vertical-align: 19px;
      font-size: 22px;
      line-height: 24px;
      margin-left: 7px; }
  .tariff__privilege {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    margin-top: 12px; }
    .tariff__privilege span {
      display: none; }
      .tariff__privilege span.-current {
        display: inline-block; }
  .tariff__description > span {
    display: none; }
    .tariff__description > span.-current {
      display: block; }
  .tariff__label > span {
    display: none; }
    .tariff__label > span.-current {
      display: block; }
  .tariff__benefit {
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
    text-align: left; }
    .tariff__benefit > span {
      display: block;
      position: relative;
      padding-left: 26px;
      background: url("img/ic-check.svg") no-repeat 0 4px; }
      .tariff__benefit > span:not(:last-child) {
        margin-bottom: 12px; }
  .tariff__feature {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .tariff__feature:first-child {
      padding-top: 0; }
    .tariff__feature__icon {
      width: 22px !important;
      margin-right: 20px; }
    .tariff__feature.-combo > span {
      display: none; }
      .tariff__feature.-combo > span.-current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .tariff__feature.-extra {
      display: none; }
      .active.center .tariff__feature.-extra {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
  .tariff .button {
    display: block;
    padding: 0; }
  .tariff .active.center .tariff__item:not(.-action) {
    border-color: #005ff9; }
    .tariff .active.center .tariff__item:not(.-action) .button {
      background-color: #005ff9; }
  .tariff .active.center .tariff__item:hover .button {
    background-color: #3180ff; }
  .tariff .owl-nav .owl-prev,
  .tariff .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 54px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    outline: none; }
    .tariff .owl-nav .owl-prev span,
    .tariff .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; }
      .tariff .owl-nav .owl-prev span:before,
      .tariff .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; }
    .tariff .owl-nav .owl-prev:hover span,
    .tariff .owl-nav .owl-next:hover span {
      background-color: rgba(199, 199, 199, 0.5); }
  .tariff .owl-nav .owl-prev {
    left: -86px; }
  .tariff .owl-nav .owl-next {
    right: -86px; }
    .tariff .owl-nav .owl-next span:before {
      -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1);
              transform: translateX(-50%) translateY(-50%) scale(-1, 1); }

.disk {
  background: #181818; }
  .disk__body {
    padding: 90px 60px 156px 80px; }
  .disk__frame {
    position: relative;
    max-width: 700px; }
  .disk__content {
    color: #ffffff; }
    .disk__content .button {
      width: 360px;
      margin-top: 56px; }
  .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; }
    .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; }
    .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; }
  .screenshot__content {
    padding: 292px 50px 138px 80px;
    max-width: 830px; }
    .screenshot__content p:not(:last-child) {
      margin-bottom: 26px; }
  .screenshot__img {
    display: block;
    margin: -10px 0 10px -6px; }
  .screenshot__title {
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 26px; }
  .screenshot__button {
    width: 360px;
    margin-top: 10px; }
    .screenshot__button .button {
      display: none;
      width: 100%; }

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

.footer__part_top {
  margin-bottom: 65px; }

.footer__part-top {
  margin-bottom: 65px; }

.footer__part-bottom-left {
  margin-bottom: 19px;
  text-align: center;
  position: relative; }

.footer__part-bottom-right {
  margin-top: 2px; }

.footer__header {
  color: #ffffff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 14px; }

.footer__store-ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 38px;
  margin-bottom: 44px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.footer__store-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px; }
  .footer__store-rating_google-play, .footer__store-rating_apple-store {
    margin-right: 30px; }
  .footer__store-rating-img_google-play {
    background-image: url(./../cloud-web/img/sprites.png);
    background-position: -538px -114px;
    width: 60px;
    height: 64px;
    height: 32px;
    width: 30px;
    -webkit-background-size: 341px 166px;
            background-size: 341px 166px;
    background-position: -269px -57px;
    margin-right: 23px; }
  .footer__store-rating-img_apple-store {
    background-image: url(./../cloud-web/img/sprites.png);
    background-position: -452px -114px;
    width: 76px;
    height: 76px;
    height: 38px;
    width: 38px;
    -webkit-background-size: 341px 166px;
            background-size: 341px 166px;
    background-position: -226px -57px;
    margin-right: 14px; }
  .footer__store-rating-img_app-gallery {
    background-image: url(./../cloud-web/img/sprites.png);
    background-position: -366px -114px;
    width: 76px;
    height: 76px;
    height: 38px;
    width: 38px;
    -webkit-background-size: 341px 166px;
            background-size: 341px 166px;
    background-position: -183px -57px;
    margin-right: 14px; }
  .footer__store-rating-text {
    font-size: 21px;
    line-height: 30px; }

.footer__qr {
  display: none; }

.footer__actions {
  display: none; }

.footer__logo {
  display: inline-block;
  text-align: center; }
  .footer__logo img {
    display: block; }

.footer__links {
  text-align: right; }
  .footer__links:last-child {
    margin-top: 35px; }

.footer__links-item {
  margin-bottom: 20px;
  text-align: center; }
  .footer__links-item:last-child {
    margin-right: 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; }

.qr-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
    -webkit-flex: 0 0 100px;
        -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: 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.jpg);
  -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;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .marketingPromo-banner__content {
    font-family: 'MailSans', 'Arial', 'sans-serif'; }
  .marketingPromo-banner__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 154px;
    color: #fff; }
  .marketingPromo-banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center; }
  .marketingPromo-banner__description {
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
    margin-top: 4px; }
  .marketingPromo-banner__button {
    font-family: 'MailSans', 'Arial', 'sans-serif';
    margin-left: 50px;
    padding: 8px 19px;
    background: #ff9e00;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    height: 36px;
    width: 150px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    right: 50px;
    position: absolute;
    top: 12px; }

.hidden {
  display: none; }

@media (min-width: 768px) {
    .footer__content {
      max-width: 100%;
      padding: 62px 50px 80px 50px; }
    .footer__part_top {
      margin-bottom: 62px; }
  .footer__part_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 0;
    line-height: 0; }
    .footer__part-bottom-left {
      margin-right: 22px;
      margin-bottom: 0; }
    .footer__header {
      margin-bottom: 50px; }
    .footer__store-rating-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer__store-rating-text {
        margin-top: 2px;
        margin-right: 8px; }
    .footer__actions {
      display: block; }
    .footer__logo {
      bottom: 0;
      position: absolute; }
    .footer__links-item {
      display: inline-block;
      margin-right: 22px;
      margin-bottom: 0; } }

@media (min-width: 768px) and (max-width: 768px) {
  .footer__part_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px; }
    .footer__part-bottom-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px; }
    .footer__store-ratings {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin-top: 0; }
    .footer__logo {
      position: relative; } }

@media (min-width: 769px) {
    .footer__store-ratings {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

@media (min-width: 1024px) {
      .download-link_qr-code {
        display: inline-block; }
    .footer__header {
      margin-bottom: 40px;
      font-size: 46px;
      line-height: 60px; }
    .footer__header {
      margin-bottom: 45px; }
    .footer__store-ratings {
      margin-bottom: 60px; }
    .footer__qr {
      display: block;
      margin-bottom: 38px; } }

@media (min-width: 1025px) {
    .marketingPromo-banner {
      background-image: url(img/marketingPromo/topBanner1047.jpg); } }

@media (min-width: 1280px) {
    .footer__part_top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 64px; }
    .footer__store-ratings {
      width: 430px; }
    .footer__store-rating_app-gallery {
      margin-top: 36px; } }

@media (min-width: 1366px) {
    body {
      font-size: 20px;
      line-height: 33px; }
      .header__logo {
        left: 50px; }
        .header__logo img {
          width: auto; }
      .header__nav {
        margin-left: 340px; }
        .header__menuitem:not(:last-child) {
          margin-right: 40px; }
      .header__linkauth {
        font-size: 20px; }
      .header .wrap {
        padding: 0; }
    .about {
      background-image: url("img/about-bg1600.png");
      -webkit-background-size: 1600px 848px;
              background-size: 1600px 848px;
      background-position: calc(50% + 80px) -143px; }
      .about__body {
        margin-left: 50px;
        margin-right: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 750px; }
      .about__item {
        margin: 0;
        text-align: left; }
        .about__item p {
          max-width: 435px; }
      .about__title {
        font-size: 56px;
        line-height: 58px;
        margin-bottom: 40px; }
      .about__button {
        margin-left: 0;
        margin-right: 0;
        width: 270px; }
    .features {
      padding: 154px 0 67px 0;
      background-position: -220px calc(100% + 105px);
      -webkit-background-size: 817px 482px;
              background-size: 817px 482px; }
      .features:before {
        top: 36px;
        right: -161px;
        width: 494px;
        height: 400px; }
      .features__title {
        max-width: 830px;
        margin: 0 auto 62px auto;
        text-align: center; }
      .features__button {
        text-align: center;
        margin-top: 0; }
        .features__button .button {
          width: 270px; }
      .features__content {
        margin-left: 0;
        margin-right: 0;
        padding: 0 76px; }
      .features__list {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .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 {
        padding: 0 0 0 98px;
        width: auto;
        height: auto;
        background: none;
        -webkit-border-radius: 0;
                border-radius: 0; }
      .features__icon {
        top: -6px;
        left: 0;
        background: #ffffff; }
    .basic-features {
      padding: 110px 35px 0 633px;
      min-height: 762px; }
      .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 {
        margin-bottom: 36px; }
      .basic-features__content {
        max-width: inherit; }
      .disk__body {
        padding: 80px 14px 136px 50px; }
      .disk__frame {
        max-width: inherit; }
      .disk__content {
        width: 703px;
        min-height: 468px; }
        .disk__content .button {
          width: 270px; }
      .disk-load {
        max-width: 496px;
        margin-bottom: 44px; }
      .disk__cloud {
        top: auto;
        bottom: 57px;
        right: 0; }
      .screenshot__body {
        background-position: 50% 0; }
      .screenshot__content {
        padding: 80px 35px 130px 633px;
        max-width: inherit; }
        .screenshot__content p:not(:last-child) {
          margin-bottom: 36px; }
      .screenshot__title {
        margin-bottom: 36px; }
      .screenshot__button {
        width: 270px; }
    .footer__content {
      max-width: 1264px;
      padding: 50px 24px 100px 24px; }
    .footer__part-top-left {
      width: 560px; }
    .footer__part-top-right {
      width: 540px; }
    .footer__part-bottom-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .footer__qr {
      display: block;
      margin-bottom: 24px; }
    .footer__links {
      text-align: left; }
      .footer__links:last-child {
        margin-top: 20px; } }

@media (min-width: 1367px) {
    .marketingPromo-banner {
      background-image: url(img/marketingPromo/topBanner1366.jpg); } }

@media (min-width: 1600px) {
    .about {
      background-image: url("img/about-bg1949.png");
      -webkit-background-size: 1949px 848px;
              background-size: 1949px 848px; } }

@media (min-width: 1921px) {
    .marketingPromo-banner {
      background-image: url(img/marketingPromo/topBanner2560.jpg); } }

@media (max-width: 1280px) {
    .download-link_cloud-photo_freespace {
      margin-bottom: 12px; } }

@media (max-width: 768px) {
    .footer__part_top {
      margin-bottom: 0; }
    .footer__store-ratings {
      height: 200px;
      margin: 22px 0; }
      .footer__store-rating_google-play, .footer__store-rating_apple-store {
        margin: 0 auto; }
    .footer__store-rating_app-gallery {
      margin: 0 auto; }
      .footer__links:last-child {
        margin-top: 0; }
  .footer {
    text-align: center; } }
