/*! 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 {
  position: relative;
  min-width: 320px;
  font: 400 18px/1.44 "MailSans", sans-serif;
  overflow-x: hidden;
  color: #fff;
  background: #19191A;
  text-rendering: optimizeSpeed;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  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; }

::-webkit-input-placeholder {
  color: #A3A3A3; }

::-moz-placeholder {
  color: #A3A3A3; }

::-ms-input-placeholder {
  color: #A3A3A3; }

::placeholder {
  color: #A3A3A3; }

::-moz-selection {
  background-color: #005FF9;
  color: #fff; }

::selection {
  background-color: #005FF9;
  color: #fff; }

input,
textarea {
  outline: none; }
  input:focus:required:invalid,
  textarea:focus:required:invalid {
    border-color: red; }
  input:required:valid,
  textarea:required:valid {
    border-color: green; }

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

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

h1 {
  margin: 0 0 0.5em;
  font: 500 98px/155px "MailSans", sans-serif;
  letter-spacing: -5px; }

h2 {
  margin: 0 0 0.5em;
  font: 500 46px/56px "MailSans", sans-serif; }

h3 {
  margin: 0 0 0.5em;
  font: 500 24px/35px "MailSans", sans-serif; }

p {
  margin: 0 0 1.6em; }

i {
  font-style: italic;
  color: #A3A3A3; }

b {
  font-weight: 500; }

.footer__wrapper {
  background-color: #000 !important; }

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

.section {
  position: relative;
  z-index: 1;
  margin: 0 0 90px; }
  .section_inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; }

.header {
  position: relative;
  z-index: 5;
  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; }
  .header a {
    display: block;
    color: #A3A3A3;
    -webkit-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }
    .header a:hover {
      text-decoration: none;
      color: #fff; }
  .header_logo {
    display: block;
    margin: 0 35px 0 0; }
    .header_logo img {
      display: block;
      margin: 0;
      width: 155px;
      height: 36px; }
  .header_menu {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
        -ms-flex: 6;
            flex: 6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none; }
    .header_menu li {
      margin: 0 0 0 65px; }
    .header_menu_login-link a {
      font-weight: 500;
      color: #fff; }
      .header_menu_login-link a:hover {
        color: #A3A3A3; }
    .header_menu_open {
      display: none;
      cursor: pointer; }
    .header_menu_close {
      display: none;
      cursor: pointer; }

.button {
  display: inline-block;
  text-align: center;
  padding: 0 32px;
  height: 60px;
  font: 500 20px/60px "MailSans", sans-serif;
  color: #fff !important;
  background: #005FF9;
  -webkit-transition: background 300ms, color 300ms;
  -o-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
  -webkit-border-radius: 16px;
          border-radius: 16px; }
  .button:hover {
    text-decoration: none;
    background: #2276FF; }
  .button_white {
    color: #fff !important;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); }
    .button_white:hover {
      color: #000 !important;
      background: #fff;
      -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5); }

.section__main {
  position: relative;
  z-index: 3; }

.main {
  position: relative;
  text-align: center;
  padding: 0 0 40px; }
  .main h1 {
    margin: 0 0 40px;
    font-weight: 500; }
    .main h1 span {
      position: relative;
      display: inline-block;
      border: 3.27px solid #005FF9; }
    .main h1 b {
      position: relative;
      display: block;
      font-weight: 700;
      padding: 0 22px 0 18px;
      color: #005FF9; }
    .main h1 span:before, .main h1 span:after, .main h1 b:before, .main h1 b:after {
      content: '';
      position: absolute;
      display: block;
      margin: -9px;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 3.27px solid #005FF9;
      background: #fff; }
    .main h1 span:before {
      top: 0;
      left: 0; }
    .main h1 span:after {
      top: 0;
      right: 0; }
    .main h1 b:before {
      bottom: 0;
      left: 0; }
    .main h1 b:after {
      bottom: 0;
      right: 0; }
  .main p {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 1.5; }
  .main_image {
    position: absolute;
    display: block;
    top: 0;
    -o-object-fit: contain;
       object-fit: contain; }
    .main_image_left, .main_image_left-small {
      right: 50%;
      margin: -55px 400px 0 0;
      width: 308px;
      height: 357px; }
    .main_image_left-small {
      display: none; }
    .main_image_right {
      left: 50%;
      margin: -50px 0 0 340px;
      width: 400px;
      height: 465px; }
  .main_icon-1 {
    right: 50%;
    margin: -110px 330px 0 0;
    width: 51.5px;
    height: 51px; }
  .main_icon-2 {
    right: 50%;
    margin: 20px 400px 0 0;
    width: 52.5px;
    height: 52px; }
  .main_icon-3 {
    right: 50%;
    margin: 244px 280px 0 0;
    width: 25px;
    height: 47px; }
  .main_icon-4 {
    left: 50%;
    margin: -100px 0 0 300px;
    width: 51px;
    height: 46px; }
  .main .button-mobile {
    display: none; }

.service {
  position: relative;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 100px 40px;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  color: #000;
  background: #F4F4F4; }
  .service_header {
    margin: 0 0 30px; }
    .service_header h2 {
      margin: 0 0 15px;
      font-size: 46px; }
    .service_header p {
      margin: 0;
      font-size: 28px;
      color: #3A3B3D; }
  .service_section {
    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; }
    .service_section_col {
      width: 50%;
      padding: 0 10px 0 0; }
      .service_section_col:last-child {
        padding: 0 0 0 10px; }
  .service_box {
    margin: 0 0 20px;
    padding: 24px 24px 8px 24px;
    -webkit-border-radius: 32px;
            border-radius: 32px;
    color: #000;
    background: #fff; }
    .service_box__main {
      padding: 33px 26px 42px; }
    .service_box.mob {
      display: none; }
  .service_list {
    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; }
    .service_list_col {
      width: 35.5%; }
      .service_list_col:last-child {
        width: 29%; }
  .service_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 40px; }
    .service_item:last-child {
      margin: 0 0 16px; }
    .service_item_icon {
      width: 50px;
      min-width: 50px; }
      .service_item_icon img {
        display: block;
        width: 100%; }
    .service_item_text {
      width: 100%;
      padding: 0 0 0 15px; }
      .service_item_text h3 {
        margin: 0 0 3px;
        font-size: 18px;
        line-height: 25px; }
      .service_item_text p {
        margin: 0;
        color: #898989;
        font-size: 13px;
        letter-spacing: -0.5px; }
    .service_item.mob {
      display: none; }
  .service_footer {
    font-size: 11px; }
    .service_footer, .service_footer a {
      color: #919399; }
    .service_footer a {
      text-decoration: underline; }

.capability {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 25px; }
  .capability_list {
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -75px 0 0; }
  .capability_item {
    width: 333.3px;
    min-width: 333.3px;
    padding: 0 30px;
    margin: 75px 0 0; }
    .capability_item_icon {
      margin: 0 0 38px; }
      .capability_item_icon img {
        display: block;
        width: 74px !important; }
    .capability_item_text h3 {
      margin: 0 0 20px; }
    .capability_item_text p {
      margin: 0;
      color: #A3A3A3; }
  .capability .owl-dots {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 27px 0 0; }
    .capability .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      margin: 0 7px;
      background: rgba(0, 95, 249, 0.4);
      -webkit-border-radius: 100%;
              border-radius: 100%;
      outline: none; }
      .capability .owl-dots .owl-dot.active {
        width: 10px;
        height: 10px;
        background: #005FF9; }

.autodelete {
  position: relative;
  margin: 0 auto;
  max-width: 1020px; }
  .autodelete_header {
    margin: 0 0 60px;
    text-align: center; }
    .autodelete_header h2 {
      margin: 0 0 24px; }
    .autodelete_header h3 {
      margin: 0 0 10px;
      font-size: 24px;
      color: #005FF9; }
    .autodelete_header p {
      max-width: 666px;
      margin: 0 auto;
      color: #A3A3A3; }
  .autodelete_content {
    position: relative;
    -webkit-border-radius: 32px;
            border-radius: 32px;
    background: #F3F3F5;
    overflow: hidden; }
  .autodelete_video {
    position: relative;
    margin: 0 auto;
    width: 560px;
    height: 510px;
    max-width: 100%;
    max-height: 85vw; }
  .autodelete_player {
    position: relative;
    width: 100%;
    height: 100%; }

.try {
  position: relative;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: center; }
  .try h3 {
    margin: 0 0 40px; }

.tariff {
  position: relative;
  margin: 0 auto;
  max-width: 1160px; }
  .tariff_header {
    margin: 0 0 100px;
    text-align: center; }
    .tariff_header h2 {
      margin: 0 0 24px; }
    .tariff_header p {
      max-width: 666px;
      margin: 0 auto;
      color: #A3A3A3; }
  .tariff__slider {
    position: relative;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    text-align: center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .tariff__item {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 15px;
    padding: 33px 0 0;
    width: 260px;
    min-width: 260px;
    white-space: normal;
    -webkit-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    position: relative; }
  .tariff__inner {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 40px 25px 40px;
    min-height: 640px;
    color: #fff;
    background: #000;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    max-width: 260px; }
  .tariff__item_promo .tariff__inner {
    color: #000;
    background: #fff; }
  .tariff__label {
    position: absolute;
    z-index: -1;
    bottom: 100%;
    left: 0;
    width: 100%;
    margin: 0 0 -20px;
    padding: 0 20px 20px;
    -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    background: #FF8C00; }
  .tariff__type {
    position: relative;
    display: block;
    padding-top: 54px;
    padding-left: 92px;
    text-align: center;
    height: 137px;
    margin-bottom: 20px; }
    .tariff__type.-pro {
      padding-left: 0;
      padding-top: 0;
      height: auto; }
  .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;
      font-weight: 700; }
  .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 30px;
    -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__privilege {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    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: 40px;
    text-align: left; }
  .tariff__feature {
    display: block;
    position: relative;
    padding-left: 40px; }
    .tariff__feature:not(:last-child) {
      margin-bottom: 20px; }
    .tariff__feature img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto !important; }
    .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__feature a {
      color: #005FF9; }
  .tariff__feature-combo {
    margin: 24px -7px 27px;
    padding: 24px 0;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    white-space: nowrap; }
    .tariff__feature-combo img {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 10px 0 0;
      width: 60px !important;
      height: 15px !important; }
  .tariff__item_promo .tariff__feature-combo {
    border-color: rgba(0, 16, 61, 0.12); }
  .tariff .button {
    display: block;
    padding: 0; }
    .tariff .button span {
      display: none; }
      .tariff .button span.-current {
        display: inline-block; }
  .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: #000;
      -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: -66px; }
  .tariff .owl-nav .owl-next {
    right: -66px; }
    .tariff .owl-nav .owl-next span:before {
      -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1);
              transform: translateX(-50%) translateY(-50%) scale(-1, 1); }
  .tariff .owl-dots {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    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;
    margin: 27px 0 0; }
    .tariff .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      margin: 0 7px;
      background: rgba(0, 95, 249, 0.4);
      -webkit-border-radius: 100%;
              border-radius: 100%;
      outline: none; }
      .tariff .owl-dots .owl-dot.active {
        width: 10px;
        height: 10px;
        background: #005FF9; }

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

.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; }
  @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__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; } }
  @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: 1000px) {
      .section_inner {
        width: 920px; }
    .header {
      padding: 40px 0 0;
      font-size: 18px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 160px; }
      .header_logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  @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: 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) {
      .section_inner {
        width: 1175px; }
    .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-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .footer__qr {
      display: block;
      margin-bottom: 24px; }
    .footer__links {
      text-align: left; }
      .footer__links:last-child {
        margin-top: 0;
        margin-left: 22px; } }
  @media (min-width: 1441px) {
      .section_inner {
        width: 1195px; } }
  @media (min-width: 1681px) {
      .section_inner {
        width: 1275px; }
        .header_logo img {
          width: 139px;
          height: 32px; } }
  @media (max-width: 1280px) {
    .download-link_cloud-photo_freespace {
      margin-bottom: 12px; } }
  @media (max-width: 1365px) {
    body {
      font-size: 16px; }
    h2 {
      font-size: 40px;
      line-height: 50px; }
    h3 {
      font-size: 22px;
      line-height: 32px; }
        .main_image_left, .main_image_left-small {
          display: none; }
        .main_image_left-small {
          display: block;
          margin: -55px 325px 0 0;
          width: 189px;
          height: 357px; }
        .main_image_right {
          margin: -50px 0 0 280px; }
      .main_icon-2 {
        display: none; }
      .main_icon-3 {
        margin: 244px 280px 0 0; }
      .main_icon-4 {
        margin: -70px 0 0 232px; }
    .service {
      padding: 50px 50px 30px; }
    .capability {
      padding: 0 0 10px; }
      .capability_item {
        width: 306.6px;
        min-width: 306.6px;
        padding: 0 25px; }
    .tariff {
      max-width: 850px; } }
  @media (max-width: 374px) {
      .section_inner {
        display: block;
        padding: 0 20px; }
    .capability {
      margin: 0 -20px; }
    .tariff {
      margin: 0 -20px; } }
  @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; } }
  @media (max-width: 414px) {
    .button {
      display: block;
      padding: 0 10px; } }
  @media (max-width: 999px) {
    h1 {
      font-size: 13vw;
      line-height: 1.5;
      letter-spacing: -0.1vw; }
    h2 {
      font-size: 32px;
      line-height: 40px; }
    .section {
      margin: 0 0 60px; }
      .section_inner {
        display: block;
        padding: 0 28px; }
    .header {
      padding: 25px 0 60px; }
      .header_logo {
        margin: 0; }
        .header_logo img {
          width: 122px;
          height: 28px; }
      .header_menu {
        position: fixed;
        z-index: 111;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 100px 28px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        background: #000;
        -webkit-transition: -webkit-transform 300ms;
        transition: -webkit-transform 300ms;
        -o-transition: transform 300ms;
        transition: transform 300ms;
        transition: transform 300ms, -webkit-transform 300ms;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
        .header_menu.opened {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
        .header_menu li {
          margin: 0 0 30px;
          font-size: 22px;
          font-weight: 500; }
          .header_menu li a {
            color: #fff; }
      .header_menu_login-link {
        margin: 20px 0 0 !important; }
        .header_menu_login-link a {
          color: #A3A3A3 !important; }
        .header_menu_open {
          display: block;
          position: absolute;
          top: 30px;
          left: 0;
          z-index: 10;
          width: 21px;
          height: 16px;
          border: 2px solid #fff;
          border-width: 2px 0 2px; }
          .header_menu_open:before {
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff; }
        .header_menu_close {
          display: block;
          position: absolute;
          padding: 0 10px;
          top: 0;
          right: 0;
          z-index: 15;
          font-weight: 400 !important;
          margin: 20px !important;
          font-size: 50px !important;
          line-height: 1 !important; }
    .button {
      padding: 0 50px; }
    .main {
      padding: 0 0 15px; }
      .main h1 {
        margin: 0 0 33px; }
        .main h1 b {
          padding: 0 3vw; }
      .main p {
        font-size: 18px; }
        .main p br {
          display: none; }
      .main_image {
        display: none; }
        .main_image_left-small {
          display: none; }
        .main_image_right {
          display: none; }
      .main .button-mobile {
        display: block; }
    .main .button-desktop {
      display: none; }
    .service {
      padding: 40px 40px 20px; }
      .service_header {
        margin: 0 0 25px; }
        .service_header h2 {
          font-size: 40px; }
        .service_box__main {
          padding: 28px; }
      .service_list {
        margin: 0 0 10px; }
        .service_list_col {
          width: 50%; }
        .service_list_col.deskt {
          display: none; }
      .service_item {
        margin: 0 0 40px; }
        .service_item.mob {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
    .capability {
      width: 100vw;
      max-width: 100vw;
      margin: 0 -28px; }
      .capability_list {
        display: block !important;
        margin: 0; }
      .capability_item {
        width: 270px;
        min-width: 270px;
        padding: 0 22px 0 28px;
        margin: 0; }
        .capability_item_icon {
          margin: 0 0 20px; }
        .capability_item_text h3 {
          margin: 0 0 15px; }
      .autodelete_header {
        margin: 0 0 40px; }
      .try h3 {
        margin: 0 0 30px;
        font-size: 32px;
        line-height: 40px; }
        .try h3 br {
          display: none; }
    .tariff {
      padding: 0 0 25px;
      width: 100vw;
      max-width: 100vw;
      margin: 0 -28px; }
      .tariff_header {
        margin: 0 0 40px; }
      .tariff__item {
        margin: 0 10px; } }
  @media (max-width: 767px) {
    .service {
      padding: 0;
      color: #fff;
      background: none; }
      .service_header {
        margin: 0 0 20px; }
        .service_header h2 {
          margin: 0 0 10px;
          font-size: 32px; }
          .service_header h2 br {
            display: none; }
        .service_header p {
          color: #A3A3A3; }
        .service_header p {
          font-size: 16px; }
      .service_section {
        display: block; }
        .service_section_col {
          width: 100%;
          padding: 0 !important; }
      .service_box {
        padding: 28px 28px 8px 28px; }
        .service_box__main {
          padding: 28px 28px 36px; }
        .service_box.mob {
          display: block; }
      .service_box.deskt {
        display: none; }
      .service_list {
        display: block;
        margin: 0 0 0px; }
        .service_list_col {
          width: 100%; }
        .service_item:last-child {
          margin: 0 0 25px; }
      .service_item {
        margin: 0 0 25px; }
  .section#try {
    display: none; } }
