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

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

fieldset,
img,
span {
  border: none;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

abbr,
acronym {
  border: none;
}

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

sub {
  top: 0.4em;
}

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

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

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

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

textarea {
  -webkit-appearance: none;
}

html, body {
  width: 100%;
  height: 100%;
}

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

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

b {
  font-weight: 700;
}

.download-link {
  display: none !important;
}
.download-link img {
  display: block;
}

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

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

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

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

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

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

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

.page {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page__middle {
    padding: 30px 30px 0 30px;
  }
}
@media (min-width: 1366px) {
  .page__middle {
    padding: 40px 40px 0 40px;
  }
}
@media (min-width: 1600px) {
  .page__middle {
    padding: 80px 100px 0 100px;
  }
}
@media (min-width: 1920px) {
  .page__middle {
    padding-top: 100px;
  }
}
.page__bg {
  background-color: #E6E7EC;
}
@media (min-width: 1024px) {
  .page__bg {
    -webkit-border-radius: 28px;
            border-radius: 28px;
  }
}
@media (min-width: 1920px) {
  .page__bg {
    -webkit-border-radius: 36px;
            border-radius: 36px;
  }
}

.button {
  display: inline-block;
  font-family: "MailSans", sans-serif;
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
  height: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: 0 none;
  background: #005FF9;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
@media (min-width: 768px) {
  .button {
    font-size: 12px;
    line-height: 42px;
    height: 42px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
  }
}
@media (min-width: 1366px) {
  .button {
    font-size: 16px;
    line-height: 56px;
    height: 56px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__item {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
@media (min-width: 1366px) {
  .menu__item {
    font-size: 16px;
    line-height: 20px;
  }
}
.menu__item:not(:last-child) {
  margin-right: 16px;
}
@media (min-width: 1366px) {
  .menu__item:not(:last-child) {
    margin-right: 30px;
  }
}
.menu__link {
  color: rgba(0, 0, 0, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  .menu__link:hover {
    color: rgba(0, 0, 0, 0.9);
  }
}

.header {
  display: none;
}
@media (min-width: 1024px) {
  .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    padding: 0 32px;
    background: #262626;
    z-index: 100;
  }
}
.header__logo {
  display: block;
  width: auto;
  height: 32px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__download img {
  display: block;
}
.header .menu {
  margin-right: 40px;
}
.header .menu__link {
  color: rgba(255, 255, 255, 0.6);
}
@media (hover: hover) and (pointer: fine) {
  .header .menu__link:hover {
    color: #ffffff;
  }
}
@media (min-width: 1024px) {
  .header.-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer {
  color: #ffffff;
  background: #181818;
}
.footer__wrap {
  position: relative;
  padding: 36px 34px 40px 34px;
}
@media (min-width: 768px) {
  .footer__wrap {
    padding: 30px 44px 34px 44px;
  }
}
@media (min-width: 1024px) {
  .footer__wrap {
    padding: 70px 72px 48px 72px;
  }
}
@media (min-width: 1600px) {
  .footer__wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.footer__head {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .footer__head {
    margin-bottom: 30px;
    max-width: inherit;
  }
}
@media (min-width: 1024px) {
  .footer__head {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .footer__head br {
    display: none;
  }
}
.footer__download {
  display: none;
}
@media (min-width: 768px) {
  .footer__download {
    display: block;
    position: absolute;
    top: 50px;
    right: 44px;
  }
}
@media (min-width: 1024px) {
  .footer__download {
    top: 74px;
    right: 72px;
  }
}
@media (min-width: 1600px) {
  .footer__download {
    right: 100px;
  }
}
.footer__download img {
  display: block;
}
.footer__bottom {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .footer__bottom {
    margin-top: 90px;
  }
}
.footer__logo {
  display: inline-block;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-top: 0;
  }
}
.footer__logo img {
  display: block;
}
@media (min-width: 1024px) {
  .footer__logo img {
    height: 38px;
  }
}
@media (min-width: 768px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__menuitem {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1600px) {
  .footer__menuitem {
    font-size: 15px;
    line-height: 19px;
  }
}
.footer__menuitem:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__menuitem:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer__menuitem:not(:last-child) {
    margin-right: 42px;
  }
}
.footer__menuitem a {
  color: #a3a3a3;
}
@media (hover: hover) and (pointer: fine) {
  .footer__menuitem a:hover {
    color: #ffffff;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__item:not(:last-child) {
  margin-right: 9px;
}
@media (min-width: 768px) {
  .social__item:not(:last-child) {
    margin-right: 12px;
  }
}
.social__link {
  width: 32px;
}
@media (min-width: 768px) {
  .social__link {
    width: 40px;
  }
}
.social__link img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .start {
    padding-bottom: 50px;
  }
}
@media (min-width: 1366px) {
  .start {
    padding-bottom: 73px;
  }
}
@media (min-width: 1600px) {
  .start {
    padding-bottom: 93px;
  }
}
@media (min-width: 1920px) {
  .start {
    padding-bottom: 128px;
  }
}
.start__wrap {
  padding-top: 64px;
  padding-bottom: 62px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url("img/start-bg-768.jpg");
  -webkit-background-size: 1068px auto;
          background-size: 1068px auto;
}
@media (min-width: 768px) {
  .start__wrap {
    padding-top: 56px;
    padding-bottom: 83px;
  }
}
@media (min-width: 1024px) {
  .start__wrap {
    position: relative;
    padding-top: 60px;
    padding-bottom: 180px;
    background-image: url("img/start-bg-1366@2x.jpg");
    -webkit-border-top-left-radius: 28px;
            border-top-left-radius: 28px;
    -webkit-border-top-right-radius: 28px;
            border-top-right-radius: 28px;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}
@media (min-width: 1366px) {
  .start__wrap {
    padding-top: 90px;
    padding-bottom: 236px;
    background-image: url("img/start-bg-1600@2x.jpg");
  }
}
@media (min-width: 1600px) {
  .start__wrap {
    padding-top: 100px;
    padding-bottom: 266px;
    background-image: url("img/start-bg-1920@2x.jpg");
  }
}
@media (min-width: 1920px) {
  .start__wrap {
    padding-top: 130px;
    padding-bottom: 320px;
    -webkit-border-top-left-radius: 36px;
            border-top-left-radius: 36px;
    -webkit-border-top-right-radius: 36px;
            border-top-right-radius: 36px;
  }
}
.start__wrap:before {
  display: block;
  content: "";
  width: 306px;
  height: 250px;
  margin: 0 auto 18px auto;
  -webkit-transform: translateX(13px);
          transform: translateX(13px);
  background-image: url("img/start-img-768@2x.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (min-width: 375px) {
  .start__wrap:before {
    width: 347px;
    height: 283px;
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
}
@media (min-width: 768px) {
  .start__wrap:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .start__wrap:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 603px;
    height: 597px;
    margin: 0;
    background-image: url("img/start-img-1024@2x.png");
    background-position: 0 0;
    -webkit-border-top-left-radius: 28px;
            border-top-left-radius: 28px;
    -webkit-border-top-right-radius: 28px;
            border-top-right-radius: 28px;
  }
}
@media (min-width: 1366px) {
  .start__wrap:before {
    width: 804px;
    height: 795px;
    background-image: url("img/start-img-1366@2x.png");
  }
}
@media (min-width: 1600px) {
  .start__wrap:before {
    width: 876px;
    height: 866px;
    background-image: url("img/start-img-1600@2x.png");
  }
}
@media (min-width: 1920px) {
  .start__wrap:before {
    width: 1076px;
    height: 1064px;
    background-image: url("img/start-img-1920@2x.png");
  }
}
.start__content {
  max-width: 520px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 0 28px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .start__content {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .start__content {
    margin: 0 0 0 6%;
    width: 37%;
    max-width: inherit;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .start__content {
    width: 38%;
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .start__content {
    margin-left: 10%;
    width: 35%;
  }
}
@media (min-width: 1920px) {
  .start__content {
    margin-left: 8%;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .start__content p {
    width: 75%;
    margin: 0 auto;
  }
}
.start__title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .start__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .start__title {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .start__title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1920px) {
  .start__title {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .start__title br {
    display: none;
  }
}
.start__menu {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .start__menu {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .start__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .start__menu {
    margin-bottom: 43px;
  }
}
@media (min-width: 1600px) {
  .start__menu {
    margin-bottom: 72px;
  }
}
@media (min-width: 1920px) {
  .start__menu {
    margin-bottom: 100px;
  }
}
.start__menu .menu {
  display: none;
}
@media (min-width: 1024px) {
  .start__menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.start__logo {
  display: block;
  width: auto;
  height: 60px;
  margin: 0 auto 16px auto;
}
@media (min-width: 768px) {
  .start__logo {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .start__logo {
    height: 52px;
    margin: 0 23px 0 0;
  }
}
@media (min-width: 1366px) {
  .start__logo {
    height: auto;
    margin-right: 30px;
  }
}
.start__button {
  display: none;
}
@media (min-width: 1024px) {
  .start__button {
    display: inline-block;
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  .start__button {
    margin-top: 44px;
  }
}
@media (min-width: 1920px) {
  .start__button {
    margin-top: 66px;
  }
}
@media (min-width: 1024px) {
  .start__button .button {
    width: 166px;
  }
}
@media (min-width: 1366px) {
  .start__button .button {
    width: 220px;
  }
}
@media (min-width: 1920px) {
  .start__button .button {
    width: 250px;
    font-size: 20px;
    line-height: 68px;
    height: 68px;
  }
}

.features {
  display: none;
}
@media (min-width: 1024px) {
  .features {
    display: block;
  }
}
.features__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 965px;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  .features__block {
    max-width: 1288px;
  }
}
.features__block.-invert {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.features__block.-invert .features__content {
  padding-left: 120px;
}
@media (min-width: 1366px) {
  .features__block.-invert .features__content {
    padding-left: 163px;
  }
}
.features__block.-features1 .features__picture {
  height: 531px;
}
@media (min-width: 1366px) {
  .features__block.-features1 .features__picture {
    height: 709px;
  }
}
.features__block.-features1 .features__picture img {
  top: -54px;
  left: 0;
  width: 528px;
  height: 644px;
}
@media (min-width: 1366px) {
  .features__block.-features1 .features__picture img {
    width: 746px;
    height: 914px;
  }
}
.features__block.-features2 .features__picture {
  height: 339px;
}
@media (min-width: 1366px) {
  .features__block.-features2 .features__picture {
    height: 453px;
  }
}
.features__block.-features2 .features__picture img {
  top: 0;
  left: -36px;
  width: 510px;
  height: 339px;
}
@media (min-width: 1366px) {
  .features__block.-features2 .features__picture img {
    left: -47px;
    width: 682px;
    height: 453px;
  }
}
.features__block.-features3 .features__picture {
  height: 519px;
}
@media (min-width: 1366px) {
  .features__block.-features3 .features__picture {
    height: 690px;
  }
}
.features__block.-features3 .features__picture img {
  top: 0;
  left: 0;
  width: 486px;
  height: 512px;
}
@media (min-width: 1366px) {
  .features__block.-features3 .features__picture img {
    width: 648px;
    height: 683px;
  }
}
.features__block.-features4 .features__picture {
  height: 600px;
}
@media (min-width: 1366px) {
  .features__block.-features4 .features__picture {
    height: 796px;
  }
}
.features__block.-features4 .features__picture img {
  top: 0;
  left: -87px;
  width: 581px;
  height: 668px;
}
@media (min-width: 1366px) {
  .features__block.-features4 .features__picture img {
    left: -88px;
    width: 723px;
    height: 816px;
  }
}
.features__block.-features4 .features__text {
  padding-top: 120px;
}
.features__img, .features__content {
  width: 50%;
}
.features__content {
  position: relative;
  padding-left: 38px;
}
@media (min-width: 1366px) {
  .features__content {
    padding-left: 50px;
  }
}
.features__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  max-width: 90%;
  margin-bottom: 24px;
}
@media (min-width: 1366px) {
  .features__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.features__download {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .features__download .button {
    width: 166px;
  }
}
@media (min-width: 1366px) {
  .features__download .button {
    width: 220px;
  }
}
.features__text {
  width: 323px;
  padding-top: 30px;
}
@media (min-width: 1366px) {
  .features__text {
    width: 390px;
  }
}
.features__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 30px;
  color: #858FA4;
  width: 28px;
  height: 28px;
  background: #ffffff;
  margin-bottom: 24px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
@media (min-width: 1366px) {
  .features__num {
    font-size: 18px;
    line-height: 43px;
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
  }
}
.features__picture {
  display: block;
  position: relative;
}
.features__picture img {
  display: block;
  position: absolute;
}

.features-carousel {
  padding-top: 30px;
  padding-bottom: 54px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .features-carousel {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .features-carousel {
    display: none;
  }
}
.features-carousel__item {
  padding: 0 32px;
}
.features-carousel__block {
  font-size: 15px;
  line-height: 24px;
  max-width: 475px;
  margin: 0 auto;
}
.features-carousel__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
}
.features-carousel__img {
  position: relative;
  max-width: 340px;
  height: 255px;
  margin: 0 -32px 86px -32px;
}
@media (min-width: 375px) {
  .features-carousel__img {
    margin-left: auto;
    margin-right: auto;
    height: 320px;
  }
}
.features-carousel__img.-features1 img {
  width: 417px;
}
@media (min-width: 375px) {
  .features-carousel__img.-features1 img {
    width: 517px;
  }
}
.features-carousel__img.-features2 img, .features-carousel__img.-features3 img {
  width: 284px;
}
@media (min-width: 375px) {
  .features-carousel__img.-features2 img, .features-carousel__img.-features3 img {
    width: 340px;
  }
}
.features-carousel__img.-features4 img {
  width: 369px;
}
@media (min-width: 375px) {
  .features-carousel__img.-features4 img {
    width: 436px;
  }
}
.features-carousel__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.features-carousel .owl-dots {
  position: absolute;
  top: 295px;
  left: 0;
  right: 0;
  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;
}
@media (min-width: 375px) {
  .features-carousel .owl-dots {
    top: 364px;
  }
}
.features-carousel .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;
}
.features-carousel .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background: #005FF9;
}

.disk {
  padding: 40px 18px 58px 18px;
}
@media (min-width: 768px) {
  .disk {
    padding: 60px 60px 50px 60px;
  }
}
@media (min-width: 1024px) {
  .disk {
    padding: 84px 0 84px 0;
  }
}
@media (min-width: 1366px) {
  .disk {
    padding: 100px 0 117px 0;
  }
}
.disk__wrap {
  position: relative;
  max-width: 808px;
  margin: 0 auto;
  padding: 32px 15px 20px 15px;
  background: #ffffff;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
@media (min-width: 768px) {
  .disk__wrap {
    padding: 34px 0 34px 42px;
  }
}
@media (min-width: 1366px) {
  .disk__wrap {
    max-width: 1074px;
    padding: 42px 0 42px 56px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
.disk__wrap:before {
  display: none;
}
@media (min-width: 768px) {
  .disk__wrap:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 140px;
    height: 140px;
    background: url("img/disk-bg.png") no-repeat 0 0;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media (min-width: 1024px) {
  .disk__wrap:before {
    right: 84px;
    width: 158px;
    height: 158px;
  }
}
@media (min-width: 1366px) {
  .disk__wrap:before {
    right: 109px;
    width: 210px;
    height: 210px;
  }
}
.disk__content {
  padding: 0 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .disk__content {
    width: 66%;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .disk__content {
    width: 59%;
  }
}
@media (min-width: 1024px) {
  .disk__content p {
    max-width: 88%;
  }
}
.disk__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
  color: #000000;
}
@media (min-width: 768px) {
  .disk__title {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .disk__title {
    width: auto;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1366px) {
  .disk__title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 18px;
  }
}
.disk .button {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .disk .button {
    width: 166px;
  }
}
@media (min-width: 1366px) {
  .disk .button {
    width: 220px;
    margin-top: 38px;
  }
}

.info {
  padding: 0 22px 60px 22px;
}
@media (min-width: 768px) {
  .info {
    padding: 0 0 64px 0;
  }
}
@media (min-width: 1024px) {
  .info {
    padding-bottom: 100px;
  }
}
.info__content {
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .info__content {
    margin-left: 6%;
    max-width: inherit;
    width: 665px;
  }
}
@media (min-width: 1366px) {
  .info__content {
    width: 63%;
  }
}
@media (min-width: 1600px) {
  .info__content {
    margin-left: 10%;
    width: 58%;
  }
}
@media (min-width: 1920px) {
  .info__content {
    margin-left: 8%;
    width: 47%;
  }
}
.info__logo {
  display: block;
  width: auto;
  height: 60px;
  margin: 0 auto 18px auto;
}
@media (min-width: 1024px) {
  .info__logo {
    height: 52px;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 1366px) {
  .info__logo {
    display: none;
  }
}
.info__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  text-align: center;
}
@media (min-width: 1024px) {
  .info__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 28px;
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .info__title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 36px;
  }
}
.info__button {
  display: none;
}
@media (min-width: 1024px) {
  .info__button {
    display: block;
  }
}
@media (min-width: 1024px) {
  .info__button .button {
    width: 166px;
  }
}
@media (min-width: 1366px) {
  .info__button .button {
    width: 220px;
  }
}

.reviews {
  padding: 30px 0 42px 0;
}
@media (min-width: 768px) {
  .reviews {
    padding: 36px 0 36px 0;
  }
}
@media (min-width: 1024px) {
  .reviews {
    padding: 40px 0 60px 0;
  }
}
@media (min-width: 1366px) {
  .reviews {
    padding: 60px 0 80px 0;
  }
}
.reviews__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 52px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .reviews__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .reviews__title {
    text-align: left;
    padding-left: 30px;
  }
}
@media (min-width: 1366px) {
  .reviews__title {
    font-size: 40px;
    margin-bottom: 60px;
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .reviews__title {
    font-size: 40px;
    margin-bottom: 60px;
    padding-left: 100px;
  }
}
.reviews__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 1024px) {
  .reviews__carousel:before, .reviews__carousel:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 54px;
    z-index: 1;
  }
}
@media (min-width: 1024px) and (min-width: 1366px) {
  .reviews__carousel:before, .reviews__carousel:after {
    width: 72px;
  }
}
@media (min-width: 1024px) and (min-width: 1600px) {
  .reviews__carousel:before, .reviews__carousel:after {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .reviews__carousel:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1024px) {
  .reviews__carousel:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  }
}
.reviews__item {
  width: 292px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 14px;
  padding-right: 14px;
}
.reviews__item:not(:first-child) {
  display: none;
}
@media (min-width: 375px) {
  .reviews__item {
    width: 320px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .reviews__item {
    width: 344px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .reviews__item {
    padding-right: 24px;
  }
}
@media (min-width: 1366px) {
  .reviews__item {
    width: 460px;
    padding-right: 30px;
  }
}
@media (min-width: 375px) {
  .reviews__item.-first {
    padding-left: 18px;
  }
}
@media (min-width: 768px) {
  .reviews__item.-first {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .reviews__item.-first {
    padding-left: 54px;
  }
}
@media (min-width: 1366px) {
  .reviews__item.-first {
    padding-left: 72px;
  }
}
@media (min-width: 1600px) {
  .reviews__item.-first {
    padding-left: 100px;
  }
}
.reviews__block {
  display: block;
  position: relative;
  height: 280px;
  font-size: 15px;
  line-height: 25px;
  padding: 16px 20px 0 20px;
  background: #FFFFFF;
  border: 2px solid #DADADA;
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
@media (min-width: 768px) {
  .reviews__block {
    height: 216px;
    font-size: 12px;
    line-height: 20px;
    padding: 24px 30px 0 30px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
@media (min-width: 1366px) {
  .reviews__block {
    height: 290px;
    font-size: 16px;
    line-height: 28px;
    padding: 32px 40px 0 40px;
    -webkit-border-radius: 28px;
            border-radius: 28px;
  }
}
.reviews__block:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
}
@media (min-width: 768px) {
  .reviews__block:after {
    left: 30px;
    right: 30px;
    bottom: 0;
  }
}
@media (min-width: 1366px) {
  .reviews__block:after {
    left: 40px;
    right: 40px;
  }
}
.reviews__block.-link {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #333333;
}
.reviews__block.-link span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.reviews__block.-link svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reviews__name {
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .reviews__name {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1366px) {
  .reviews__name {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 14px;
  }
}
.reviews__text {
  max-height: 100px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .reviews__text {
    max-height: 85px;
  }
}
.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .reviews__top {
    margin-bottom: 18px;
  }
}
@media (min-width: 1366px) {
  .reviews__top {
    margin-bottom: 24px;
  }
}
.reviews__autor {
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #9F9F9F;
}
@media (min-width: 768px) {
  .reviews__autor {
    font-size: 12px;
    line-height: 30px;
  }
}
@media (min-width: 1366px) {
  .reviews__autor {
    font-size: 16px;
    line-height: 40px;
  }
}
.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__rating svg {
  margin: 0 2px;
  width: 14px;
  height: 14px;
}
@media (min-width: 1366px) {
  .reviews__rating svg {
    width: 18px;
    height: 18px;
  }
}
.reviews .owl-nav .owl-prev,
.reviews .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
  z-index: 2;
}
.reviews .owl-nav .owl-prev.disabled,
.reviews .owl-nav .owl-next.disabled {
  visibility: hidden;
}
.reviews .owl-nav .owl-prev span,
.reviews .owl-nav .owl-next span {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 80px;
  background: #005FF9;
}
.reviews .owl-nav .owl-prev span:after,
.reviews .owl-nav .owl-next span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url("img/reviews-carousel-arrow.svg") no-repeat 0 0;
}
.reviews .owl-nav .owl-prev {
  left: 0;
}
.reviews .owl-nav .owl-prev span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
}
.reviews .owl-nav .owl-next {
  right: 0;
}
.reviews .owl-nav .owl-next span {
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
}
.reviews .owl-nav .owl-next span:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(-1, 1);
          transform: translateX(-50%) translateY(-50%) scale(-1, 1);
}
.reviews .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-top: 44px;
}
@media (min-width: 768px) {
  .reviews .owl-dots {
    margin-top: 36px;
  }
}
.reviews .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;
}
.reviews .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background: #005FF9;
}