/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Light.woff") format("woff"),
    url("../fonts/Montserrat-Light.woff") format("woff2"),
    url("../fonts/Montserrat-Light.ttf") format("truetype"),
    url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.woff") format("woff2"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.woff") format("woff2"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Semibold";
  src: url("../fonts/Montserrat-Semibold.eot");
  src: url("../fonts/Montserrat-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-Semibold.woff") format("woff"),
    url("../fonts/Montserrat-Semibold.woff") format("woff2"),
    url("../fonts/Montserrat-Semibold.ttf") format("truetype"),
    url("../fonts/Montserrat-Semibold.svg#Montserrat-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.woff") format("woff2"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  height: 100%;
  font-size: 10px;
}
@media (max-width: 1440px) {
  html,
  body {
    font-size: 9px;
  }
}
@media (max-width: 1440px) {
  html,
  body {
    font-size: 8px;
  }
}

body {
  margin: 0;
}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.header,
footer {
  flex-shrink: 0;
}

.middle {
  flex: 1 0 auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

label {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  outline: none;
}

.container {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container--mini {
  max-width: 1530px;
}
.container--small {
  max-width: 1427px;
}
@media (max-width: 1440px) {
  .container--small {
    max-width: 1260px;
  }
}

.flex {
  display: flex;
}
.flex--column {
  flex-direction: column;
}

.subtitle {
  font: 3.2rem/3.9rem "Montserrat-Bold";
  color: #292a34;
  text-align: center;
}

.caption {
  font: 3rem/5.5rem "Montserrat-Medium";
  color: #292a34;
  margin: 0;
}

.title {
  font: 4.7rem/5.5rem "Montserrat-Bold";
  color: #292a34;
}
.title--center {
  text-align: center;
}
@media (max-width: 767px) {
  .title {
    font: 4rem/4.5rem "Montserrat-Bold";
  }
}
@media (max-width: 574px) {
  .title {
    font: 3rem/3.5rem "Montserrat-Bold";
  }
}

.text {
  font: 1.8rem/2.7rem "Montserrat-Regular";
  color: #4f5059;
}
.text--black {
  color: #000;
}
.text--light {
  font-family: "Montserrat-Light";
}

.headline {
  font: 1.8rem/2.4rem "Montserrat-Bold";
  color: #0077ff;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.headline--left {
  text-align: left;
}
@media (max-width: 991px) {
  .headline--left {
    text-align: center;
  }
}
.headline--small {
  font: 1.4rem/1.8rem "Montserrat-Bold";
}

.depiction {
  font: 1.8rem/2.7rem "Montserrat-Semibold";
  color: #000;
  position: relative;
  margin-top: 25px;
}

.list {
  padding: 0;
  margin: 0;
}
.list__item {
  font: 1.8rem/2.7rem "Montserrat-Regular";
  color: #000;
  padding-left: 10px;
  position: relative;
}
.list__item::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0.9rem;
  background: #0077ff;
  border-radius: 50%;
}

.download-link {
  font: 2rem/3rem "Montserrat-Bold";
  color: #0077ff;
  display: inline-block;
  border-bottom: 1px solid #0077ff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btn {
  display: inline-block;
  text-align: center;
  border: 1.5px solid #0069d5;
  border-radius: 83px;
  background: none;
  font: 1.4rem/1.8rem "Montserrat-Semibold";
  color: #444444;
  padding: 8px 38px 7.5px 38px;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
}
.btn--primary {
  padding: 15px 53px 14.5px 53px;
  color: #ffffff;
  background: #0077ff;
  box-shadow: 0px 15px 25px rgba(0, 119, 255, 0.15);
  border-radius: 24px;
  border-color: #0077ff;
}
.btn--primary--disabled {
  background: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}
.btn--primary-medium {
  padding: 15.5px 35px 14.5px 35px;
}
@media (max-width: 767px) {
  .btn--primary-large {
    border-radius: 40px;
  }
}
.btn--default {
  border-color: #e9e9e9;
  padding: 15px 30px 14.5px 30px;
  border-radius: 24px;
  color: #292a34;
}
.btn--arrow-top {
  padding: 15px 80px 14.5px 53px;
  color: #ffffff;
  background: #0077ff;
  box-shadow: 0px 15px 25px rgba(0, 119, 255, 0.15);
  border-radius: 24px;
  border-color: #0077ff;
  position: relative;
  display: inline-block;
  box-shadow: 0px 15px 25px rgba(0, 119, 255, 0.15);
}
.btn--arrow-top::after {
  content: "";
  position: absolute;
  right: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url("../images/arrow-bottom.svg") center center no-repeat;
  background-size: 14px 8px;
}
.btn--success {
  padding: 14.5px 30px 15.5px;
  font-family: "Montserrat-Medium";
}
.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--icon-left img {
  max-width: 22px;
  margin-right: 10px;
}

.main-slider {
  padding: 0 150px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1440px) {
  .main-slider {
    padding: 0 85px;
  }
}
@media (max-width: 991px) {
  .main-slider {
    padding: 0 50px;
  }
}
@media (max-width: 1440px) {
  .main-slider {
    margin-bottom: 30px;
  }
}
.main-slider__item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 574px) {
  .main-slider__item {
    flex-direction: column;
  }
}
.main-slider__image-wrap {
  width: 44%;
  margin-right: 15px;
}
@media (max-width: 574px) {
  .main-slider__image-wrap {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
}
.main-slider__description {
  width: 55.6%;
}
@media (max-width: 574px) {
  .main-slider__description {
    width: 100%;
  }
}
.main-slider__title {
  font: 4.8rem/5.5rem "Montserrat-Bold";
  color: #292a34;
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .main-slider__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .main-slider__title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 574px) {
  .main-slider__title {
    font-size: 2.3rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
.main-slider__text {
  font: 2.6rem/2.7rem "Montserrat-Regular";
  color: #4f5059;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .main-slider__text {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .main-slider__text {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 574px) {
  .main-slider__text {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.main-slider__btn {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main-slider__btn {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 574px) {
  .main-slider__btn {
    align-items: center;
  }
}
.main-slider__btn .btn:last-child {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .main-slider__btn .btn:last-child {
    margin: 15px 0 0 0;
  }
}
.main-slider .slick-next {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 50px;
  height: 50px;
  background: rgba(38, 39, 51, 0.1) url("../images/arrow.svg") center center
    no-repeat;
  background-size: 18px 18px;
  font-size: 0;
  border: 0;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.main-slider .slick-next:hover {
  background: #0077ff26 url("../images/arrow-blue.svg") center center no-repeat;
  background-size: 18px 18px;
}
@media (max-width: 991px) {
  .main-slider .slick-next {
    right: 0;
  }
}
@media (max-width: 574px) {
  .main-slider .slick-next {
    width: 35px;
    height: 35px;
    background-size: 15px 15px;
  }
}
.main-slider .slick-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(38, 39, 51, 0.1) url("../images/arrow.svg") center center
    no-repeat;
  background-size: 18px 18px;
  font-size: 0;
  border: 0;
  border-radius: 50%;
}
.main-slider .slick-prev:hover {
  background: #0077ff26 url("../images/arrow-blue.svg") center center no-repeat;
  background-size: 18px 18px;
}
@media (max-width: 991px) {
  .main-slider .slick-prev {
    left: 0;
  }
}
@media (max-width: 574px) {
  .main-slider .slick-prev {
    width: 35px;
    height: 35px;
    background-size: 15px 15px;
  }
}

.header {
  border-bottom: 1px solid #f0f0f0;
  padding: 49px 0 27px 0;
}
@media (max-width: 1440px) {
  .header {
    padding: 35px 0 25px 0;
  }
}
@media (max-width: 1200px) {
  .header {
    padding: 30px 0 20px;
  }
}
.header__container {
  max-width: 1427px;
}
.header__ref {
  display: flex;
  align-items: center;
  min-width: 146px;
  max-width: 146px;
  height: 41px;
  background: #0077ff;
  border-radius: 83px;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  padding: 16px;
}
@media (max-width: 1200px) {
  .header__ref {
    min-width: 0;
    width: auto;
    padding: 0;
    background: none;
    height: auto;
    margin-top: 19px;
  }
}
.header__ref-text {
  font: 1.4rem "Montserrat-Semibold";
  color: #fff;
  line-height: 1.8rem;
  margin-left: 13px;
  text-align: center;
}
@media (max-width: 1200px) {
  .header__ref-text {
    font: 15px "Montserrat-Semibold";
    color: #fff;
    margin-left: 0;
    transition: 0.3s all ease;
  }
  .header__ref-text:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1200px) {
  .header__ref-icon {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header .btn {
    border: none;
    color: #ffffff;
    margin-top: 19px;
    font: 15px "Montserrat-Semibold";
    padding: 0;
    text-transform: none;
  }
}
.header__logo {
  max-width: 174px;
  display: block;
}
@media (max-width: 1200px) {
  .header__logo {
    max-width: 150px;
  }
}
@media (max-width: 574px) {
  .header__logo {
    max-width: 86px;
  }
}
.header__in {
  align-items: center;
}
@media (max-width: 1200px) {
  .header__in {
    justify-content: space-between;
  }
}
.header__navigation {
  margin: 0 60px 0 0;
}
.header__toggle {
  display: block;
  width: 33px;
  outline: none;
  cursor: pointer;
  padding: 5px;
  display: none;
}
@media (max-width: 1200px) {
  .header__toggle {
    display: block;
  }
}
.header__toggle span {
  display: block;
  height: 2px;
  background: #007eff;
  margin-top: 3px;
  transition: 0.4s all ease;
}
.header__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__actions {
  z-index: 5;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .header__actions {
    position: absolute;
    display: none;
    left: 0;
    top: 92px;
    width: 100%;
    height: auto;
    background: #007eff;
    flex-direction: column;
    align-items: flex-start;
    padding: 39px 27px;
  }
}
@media (max-width: 574px) {
  .header__actions {
    top: 75px;
  }
}
.header__buy {
  display: none;
}
@media (max-width: 1200px) {
  .header__buy {
    display: block;
    width: 16px;
    height: 18px;
    background: url("../images/buy.svg") center center no-repeat;
    background-size: 16px 18px;
  }
}

.navigation {
  align-items: center;
  padding: 0;
}
@media (max-width: 1200px) {
  .navigation {
    flex-direction: column;
    align-items: flex-start;
  }
}
.navigation__item:not(:first-child) {
  margin-left: 52px;
}
@media (max-width: 1440px) {
  .navigation__item:not(:first-child) {
    margin-left: 53px;
  }
}
@media (max-width: 1200px) {
  .navigation__item:not(:first-child) {
    margin: 19px 0 0 0;
  }
}
.navigation__link {
  font: 1.5rem/1.9rem "Montserrat-Medium";
  color: #4e4e4e;
  transition: 0.3s all ease;
  display: inline-block;
  white-space: nowrap;
}
.navigation__link:hover {
  color: #007dff;
}
@media (max-width: 1200px) {
  .navigation__link {
    color: #fff;
    font: 15px "Montserrat-Semibold";
  }
  .navigation__link:hover {
    color: #fff;
    opacity: 0.8;
  }
}

.wrapper--menu-open .header__toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(3px, 3px, 0);
  transform: rotate(45deg) translate3d(3px, 3px, 0);
}

.wrapper--menu-open .header__toggle span:nth-child(2) {
  opacity: 0;
}

.wrapper--menu-open .header__toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(4px, -4px, 0);
  transform: rotate(-45deg) translate3d(4px, -4px, 0);
}

.lang {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .lang {
    order: 3;
  }
}
.lang__item {
  font: 1.7rem/1.9rem "Montserrat-Medium";
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .lang__item {
    padding-right: 0;
    font-size: 0;
  }
}
.lang__item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url("../images/arrow-bottom-gray.svg") center center no-repeat;
  background-size: 14pxx auto;
}
@media (max-width: 1200px) {
  .lang__item::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .lang:hover .lang__menu {
    visibility: visible;
    opacity: 1;
  }
}
.lang__menu {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  .lang__menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
  }
}
.lang__link {
  display: block;
  padding: 3px 0;
  font: 1.7rem/1.9rem "Montserrat-Medium";
  text-transform: uppercase;
  color: #444444;
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  .lang__link {
    color: #fff;
    font-family: "Montserrat-Bold";
  }
}
.lang__link:hover {
  color: #007dff;
}
@media (max-width: 1200px) {
  .lang__link:hover {
    color: #fff;
    opacity: 0.8;
  }
}
@media (max-width: 1200px) {
  .lang__link:last-child {
    padding-left: 16px;
    position: relative;
  }
  .lang__link:last-child::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
  }
}

.footer__logo-wrap {
  flex: 1;
}

.footer__logo {
  max-width: 86px;
  display: block;
}

.footer__social {
  flex: 1;
}
@media (max-width: 767px) {
  .footer__social {
    margin-top: 15px;
  }
}

.footer__top {
  background: #0077ff;
  padding: 140px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 574px) {
  .footer__top {
    padding: 90px 0 0 0;
  }
}

.footer__data {
  font: 1.7rem/2.4rem "Montserrat-Light";
  color: #fff;
  text-align: center;
  flex: 1;
}
@media (max-width: 767px) {
  .footer__data {
    margin-top: 15px;
  }
}

.footer__text {
  font: 1.6rem "Montserrat-Medium";
  color: #ffffff;
}

.footer__tel {
  font: 4rem "Montserrat-Bold";
  color: #ffffff;
  margin-top: 6px;
  display: inline-block;
}
@media (max-width: 574px) {
  .footer__tel {
    font-size: 3rem;
  }
}

.footer__map {
  margin-top: 35px;
  margin-bottom: 35px;
  font: 1.6rem/2.4rem "Montserrat-Medium";
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
@media (max-width: 574px) {
  .footer__map {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.footer__bottom {
  background: #2c2a29;
  padding: 45px 0;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding: 35px 0;
  }
}

.footer__inner {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
  }
}

.social {
  display: flex;
  justify-content: flex-end;
}
.social__link {
  display: block;
}
.social__link:not(:first-child) {
  margin-left: 35px;
}
.social__icon {
  width: 100%;
  transition: 0.3s all ease;
}
.social__icon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.map {
  position: relative;
  padding-bottom: 25%;
  width: 100%;
  display: none;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.field {
  max-width: 412px;
  background: #ffffff;
  border-radius: 24px;
  border: none;
  padding: 11px 15px 12px 15px;
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: rgba(0, 0, 0, 0.55);
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.field::-webkit-input-placeholder {
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: rgba(0, 0, 0, 0.55);
}
.field::-moz-placeholder {
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: rgba(0, 0, 0, 0.55);
}
.field:-ms-input-placeholder {
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: rgba(0, 0, 0, 0.55);
}
.field::-ms-input-placeholder {
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: rgba(0, 0, 0, 0.55);
}
.field::placeholder {
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: rgba(0, 0, 0, 0.55);
}

.select {
  max-width: 412px;
  background: #ffffff;
  border-radius: 24px;
  border: none;
  padding: 11px 15px 12px 15px;
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: rgba(0, 0, 0, 0.55);
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.select::after {
  content: "";
  position: absolute;
  right: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 20px;
  background: url("../images/arrow-down.svg") center center no-repeat;
  background-size: 18px auto;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .select::after {
    background-size: 12px auto;
    right: 25px;
  }
}
.select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.projects {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  overflow: hidden;
  z-index: 3;
  background: #fff;
  z-index: 2;
  position: relative;
  margin-bottom: -62px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .projects {
    margin-bottom: -100px;
  }
}
@media (max-width: 574px) {
  .projects {
    margin-bottom: -55px;
  }
}
.projects__link {
  width: 16.6666%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 15px;
  transition: 0.3s all ease;
  background: #fff;
}
@media (max-width: 767px) {
  .projects__link {
    width: 33.33%;
  }
}
.projects__link:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 99px;
  width: 1px;
  background: #e7ebef;
}
.projects__link:hover {
  box-shadow: 0px 11px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  margin-left: -1.5px;
}
.projects__link:hover:not(:last-child)::before {
  content: "";
  height: 0;
  width: 0;
}

.erp-purpose__text {
  max-width: 990px;
  margin: 0 auto;
}

.row__btn {
  justify-content: center;
  margin-top: 55px;
}
@media (max-width: 574px) {
  .row__btn {
    flex-direction: column;
    align-items: center;
  }
  .row__btn .btn:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .row__btn .btn {
    max-width: 265px;
    width: 100%;
  }
}

.opportunities__text {
  max-width: 1079px;
  margin: 0 auto;
}

.implementation__text {
  max-width: 742px;
  margin: 0 auto;
}

.cost__text {
  max-width: 1004px;
  margin: 0 auto;
}

.materials {
  display: flex;
  justify-content: space-between;
  max-width: 897px;
  margin: 35px auto 0 auto;
}
@media (max-width: 767px) {
  .materials {
    flex-direction: column;
    align-items: flex-start;
  }
  .materials .materials__item:last-child {
    margin-top: 15px;
  }
}
.materials__link {
  min-width: 42px;
  min-height: 42px;
  max-width: 42px;
  max-height: 42px;
  background: url("../images/play.png") center center no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 20px;
}
.materials__item {
  display: flex;
  align-items: center;
}
.materials__title {
  font: 1.6rem/2.4rem "Montserrat-Medium";
  color: #4f5059;
}
.materials__text {
  font: 1.6rem/2.4rem "Montserrat-Regular";
  color: #4f5059;
}

.block-one {
  padding: 160px 0 200px;
  border-bottom: 1px solid #f0f0f0;
}

.block-two {
  padding: 82px 0 70px;
  border-bottom: 1px solid #f0f0f0;
}

.block-three {
  padding: 48px 0 63px;
  border-bottom: 1px solid #f0f0f0;
}

.block-four {
  padding: 60px 0 63px;
  border-bottom: 1px solid #f0f0f0;
}

.block-five {
  padding: 48px 0 70px;
  border-bottom: 1px solid #f0f0f0;
}

.block-six {
  padding: 57px 0 83px;
  border-bottom: 1px solid #f0f0f0;
}

.block__title {
  margin-bottom: 35px;
}

.image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #0077ff;
  box-shadow: 0px 15px 25px rgba(0, 119, 255, 0.15);
  border-radius: 24px;
  background: #0077ff;
}
.button__text {
  font: 1.4rem "Montserrat-Semibold";
  color: #fff;
  line-height: 1.8rem;
  text-transform: uppercase;
}
.button__icon {
  margin-right: 13px;
}

.accounting {
  padding: 160px 0 180px;
  border-radius: 0px 0px 50px 50px;
  box-shadow: 0px 10px 47px rgba(0, 0, 0, 0.04);
  background: #fff;
  position: relative;
  z-index: 4;
}
@media (max-width: 1680px) {
  .accounting {
    padding: 120px 0 130px;
  }
}
@media (max-width: 1440px) {
  .accounting {
    padding: 100px 0 110px;
  }
}
@media (max-width: 767px) {
  .accounting {
    padding: 60px 0;
    border-radius: 0 0 25px 25px;
  }
}
.accounting__row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .accounting__row {
    flex-direction: column;
  }
}
.accounting__title {
  margin: 52px 0 90px;
  font: 5.4rem "Montserrat-Bold";
  color: #292a34;
  line-height: 7rem;
}
@media (max-width: 1440px) {
  .accounting__title {
    margin: 40px 0 70px;
    font-size: 4.7rem;
    line-height: 6rem;
  }
}
@media (max-width: 1200px) {
  .accounting__title {
    margin: 35px 0 50px;
  }
}
@media (max-width: 991px) {
  .accounting__title {
    text-align: center;
    margin: 0 0 45px;
  }
}
@media (max-width: 767px) {
  .accounting__title {
    margin-bottom: 35px;
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 991px) {
  .accounting__title--desktop {
    display: none;
  }
}
.accounting__mobile {
  display: none;
}
@media (max-width: 991px) {
  .accounting__mobile {
    display: block;
  }
}
.accounting__wrap {
  margin-left: 115px;
}
@media (max-width: 991px) {
  .accounting__wrap {
    margin-left: 0;
  }
}
.accounting__subtitle {
  font: 2.7rem/3.9rem "Montserrat-Regular";
  color: #292a34;
}
@media (max-width: 991px) {
  .accounting__subtitle {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .accounting__subtitle {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 991px) {
  .accounting__subtitle--desktop {
    display: none;
  }
}
.accounting__list {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .accounting__list {
    margin-top: 40px;
  }
}
.accounting__img {
  margin-left: -110px;
  max-width: 50.1%;
}
@media (max-width: 991px) {
  .accounting__img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .accounting__img {
    max-width: 320px;
    margin-left: -80px;
  }
}
.accounting__item {
  display: flex;
  align-items: center;
}
.accounting__item:last-child {
  margin-left: 87px;
}
@media (max-width: 1440px) {
  .accounting__item:last-child {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .accounting__item:last-child {
    margin-left: 45px;
  }
}
.accounting__link {
  max-width: 47px;
  max-height: 47px;
  min-height: 47px;
  min-width: 47px;
  display: block;
  background: url("../images/play.png") center center no-repeat;
  background-size: 42px 42px;
  margin-right: 31px;
}
@media (max-width: 1440px) {
  .accounting__link {
    margin-right: 25px;
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    border-radius: 50%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .accounting__link {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
    margin-right: 15px;
  }
}
.accounting__text {
  font: 2.2rem/2.7rem "Montserrat-Medium";
  color: #4f5059;
}
@media (max-width: 1440px) {
  .accounting__text {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .accounting__text {
    font-size: 1.4rem;
  }
}

.reporting-submission {
  padding: 100px 0 110px;
  box-shadow: 0px 10px 47px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 50px 50px;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .reporting-submission {
    padding: 90px 0 70px;
  }
}
@media (max-width: 991px) {
  .reporting-submission {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .reporting-submission {
    border-radius: 0 0 25px 25px;
    padding: 70px 0;
  }
}
.reporting-submission__button {
  max-width: 314px;
  margin-top: 70px;
}
@media (max-width: 1200px) {
  .reporting-submission__button {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .reporting-submission__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .reporting-submission__button--desktop {
    display: none;
  }
}
.reporting-submission__container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .reporting-submission__container {
    align-items: center;
    flex-direction: column;
  }
}
.reporting-submission__mobile {
  display: none;
}
@media (max-width: 991px) {
  .reporting-submission__mobile {
    display: block;
  }
}
.reporting-submission__title {
  font: 5.4rem "Montserrat-Bold";
  color: #292a34;
  line-height: 7rem;
  margin: 70px 0 80px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .reporting-submission__title {
    font-size: 4.7rem;
    line-height: 6rem;
  }
}
@media (max-width: 1200px) {
  .reporting-submission__title {
    margin: 45px 0 60px;
  }
}
@media (max-width: 991px) {
  .reporting-submission__title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .reporting-submission__title {
    font-size: 3rem;
    line-height: 4rem;
    margin: 20px 0 40px;
  }
}
@media (max-width: 1440px) {
  .reporting-submission__img {
    max-width: 450px;
  }
}
@media (max-width: 1200px) {
  .reporting-submission__img {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .reporting-submission__img {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .reporting-submission__img {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .reporting-submission__text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .reporting-submission__text--desktop {
    display: none;
  }
}

.contract-management {
  padding: 95px 0 120px;
  background: #fff;
  border-radius: 0 0 50px 50px;
  box-shadow: 0px 10px 47px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .contract-management {
    padding: 90px 0;
  }
}
@media (max-width: 1200px) {
  .contract-management {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .contract-management {
    border-radius: 0 0 25px 25px;
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .contract-management .headline {
    order: 1;
  }
}
.contract-management__container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .contract-management__container {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .contract-management__container {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .contract-management__text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .contract-management__text--desktop {
    display: none;
  }
}
.contract-management__button {
  max-width: 284px;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .contract-management__button {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .contract-management__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .contract-management__button--desktop {
    display: none;
  }
}
.contract-management__title {
  font: 5.4rem "Montserrat-Bold";
  color: #292a34;
  line-height: 7rem;
  white-space: nowrap;
  text-align: left;
  margin: 60px 0 49px;
}
@media (max-width: 1440px) {
  .contract-management__title {
    font-size: 4.7rem;
    line-height: 6rem;
  }
}
@media (max-width: 1200px) {
  .contract-management__title {
    margin: 35px 0 50px;
  }
}
@media (max-width: 991px) {
  .contract-management__title {
    text-align: center;
    order: 2;
  }
}
@media (max-width: 767px) {
  .contract-management__title {
    font-size: 3rem;
    line-height: 4rem;
    margin: 20px 0 35px;
  }
}
.contract-management__img {
  margin-left: -100px;
  width: 50%;
  margin-right: 59px;
}
@media (max-width: 1440px) {
  .contract-management__img {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .contract-management__img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .contract-management__img {
    order: 3;
    width: 100%;
    max-width: 500px;
    margin: 0 0 35px;
  }
}
.contract-management__mobile {
  display: none;
}
@media (max-width: 991px) {
  .contract-management__mobile {
    display: block;
    order: 4;
  }
}

.feature-overview {
  padding: 115px 0 160px;
  border-radius: 0 0 50px 50px;
  box-shadow: 0px 10px 47px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
}
@media (max-width: 1680px) {
  .feature-overview {
    padding: 90px 0 100px;
  }
}
@media (max-width: 1440px) {
  .feature-overview {
    padding: 90px 0 75px;
  }
}
@media (max-width: 767px) {
  .feature-overview {
    border-radius: 0 0 25px 25px;
    padding: 60px 0;
  }
}
.feature-overview__mobile {
  display: none;
}
@media (max-width: 991px) {
  .feature-overview__mobile {
    display: block;
  }
}
.feature-overview__container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .feature-overview__container {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .feature-overview__text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .feature-overview__text--desktop {
    display: none;
  }
}
.feature-overview__title {
  font: 5.4rem "Montserrat-Bold";
  color: #292a34;
  line-height: 7rem;
  white-space: nowrap;
  text-align: left;
  margin: 77px 0 38px;
}
@media (max-width: 1440px) {
  .feature-overview__title {
    font-size: 4.7rem;
    line-height: 6rem;
  }
}
@media (max-width: 1200px) {
  .feature-overview__title {
    margin: 35px 0 50px;
  }
}
@media (max-width: 991px) {
  .feature-overview__title {
    text-align: center;
    order: 2;
  }
}
@media (max-width: 767px) {
  .feature-overview__title {
    font-size: 3rem;
    line-height: 4rem;
    margin: 20px 0 35px;
  }
}
.feature-overview__button {
  margin-top: 75px;
  max-width: 274px;
}
@media (max-width: 991px) {
  .feature-overview__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .feature-overview__button--desktop {
    display: none;
  }
}
.feature-overview__img {
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .feature-overview__img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .feature-overview__img {
    margin: 0 0 25px -40px;
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .feature-overview__img {
    margin-bottom: 10px;
  }
}

.advantages {
  padding: 76px 0 52px;
  box-shadow: 0px 10px 47px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 50px 50px;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .advantages {
    border-radius: 0 0 25px 25px;
    padding: 60px 0 35px;
  }
}
.advantages__container {
  display: flex;
}
@media (max-width: 1200px) {
  .advantages__container {
    display: block;
  }
}
.advantages__img-wrap {
  width: 40%;
  justify-content: center;
  display: flex;
}
@media (max-width: 1200px) {
  .advantages__img-wrap {
    display: none;
  }
}
.advantages__headline {
  text-align: left;
}
@media (max-width: 1200px) {
  .advantages__headline {
    text-align: center;
  }
}
.advantages__title {
  font: 5.4rem "Montserrat-Bold";
  color: #292a34;
  line-height: 7rem;
  white-space: nowrap;
  text-align: left;
  margin: 40px 0 74px;
}
@media (max-width: 1440px) {
  .advantages__title {
    font-size: 4.7rem;
    line-height: 6rem;
    margin: 35px 0 55px;
  }
}
@media (max-width: 1200px) {
  .advantages__title {
    margin: 35px 0 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .advantages__title {
    font-size: 3rem;
    line-height: 4rem;
    margin: 20px 0 35px;
  }
}
.advantages__description {
  max-width: 800px;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .advantages__description {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .advantages__img {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  .advantages__img {
    margin-bottom: 35px;
  }
}
.advantages__mobile {
  display: none;
}
@media (max-width: 1200px) {
  .advantages__mobile {
    display: block;
    display: flex;
    justify-content: center;
  }
}

.contact-form {
  padding: 90px 0 80px;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 60px 0 50px;
  }
}
.contact-form__title {
  font: 5.4rem "Montserrat-Bold";
  color: #292a34;
  line-height: 7rem;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 96px;
}
@media (max-width: 1440px) {
  .contact-form__title {
    font-size: 4.7rem;
    line-height: 6rem;
  }
}
@media (max-width: 767px) {
  .contact-form__title {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 45px;
  }
}
.contact-form__container {
  display: flex;
  margin: 0 -32px;
  max-width: 1148px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contact-form__container {
    margin: 0 -10px;
  }
}
.contact-form__item {
  width: 33.33%;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .contact-form__item {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact-form__item {
    width: 100%;
  }
}
.contact-form__item:not(:first-child) {
  margin-top: 30px;
}
.contact-form__input {
  display: block;
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #dee2e6;
  font: 1.4rem/1.9rem "Montserrat-Regular";
}
.contact-form__label {
  display: block;
  font: 1.8rem "Montserrat-Medium";
  color: #212529;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.contact-form__textarea-wrap {
  display: block;
  max-width: 1084px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contact-form__textarea-wrap {
    margin-top: 30px;
  }
}
.contact-form__textarea {
  width: 100%;
  resize: none;
  border: none;
  border-bottom: 1px solid #dee2e6;
  padding: 12px 0;
  font: 1.4rem/1.9rem "Montserrat-Regular";
}
.contact-form__button {
  margin-top: 60px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .contact-form__button {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }
}

.help {
  padding-top: 60px;
  border-radius: 0 0 50px 50px;
  background: #f8fafd;
  position: relative;
}
@media (max-width: 991px) {
  .help {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .help {
    border-radius: 0 0 25px 25px;
  }
}
.help__text {
  font: 3.6rem "Montserrat-Semibold";
  color: #fff;
  line-height: 4.9rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .help__text {
    font-size: 2.7rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 991px) {
  .help__text {
    color: #0077ff;
  }
}
.help__row {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.help__item {
  position: relative;
}
@media (max-width: 991px) {
  .help__item {
    display: none;
  }
}
@media (max-width: 991px) {
  .help__wrap {
    display: none;
  }
}
.help__block {
  position: absolute;
  width: 408px;
  height: 200px;
  border-radius: 22.1534px;
  background: linear-gradient(
    110.62deg,
    rgba(255, 255, 255, 0.25) 6.39%,
    rgba(255, 255, 255, 0) 53.34%
  );
  left: 50%;
  top: 41%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(34.0822px);
  backdrop-filter: blur(34.0822px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .help__block {
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
    height: 100%;
    top: 30%;
  }
}
.help__img {
  margin-bottom: -81px;
}
@media (max-width: 767px) {
  .help__img {
    max-width: 300px;
    margin-bottom: -52px;
  }
}

.contacts-us {
  padding: 120px 0 30px;
  background: #0077ff;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -65px;
  align-items: center;
}
.contacts-us__tel {
  font: 5.4rem "Montserrat-Bold";
  color: #ffffff;
  line-height: 8rem;
  margin: 15px 0;
}
@media (max-width: 1440px) {
  .contacts-us__tel {
    font-size: 4.7rem;
    line-height: 6rem;
  }
}
@media (max-width: 767px) {
  .contacts-us__tel {
    font-size: 3rem;
  }
}
.contacts-us__label {
  font: 1.6rem "Montserrat-Medium";
  color: #fff;
}
.contacts-us__social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-us__link {
  display: inline-block;
}
.contacts-us__link:not(:last-child) {
  margin-right: 39px;
}

.result {
  font: 2rem "Montserrat-Bold";
  color: red;
}
.result--success {
  color: green;
}

.top-menu {
  background: #fafafa;
  padding: 14px 0;
}
.top-menu__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-menu__name {
  color: #4e4e4e;
  font: 1.4rem/2.4rem "Montserrat-Semibold";
}
.top-menu__list {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .top-menu__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-menu__list-wrap {
  z-index: 4;
}
@media (max-width: 991px) {
  .top-menu__list-wrap {
    display: none;
    background: #f4f4f4;
    position: absolute;
    left: 0;
    top: 152px;
    width: 100%;
    height: auto;
    padding: 39px 27px;
  }
}
@media (max-width: 574px) {
  .top-menu__list-wrap {
    top: 135px;
  }
}
.top-menu__ref {
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: #4e4e4e;
  display: inline-block;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .top-menu__ref {
    font: 15px "Montserrat-Semibold";
    color: #5f5f5f;
    text-transform: uppercase;
  }
}
.top-menu__ref:not(:first-child) {
  margin-left: 56px;
}
@media (max-width: 991px) {
  .top-menu__ref:not(:first-child) {
    margin: 19px 0 0 0;
  }
}

.hamburger {
  width: 43px;
  height: 32px;
  padding: 10px;
  cursor: pointer;
  display: none;
}
.hamburger span {
  display: block;
  height: 2px;
  background: #c9c9c9;
  transition: 0.4s all ease;
}
.hamburger span:not(:first-child) {
  margin-top: 3px;
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 991px) {
  .hamburger--open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(3px, 3px, 0);
    transform: rotate(45deg) translate3d(3px, 3px, 0);
  }
  .hamburger--open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger--open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(4px, -4px, 0);
    transform: rotate(-45deg) translate3d(4px, -4px, 0);
  }
}

.advantages-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 866px;
  margin: 0 auto;
}
.advantages-list__item {
  width: calc(50% - 40px);
  display: flex;
  align-items: flex-start;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .advantages-list__item {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .advantages-list__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .advantages-list__item {
    width: 100%;
    margin-bottom: 35px;
  }
}
.advantages-list__icon-wrap {
  min-width: 90px;
  min-height: 90px;
  max-width: 90px;
  max-height: 90px;
  background: #f8fafd url("../images/dollar.svg") center center no-repeat;
  background-size: 25px 44px;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 574px) {
  .advantages-list__icon-wrap {
    min-width: 65px;
    min-height: 65px;
    max-width: 65px;
    max-height: 65px;
    margin-right: 15px;
    background-size: 20px 40px;
  }
}
.advantages-list__title {
  font: 1.8rem/2.4rem "Montserrat-Semibold";
  color: #292a34;
}
.advantages-list__text {
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: #4f5059;
  margin-top: 4px;
}

.users-feedback {
  background: #f8fafd;
  padding: 85px 0 60px 0;
  text-align: center;
}
@media (max-width: 574px) {
  .users-feedback {
    padding: 70px 0 50px 0;
  }
}
.users-feedback__btn {
  margin-top: 57px;
}
.users-feedback__subtitle {
  margin-top: 17px;
  text-align: center;
}
.users-feedback__row {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 53px auto 0 auto;
  flex-wrap: wrap;
}
.users-feedback__item {
  width: calc(33.33% - 10px);
  padding: 0 60px 39px 60px;
  background: #fff;
  box-shadow: 0px 11px 35px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.users-feedback__item::after {
  content: "";
  width: calc(33.33% - 10px);
}
@media (max-width: 1440px) {
  .users-feedback__item {
    padding: 0 35px 35px 35px;
  }
}
@media (max-width: 991px) {
  .users-feedback__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .users-feedback__item {
    width: 100%;
    padding: 25px 30px 25px;
  }
}
.users-feedback__img-wrap {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
}
.users-feedback__img {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.users-feedback__text {
  font: 1.6rem/2.4rem "Montserrat-Regular";
  color: #4f5059;
  flex: 1;
}
.users-feedback__link {
  display: inline-block;
  padding: 15px 35px;
  font: 1.4rem/1.8rem "Montserrat-Semibold";
  color: #292a34;
  text-align: center;
  border: 1.5px solid #e9e9e9;
  border-radius: 24px;
  margin-top: 35px;
  text-transform: uppercase;
}
.users-feedback__select {
  display: flex;
  max-width: 950px;
  margin: 50px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.users-feedback__select-item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #0077ff;
  box-shadow: 0px 15px 25px rgba(0, 119, 255, 0.15);
  border-radius: 24px;
  font: 1.4rem/1.8rem "Montserrat-Bold";
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  .users-feedback__select-item {
    width: 100%;
    margin-top: 20px;
  }
}
.users-feedback__select-btn {
  padding: 15px 35px;
  position: relative;
}
.users-feedback__select-btn:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  background: url("../images/arrow-bottom.svg") center center no-repeat;
  background-size: 20px 12px;
  pointer-events: none;
}
.users-feedback__select-btn--active:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
  height: 12px;
  background: url("../images/arrow-bottom.svg") center center no-repeat;
  background-size: 20px 12px;
  pointer-events: none;
}
.users-feedback__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.users-feedback__list-link {
  font: 1.6rem/2.2rem "Montserrat-Regular";
  color: #000000;
  transition: 0.3s all ease;
}
.users-feedback__list-link:not(:first-child) {
  margin-top: 5px;
}
.users-feedback__list-link:hover {
  font: 1.6rem/2.2rem "Montserrat-Semibold";
}
.users-feedback__list-wrap {
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  height: auto;
  padding: 28px 30px;
  background: #fff;
  box-shadow: 0px 11px 35px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 2;
}

.courses {
  padding: 60px 0 130px 0;
}
@media (max-width: 574px) {
  .courses {
    padding: 50px 0 80px 0;
  }
}
.courses__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.courses__list {
  width: calc(50% - 35px);
  padding: 50px 25px 86px 25px;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 11px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .courses__list {
    width: calc(50% - 20px);
    padding: 35px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .courses__list {
    width: 100%;
  }
}
@media (max-width: 574px) {
  .courses__list {
    padding: 35px 20px 45px 25px;
  }
}
.courses__list--second {
  background: #f8fafd;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none;
}
.courses__list--second .courses__img {
  background: url("../images/courses-2.png") center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .courses__list--second {
    margin-top: 35px;
  }
}
.courses__img-wrap {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
.courses__img {
  background: url("../images/courses-1.png") center center no-repeat;
  background-size: cover;
  padding-bottom: 85%;
}
.courses__title {
  font: 3.2rem/3.9rem "Montserrat-Bold";
  color: #000;
  text-align: center;
  margin-top: 47px;
}
@media (max-width: 991px) {
  .courses__title {
    margin-top: 35px;
  }
}
@media (max-width: 574px) {
  .courses__title {
    font-size: 2.8rem;
  }
}
.courses__text {
  font: 1.4rem/1.9rem "Montserrat-Regular";
  color: #4f5059;
  text-align: center;
  max-width: 592px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
}
@media (max-width: 991px) {
  .courses__text {
    margin-top: 30px;
  }
}
@media (max-width: 574px) {
  .courses__text {
    margin-top: 25px;
  }
}
.courses__btn {
  display: inline-block;
  font: 1.4rem/1.8rem "Montserrat-Semibold";
  color: #ffffff;
  background: #0077ff;
  box-shadow: 0px 15px 25px rgba(0, 119, 255, 0.15);
  border-radius: 24px;
  padding: 15px 30px;
  text-align: center;
  border: 1px solid #0077ff;
  cursor: pointer;
  margin-top: 49px;
}
@media (max-width: 991px) {
  .courses__btn {
    margin-top: 35px;
  }
}
.courses__btn--white {
  background: transparent;
  border-color: #0077ff;
  color: #0077ff;
  box-shadow: none;
}

.user-modes {
  padding: 60px 0;
}
.user-modes__in {
  display: flex;
  justify-content: space-between;
}
.user-modes__description {
  width: 62%;
}
@media (max-width: 767px) {
  .user-modes__description {
    width: 100%;
  }
}
.user-modes__title {
  margin-bottom: 78px;
}
@media (max-width: 991px) {
  .user-modes__title {
    margin-bottom: 45px;
  }
}
.user-modes__text {
  margin-top: 20px;
  max-width: 900px;
}
.user-modes__caption {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .user-modes__caption {
    margin-top: 35px;
  }
}
.user-modes__image-wrap {
  width: 37.5%;
}
@media (max-width: 767px) {
  .user-modes__image-wrap {
    display: none;
  }
}
.user-modes__image {
  width: 100%;
}
.user-modes__btn {
  margin-top: 60px;
}
.user-modes__btn--active:after {
  content: "";
  position: absolute;
  right: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  width: 14px;
  height: 8px;
  background: url("../images/arrow-bottom.svg") center center no-repeat;
  background-size: 14px 8px;
}
.user-modes__info {
  padding-top: 20px;
  display: none;
}

.appointment {
  padding: 100px 0;
}
@media (max-width: 1440px) {
  .appointment {
    padding: 70px 0;
  }
}
.appointment__subtitle {
  font: 1.8rem/2.7rem "Montserrat-Medium";
  color: #000;
  margin-top: 30px;
  text-align: center;
}
.appointment__title {
  margin-top: 15px;
}
.appointment__image {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.appointment__text {
  max-width: 1048px;
  text-align: center;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
}
.appointment__text--second {
  max-width: 844px;
}

.purpose {
  padding: 90px 0 100px 0;
  background: #f8fafd;
}
@media (max-width: 767px) {
  .purpose {
    padding: 50px 0 70px 0;
  }
}
.purpose--white {
  background: #fff;
}
.purpose__number {
  font: 12rem "Montserrat-Bold";
  color: #0077ff;
  text-align: center;
}
.purpose__title {
  font: 3.2rem/3.9rem "Montserrat-Bold";
  text-align: center;
  color: #292a34;
  margin: 40px 0 68px 0;
}
@media (max-width: 767px) {
  .purpose__title {
    margin: 35px 0 50px 0;
  }
}
.purpose__text {
  font: 1.8rem/2.7rem "Montserrat-Regular";
  color: #4e4e4e;
  margin-top: 35px;
  max-width: 931px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.purpose__btn {
  margin-top: 37px;
  justify-content: center;
}

.course-cost {
  padding: 69px 0 76px 0;
  background: #f8fafd;
  text-align: center;
}
@media (max-width: 574px) {
  .course-cost {
    padding: 55px 0;
  }
}
.course-cost__field {
  margin-top: 19px;
}
.course-cost__title {
  font: 3rem/4.2rem "Montserrat-Semibold";
  color: #000000;
}
.course-cost__title--indent {
  margin-top: 73px;
  margin-bottom: 35px;
}
.course-cost__row {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
@media (max-width: 767px) {
  .course-cost__row {
    flex-direction: column;
  }
}
.course-cost__item {
  display: flex;
  align-items: center;
}
.course-cost__item:last-child {
  margin-left: 70px;
}
@media (max-width: 767px) {
  .course-cost__item:last-child {
    margin: 25px 0 0 0;
  }
}
.course-cost__icon {
  min-width: 80px;
  max-width: 80px;
  max-height: 80px;
  min-height: 80px;
  background: #fff url("../images/dollar.svg") center center no-repeat;
  background-size: 21px 37px;
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 574px) {
  .course-cost__icon {
    min-width: 65px;
    min-height: 65px;
    max-width: 65px;
    max-height: 65px;
    background-size: 18px 34px;
  }
}
.course-cost__icon--second {
  background: #fff url("../images/clock.svg") center center no-repeat;
  background-size: 35px 39px;
}
@media (max-width: 574px) {
  .course-cost__icon--second {
    background-size: 23px 23px;
  }
}
.course-cost__subtitle {
  font: 1.8rem/2.4rem "Montserrat-Bold";
  color: #282828;
  text-align: left;
}
.course-cost__text {
  font: 1.8rem/2.4rem "Montserrat-Regular";
  margin-top: 5px;
  color: #282828;
  text-align: left;
}

.accordeon {
  max-width: 1315px;
  margin: 0 auto;
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.05);
  margin-top: 97px;
}
@media (max-width: 991px) {
  .accordeon {
    margin-top: 45px;
  }
}
.accordeon__item {
  padding: 30px 120px 30px 185px;
  position: relative;
  font: 1.8rem/2.4rem "Montserrat-Semibold";
  color: #000;
  cursor: pointer;
}
@media (max-width: 991px) {
  .accordeon__item {
    padding: 25px 25px 25px 60px;
  }
}
.accordeon__item::after {
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  left: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/arrow-down.svg") center center no-repeat;
  background-size: 20px 12px;
}
@media (max-width: 991px) {
  .accordeon__item::after {
    left: 20px;
  }
}
.accordeon__item--active {
  background: #0077ff;
  color: #fff;
}
.accordeon__item--active::after {
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  left: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background: url("../images/arrow-down-white.svg") center center no-repeat;
  background-size: 20px 12px;
}
@media (max-width: 991px) {
  .accordeon__item--active::after {
    left: 20px;
  }
}
.accordeon__content {
  font: 1.8rem/2.7rem "Montserrat-Regular";
  padding: 60px 120px 30px 120px;
  background: #f8fafd;
  display: none;
}
@media (max-width: 991px) {
  .accordeon__content {
    padding: 25px 25px 25px 20px;
  }
}

.characteristic {
  padding: 76px 0 226px 0;
  padding: 65px 0 70px 0;
}
.characteristic__in {
  display: flex;
  align-self: flex-start;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .characteristic__in {
    flex-direction: column;
    margin-top: 35px;
  }
}
.characteristic__title {
  margin-top: 174px;
}
@media (max-width: 991px) {
  .characteristic__title {
    margin-top: 50px;
  }
}
.characteristic__text {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .characteristic__text {
    margin-top: 30px;
  }
}
.characteristic__description {
  width: 65%;
}
@media (max-width: 991px) {
  .characteristic__description {
    width: 100%;
    order: 2;
  }
}
.characteristic__img-wrap {
  width: 33%;
}
@media (max-width: 991px) {
  .characteristic__img-wrap {
    max-width: 400px;
    width: 100%;
    order: 1;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .characteristic__img-wrap {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .characteristic__img-wrap {
    max-width: 200px;
  }
}

.structure-company {
  padding: 90px 0;
}
@media (max-width: 574px) {
  .structure-company {
    padding: 50px 0;
  }
}
.structure-company__first {
  position: relative;
}
.structure-company__first::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 16.666%;
  width: 1px;
  background: rgba(0, 0, 0, 0.05);
  top: -88px;
}
@media (max-width: 991px) {
  .structure-company__first::before {
    height: 0;
    content: "";
    width: 0;
  }
}
.structure-company__second {
  padding-left: 33.33%;
  position: relative;
}
@media (max-width: 991px) {
  .structure-company__second {
    display: block;
    padding-left: 0;
  }
}
.structure-company__second::before {
  content: "";
  height: calc(100% - 88px);
  position: absolute;
  left: 49.999%;
  width: 1px;
  background: rgba(0, 0, 0, 0.05);
  top: 0;
}
@media (max-width: 1440px) {
  .structure-company__second::before {
    height: calc(100% - 75px);
  }
}
@media (max-width: 991px) {
  .structure-company__second::before {
    height: 0;
    content: "";
    width: 0;
  }
}
.structure-company__second--line-end {
  position: relative;
}
.structure-company__second--line-end::after {
  content: "";
  position: absolute;
  left: 16.666%;
  top: 89px;
  width: 4px;
  height: 100%;
  background: #fff;
  z-index: 3;
}
@media (max-width: 1440px) {
  .structure-company__second--line-end::after {
    top: 76px;
  }
}
@media (max-width: 991px) {
  .structure-company__second--line-end::after {
    content: "";
    height: 0;
    width: 0;
  }
}
.structure-company__third {
  padding-left: 50%;
}
@media (max-width: 991px) {
  .structure-company__third {
    padding-left: 0;
  }
}
.structure-company__headline {
  display: none;
}
@media (max-width: 991px) {
  .structure-company__headline {
    font: 2rem "Montserrat-Bold";
    color: #292a34;
    display: block;
    text-align: center;
  }
}
.structure-company__collaborator {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .structure-company__collaborator {
    margin-top: 20px;
  }
}
.structure-company__in {
  padding: 50px 0;
}
.structure-company__left {
  width: 33.33%;
}
@media (max-width: 991px) {
  .structure-company__left {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 991px) {
  .structure-company__left::before {
    content: "";
    position: absolute;
    left: -50%;
    height: 1px;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 32px;
    top: inherit;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .structure-company__left::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    top: inherit;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .structure-company__center--first::before {
    content: "";
    position: absolute;
    left: -50%;
    height: 1px;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 32px;
    top: inherit;
    background: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .structure-company__center--first::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    top: inherit;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
  }
}

.direction {
  display: flex;
  padding-top: 260px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .direction {
    padding-top: 15px;
    justify-content: space-between;
  }
}
.direction__in {
  padding: 0 25px;
  margin-top: 55px;
  flex: 1;
}
@media (max-width: 1200px) {
  .direction__in {
    margin-top: 35px;
  }
}
.direction__wrap {
  width: 100%;
}
.direction__inner {
  margin-right: 15%;
  margin-left: -15%;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .direction__inner {
    margin-top: 0;
  }
}
.direction__sum {
  font: 2rem/2.4rem "Montserrat-Light";
  color: #000000;
  margin-top: 60px;
  margin-bottom: 35px;
  padding: 0 25px;
  text-align: center;
}
.direction__sum--bold {
  font-family: "Montserrat-Medium";
}
@media (max-width: 767px) {
  .direction__sum {
    margin: 30px 0 20px 0;
  }
}
.direction__btn {
  padding: 0 25px;
}
.direction__notice {
  font: 1rem/1.2rem "Montserrat-Regular";
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: left;
  padding: 0 25px;
  margin-top: 7px;
}
.direction__submit {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .direction__submit {
    margin-top: 35px;
  }
}
.direction__item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  background: #fff;
  align-items: center;
  padding: 0 0 70px;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .direction__item {
    padding: 0 0 45px 0;
  }
}
@media (max-width: 991px) {
  .direction__item {
    width: calc(50% - 10px);
    padding: 25px 0 35px 0;
    box-shadow: 0px 11px 35px rgba(0, 0, 0, 0.05);
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .direction__item {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.direction__item:nth-child(1) .direction__image {
  -webkit-transform: scale(0.7) translateY(8%);
  transform: scale(0.7) translateY(8%);
}
@media (max-width: 991px) {
  .direction__item:nth-child(1) .direction__image {
    -webkit-transform: scale(0.95) translateY(0);
    transform: scale(0.95) translateY(0);
  }
}
.direction__item:nth-child(3) .direction__image {
  -webkit-transform: scale(0.7) translateY(8%);
  transform: scale(0.7) translateY(8%);
}
@media (max-width: 991px) {
  .direction__item:nth-child(3) .direction__image {
    -webkit-transform: scale(0.95) translateY(0);
    transform: scale(0.95) translateY(0);
  }
}
.direction__item--center {
  box-shadow: 0px 11px 35px rgba(0, 0, 0, 0.05);
}
.direction__image-wrap {
  padding-bottom: 82%;
  position: relative;
}
.direction__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.direction__title {
  text-align: center;
  font: 2.4rem/2.7rem "Montserrat-Bold";
  color: #292a34;
  margin-top: auto;
  margin-top: 35px;
  padding: 0 25px;
}
.direction__text {
  font: 1.4rem/2.1rem "Montserrat-Medium";
  color: #878f9d;
  text-align: center;
  padding: 0 25px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .direction__text {
    margin-top: 25px;
  }
}
.direction__checkbox {
  margin-top: 16px;
}

.option-selection__text {
  font: 1.4rem/2.1rem "Montserrat-Medium";
  color: #4f5059;
  text-transform: uppercase;
}

.reporting {
  padding: 100px 0 120px 0;
}
@media (max-width: 767px) {
  .reporting {
    padding: 50px 0 70px 0;
  }
}
.reporting__image {
  max-width: 735px;
  margin: 70px auto 0 auto;
  display: block;
  width: 100%;
}
.reporting__text {
  margin-top: 30px;
}
.reporting__text--blue {
  color: #007eff;
}
.reporting__list {
  margin: 60px 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .reporting__list {
    margin-top: 45px;
  }
}

.reporting-block {
  background: #f8fafd;
  padding: 91px 0;
}
@media (max-width: 767px) {
  .reporting-block {
    padding: 60px 0;
  }
}
.reporting-block--second {
  background: #fff;
}
.reporting-block--second .reporting-block__text {
  margin-top: 59px;
}
.reporting-block--second .reporting-block__title {
  margin-bottom: 62px;
  font: 4.7rem/5.5rem "Montserrat-Bold";
}
@media (max-width: 767px) {
  .reporting-block--second .reporting-block__title {
    margin-bottom: 45px;
    font: 4rem/4.5rem "Montserrat-Bold";
  }
}
@media (max-width: 574px) {
  .reporting-block--second .reporting-block__title {
    font: 3rem/3.5rem "Montserrat-Bold";
  }
}
.reporting-block--third {
  background: #fff;
}
.reporting-block--third .reporting-block__text {
  margin-top: 59px;
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
}
.reporting-block__btn {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.reporting-block__text {
  margin-top: 30px;
  max-width: 1066px;
  margin-left: auto;
  margin-right: auto;
}
.reporting-block__title {
  font: 2.4rem/3.6rem "Montserrat-Bold";
  color: #292a34;
  margin-bottom: 62px;
  text-align: center;
}
@media (max-width: 767px) {
  .reporting-block__title {
    margin-bottom: 45px;
    font: 4rem/4.5rem "Montserrat-Bold";
  }
}
@media (max-width: 574px) {
  .reporting-block__title {
    font: 3rem/3.5rem "Montserrat-Bold";
  }
}
.reporting-block__image {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .reporting-block__image {
    margin-top: 35px;
  }
}

.checkbox {
  display: flex;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__checkmark {
  border-color: #007eff;
}
.checkbox__input:checked + .checkbox__checkmark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  background: url("../images/check.svg") center center no-repeat;
  background-size: 12px 10px;
}
.checkbox__checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #a1a4b1;
  border-radius: 1px;
  position: relative;
  margin-right: 11px;
}
.checkbox__item {
  font: 1.4rem/2.4rem "Montserrat-Regular";
  color: #505565;
}

.contacts {
  padding: 55px 0 0 0;
}
.contacts__in {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 574px) {
  .contacts__in {
    margin-top: 45px;
  }
}
.contacts__adress {
  font: 1.8rem/2.5rem "Montserrat-Regular";
  color: #000;
  display: inline-block;
  margin-bottom: 20px;
}
.contacts__tel {
  font: 1.8rem/2.5rem "Montserrat-Regular";
  color: #000;
  display: inline-block;
}
.contacts__mail {
  font: 1.8rem/2.5rem "Montserrat-Regular";
  color: #000;
  display: inline-block;
  margin-top: 20px;
}
.contacts__map {
  padding-bottom: 25%;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .contacts__map {
    padding-bottom: 30%;
  }
}
@media (max-width: 574px) {
  .contacts__map {
    padding-bottom: 56.25%;
    margin-top: 45px;
  }
}
.contacts__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.feedback {
  background: #f8fafd;
  padding: 115px 0 135px;
}
@media (max-width: 767px) {
  .feedback {
    padding: 50px 0;
  }
}
.feedback__text {
  font: 1.8rem/2.5rem "Montserrat-Regular";
  margin-bottom: 65px;
  color: #000000;
  text-align: center;
  margin-top: 14px;
}
.feedback__field {
  margin-top: 20px;
  padding: 14px 25px 16px;
  text-align: left;
  max-width: 555px;
}
.feedback__textarea {
  height: 200px;
  resize: none;
}
.feedback__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 550px;
  margin: 40px auto 0;
}
@media (max-width: 574px) {
  .feedback__btn {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
}
.feedback__btn .btn {
  margin-left: 40px;
}
@media (max-width: 574px) {
  .feedback__btn .btn {
    margin: 15px 0 0 0;
  }
}

.buy {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .buy {
    padding: 50px 0;
  }
}
.buy__text {
  margin: 43px auto 0 auto;
  text-align: center;
  max-width: 640px;
}

.reviews {
  padding-top: 54px;
}
.reviews__text {
  max-width: 950px;
  text-align: center;
  margin: 72px auto 0;
}
.reviews__users-feedback {
  margin-top: 130px;
}

.about-company {
  padding: 90px 0 0 0;
}
.about-company__text {
  margin-top: 25px;
}
.about-company__title {
  margin-bottom: 50px;
}
.about-company__submit {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .about-company__submit {
    margin-top: 35px;
  }
}
.about-company__subtitle {
  text-align: center;
  font: 2.4rem "Montserrat-Semibold";
  color: #292a34;
  margin-top: 50px;
}
.about-company__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.about-company__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about-company__row {
    flex-direction: column;
  }
}
.about-company__description {
  width: 45%;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .about-company__description {
    width: 100%;
    margin-bottom: 0;
  }
}
.about-company__image-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .about-company__image-wrap {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .about-company__image-wrap {
    max-width: 300px;
  }
}
.about-company__image {
  width: 100%;
}

.rating {
  padding: 50px 0;
}
.rating__row {
  display: flex;
  align-items: flex-start;
  max-width: 950px;
  justify-content: space-between;
  margin: 58px auto 0;
}
@media (max-width: 767px) {
  .rating__row {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}
.rating__item {
  max-width: 240px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .rating__item {
    margin-top: 35px;
  }
}
.rating__item--sides {
  padding-top: 97px;
}
@media (max-width: 1440px) {
  .rating__item--sides {
    padding-top: 78px;
  }
}
@media (max-width: 767px) {
  .rating__item--sides {
    padding-top: 0;
  }
}
.rating__number {
  font: 8rem "Montserrat-Bold";
  color: #007eff;
}
.rating__head {
  font: 2rem/3rem "Montserrat-Bold";
  color: #007eff;
  display: inline-block;
  border-bottom: 1px solid #007eff;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .rating__head {
    margin-top: 25px;
  }
}
.rating__text {
  font-family: "Montserrat-Light";
  color: #4f5059;
  margin-top: 18px;
}

.customers {
  padding: 70px 0;
  background: #f8fafd;
}
.customers__subtitle {
  margin-top: 20px;
}
.customers--white {
  background: #fff;
}
.customers__text {
  max-width: 990px;
  margin: 29px auto 0;
  text-align: center;
}
.customers__row {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.customers__row--two {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .customers__row {
    flex-direction: column;
    align-items: center;
  }
}
.customers__row--center {
  justify-content: center;
}
.customers__item {
  text-align: center;
  max-width: 330px;
  width: 100%;
}
@media (max-width: 767px) {
  .customers__item {
    margin-top: 20px;
  }
}
.customers__top {
  font: 1.3rem/3rem "Montserrat-Bold";
  color: #000000;
}
.customers__number {
  margin-top: 15px;
  font: 7.5rem "Montserrat-Bold";
  color: #0077ff;
}
@media (max-width: 767px) {
  .customers__number {
    margin-top: 0;
  }
}

.content {
  font-family: "Montserrat-Regular";
  padding: 50px 0 0 0;
}
.content h2 {
  font: 4.7rem/5.5rem "Montserrat-Bold";
  color: #292a34;
  text-align: center;
}
.content ul {
  font: 1.8rem/2.7rem "Montserrat-Regular";
  color: #4f5059;
}
.content p {
  font: 1.8rem/2.7rem "Montserrat-Regular";
  color: #4f5059;
}
.content li {
  font: 1.8rem/2.7rem "Montserrat-Regular";
  color: #4f5059;
  position: relative;
}
.content li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  background: #0077ff;
  top: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .content li::before {
    top: 10px;
  }
}
.content div {
  font: 1.8rem/2.7rem "Montserrat-Regular";
  color: #4f5059;
}
.content img {
  display: block;
  margin: 25px auto;
}
.content a {
  font: 1.8rem/2.7rem "Montserrat-Regular";
  color: #0077ff;
}
.content h5 {
  font: 1.8rem/2.7rem "Montserrat-Medium";
  font-style: italic;
  color: #b6b6b6;
  text-align: center;
}
.content h6 {
  font: 1.8rem/2.7rem "Montserrat-Bold";
  color: #4f5059;
}

.modal {
  font-size: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: block;
  overflow-y: auto;
  text-align: center;
  padding: 30px 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease;
}
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  box-sizing: border-box;
}
@media (max-width: 574px) {
  .modal {
    padding: 20px 15px;
  }
}
.modal--active {
  opacity: 1;
  visibility: visible;
}
.modal__blackout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal__field {
  margin-top: 23px;
}
.modal__field--large {
  width: 100%;
  max-width: 100%;
}

.modal-window {
  max-width: 1365px;
  margin: 30px auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #f2f4f5;
  width: 100%;
  border-radius: 33px;
  overflow: hidden;
  padding: 80px;
}
@media (max-width: 991px) {
  .modal-window {
    padding: 50px;
  }
}
@media (max-width: 574px) {
  .modal-window {
    padding: 25px 20px;
  }
}
.modal-window__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 574px) {
  .modal-window__row {
    flex-direction: column;
  }
}
.modal-window__item {
  width: calc(50% - 20px);
  max-width: 100%;
}
@media (max-width: 574px) {
  .modal-window__item {
    width: 100%;
  }
}
.modal-window textarea {
  width: 100%;
  height: 100%;
  max-width: 100%;
  resize: none;
}
@media (max-width: 574px) {
  .modal-window textarea {
    width: 100%;
    margin-top: 23px;
    height: 150px;
  }
}
.modal-window__btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  align-items: center;
}
@media (max-width: 574px) {
  .modal-window__btn {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
  }
}
.modal-window__btn .btn {
  margin-left: 20px;
}
@media (max-width: 574px) {
  .modal-window__btn .btn {
    margin: 10px 0 0 0;
  }
}

.service-conditions {
  padding-top: 77px;
}
.service-conditions__img {
  display: block;
  margin: 0 auto;
}
.service-conditions__text {
  max-width: 957px;
  margin: 40px auto 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .service-conditions__text {
    margin-top: 25px;
  }
}
.service-conditions__download-link {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}
@media (max-width: 767px) {
  .service-conditions__download-link {
    margin-top: 45px;
  }
}
.service-conditions__picture {
  display: block;
  margin: 89px auto -110px auto;
}
@media (max-width: 767px) {
  .service-conditions__picture {
    max-width: 200px;
    margin-bottom: -60px;
  }
}
.service-conditions__block {
  background: #f8fafd;
  padding: 126px 0 118px 0;
}
@media (max-width: 767px) {
  .service-conditions__block {
    padding: 90px 0 60px 0;
  }
}

.breadcrumbs {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.breadcrumbs__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
}
.breadcrumbs__link {
  font: 1.4rem "Montserrat-Regular";
  color: #4e4e4e;
  line-height: 2.7rem;
  display: inline-block;
  vertical-align: middle;
}

.real-automation {
  padding-top: 88px;
}
@media (max-width: 1440px) {
  .real-automation {
    padding-top: 70px;
  }
}
.real-automation__worth {
  margin-top: 65px;
}
.real-automation__image {
  margin: 70px auto;
  display: block;
}
.real-automation__text {
  max-width: 990px;
  margin: 30px auto;
}
.real-automation__container {
  max-width: 990px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.real-automation__container .list__item {
  color: #4f5059;
}
@media (max-width: 1440px) {
  .real-automation__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.worth {
  background: #f8fafd;
  padding: 75px 0 99px;
}
@media (max-width: 1440px) {
  .worth {
    padding: 50px 0 60px;
  }
}
.worth__in {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 574px) {
  .worth__in {
    flex-direction: column;
    align-items: center;
  }
}
.worth__item {
  width: calc(33.33% - 115px);
}
@media (max-width: 1440px) {
  .worth__item {
    width: calc(33.33% - 80px);
  }
}
@media (max-width: 1200px) {
  .worth__item {
    width: calc(33.33% - 50px);
  }
}
@media (max-width: 991px) {
  .worth__item {
    width: calc(33.33% - 35px);
  }
}
@media (max-width: 767px) {
  .worth__item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 574px) {
  .worth__item {
    width: 100%;
  }
}
.worth__title {
  font: 7.5rem "Montserrat-Bold";
  color: #0077ff;
  line-height: 10rem;
}
.worth__text {
  font: 1.8rem "Montserrat-Light";
  color: #4f5059;
  line-height: 22px;
}

.sales-agents {
  padding: 88px 0 54px;
}
.sales-agents__tabs {
  margin-top: 68px;
}
.sales-agents__table {
  margin-top: 40px;
}
.sales-agents__pagination {
  max-width: 1060px;
  margin: 16px auto 0 auto;
}
.sales-agents__sales {
  margin-top: 96px;
}
.sales-agents__search {
  max-width: 1060px;
  margin: 95px auto 0 auto;
}
.sales-agents__show-more {
  margin: 45px auto 0 auto;
}

.show-more {
  font: 2.1rem "Montserrat-Semibold";
  color: #292a34;
  line-height: 2.6rem;
  text-align: center;
  padding: 23px 10px 22px 10px;
  background: #fafafa;
  cursor: pointer;
  border-radius: 11px;
  border: none;
  outline: none;
  width: 100%;
  max-width: 1060px;
  display: block;
}
@media (max-width: 767px) {
  .show-more {
    padding: 18px 10px 17px 10px;
  }
}

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 991px) {
  .tabs {
    flex-direction: column;
  }
}
.tabs__item {
  font: 2.5rem "Montserrat-Medium";
  line-height: 3rem;
  color: rgba(41, 42, 52, 0.5);
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tabs__item {
    font-size: 2rem;
  }
}
.tabs__item:not(:last-child) {
  margin-right: 143px;
}
@media (max-width: 991px) {
  .tabs__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.tabs__item--active {
  color: #0077ff;
  opacity: 1;
  border-bottom: 1px solid #0077ff;
}

.sales-item {
  text-align: center;
  max-width: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.sales-item--center {
  margin: 0 auto;
}
.sales-item__title {
  font: 2.2rem "Montserrat-Semibold";
  color: #292a34;
  line-height: 2.6rem;
}
.sales-item__text {
  font: 1.3rem "Montserrat-Regular";
  color: rbga(41, 42, 52, 0.5);
  line-height: 1.6rem;
  margin-top: 5px;
}
.sales-item__row {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  margin: -20px auto 0 auto;
}
@media (max-width: 574px) {
  .sales-item__row {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
.sales-item__img-wrap {
  max-width: 120px;
  margin-top: 11px;
}
.sales-item__img {
  width: 100%;
}

.sales--first .sales-item__img-wrap {
  max-width: 160px;
  width: 100%;
}

.sales--first .sales-item__row {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sales--first .sales-item__row {
    flex-direction: column;
    align-items: center;
  }
}

.sales--first .sales-item {
  max-width: 100%;
  width: 33.33%;
  padding: 0 15px;
  justify-content: flex-start;
  position: relative;
}

.sales--first .sales-item:nth-child(1) {
  padding-top: 235px;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .sales--first .sales-item:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    order: 3;
  }
}
.sales--first .sales-item:nth-child(1)::after {
  content: "";
  width: 7px;
  height: 100%;
  background: url("../images/seperator.png") center center repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .sales--first .sales-item:nth-child(1)::after {
    content: "";
    width: 0;
    background: none;
  }
}

.sales--first .sales-item:nth-child(3) {
  padding-top: 165px;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .sales--first .sales-item:nth-child(3) {
    margin-top: 0;
    padding-top: 0;
    order: 2;
  }
}
.sales--first .sales-item:nth-child(3)::before {
  content: "";
  width: 7px;
  height: 100%;
  background: url("../images/seperator.png") center center repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .sales--first .sales-item:nth-child(3)::before {
    content: "";
    width: 0;
    background: none;
  }
}

.sales--first .sales-item__title {
  font: 1.7rem "Montserrat-Semibold";
  color: #000;
  line-height: 21px;
  margin-top: 6px;
}

.sales--first .sales-item__text {
  font: 1.4rem "Montserrat-Regular";
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7rem;
}

.sales--first .sales-item__place {
  font: 1.3rem "Montserrat-Semibold";
  color: #e2a704;
  line-height: 1.6rem;
}

.table {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
}
.table__in {
  padding: 0 15px;
}
.table__th,
.table__td {
  text-align: left;
}
.table__td {
  padding: 8px 0;
  font: 1.8rem "Montserrat-Regular";
  color: #292a34;
  line-height: 2.2rem;
}
.table__td--active {
  color: #0077ff;
  font-family: "Montserrat-Semibold";
}
.table__th {
  padding: 8px 0;
  font: 1.8rem "Montserrat-Medium";
  color: rgba(41, 42, 52, 0.5);
  line-height: 2.2rem;
  padding: 12px 0;
}
.table__row {
  display: flex;
  justify-content: space-between;
  min-width: 565px;
}

.search {
  background: #fafafa;
  border-radius: 47px;
  border: none;
  overflow: hidden;
  padding-left: 103px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 574px) {
  .search {
    padding-left: 50px;
  }
}
.search::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/search.svg") center center no-repeat;
  background-size: 24px 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 574px) {
  .search::before {
    left: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
.search__input {
  font: 1.4rem "Montserrat-Semibold";
  line-height: 1.7rem;
  color: #b4b4b4;
  padding: 32px 15px 32px 0;
  background: none;
  text-transform: uppercase;
  width: 100%;
  border: none;
}
@media (max-width: 991px) {
  .search__input {
    padding: 20px 15px 20px 0;
  }
}
@media (max-width: 574px) {
  .search__input {
    padding: 18px 15px 18px 0;
  }
}
.search__input::-webkit-input-placeholder {
  font: 1.4rem "Montserrat-Semibold";
  line-height: 1.7rem;
  color: #b4b4b4;
}
.search__input::-moz-placeholder {
  font: 1.4rem "Montserrat-Semibold";
  line-height: 1.7rem;
  color: #b4b4b4;
}
.search__input:-ms-input-placeholder {
  font: 1.4rem "Montserrat-Semibold";
  line-height: 1.7rem;
  color: #b4b4b4;
}
.search__input::-ms-input-placeholder {
  font: 1.4rem "Montserrat-Semibold";
  line-height: 1.7rem;
  color: #b4b4b4;
}
.search__input::placeholder {
  font: 1.4rem "Montserrat-Semibold";
  line-height: 1.7rem;
  color: #b4b4b4;
}
.search__btn {
  cursor: pointer;
  text-decoration: none;
  font: 1.4rem "Montserrat-Bold";
  color: #ffffff;
  line-height: 1.7rem;
  outline: none;
  text-align: center;
  background: #0077ff;
  border-radius: 47px;
  height: 100%;
  padding: 32px 60px;
  text-transform: uppercase;
  border: none;
}
@media (max-width: 991px) {
  .search__btn {
    padding: 20px 50px 20px 50px;
  }
}
@media (max-width: 574px) {
  .search__btn {
    padding: 18px 25px;
  }
}

.pagination {
  display: flex;
  background: #fafafa;
  border-radius: 11px;
  padding: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination__item:not(:last-child) {
  margin-right: 9px;
}
.pagination__link {
  border-radius: 9px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  color: rgba(41, 42, 52, 0.5);
  font: 2.1rem "Montserrat-Regular";
  line-height: 3.2rem;
}
@media (max-width: 767px) {
  .pagination__link {
    padding: 12px 20px;
  }
}
.pagination__link--active {
  color: #fff;
  background: #0077ff;
  font-family: "Montserrat-Semibold";
}

.auth-header {
  padding: 64px 0 25px 0;
  display: flex;
  justify-content: center;
}
.auth-header__logo {
  display: block;
  max-width: 174px;
}
.auth-header__icon {
  width: 100%;
}

.auth {
  padding: 75px 0;
}

.input {
  width: 100%;
  background: #ffffff;
  border: none;
  box-shadow: 0px 11px 35px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 14px 26px;
  font: 1.4rem "Montserrat-Medium";
  color: #4f5059;
  line-height: 1.8rem;
}
.input::-webkit-input-placeholder {
  font: 1.4rem "Montserrat-Medium";
  color: #4f5059;
  line-height: 1.8rem;
}
.input::-moz-placeholder {
  font: 1.4rem "Montserrat-Medium";
  color: #4f5059;
  line-height: 1.8rem;
}
.input:-ms-input-placeholder {
  font: 1.4rem "Montserrat-Medium";
  color: #4f5059;
  line-height: 1.8rem;
}
.input::-ms-input-placeholder {
  font: 1.4rem "Montserrat-Medium";
  color: #4f5059;
  line-height: 1.8rem;
}
.input::placeholder {
  font: 1.4rem "Montserrat-Medium";
  color: #4f5059;
  line-height: 1.8rem;
}

.auth-window {
  max-width: 731px;
  margin: 0 auto;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  padding: 71px 15px;
  backgroun: #ffffff;
}
.auth-window .checkbox {
  align-items: center;
}
.auth-window .checkbox__item {
  font: 1.4rem "Montserrat-Medium";
  color: #4f5059;
  line-height: 1.8rem;
}
.auth-window__input {
  max-width: 372px;
  display: block;
  margin: 18px auto 0 auto;
}
.auth-window__title {
  font: 4.8rem "Montserrat-Bold";
  color: #292a34;
  line-height: 5.5rem;
  text-align: center;
  margin-bottom: 54px;
}
.auth-window__btn {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  max-width: 372px;
  margin: 34px auto 0 auto;
  align-items: center;
}
@media (max-width: 574px) {
  .auth-window__btn {
    flex-direction: column;
    align-items: center;
  }
  .auth-window__btn .checkbox {
    margin-top: 15px;
  }
}
.auth-window__submit {
  font: 1.4rem "Montserrat-Semibold";
  color: #ffffff;
  background: #0077ff;
  border-radius: 83px;
  line-height: 1.8rem;
  border: none;
  outline: none;
  text-align: center;
  display: inline-block;
  padding: 8px 38px;
}

.collaborator {
  width: 100%;
  box-shadow: 0px 0px 25px rgba(0, 119, 255, 0.15);
  padding: 38px 35px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #fff;
}
.collaborator--leader {
  width: 33.33%;
}
@media (max-width: 991px) {
  .collaborator--leader {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .collaborator--leader {
    position: relative;
  }
  .collaborator--leader::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border: 8px solid transparent;
    border-top: 8px solid rgba(0, 119, 255, 0.15);
    background: none;
  }
}
.collaborator--right {
  position: relative;
}
.collaborator--right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .collaborator--right::before {
    content: "";
    width: 0;
    height: 0;
  }
}
.collaborator--right::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .collaborator--right::after {
    content: "";
    width: 0;
    height: 0;
  }
}
@media (max-width: 1440px) {
  .collaborator {
    padding: 25px 20px;
  }
}
@media (max-width: 574px) {
  .collaborator {
    padding: 17px 15px;
  }
}
.collaborator--deputy {
  width: 50%;
}
@media (max-width: 991px) {
  .collaborator--deputy {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .collaborator--deputy {
    position: relative;
  }
  .collaborator--deputy::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border: 8px solid transparent;
    border-top: 8px solid rgba(0, 119, 255, 0.15);
    background: none;
  }
}
.collaborator__icon-wrap {
  min-width: 100px;
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .collaborator__icon-wrap {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .collaborator__icon-wrap {
    min-width: 85px;
  }
}
@media (max-width: 574px) {
  .collaborator__icon-wrap {
    min-width: 65px;
    margin-right: 15px;
  }
}
.collaborator__icon-in {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.collaborator__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.collaborator__departament {
  font: 1.4rem/2rem "Montserrat-Medium";
  color: #0077ff;
}
.collaborator__post {
  font: 1.4rem/2rem "Montserrat-Medium";
  color: #878f9d;
}
.collaborator__name {
  font: 1.8rem/2.1rem "Montserrat-Bold";
  color: #292a34;
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .collaborator__name {
    margin-top: 10px;
  }
}
@media (max-width: 574px) {
  .collaborator__name {
    margin-top: 5px;
  }
}

.structure-company {
  padding: 90px 0;
}
@media (max-width: 574px) {
  .structure-company {
    padding: 50px 0;
  }
}
.structure-company__first {
  position: relative;
}
.structure-company__first::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 16.666%;
  width: 1px;
  background: rgba(0, 0, 0, 0.05);
  top: -88px;
}
@media (max-width: 991px) {
  .structure-company__first::before {
    height: 0;
    content: "";
    width: 0;
  }
}
.structure-company__second {
  padding-left: 33.33%;
  position: relative;
}
@media (max-width: 991px) {
  .structure-company__second {
    display: block;
    padding-left: 0;
  }
}
.structure-company__second::before {
  content: "";
  height: calc(100% - 88px);
  position: absolute;
  left: 49.999%;
  width: 1px;
  background: rgba(0, 0, 0, 0.05);
  top: 0;
}
@media (max-width: 1440px) {
  .structure-company__second::before {
    height: calc(100% - 75px);
  }
}
@media (max-width: 991px) {
  .structure-company__second::before {
    height: 0;
    content: "";
    width: 0;
  }
}
.structure-company__second--line-end {
  position: relative;
}
.structure-company__second--line-end::after {
  content: "";
  position: absolute;
  left: 16.666%;
  top: 89px;
  width: 4px;
  height: 100%;
  background: #fff;
  z-index: 3;
}
@media (max-width: 1440px) {
  .structure-company__second--line-end::after {
    top: 76px;
  }
}
@media (max-width: 991px) {
  .structure-company__second--line-end::after {
    content: "";
    height: 0;
    width: 0;
  }
}
.structure-company__third {
  padding-left: 50%;
}
@media (max-width: 991px) {
  .structure-company__third {
    padding-left: 0;
  }
}
.structure-company__headline {
  display: none;
}
@media (max-width: 991px) {
  .structure-company__headline {
    font: 2rem "Montserrat-Bold";
    color: #292a34;
    display: block;
    text-align: center;
  }
}
.structure-company__collaborator {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .structure-company__collaborator {
    margin-top: 20px;
  }
}
.structure-company__in {
  padding: 50px 0;
}
.structure-company__left {
  width: 33.33%;
}
@media (max-width: 991px) {
  .structure-company__left {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 991px) {
  .structure-company__left::before {
    content: "";
    position: absolute;
    left: -50%;
    height: 1px;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 32px;
    top: inherit;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .structure-company__left::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    top: inherit;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .structure-company__center--first::before {
    content: "";
    position: absolute;
    left: -50%;
    height: 1px;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 32px;
    top: inherit;
    background: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .structure-company__center--first::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    top: inherit;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
  }
}

/* .slider-captcha {
  width: 100%;
  background-color: #ddd;
  height: 40px;
  border-radius: 5px;
  position: relative;
  user-select: none;
}

.slider-track {
  background-color: #8bc34a;
  height: 100%;
  width: 0;
  border-radius: 5px;
  transition: width 0.3s;
}

.slider-handle {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
} */

.slider-captcha-container {
  width: 30%;
  margin: 0 auto;
  padding: 10px 0;
}

.slider-captcha-instruction {
  text-align: center;
  font: 1.4rem/2.7rem "Montserrat-Regular";
  color: #333;
  margin-bottom: 10px;
}

.slider-captcha {
  height: 40px;
  background-color: #ddd;
  border-radius: 5px;
  position: relative;
}

.slider-track {
  background-color: #8bc34a;
  height: 100%;
  width: 0;
  border-radius: 5px;
  transition: width 0.3s;
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .slider-captcha-container {
    width: 100%;
  }
}
