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

:root {
  --padding-h: 16px;
  --padding-v: 40px;
}
@media (min-width: 576px) {
  :root {
    --padding-h: 32px;
  }
}
@media (min-width: 1024px) {
  :root {
    --padding-h: 80px;
    --padding-v: 50px;
  }
}
@media (min-width: 1366px) {
  :root {
    --padding-h: 136px;
    --padding-v: 70px;
  }
}

.a-font-h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
@media (min-width: 1024px) {
  .a-font-h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 1366px) {
  .a-font-h2 {
    font-size: 44px;
    line-height: 50px;
  }
}

.a-font-h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
@media (min-width: 768px) {
  .a-font-h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1366px) {
  .a-font-h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.a-font-h3_xl {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .a-font-h3_xl {
    font-size: 28px;
    line-height: 34px;
  }
}

.a-font-text {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1440px) {
  .a-font-text {
    font-size: 18px;
    line-height: 26px;
  }
}

.a-font-button {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 1440px) {
  .a-font-button {
    font-size: 20px;
    line-height: 26px;
  }
}

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

body {
  background-color: #0e0e0e;
  font-family: "MailSans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: white;
  -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;
}

.page {
  overflow: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: var(--padding-v) var(--padding-h);
}
.wrap__headline {
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .wrap__headline {
    margin: 0 0 40px;
  }
}
@media (min-width: 1024px) {
  .wrap__headline {
    margin: 0 0 60px;
  }
}

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

.--menu-opened {
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 768px) {
  .--menu-opened {
    overflow: unset;
    height: unset;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px var(--padding-h);
}
@media (min-width: 768px) {
  .header .wrap {
    padding: 48px var(--padding-h) 40px;
    -webkit-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
  }
}
@media (min-width: 1366px) {
  .header .wrap {
    padding: 48px calc(var(--padding-h) - 56px) 40px;
  }
}
@media (min-width: 768px) {
  .header.--scroll .wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header__logo {
  position: relative;
  z-index: 10;
}
.header__logo svg {
  display: block;
  width: 104px;
  height: 24px;
}
@media (min-width: 768px) {
  .header__logo svg {
    width: 139px;
    height: 32px;
  }
}
@media (min-width: 1366px) {
  .header__logo svg {
    width: auto;
  }
}
.header__toggler {
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  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;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  padding: 6px;
  border: none;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: transparent;
  color: white;
}
@media (min-width: 768px) {
  .header__toggler {
    display: none;
  }
}
.header__toggler i, .header__toggler:before, .header__toggler:after {
  content: "";
  width: 20px;
  height: 2px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: currentColor;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__toggler i {
  margin: 5px 0;
  font-size: 0;
}
.header__toggler:hover {
  background-color: white;
  color: #0e0e0e;
}
.--menu-opened .header__toggler:before, .--menu-opened .header__toggler:after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.--menu-opened .header__toggler:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.--menu-opened .header__toggler:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.--menu-opened .header__toggler i {
  display: none;
}

.header__nav {
  position: absolute;
  left: -102%;
  right: auto;
  top: 100%;
  bottom: 0;
  z-index: 5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: calc(100vh - 100%);
  padding: var(--padding-v) var(--padding-h);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__nav:before {
  content: "";
  position: absolute;
  top: -50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-color: #0e0e0e;
}
.--menu-opened .header__nav {
  left: 0;
}

@media (min-width: 768px) {
  .header__nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin-left: 20px;
    padding: 0;
    background-color: transparent;
  }
  .header__nav:before {
    content: none;
  }
}
@media (min-width: 1366px) {
  .header__nav {
    margin-left: 24px;
  }
}
.header__nav-item {
  padding: 8px 16px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__nav-item:hover {
  background-color: white;
  color: #0e0e0e;
}
@media (min-width: 768px) {
  .header__nav-item {
    margin: 0 18px;
  }
}
@media (min-width: 1366px) {
  .header__nav-item {
    margin: 0;
    padding: 8px 18px;
  }
}
.header__linkauth {
  position: relative;
  z-index: 10;
  margin-left: auto;
  padding: 6px 16px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #181818;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: white;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
@media (min-width: 768px) {
  .header__linkauth {
    padding: 8px 22px;
  }
}
.header__linkauth:hover {
  background-color: white;
  color: #0e0e0e;
}
.header.--scroll {
  background-color: #0e0e0e;
}

.button {
  overflow: hidden;
  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;
  min-height: 48px;
  padding: 14px 16px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: #005ff9;
  outline: 0;
  cursor: pointer;
  color: white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.button:hover {
  background-color: #4e74c9;
}
@media (min-width: 768px) {
  .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 260px;
  }
}
@media (min-width: 1366px) {
  .button {
    width: unset;
    padding: 16px 32px;
  }
}
.button__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__ico:first-child {
  margin-right: 10px;
}
.button__ico:last-child {
  margin-right: 0;
}
@media (min-width: 1366px) {
  .button__ico {
    display: none;
  }
}

.download-link {
  display: inline-block;
  height: 48px;
  width: 150px;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.download-link:hover {
  background-color: #2c2d31;
}
.download-link_google-play {
  background-image: url(./../cloud-promo-photo/img/sprites.png);
  background-position: 0px -188px;
  width: 155px;
  height: 48px;
}
.download-link_app-store {
  background-image: url(./../cloud-promo-photo/img/sprites.png);
  background-position: 0px -246px;
  width: 147px;
  height: 48px;
}
.download-link_app-gallery {
  background-image: url(./../cloud-promo-photo/img/sprites.png);
  background-position: -165px -188px;
  width: 147px;
  height: 48px;
}
.download-link_ru-store {
  background-image: url(./../cloud-promo-photo/img/sprites.png);
  background-position: -157px -246px;
  width: 147px;
  height: 48px;
}
.download-link_qr-code {
  display: none;
  background-image: url(./../cloud-promo-photo/img/sprites.png);
  background-position: 0px 0px;
  width: 356px;
  height: 104px;
}
@media (min-width: 1024px) {
  .download-link_qr-code {
    display: inline-block;
  }
}
.download-link_qr-code:hover {
  cursor: pointer;
}

.about {
  overflow: visible;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 144px 0 0;
}
@media (min-width: 375px) {
  .about {
    padding: 260px 0 0;
  }
}
@media (min-width: 768px) {
  .about {
    padding: 80px 0 0;
  }
}
@media (min-width: 1024px) {
  .about {
    padding: 72px 0 0;
  }
}
@media (min-width: 1366px) {
  .about {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .about {
    margin: 0 0 140px;
  }
}
.about:before {
  content: "";
  position: absolute;
  left: auto;
  top: -60px;
  right: 60px;
  display: block;
  width: 296px;
  height: 296px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(114, 53, 185, 0.3);
  -webkit-filter: blur(78px);
          filter: blur(78px);
}
@media (min-width: 375px) {
  .about:before {
    top: -34px;
    right: 10vw;
    width: 470px;
    height: 470px;
    -webkit-filter: blur(124px);
            filter: blur(124px);
  }
}
@media (min-width: 576px) {
  .about:before {
    right: 30vw;
  }
}
@media (min-width: 768px) {
  .about:before {
    left: 190px;
    top: -100px;
    right: auto;
    width: 718px;
    height: 718px;
    -webkit-filter: blur(190px);
            filter: blur(190px);
  }
}
@media (min-width: 1024px) {
  .about:before {
    left: 246px;
    top: -130px;
    right: auto;
    width: 770px;
    height: 770px;
    -webkit-filter: blur(204px);
            filter: blur(204px);
  }
}
@media (min-width: 1366px) {
  .about:before {
    left: 240px;
    top: -253px;
    right: auto;
    width: 1135px;
    height: 1135px;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
}
.about .wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 1366px) {
  .about .wrap {
    padding-top: 52px;
  }
}
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .about__body {
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .about__body {
    max-width: 604px;
  }
}
.about__breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .about__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 60px;
  }
}
@media (min-width: 1366px) {
  .about__breadcrumbs {
    margin: 0 0 100px -56px;
  }
}
.about__breadcrumbs-item {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2;
  -o-transition: 0.2;
  transition: 0.2;
}
.about__breadcrumbs-item_link {
  font-weight: 400;
  color: #589bff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.about__breadcrumbs-item_link:hover {
  color: white;
}
.about__breadcrumbs-item_sep {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12px;
  height: 16px;
  margin: 0 8px;
  color: #589bff;
}
.about__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 375px) {
  .about__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .about__title {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 1024px) {
  .about__title {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (min-width: 1366px) {
  .about__title {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 24px;
  }
}
.about__description {
  max-width: 520px;
  margin: auto;
}
@media (min-width: 768px) {
  .about__description {
    max-width: 460px;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .about__description {
    max-width: unset;
    font-size: 20px;
    line-height: 28px;
    color: #cccccc;
  }
}
.about__img {
  position: absolute;
  left: 0;
  top: 54px;
  right: 0;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 334px;
  height: 204px;
}
@media (min-width: 375px) {
  .about__img {
    top: 60px;
    width: 364px;
    height: 310px;
  }
}
@media (min-width: 768px) {
  .about__img {
    top: 142px;
    left: 408px;
    width: 490px;
    height: 475px;
  }
}
@media (min-width: 1024px) {
  .about__img {
    top: 130px;
    left: 480px;
    width: 600px;
    height: 510px;
  }
}
@media (min-width: 1366px) {
  .about__img {
    top: 148px;
    left: 590px;
    width: 856px;
    height: 732px;
  }
}
.about__img:before {
  content: "";
  position: absolute;
  left: auto;
  top: -30px;
  right: 0;
  display: block;
  width: 178px;
  height: 178px;
  background-color: rgba(142, 26, 100, 0.3);
  -webkit-filter: blur(52px);
          filter: blur(52px);
}
@media (min-width: 375px) {
  .about__img:before {
    top: -26px;
    right: -16px;
    -webkit-filter: blur(82px);
            filter: blur(82px);
  }
}
@media (min-width: 768px) {
  .about__img:before {
    top: -40px;
    left: -40px;
    right: auto;
    width: 432px;
    height: 432px;
    -webkit-filter: blur(126px);
            filter: blur(126px);
  }
}
@media (min-width: 1024px) {
  .about__img:before {
    top: -40px;
    left: 72px;
    right: auto;
    width: 464px;
    height: 464px;
    -webkit-filter: blur(136px);
            filter: blur(136px);
  }
}
@media (min-width: 1366px) {
  .about__img:before {
    top: -72px;
    left: 62px;
    right: auto;
    width: 683px;
    height: 683px;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }
}
.about__img img {
  position: relative;
  width: 100%;
  height: 100%;
}
.about__button {
  margin: 28px 0 0;
  z-index: 2;
}
@media (min-width: 375px) {
  .about__button {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .about__button {
    margin: 60px 0 56px;
  }
}
@media (min-width: 1024px) {
  .about__button {
    margin: 60px 0 28px;
  }
}
@media (min-width: 1366px) {
  .about__button {
    margin: 60px 0 0;
  }
}
.about__button-btn {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
@media (min-width: 768px) {
  .about__button-btn {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  .about__button-btn {
    max-width: 224px;
  }
}

.advantages {
  position: relative;
}
.advantages__slider {
  display: none;
}
.advantages__slider.owl-loaded {
  display: block;
}
@media (min-width: 1366px) {
  .advantages__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 16px;
  }
}
.advantages__slider .owl-stage-outer {
  overflow: visible;
}
.advantages__slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.advantages__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100vw - var(--padding-h) * 2);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
@media (min-width: 768px) {
  .advantages__item {
    padding-right: 20px;
  }
}
.advantages__item-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .advantages__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1366px) {
  .advantages__item-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.advantages__item-img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
.advantages__item-img svg {
  width: 24px;
  height: 24px;
}
.advantages__item.--color_1 .advantages__item-img {
  background-color: #724fff;
}
.advantages__item.--color_2 .advantages__item-img {
  background-color: #ffaf37;
}
.advantages__item.--color_3 .advantages__item-img {
  background-color: #0061ff;
}
.advantages__item.--color_4 .advantages__item-img {
  background-color: #e436ff;
}
.advantages__item.--color_5 .advantages__item-img {
  background-color: #00b2ff;
}
.advantages__item.--color_6 .advantages__item-img {
  background-color: #ee7402;
}
.advantages__item.--color_7 .advantages__item-img {
  background-color: #00bc35;
}

.download {
  position: relative;
}
.download__inner {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .download__inner {
    grid-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .download__inner {
    grid-gap: 32px;
  }
}
.download__item {
  overflow: hidden;
  padding: 16px 20px 24px;
  border: 1px solid #5b585e;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #0e0e0e;
}
@media (min-width: 375px) {
  .download__item {
    padding-bottom: 32px;
  }
}
@media (min-width: 576px) {
  .download__item {
    display: grid;
    grid-gap: 12px 24px;
    grid-template-columns: auto 1fr;
    grid-template-areas: "title title" "image text";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 20px;
  }
  .download__item:nth-child(even) {
    grid-template-areas: "title title" "text image";
  }
}
@media (min-width: 768px) {
  .download__item {
    grid-gap: 0 48px;
    grid-template-rows: auto 1fr;
    grid-template-areas: "image title" "image text";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 40px 64px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
  .download__item:nth-child(even) {
    grid-template-areas: "title image" "text image";
  }
}
@media (min-width: 1024px) {
  .download__item {
    grid-gap: 0 60px;
    padding: 60px;
  }
}
@media (min-width: 1440px) {
  .download__item {
    grid-gap: 0 56px;
    padding: 80px;
  }
}
.download__item-img {
  display: block;
  max-width: 343px;
  margin: -32px -36px -72px;
}
@media (min-width: 375px) {
  .download__item-img {
    margin-bottom: -84px;
  }
}
@media (min-width: 576px) {
  .download__item-img {
    grid-area: image;
    width: 260px;
    height: 100%;
    margin: -24px;
  }
}
@media (min-width: 768px) {
  .download__item-img {
    -ms-flex-item-align: center;
        align-self: center;
    width: 360px;
    height: 348px;
    max-width: unset;
    margin: -26px -52px -80px;
  }
}
@media (min-width: 1024px) {
  .download__item-img {
    width: 440px;
    margin: -50px -60px -80px;
  }
}
@media (min-width: 1366px) {
  .download__item-img {
    width: 530px;
    height: 384px;
    margin: -80px;
    margin-right: 0;
  }
}
.download__item-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1366px) {
  .download__item:nth-child(even) .download__item-img {
    margin-left: 0;
    margin-right: -80px;
  }
}
.download__item-title {
  margin: 0 0 12px;
}
@media (min-width: 576px) {
  .download__item-title {
    grid-area: title;
  }
}
@media (min-width: 1366px) {
  .download__item-title {
    margin: 0 0 16px;
  }
}
.download__item-text {
  color: #cccccc;
}
@media (min-width: 576px) {
  .download__item-text {
    grid-area: text;
  }
}
.download__item-text a {
  color: #589bff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.download__item-text a:hover {
  color: #005ff9;
}
.download__item-text svg {
  margin: -0.5em 0.25em;
}
.download__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  margin: 40px auto 0;
}
@media (min-width: 576px) {
  .download__more {
    margin: 60px auto 0;
  }
}
@media (min-width: 768px) {
  .download__more {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  .download__more {
    max-width: 224px;
  }
}

.sorting__inner {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .sorting__inner {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .sorting__inner {
    grid-gap: 32px;
  }
}
@media (min-width: 1440px) {
  .sorting__inner {
    grid-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.sorting__description {
  margin: 16px 0 0;
  text-align: center;
  color: #cccccc;
}
@media (min-width: 768px) {
  .sorting__description {
    margin: 12px 0 0;
  }
}
.sorting__item {
  overflow: hidden;
  min-height: 308px;
  padding: 24px 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #181818;
}
@media (min-width: 576px) {
  .sorting__item {
    min-height: 300px;
    padding: 24px 20px 56px;
  }
  .sorting__item:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .sorting__item {
    padding: 40px 40px 56px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
@media (min-width: 1024px) {
  .sorting__item {
    min-height: unset;
    padding-bottom: 64px;
  }
}
@media (min-width: 1366px) {
  .sorting__item {
    padding-bottom: 50px;
  }
  .sorting__item:last-child:nth-child(odd) {
    grid-column: unset;
  }
}
.sorting__item-img {
  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;
  width: 60px;
  height: 60px;
  margin: 0 0 20px;
  border: 1px solid;
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
.sorting__item-img:nth-child(even) .sorting__item-img-img {
  grid-column: 2;
}
.sorting__item-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.sorting__item:nth-child(n+1) .sorting__item-img {
  border-color: #0061ff;
}
.sorting__item:nth-child(n+2) .sorting__item-img {
  border-color: #6ebe47;
}
.sorting__item:nth-child(n+3) .sorting__item-img {
  border-color: #ee7402;
}
.sorting__item:nth-child(n+4) .sorting__item-img {
  border-color: #724fff;
}
.sorting__item:nth-child(n+5) .sorting__item-img {
  border-color: #ffaf37;
}
.sorting__item:nth-child(n+6) .sorting__item-img {
  border-color: #e436ff;
}
.sorting__item-title {
  margin: 0 0 12px;
}
.sorting__item-text {
  color: var(#cccccc);
}

@media (min-width: 1024px) {
  .safety .wrap__headline {
    margin: 0 0 40px;
  }
}
.safety__pagination {
  margin: 16px 0 40px;
  text-align: center;
}
.safety__pagination.owl-carousel {
  display: none;
}
@media (min-width: 768px) {
  .safety__pagination.owl-carousel {
    display: block;
  }
}
.safety__pagination .owl-stage {
  margin: 0 auto;
}
.safety__pagination .owl-stage-outer {
  overflow: visible;
}
.safety__pagination-item {
  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: 44px;
  padding: 12px 16px;
  border: 1px solid;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.safety__pagination-item:hover {
  background-color: rgba(204, 204, 204, 0.1);
}
@media (min-width: 1024px) {
  .safety__pagination-item {
    font-size: 15px;
    line-height: 20px;
  }
}
.owl-item:nth-child(4n+1) .safety__pagination-item {
  border-color: #ff8a00;
  color: #ff8a00;
}
.owl-item:nth-child(4n+1) .safety__pagination-item:active, .owl-item:nth-child(4n+1) .safety__pagination-item.--active {
  background-color: #ff8a00;
  color: white;
}
.owl-item:nth-child(4n+2) .safety__pagination-item {
  border-color: #724fff;
  color: #724fff;
}
.owl-item:nth-child(4n+2) .safety__pagination-item:active, .owl-item:nth-child(4n+2) .safety__pagination-item.--active {
  background-color: #724fff;
  color: white;
}
.owl-item:nth-child(4n+3) .safety__pagination-item {
  border-color: #6183ff;
  color: #6183ff;
}
.owl-item:nth-child(4n+3) .safety__pagination-item:active, .owl-item:nth-child(4n+3) .safety__pagination-item.--active {
  background-color: #6183ff;
  color: white;
}
.owl-item:nth-child(4n+4) .safety__pagination-item {
  border-color: #00c696;
  color: #00c696;
}
.owl-item:nth-child(4n+4) .safety__pagination-item:active, .owl-item:nth-child(4n+4) .safety__pagination-item.--active {
  background-color: #00c696;
  color: white;
}
.safety__slider .owl-stage-outer {
  overflow: visible;
}
.safety__slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.safety__slider .owl-dots {
  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: 32px 0 0;
}
@media (min-width: 768px) {
  .safety__slider .owl-dots {
    margin: 40px 0 0;
  }
}
.safety__slider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: white;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.safety__slider .owl-dots .owl-dot:hover {
  opacity: 0.8;
}
.safety__slider .owl-dots .owl-dot.active {
  opacity: 1;
}
.safety__item {
  overflow: hidden;
  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;
  width: 280px;
  height: 100%;
  padding: 32px 16px 0;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #2c2d31;
  text-align: center;
}
@media (min-width: 768px) {
  .safety__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 380px;
    padding: 60px 60px 0;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .safety__item {
    padding: 44px 44px 0;
  }
}
@media (min-width: 1366px) {
  .safety__item {
    width: 550px;
    padding: 60px 60px 0;
  }
}
.safety__item.--empty {
  background-color: transparent;
}
.safety__item-title {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .safety__item-title {
    margin: 0 0 12px;
  }
}
@media (min-width: 1366px) {
  .safety__item-title {
    margin: 0 0 16px;
  }
}
.safety__item-text {
  margin: 0 0 26px;
}
@media (min-width: 576px) {
  .safety__item-text {
    margin: 0 0 12px;
  }
}
@media (min-width: 1366px) {
  .safety__item-text {
    margin: 0;
  }
}
.safety__item-img {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  justify-self: flex-end;
  width: 280px;
  height: 220px;
  margin: auto -16px 0;
}
@media (min-width: 768px) {
  .safety__item-img {
    width: 380px;
    height: 280px;
    margin: auto -60px 0;
  }
}
@media (min-width: 1024px) {
  .safety__item-img {
    margin: auto -44px 0;
  }
}
@media (min-width: 1366px) {
  .safety__item-img {
    width: 100%;
    height: 360px;
    margin: auto auto 0;
  }
}
.safety__item-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}

.benefits__grid {
  display: grid;
  grid-gap: 80px 0;
}
@media (min-width: 768px) {
  .benefits__grid {
    grid-gap: 84px 0;
  }
}
@media (min-width: 1024px) {
  .benefits__item {
    display: grid;
    grid-gap: 0 40px;
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1440px) {
  .benefits__item {
    grid-gap: 0 24px;
  }
}
.benefits__item-img {
  overflow: hidden;
  display: block;
  margin: 0 0 32px;
  height: 300px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (min-width: 375px) {
  .benefits__item-img {
    height: 89vw;
    max-height: 430px;
  }
}
@media (min-width: 576px) {
  .benefits__item-img {
    height: auto;
    max-height: unset;
  }
}
@media (min-width: 768px) {
  .benefits__item-img {
    margin: 0 0 40px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
@media (min-width: 1024px) {
  .benefits__item-img {
    min-height: 440px;
    height: auto;
    width: 417px;
    margin: 0;
    max-height: unset;
  }
}
@media (min-width: 1440px) {
  .benefits__item-img {
    width: 640px;
  }
}
.benefits__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .benefits__item-img img {
    width: unset;
    height: auto;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .benefits__item-img img {
    height: 100%;
    width: 100%;
    margin: auto;
  }
}
.benefits__item:nth-child(odd) .benefits__item-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1024px) {
  .benefits__item-content {
    padding: 28px 0;
  }
}
@media (min-width: 1440px) {
  .benefits__item-content {
    padding: 80px 40px;
  }
}
.benefits__item-title {
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .benefits__item-title {
    margin: 0 0 16px;
  }
}
@media (min-width: 1440px) {
  .benefits__item-title {
    margin: 0 0 20px;
  }
}
.benefits__item-text {
  color: #cccccc;
}
.benefits__item-text p:not(:last-child) {
  margin: 0 0 12px;
}
@media (min-width: 1024px) {
  .benefits__item-text p:not(:last-child) {
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .benefits__item-text p:not(:last-child) {
    margin: 0 0 12px;
  }
}
.benefits__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .benefits__item-link {
    max-width: 260px;
    margin: 60px auto 0;
  }
}
@media (min-width: 1024px) {
  .benefits__item-link {
    margin-left: 0;
  }
}
@media (min-width: 1366px) {
  .benefits__item-link {
    max-width: 224px;
  }
}

.sending_files__inner {
  overflow: hidden;
  padding: 60px 20px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  background-color: #181818;
}
@media (min-width: 768px) {
  .sending_files__inner {
    padding: 60px;
  }
}
@media (min-width: 1366px) {
  .sending_files__inner {
    padding: 80px;
  }
}
.sending_files .wrap__headline {
  margin: 0 0 60px;
}
.sending_files__description {
  margin: 16px 0 0;
  text-align: center;
  color: #cccccc;
}
@media (min-width: 1366px) {
  .sending_files__description {
    font-size: 18px;
    line-height: 26px;
  }
}
.sending_files__grid {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .sending_files__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sending_files__item {
  overflow: hidden;
}
.sending_files__item-img {
  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;
  width: 60px;
  height: 60px;
  margin: 0 0 20px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  background-color: rgba(78, 116, 201, 0.36);
}
.sending_files__item-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sending_files__item-title {
  margin: 0 0 12px;
}
.sending_files__item-text {
  color: #cccccc;
}
.sending_files__more {
  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;
  width: 100%;
  max-width: 260px;
  margin: 60px auto 0;
}
@media (min-width: 1366px) {
  .sending_files__more {
    max-width: 224px;
    margin: 100px auto 0;
  }
}

.faq__item {
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  padding-right: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media (min-width: 768px) {
  .faq__item {
    padding: 36px;
    padding-right: 84px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}
@media (min-width: 1366px) {
  .faq__item {
    padding: 28px 36px;
  }
}
.faq__item:not(:last-child) {
  margin: 0 0 20px;
}
.faq__item-toggle {
  position: absolute;
  left: auto;
  top: 20px;
  right: 8px;
  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;
  width: 48px;
  height: 48px;
  border: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  font-size: 0;
  color: white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq__item-toggle {
    top: 36px;
    right: 36px;
  }
}
.faq__item-toggle:hover {
  background-color: rgba(78, 116, 201, 0.5);
}
.faq__item-toggle:before, .faq__item-toggle:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  -webkit-border-radius: 13px;
          border-radius: 13px;
  background-color: currentColor;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.faq__item-toggle:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq__item.--opened .faq__item-toggle:before {
  opacity: 0;
}
.faq__item.--opened .faq__item-toggle:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq__item-title {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .faq__item-title {
    min-height: unset;
    margin: 0;
    padding: 10px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1366px) {
  .faq__item-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.faq__item-text {
  overflow: hidden;
  display: block;
  max-height: 0;
  color: #cccccc;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (min-width: 768px) {
  .faq__item-text {
    padding: 0 10px;
  }
}
@media (min-width: 1366px) {
  .faq__item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.faq__item-text a {
  color: #589bff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.faq__item-text a:hover {
  color: #005ff9;
}
.faq__item-text p:not(:last-child) {
  margin: 0 0 0.5em;
}
.faq__item-text ul, .faq__item-text ol {
  padding-left: 1em;
  list-style-position: outside;
}
.faq__item-text ul {
  list-style-type: disc;
}
.faq__item-text ol {
  list-style-type: decimal;
}
.faq__item.--opened .faq__item-text {
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .faq__item.--opened .faq__item-text {
    margin: 0 0 10px;
  }
}

.rating {
  position: relative;
  width: 64px;
  height: 13px;
}
@media (min-width: 768px) {
  .rating {
    width: 95px;
    height: 19px;
  }
}
.rating:before, .rating:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.rating:before {
  background-image: url(img/svg-58bd575f.svg);
  background-position: -125px -10px;
  width: 64px;
  height: 14px;
}
@media (min-width: 768px) {
  .rating:before {
    background-image: url(img/svg-58bd575f.svg);
    background-position: -10px -49px;
    width: 95px;
    height: 19px;
  }
}
.rating:after {
  background-image: url(img/svg-58bd575f.svg);
  background-position: -10px -88px;
  width: 64px;
  height: 14px;
}
@media (min-width: 768px) {
  .rating:after {
    background-image: url(img/svg-58bd575f.svg);
    background-position: -10px -10px;
    width: 95px;
    height: 19px;
  }
}
.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_4-6:after {
  width: 82%;
}
@media (min-width: 768px) {
  .rating_4-6:after {
    width: 92%;
  }
}
.rating_5:after {
  width: 100%;
}

.footer {
  padding: 48px 0 8px;
}
@media (min-width: 375px) {
  .footer {
    padding: 48px 16px 8px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0 40px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 82px 0 10px;
  }
}
.footer__header {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__header {
    font-size: 34px;
    line-height: 44px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer__header {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .footer__header {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr 473px;
  }
}
.footer__part--right {
  display: none;
}
@media (min-width: 768px) {
  .footer__part--right {
    display: block;
    margin: 100px 0 0;
  }
}
@media (min-width: 1024px) {
  .footer__part--right {
    margin: 110px 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__part--right {
    margin: 32px 0 0;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .footer__bottom {
    margin: 100px 0 0;
    grid-gap: 22px 40px;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    grid-gap: 12px 40px;
  }
}
@media (min-width: 1366px) {
  .footer__bottom {
    margin: 92px 0 0;
  }
}
.footer__logo {
  display: none;
}
@media (min-width: 768px) {
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__logo svg {
  width: 165px;
  height: 38px;
}
.footer__links {
  display: none;
}
@media (min-width: 768px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__links-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #87898f;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__links-item:not(:last-child) {
  margin-right: 28px;
}
.footer__links-item:hover {
  color: white;
}
.footer__download {
  width: 100%;
  margin: 48px 0 0;
}
@media (min-width: 768px) {
  .footer__download {
    display: none;
  }
}
.footer__download-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.footer__download-btn {
  width: 100%;
  max-width: 320px;
  background-color: #2c2d31;
}
.footer__download-btn:hover {
  background-color: #005ff9;
}
.footer__store-ratings {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .footer__store-ratings {
    display: inline-grid;
    grid-gap: 24px 50px;
  }
}
.footer__store-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  min-width: 0;
}
.footer__store-rating:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__store-rating-img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .footer__store-rating-img {
    margin-right: 20px;
  }
}
.footer__store-rating-img_google-play {
  background-image: url(./../cloud-promo-photo/img/sprites.png);
  background-position: -376px -182px;
  width: 76px;
  height: 76px;
  height: 24.126984127px;
  width: 24.126984127px;
  -webkit-background-size: 140.3174603175px 120.6349206349px;
          background-size: 140.3174603175px 120.6349206349px;
  background-position: -116.1904761905px -54.6031746032px;
}
@media (min-width: 768px) {
  .footer__store-rating-img_google-play {
    height: 38px;
    width: 38px;
    -webkit-background-size: 221px 190px;
            background-size: 221px 190px;
    background-position: -183px -86px;
  }
}
.footer__store-rating-img_apple-store {
  background-image: url(./../cloud-promo-photo/img/sprites.png);
  background-position: -376px -96px;
  width: 76px;
  height: 76px;
  height: 24.126984127px;
  width: 24.126984127px;
  -webkit-background-size: 140.3174603175px 120.6349206349px;
          background-size: 140.3174603175px 120.6349206349px;
  background-position: -116.1904761905px -27.3015873016px;
}
@media (min-width: 768px) {
  .footer__store-rating-img_apple-store {
    height: 38px;
    width: 38px;
    -webkit-background-size: 221px 190px;
            background-size: 221px 190px;
    background-position: -183px -43px;
  }
}
.footer__store-rating-img_app-gallery {
  background-image: url(./../cloud-promo-photo/img/sprites.png);
  background-position: -376px -10px;
  width: 76px;
  height: 76px;
  height: 24.126984127px;
  width: 24.126984127px;
  -webkit-background-size: 140.3174603175px 120.6349206349px;
          background-size: 140.3174603175px 120.6349206349px;
  background-position: -116.1904761905px 0px;
}
@media (min-width: 768px) {
  .footer__store-rating-img_app-gallery {
    height: 38px;
    width: 38px;
    -webkit-background-size: 221px 190px;
            background-size: 221px 190px;
    background-position: -183px 0px;
  }
}
.footer__store-rating-img_rustore {
  background-image: url(./../cloud-promo-photo/img/sprites.png);
  background-position: -10px -314px;
  width: 76px;
  height: 76px;
  height: 24.126984127px;
  width: 24.126984127px;
  -webkit-background-size: 140.3174603175px 120.6349206349px;
          background-size: 140.3174603175px 120.6349206349px;
  background-position: 0px -96.5079365079px;
}
@media (min-width: 768px) {
  .footer__store-rating-img_rustore {
    height: 38px;
    width: 38px;
    -webkit-background-size: 221px 190px;
            background-size: 221px 190px;
    background-position: 0px -152px;
  }
}
.footer__store-rating-info {
  overflow: hidden;
  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: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .footer__store-rating-text {
    font-size: 21px;
    line-height: 30px;
  }
}
.footer__qr {
  display: none;
}
@media (min-width: 768px) {
  .footer__qr {
    display: block;
  }
}
@media (min-width: 1024px) {
  .footer__qr {
    display: block;
    margin-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .footer__qr {
    margin-bottom: 24px;
  }
}
.footer__actions {
  display: none;
}
@media (min-width: 768px) {
  .footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 12px;
    margin: 40px 0 0;
  }
}

.qr-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2c2d31;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 20px;
}
@media (min-width: 768px) {
  .qr-code {
    padding: 24px;
    padding-right: 38px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .qr-code {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .qr-code {
    width: 100%;
  }
}
.qr-code__code {
  width: 100px;
  height: 100px;
  display: block;
  margin-right: 24px;
  -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: white;
}
@media (min-width: 1024px) {
  .qr-code__text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .qr-code__text {
    font-size: 15px;
    line-height: 20px;
  }
}