html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

*::before {
  box-sizing: inherit; }

*::after {
  box-sizing: inherit; }

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Oswald", "Arial", sans-serif;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 400;
  color: #1e1e26;
  background-color: #ffffff; }

fieldset {
  margin: 0;
  padding: 0; }

legend {
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0; }

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* stylelint-disable */
html {
  line-height: 1.15;
  /* 1 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Oswald Light"), local("Oswald-Light"), url("../fonts/Oswald-Light.woff2") format("woff2"), url("../fonts/Oswald-Light.woff") format("woff"); }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Oswald Regular"), local("Oswald-Regular"), url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"); }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Oswald Medium"), local("Oswald-Medium"), url("../fonts/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald-Medium.woff") format("woff"); }

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.woff") format("woff"); }

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff"); }

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Oswald Bold"), local("Oswald-Bold"), url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff");
  unicode-range: u+0422, u+0430, u+0440, u+0438, u+0444, u+044b; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

/* COLORS */
/* DEVICE WIDTH */
/* RETINA */
/* FONTS */
.scroll-hide {
  overflow: hidden;
  position: fixed; }

.first-block {
  display: flex;
  width: 100vw;
  height: 52.1vw;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .first-block {
      display: none; } }

.first-block__enter-block {
  position: relative;
  width: 52.4vw;
  background-size: contain;
  background-image: url("../img/main-photo.jpg"); }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .first-block__enter-block {
      background-image: url("../img/main-photo@2x.jpg"); } }

.first-block__enter-links-wrapper {
  display: flex;
  padding: 6vw 0 0 3.2vw; }

.first-block__site-patrol-image {
  position: absolute;
  bottom: 0;
  width: 27vw; }

.first-block__login-link,
.first-block__register-link {
  min-height: 3vw;
  display: block;
  padding: 1vw 1.5vw;
  font-size: 1.3vw;
  color: #ffffff;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  cursor: pointer; }
  .first-block__login-link:hover, .first-block__login-link:focus,
  .first-block__register-link:hover,
  .first-block__register-link:focus {
    background-color: #757672; }

.first-block__login-link {
  background-color: #4ca88c; }

.first-block__center-block {
  width: 32vw;
  padding: 3.5vw 1.6vw 3.8vw 1.9vw;
  background-color: #35353f; }

.first-block__logo {
  width: 27.1vw;
  height: 8.1vw;
  margin-bottom: 2.8vw; }

.first-block__system {
  width: 21.6vw;
  height: 4.1vw;
  margin-bottom: 6.3vw;
  margin-top: 0;
  font-size: 1.9vw;
  line-height: 2.5vw;
  letter-spacing: 0.27vw;
  color: #ffffff; }

.first-block__question-wrapper {
  position: relative;
  z-index: 0;
  margin-left: -3.3vw;
  margin-bottom: 5.6vw; }

.first-block__question {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-bottom: 0.15vw;
  padding: 0.6vw 1vw 0.5vw;
  font-size: 1.2vw;
  letter-spacing: 0.129vw;
  background-color: #ffffff; }
  .first-block__question span {
    color: #4ca88c; }

.first-block__decision {
  margin-bottom: 5.1vw;
  font-size: 1.9vw;
  letter-spacing: 0.1vw;
  color: #ffffff;
  text-transform: uppercase; }

.first-block__try {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  position: relative;
  min-height: 3vw;
  display: block;
  width: 27.6vw;
  padding: 1.6vw 3.1vw 1.7vw 3.1vw;
  margin: 0;
  font-size: 1.3vw;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #4ca88c;
  outline: none; }
  .first-block__try::before {
    content: "";
    position: absolute;
    top: 1.9vw;
    right: 3.3vw;
    width: 2.1vw;
    height: 1vw;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .first-block__try::before {
        background-image: url("../img/arrow@2x.png"); } }
  .first-block__try:hover, .first-block__try:focus {
    background-color: #757672; }

.first-block__tel-block {
  position: relative;
  width: 18vw;
  background-color: #4ca88c; }

.first-block__tel-block-content {
  position: absolute;
  top: 13.7vw;
  right: -12.6vw;
  margin-right: -0.9vw;
  overflow: hidden;
  transform: rotate(90deg);
  z-index: 1; }

.first-block__name {
  margin: 0;
  margin-top: -0.6vw;
  font-size: 2.35vw;
  line-height: 2.9vw;
  font-weight: 300;
  letter-spacing: 1.1vw;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.2; }

.first-block__tel-wrapper {
  text-align: center;
  margin-left: 7.2vw; }

.first-block__tel {
  display: block;
  margin-top: 4.7vw;
  margin-bottom: 1.5vw;
  font-size: 2.2vw;
  letter-spacing: 0.65vw;
  color: #ffffff;
  text-decoration: none; }

.first-block__tel-description {
  margin: 0;
  margin-left: 2vw;
  font-size: 1.05vw;
  font-weight: 300;
  letter-spacing: 0.56vw;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5; }

.page-nav-content {
  position: relative;
  top: 0;
  display: flex;
  width: 100vw; }
  @media (max-width: 1023px) {
    .page-nav-content {
      display: block; } }

.header {
  position: sticky;
  top: 0;
  width: 21.1vw;
  height: 100vh;
  display: flex; }
  @media (max-width: 1023px) {
    .header {
      position: fixed;
      z-index: 2;
      width: 100%;
      height: auto; }
      .header--closed .header__nav {
        display: none; }
      .header--opened .header__nav {
        display: flex; }
      .header--nojs .header__nav {
        display: flex; } }

.header__tel-stripe {
  position: relative;
  width: 7.7vw;
  background-color: #181a20; }
  @media (max-width: 1023px) {
    .header__tel-stripe {
      display: none; } }

.header__wrapper {
  display: flex;
  flex-direction: column;
  width: 26vw;
  background-image: url("../img/header-background.jpg");
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .header__wrapper {
      background-image: url("../img/header-background@2x.jpg"); } }
  @media (max-width: 1023px) {
    .header__wrapper {
      width: 100vw;
      padding: 1vw 2vw 1.5vw;
      background-image: none;
      background-color: #30363d; } }
  @media (max-width: 767px) {
    .header__wrapper {
      padding: 2vw; } }

.header__site-patrol-image {
  position: absolute;
  bottom: -0.1vw; }

.header__tel-wrapper {
  position: relative;
  height: 20vw;
  padding-top: 3.2vw;
  text-align: center; }

.header__tel {
  position: absolute;
  top: 9.2vw;
  left: -23vw;
  width: 50vw;
  font-size: 1vw;
  color: #ffffff;
  letter-spacing: 0.365vw;
  text-decoration: none;
  transform: rotate(-90deg); }

.header__tel-description {
  position: absolute;
  top: 8vw;
  left: -4.5vw;
  width: 15vw;
  color: #ffffff;
  opacity: 0.5;
  font-size: 0.5vw;
  text-transform: uppercase;
  letter-spacing: 0.3vw;
  transform: rotate(-90deg); }

.header__logo {
  width: 13.2vw;
  margin-top: 2.7vw;
  margin-left: 1.3vw;
  margin-bottom: 3.9vw; }
  @media (max-width: 1023px) {
    .header__logo {
      width: 20vw;
      margin: 0; } }
  @media (max-width: 767px) {
    .header__logo {
      width: 40vw; } }

.header__burger {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  display: none;
  position: absolute;
  top: 3vw;
  right: 2vw;
  width: 4vw;
  height: 2.5vw;
  outline: 0;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .header__burger {
      top: 2.5vw;
      display: block;
      width: 6vw;
      height: 3.7vw; } }
  @media (max-width: 767px) {
    .header__burger {
      top: 4.5vw;
      right: 3.5vw;
      width: 10vw;
      height: 7vw; } }
  .header__burger::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.35vw;
    background-color: #ffffff;
    box-shadow: 0 1vw 0 0 #ffffff, 0 2vw 0 0 #ffffff; }
    @media (max-width: 1023px) {
      .header__burger::before {
        height: 0.6vw;
        box-shadow: 0 1.5vw 0 0 #ffffff, 0 3vw 0 0 #ffffff; } }
    @media (max-width: 767px) {
      .header__burger::before {
        height: 1.2vw;
        box-shadow: 0 3vw 0 0 #ffffff, 0 6vw 0 0 #ffffff; } }
  .header__burger:hover::before, .header__burger:focus::before {
    background-color: #4ca88c;
    box-shadow: 0 1vw 0 0 #4ca88c, 0 2vw 0 0 #4ca88c; }
    @media (max-width: 1023px) {
      .header__burger:hover::before, .header__burger:focus::before {
        box-shadow: 0 1.5vw 0 0 #4ca88c, 0 3vw 0 0 #4ca88c; } }
    @media (max-width: 767px) {
      .header__burger:hover::before, .header__burger:focus::before {
        box-shadow: 0 3vw 0 0 #4ca88c, 0 6vw 0 0 #4ca88c; } }

.header__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.header__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 1.4vw; }
  .header__list li {
    margin-bottom: 1.4vw; }
    @media (max-width: 1023px) {
      .header__list li {
        margin-bottom: 0; } }
  .header__list .current a {
    color: #4ca88c; }
  @media (max-width: 1023px) {
    .header__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 2vw; }
      .header__list li {
        width: 30%;
        height: 1vw;
        margin-bottom: 3vw; }
        .header__list li:first-child {
          display: none; } }
  @media (max-width: 767px) {
    .header__list {
      display: flex;
      padding-top: 5vw;
      flex-direction: column;
      text-align: center;
      margin: 0 auto; }
      .header__list li {
        width: auto;
        margin-bottom: 7vw; }
        .header__list li:last-child {
          margin-bottom: 5vw; } }

.header__link {
  display: block;
  letter-spacing: 0.2vw;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0; }
  .header__link:hover, .header__link:focus {
    opacity: 0.7; }
  @media (max-width: 1023px) {
    .header__link {
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .header__link {
      font-size: 5vw; } }

.header__buttons-wrapper {
  display: flex; }
  @media (max-width: 767px) {
    .header__buttons-wrapper {
      flex-direction: column; } }

.header__login-link,
.header__register-link {
  display: none;
  height: 4.3vw;
  margin-top: auto;
  padding: 1.7vw 1.4vw 1.7vw 1.4vw;
  font-size: 1.4vw;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  cursor: pointer; }
  .header__login-link:hover, .header__login-link:focus,
  .header__register-link:hover,
  .header__register-link:focus {
    background-color: #757672; }
  @media (max-width: 1023px) {
    .header__login-link,
    .header__register-link {
      display: block; } }
  @media (max-width: 767px) {
    .header__login-link,
    .header__register-link {
      padding: 4vw 1.7vw 1.7vw 2vw;
      width: 100%;
      height: 9vw;
      margin-bottom: 1vw;
      font-size: 5vw;
      text-align: center; } }

.header__login-link {
  background-color: #4ca88c; }

.header__try {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 4.3vw;
  margin-top: auto;
  padding: 0.8vw 1.7vw 1.7vw 2vw;
  font-size: 1.4vw;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #4ca88c;
  outline: none; }
  .header__try:hover, .header__try:focus {
    background-color: #757672; }
  @media (max-width: 1023px) {
    .header__try {
      padding: 1.7vw 1.7vw 1.7vw 2vw;
      width: 29.3vw;
      margin-left: auto; } }
  @media (max-width: 767px) {
    .header__try {
      width: 100%;
      height: 9vw;
      margin-bottom: 1vw;
      font-size: 5vw;
      text-align: center; } }
  .header__try span {
    position: absolute;
    left: 2vw;
    bottom: 0.7vw;
    font-size: 0.9vw;
    font-weight: 300;
    letter-spacing: 0.1vw;
    text-transform: none; }
    @media (max-width: 1023px) {
      .header__try span {
        position: static;
        margin-left: 0.5vw;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 1.4vw; } }
    @media (max-width: 767px) {
      .header__try span {
        font-size: 5vw; } }
  .header__try::before {
    content: "";
    position: absolute;
    top: 2vw;
    right: 1.8vw;
    width: 1.6vw;
    height: 1.4vw;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1023px) {
      .header__try::before {
        top: 1.8vw;
        width: 2.6vw; } }
    @media (max-width: 767px) {
      .header__try::before {
        content: none; } }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .header__try::before {
        background-image: url("../img/arrow@2x.png"); } }

.container-nav {
  width: 78.9vw; }
  @media (max-width: 1023px) {
    .container-nav {
      width: 100vw; } }

.capabilities__wrapper {
  padding: 3.7vw 3.4vw 3.2vw 3.5vw; }
  @media (max-width: 1023px) {
    .capabilities__wrapper {
      padding: 10vw 4vw 0; } }
  @media (max-width: 767px) {
    .capabilities__wrapper {
      padding-top: 16vw; } }

.capabilities__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-bottom: 7.9vw; }
  @media (max-width: 1023px) {
    .capabilities__list {
      padding-top: 1vw;
      padding-bottom: 1vw; } }
  @media (max-width: 767px) {
    .capabilities__list {
      flex-direction: column;
      padding-top: 6vw;
      padding-bottom: 1vw; } }

.capabilities__item {
  width: 22.7vw;
  height: 6.5vw;
  padding-left: 1.1vw;
  border-left: 0.1vw solid #757672; }
  @media (max-width: 1023px) {
    .capabilities__item {
      width: 24.5vw;
      height: 9.8vw;
      margin-bottom: 2.5vw; } }
  @media (max-width: 767px) {
    .capabilities__item {
      width: 100%;
      height: 13.5vw;
      margin-bottom: 3.5vw;
      padding-top: 2vw;
      padding-left: 13vw;
      border-left: 0.4vw solid #757672; } }

.capabilities__item-quantity {
  margin: 0;
  margin-bottom: 1.5vw;
  font-size: 2.5vw;
  line-height: 2.5vw;
  letter-spacing: 0.25vw; }
  @media (max-width: 1023px) {
    .capabilities__item-quantity {
      margin-bottom: 2.5vw;
      font-size: 3vw; } }
  @media (max-width: 767px) {
    .capabilities__item-quantity {
      margin-bottom: 5.5vw;
      font-size: 7vw; } }

.capabilities__item-description {
  margin: 0;
  font-size: 1.3vw;
  letter-spacing: 0.1vw;
  font-weight: 300;
  line-height: 1.4vw; }
  @media (max-width: 1023px) {
    .capabilities__item-description {
      font-size: 2.5vw;
      line-height: 2.5vw; } }
  @media (max-width: 767px) {
    .capabilities__item-description {
      font-size: 4.5vw; } }

.capabilities__connect-button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: none;
  width: 100%;
  height: 4.3vw;
  padding: 0.8vw 1.7vw 1.7vw 2vw;
  font-size: 2vw;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #4ca88c;
  outline: none; }
  .capabilities__connect-button:hover, .capabilities__connect-button:focus {
    background-color: #757672; }
  @media (max-width: 1023px) {
    .capabilities__connect-button {
      display: block;
      padding: 1.7vw 1.7vw 1.7vw 2vw; } }
  @media (max-width: 767px) {
    .capabilities__connect-button {
      height: 9vw;
      font-size: 5vw; } }

.capabilities__service-block {
  position: relative;
  height: 35.7vw;
  background-image: url("../img/capabilities-background.jpg");
  background-size: contain; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .capabilities__service-block {
      background-image: url("../img/capabilities-background@2x.jpg"); } }
  @media (max-width: 1023px) {
    .capabilities__service-block {
      height: auto;
      background-image: none; } }
  .capabilities__service-block::before {
    content: "";
    position: absolute;
    top: -3.5vw;
    left: 24.9vw;
    width: 9.5vw;
    height: 9.6vw;
    background-color: #4ca88c;
    background-image: url("../img/shield.png");
    background-size: 4.7vw;
    background-position: 2.35vw 2vw;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .capabilities__service-block::before {
        background-image: url("../img/shield@2x.png"); } }
    @media (max-width: 1023px) {
      .capabilities__service-block::before {
        content: none; } }

.capabilities__title-wrapper {
  width: 27.1vw;
  height: 15.9vw;
  padding-top: 0.6vw;
  background-color: #ffffff; }
  @media (max-width: 1023px) {
    .capabilities__title-wrapper {
      width: 100%;
      padding-top: 4.5vw;
      height: auto; } }
  @media (max-width: 767px) {
    .capabilities__title-wrapper {
      margin-bottom: 6vw;
      padding-top: 13vw; } }

.capabilities__title {
  margin: 0;
  font-size: 3.235vw;
  font-weight: 400;
  line-height: 3.7vw;
  letter-spacing: 0.18vw; }
  @media (max-width: 1023px) {
    .capabilities__title {
      font-size: 4vw;
      line-height: 4.7vw; } }
  @media (max-width: 767px) {
    .capabilities__title {
      font-size: 8vw; } }

.capabilities__description {
  margin-top: 2.3vw;
  font-size: 1.3vw;
  letter-spacing: 0.11vw;
  font-weight: 300;
  line-height: 1.4vw; }
  @media (max-width: 1023px) {
    .capabilities__description {
      font-size: 2.13vw;
      margin-top: 1.3vw; } }
  @media (max-width: 767px) {
    .capabilities__description {
      font-size: 4.5vw;
      margin-top: 5.5vw; } }

.capabilities__services-logos {
  width: 26.2vw;
  height: 18.7vw;
  margin-left: auto;
  margin-right: 0.91vw;
  padding: 1.1vw 1.1vw 1vw 1.1vw;
  background-color: #ffffff; }
  @media (max-width: 1023px) {
    .capabilities__services-logos {
      width: 100%;
      height: auto;
      margin-left: auto;
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 0; } }

.capabilities__service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.capabilities__service-item {
  position: relative;
  width: 32.3%;
  height: 5.4vw;
  margin-bottom: 0.2vw;
  border: 0.05vw solid #dbdbdb;
  text-align: center;
  line-height: 6vw; }
  @media (max-width: 1023px) {
    .capabilities__service-item {
      height: 10vw;
      margin-bottom: 1vw; }
      .capabilities__service-item:nth-child(6), .capabilities__service-item:nth-child(7), .capabilities__service-item:nth-child(8) {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .capabilities__service-item {
      height: 14vw; } }
  .capabilities__service-item:first-child, .capabilities__service-item:nth-child(2) {
    width: 49.4%; }
  .capabilities__service-item a {
    display: block;
    height: 100%;
    outline: 0; }
    .capabilities__service-item a:hover, .capabilities__service-item a:focus {
      opacity: 0.7; }

.capabilities__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 9.3vw;
  max-height: 100%; }
  @media (max-width: 1023px) {
    .capabilities__image {
      max-width: 20vw; } }
  .capabilities__image--rucenter {
    max-width: 5.3vw; }
    @media (max-width: 1023px) {
      .capabilities__image--rucenter {
        max-width: 12vw; } }
  .capabilities__image--revisium {
    max-width: 6.3vw; }
    @media (max-width: 1023px) {
      .capabilities__image--revisium {
        max-width: 15vw; } }
  .capabilities__image--yandex-webmaster {
    max-width: 4.3vw; }
    @media (max-width: 1023px) {
      .capabilities__image--yandex-webmaster {
        max-width: 20vw; } }

.for-whom {
  margin-bottom: 5.6vw; }
  @media (max-width: 1023px) {
    .for-whom {
      margin-bottom: 0; } }

@media (max-width: 1023px) {
  .for-whom__wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 8vw; } }

@media (max-width: 767px) {
  .for-whom__wrapper {
    padding-top: 17vw; } }

.for-whom__title-wrapper {
  padding-left: 3.9vw;
  padding-bottom: 3.55vw; }
  @media (max-width: 1023px) {
    .for-whom__title-wrapper {
      padding-left: 0; } }

.for-whom__title {
  margin: 0;
  margin-bottom: 3.8vw;
  font-size: 3.235vw;
  font-weight: 400;
  line-height: 3.7vw;
  letter-spacing: 0.18vw; }
  @media (max-width: 1023px) {
    .for-whom__title {
      font-size: 4vw;
      line-height: 4.7vw;
      margin-bottom: 3vw; } }
  @media (max-width: 767px) {
    .for-whom__title {
      margin-bottom: 7vw;
      font-size: 8vw; } }

.for-whom__sub-title {
  margin-bottom: -0.2vw;
  font-size: 1.4vw;
  letter-spacing: 0.07vw; }
  @media (max-width: 1023px) {
    .for-whom__sub-title {
      margin-bottom: 0;
      font-size: 2.8vw; } }
  @media (max-width: 767px) {
    .for-whom__sub-title {
      padding-top: 1.5vw;
      font-size: 4.5vw; } }

.for-whom__description {
  width: 53vw;
  padding-left: 3.7vw;
  border-left: 0.05vw solid #4ca88c; }
  @media (max-width: 767px) {
    .for-whom__description {
      border-left: 0.4vw solid #4ca88c; } }

.for-whom__description-text {
  font-size: 1.13vw;
  font-weight: 300;
  letter-spacing: -0.02vw;
  line-height: 1.7vw;
  font-family: "Ubuntu", "Arial", sans-serif; }
  @media (max-width: 1023px) {
    .for-whom__description-text {
      width: 100%;
      font-size: 2.13vw;
      line-height: 2.7vw; } }
  @media (max-width: 767px) {
    .for-whom__description-text {
      font-size: 4vw;
      line-height: 4.5vw; } }

.for-whom__items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .for-whom__items {
      padding: 0;
      flex-direction: column; } }

.for-whom__item {
  width: 25.8vw;
  min-height: 18.3vw;
  padding: 2.5vw 2.8vw 2.5vw 1.8vw;
  background-color: #4ca88c; }
  @media (max-width: 1023px) {
    .for-whom__item {
      width: 100%;
      height: auto;
      padding: 2vw; } }
  @media (max-width: 767px) {
    .for-whom__item {
      padding: 4vw;
      min-height: auto; } }
  .for-whom__item--white {
    background-color: #ffffff; }
    .for-whom__item--white .for-whom__item-title {
      color: #1e1e26; }
  .for-whom__item--grey {
    background-color: #35353f; }
    .for-whom__item--grey .for-whom__item-description {
      color: #4ca88c; }

@media (max-width: 1023px) {
  .for-whom__item-wrapper {
    display: flex;
    margin-bottom: 2vw; }
    .for-whom__item-wrapper:last-child {
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .for-whom__item-wrapper picture {
    display: none; } }

.for-whom__item-wrapper--reverse {
  display: flex;
  flex-direction: column-reverse; }
  @media (max-width: 1023px) {
    .for-whom__item-wrapper--reverse {
      flex-direction: row-reverse; } }

.for-whom__item-title {
  margin: 0;
  margin-bottom: 1.5vw;
  font-size: 2.7vw;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.15vw;
  line-height: 3vw; }
  @media (max-width: 1023px) {
    .for-whom__item-title {
      font-size: 4vw;
      line-height: 4.2vw; } }
  @media (max-width: 767px) {
    .for-whom__item-title {
      font-size: 8vw;
      line-height: 8.5vw; } }

.for-whom__item-description {
  line-height: 1.6vw;
  letter-spacing: 0.04vw; }
  @media (max-width: 1023px) {
    .for-whom__item-description {
      font-size: 2.13vw;
      line-height: 2.7vw;
      margin-top: 5vw; } }
  @media (max-width: 767px) {
    .for-whom__item-description {
      font-size: 4vw;
      line-height: 4.5vw; } }

.for-whom__item-image {
  width: 25.8vw;
  height: 18.2vw;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 1023px) {
    .for-whom__item-image {
      display: block;
      width: 94vw;
      height: 30vw; } }

.opportunities__wrapper {
  padding-top: 1.1vw; }
  @media (max-width: 1023px) {
    .opportunities__wrapper {
      padding-top: 8vw; } }
  @media (max-width: 767px) {
    .opportunities__wrapper {
      padding-top: 17vw; } }

.opportunities__title-wrapper {
  padding-left: 4.2vw;
  margin-bottom: 5.3vw; }
  @media (max-width: 1023px) {
    .opportunities__title-wrapper {
      padding: 0 4vw; } }

.opportunities__title {
  margin: 0;
  margin-bottom: 3.6vw;
  font-size: 3.8vw;
  font-weight: 400;
  letter-spacing: 0.3vw;
  color: #4ca88c; }
  @media (max-width: 1023px) {
    .opportunities__title {
      margin-bottom: 1.6vw;
      font-size: 4vw;
      line-height: 4.7vw; } }
  @media (max-width: 767px) {
    .opportunities__title {
      margin-bottom: 7vw;
      font-size: 8vw; } }

.opportunities__description {
  padding-left: 4vw;
  width: 57vw;
  font-size: 1.12vw;
  font-weight: 300;
  letter-spacing: -0.01vw;
  line-height: 1.7vw;
  font-family: "Ubuntu", "Arial", sans-serif;
  border-left: 0.05vw solid #4ca88c; }
  @media (max-width: 1023px) {
    .opportunities__description {
      width: 100%;
      font-size: 2.13vw;
      line-height: 2.7vw; } }
  @media (max-width: 767px) {
    .opportunities__description {
      font-size: 4vw;
      line-height: 4.5vw;
      border-left: 0.4vw solid #4ca88c; } }

.opportunities__elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.1vw 3.2vw 3.9vw; }
  @media (max-width: 1023px) {
    .opportunities__elements {
      padding: 0 4vw 0 4vw; } }

.opportunities__element {
  width: 35.2vw;
  margin-bottom: 4.2vw; }
  .opportunities__element:nth-child(5), .opportunities__element:nth-child(6) {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .opportunities__element:nth-child(5), .opportunities__element:nth-child(6) {
        margin-bottom: 3vw; }
        .opportunities__element:nth-child(5):last-child, .opportunities__element:nth-child(6):last-child {
          margin-bottom: 0; } }
  @media (max-width: 1023px) {
    .opportunities__element {
      width: 44vw; } }
  @media (max-width: 767px) {
    .opportunities__element {
      width: 100%;
      margin-bottom: 3vw; }
      .opportunities__element picture {
        display: none; } }

.opportunities__element-top {
  display: flex;
  margin-bottom: 2.2vw; }
  @media (max-width: 1023px) {
    .opportunities__element-top {
      margin-bottom: 2vw; } }
  @media (max-width: 767px) {
    .opportunities__element-top {
      margin-bottom: 0; } }

.opportunities__element-number {
  width: 5.4vw;
  padding-bottom: 3.5vw;
  margin-top: 3vw;
  border-bottom: 0.4vw solid #4ca88c;
  font-size: 5.5vw;
  font-weight: 500;
  letter-spacing: 0.5vw;
  color: #dbdbdb; }
  @media (max-width: 1023px) {
    .opportunities__element-number {
      font-size: 7vw;
      margin-top: 4vw; } }

.opportunities__element-title-wrapper {
  display: flex;
  border-bottom: 0.1vw solid #dbdbdb; }
  @media (max-width: 1023px) {
    .opportunities__element-title-wrapper {
      width: 100%; } }

.opportunities__element-title {
  width: 30vw;
  align-self: center;
  margin-top: 1vw;
  margin-bottom: 1.4vw;
  padding-right: 6vw;
  font-size: 2.2vw;
  line-height: 2.3vw;
  letter-spacing: 0.14vw;
  color: #1e1e26; }
  @media (max-width: 1023px) {
    .opportunities__element-title {
      width: 100%;
      height: 5vw;
      margin-left: 2vw;
      margin-top: 2vw;
      line-height: 3vw;
      font-size: 3vw; } }
  @media (max-width: 767px) {
    .opportunities__element-title {
      font-size: 4vw;
      line-height: 4.5vw; } }

.opportunities__image {
  width: 100%;
  max-height: 12.2vw;
  margin-bottom: 2.2vw;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 1023px) {
    .opportunities__image {
      max-height: 15.2vw; } }

.opportunities__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 33vw;
  padding-left: 1.4vw; }
  @media (max-width: 1023px) {
    .opportunities__list {
      width: 42.5vw; } }
  @media (max-width: 767px) {
    .opportunities__list {
      display: none; } }
  .opportunities__list li {
    position: relative;
    margin-bottom: 1.3vw;
    font-size: 1.4vw;
    font-weight: 300;
    letter-spacing: 0.01vw;
    line-height: 2.5vw;
    color: #35353f; }
    @media (max-width: 1023px) {
      .opportunities__list li {
        font-size: 2vw; } }
    .opportunities__list li::before {
      content: "";
      position: absolute;
      top: 1.2vw;
      left: -1.33vw;
      width: 0.25vw;
      height: 0.25vw;
      background-color: #4ca88c; }
      @media (max-width: 1023px) {
        .opportunities__list li::before {
          top: 1vw;
          left: -1.33vw;
          width: 0.45vw;
          height: 0.45vw; } }

.reviews__client {
  font-size: 1.5vw;
  letter-spacing: 0.1vw; }

@media (max-width: 1023px) {
  .reviews {
    padding-top: 7.5vw; } }

@media (max-width: 767px) {
  .reviews {
    padding-top: 16vw; } }

.reviews__wrapper {
  padding: 4.5vw 9.3vw 1.2vw 3.6vw;
  background-color: #f8f8f8; }
  @media (max-width: 1023px) {
    .reviews__wrapper {
      padding-left: 4vw;
      padding-right: 4vw; } }
  @media (max-width: 767px) {
    .reviews__wrapper {
      padding-top: 9.5vw;
      padding-bottom: 0; } }

.reviews__title {
  margin: 0;
  margin-bottom: 2.2vw;
  font-size: 3.1vw;
  font-weight: 400;
  letter-spacing: 0.25vw; }
  @media (max-width: 1023px) {
    .reviews__title {
      font-size: 4vw; } }
  @media (max-width: 767px) {
    .reviews__title {
      margin-bottom: 6.5vw;
      font-size: 7vw; } }

.reviews__title-description {
  margin-bottom: 3.5vw;
  font-size: 0.95vw;
  font-weight: 300;
  letter-spacing: 0.165vw;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    .reviews__title-description {
      margin-bottom: 2vw;
      font-size: 1.6vw;
      line-height: 3.6vw; } }
  @media (max-width: 767px) {
    .reviews__title-description {
      margin-bottom: 5vw;
      font-size: 3vw; } }

@media (max-width: 767px) {
  .reviews__swiper-container {
    overflow: hidden; }
    .reviews__swiper-container .swiper-pagination {
      width: 20vw;
      height: 3vw;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      align-items: center; }
    .reviews__swiper-container .swiper-pagination-bullet {
      width: 2vw;
      height: 2vw;
      display: block;
      background-color: #4ca88c; }
    .reviews__swiper-container .swiper-pagination-bullet-active {
      width: 3vw;
      height: 3vw; } }

.reviews__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .reviews__items {
      flex-wrap: nowrap; } }

.reviews__item {
  width: 29vw;
  margin-bottom: 1.6vw; }
  @media (max-width: 1023px) {
    .reviews__item {
      width: 43vw; } }
  @media (max-width: 767px) {
    .reviews__item {
      flex-shrink: 0;
      min-width: 87vw; } }

.reviews__client {
  margin-bottom: 1.4vw; }
  @media (max-width: 1023px) {
    .reviews__client {
      margin-bottom: 2.4vw;
      font-size: 2.5vw; } }
  @media (max-width: 767px) {
    .reviews__client {
      margin-bottom: 6vw;
      font-size: 5vw; } }

.reviews__rating-result {
  margin-left: -0.1vw;
  margin-bottom: 0.5vw; }
  @media (max-width: 1023px) {
    .reviews__rating-result {
      margin-bottom: 1.5vw; } }
  @media (max-width: 767px) {
    .reviews__rating-result {
      margin-bottom: 4.5vw; } }

.reviews__star {
  display: inline-block;
  width: 0.9vw;
  height: 0.9vw;
  background-image: url("../img/star.png");
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 1023px) {
    .reviews__star {
      width: 1.9vw;
      height: 1.9vw; } }
  @media (max-width: 767px) {
    .reviews__star {
      width: 5vw;
      height: 5vw; } }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .reviews__star {
      background-image: url("../img/star@2x.png"); } }
  .reviews__star--active {
    background-image: url("../img/star-full.png"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .reviews__star--active {
        background-image: url("../img/star-full@2x.png"); } }

.reviews__text {
  margin-top: 0;
  font-family: "Ubuntu", "Arial", sans-serif;
  line-height: 1.75vw;
  font-size: 1.135vw;
  letter-spacing: -0.01vw;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .reviews__text {
      font-size: 2vw;
      line-height: 2.5vw; } }
  @media (max-width: 767px) {
    .reviews__text {
      font-size: 4vw;
      line-height: 4.5vw; } }

.tariffs {
  padding-top: 8vw;
  background-color: #f8f8f8; }

.tariffs__title {
  margin: 0;
  height: 7.7vw;
  padding-top: 2.8vw;
  margin-left: -0.2vw;
  font-size: 8vw;
  font-weight: 600;
  letter-spacing: -0.4vw;
  color: #ffffff; }

.tariffs__image {
  width: 24.3vw;
  height: 8vw;
  margin-top: -0.4vw; }
  @media (max-width: 1023px) {
    .tariffs__image {
      margin-left: 4vw; } }
  @media (max-width: 767px) {
    .tariffs__image {
      width: 33.3vw;
      height: 11vw;
      margin-left: 12vw; } }

.tariffs__wrapper {
  min-height: 94vw;
  background-image: url("../img/tariffs-background.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #202d36; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .tariffs__wrapper {
      background-image: url("../img/tariffs-background.jpg"); } }

@media (max-width: 767px) {
  .tariffs__swiper-container {
    overflow: hidden; }
    .tariffs__swiper-container .swiper-pagination {
      width: 20vw;
      height: 3vw;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-bottom: 4vw; }
    .tariffs__swiper-container .swiper-pagination-bullet {
      width: 2vw;
      height: 2vw;
      display: block;
      background-color: #4ca88c; }
    .tariffs__swiper-container .swiper-pagination-bullet-active {
      width: 3vw;
      height: 3vw; } }

.tariffs__item-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4.1vw 3.4vw 1.6vw; }
  @media (max-width: 767px) {
    .tariffs__item-wrapper {
      flex-wrap: nowrap;
      padding: 4.1vw 12vw 6vw; } }

.tariffs__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22.8vw;
  margin-bottom: 1.5vw;
  min-height: 38.8vw;
  background-color: #ffffff; }
  @media (max-width: 1023px) {
    .tariffs__item {
      width: 29.7vw;
      min-height: 40vw;
      margin-bottom: 2vw; } }
  @media (max-width: 767px) {
    .tariffs__item {
      min-width: 76vw;
      min-height: 71vw;
      margin-right: 24vw; } }
  .tariffs__item:nth-child(4) {
    margin-left: auto;
    margin-right: 2vw; }
    @media (max-width: 767px) {
      .tariffs__item:nth-child(4) {
        margin-right: 24vw; } }
  .tariffs__item:nth-child(5) {
    /*margin-right: auto;*/ }
    @media (max-width: 767px) {
      .tariffs__item:nth-child(5) {
        margin: 0; } }

.tariffs__item-name {
  margin-right: 3.3vw;
  margin-left: 3.3vw;
  margin-top: 3.7vw;
  margin-bottom: 1.1vw;
  font-size: 1.38vw;
  font-weight: 500;
  letter-spacing: 0.1vw; }
  @media (max-width: 1023px) {
    .tariffs__item-name {
      font-size: 1.8vw; } }
  @media (max-width: 767px) {
    .tariffs__item-name {
      margin-top: 5.7vw;
      margin-bottom: 7vw;
      margin-left: 15vw;
      margin-right: 15vw;
      font-size: 6vw; } }

.tariffs__item-price {
  position: relative;
  margin: 0;
  padding-top: 1.95vw;
  padding-left: 3.3vw;
  padding-bottom: 1.2vw;
  font-size: 3.9vw;
  letter-spacing: 0.204vw;
  color: #ffffff;
  background-color: #4ca88c; }
  @media (max-width: 767px) {
    .tariffs__item-price {
      padding-top: 5vw;
      padding-left: 15vw;
      padding-bottom: 4.2vw;
      font-size: 11vw; } }
  .tariffs__item-price span {
    position: absolute;
    top: 3.3vw;
    margin-left: 0.2vw;
    font-size: 1.8vw;
    font-weight: 300;
    line-height: 0; }
    @media (max-width: 767px) {
      .tariffs__item-price span {
        top: 8.2vw;
        font-size: 4.5vw; } }

.tariffs__item-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 2.6vw 2vw 3.3vw;
  margin-top: auto; }
  @media (max-width: 1023px) {
    .tariffs__item-bottom {
      padding-top: 3vw; } }
  @media (max-width: 767px) {
    .tariffs__item-bottom {
      padding-top: 0; } }

.tariffs__type {
  padding: 1.1vw 2.6vw 0 3.3vw;
  margin: 0;
  font-size: 1.2vw;
  letter-spacing: 0.08vw;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .tariffs__type {
      font-size: 1.5vw;
      line-height: 2vw; } }
  @media (max-width: 767px) {
    .tariffs__type {
      padding: 4.1vw 2.6vw 0 15vw;
      font-size: 4vw; } }

.tariffs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2.2vw;
  margin-bottom: auto;
  padding: 0 2.6vw 0 4.3vw; }
  @media (max-width: 1023px) {
    .tariffs__list {
      margin-top: 1vw; } }
  @media (max-width: 767px) {
    .tariffs__list {
      margin-top: 9.2vw;
      padding: 0 2.6vw 0 17.3vw; } }
  .tariffs__list li {
    position: relative;
    margin-bottom: 1.4vw;
    font-size: 1.2vw;
    font-family: "Ubuntu", "Arial", sans-serif; }
    @media (max-width: 1023px) {
      .tariffs__list li {
        margin-bottom: 0.6vw;
        font-size: 1.6vw;
        line-height: 2.5vw; } }
    @media (max-width: 767px) {
      .tariffs__list li {
        margin-bottom: 5.5vw;
        font-size: 4.5vw; } }
    .tariffs__list li::before {
      content: "";
      position: absolute;
      top: 0.4vw;
      left: -1.13vw;
      width: 0.25vw;
      height: 0.25vw;
      background-color: #4ca88c; }
      @media (max-width: 1023px) {
        .tariffs__list li::before {
          top: 1.2vw; } }
      @media (max-width: 767px) {
        .tariffs__list li::before {
          left: -2.13vw;
          width: 0.75vw;
          height: 0.75vw; } }

.tariffs__connect {
  position: relative;
  width: 16.3vw;
  height: 4.2vw;
  padding: 1.6vw 1vw 1.7vw 2vw;
  margin-top: auto;
  font-size: 1.35vw;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
  background-color: #202d36; }
  @media (max-width: 1023px) {
    .tariffs__connect {
      width: 100%;
      font-size: 1.8vw; } }
  @media (max-width: 767px) {
    .tariffs__connect {
      width: 100%;
      padding: 6.6vw 4vw 2.7vw 5vw;
      height: 15vw;
      font-size: 6vw; } }
  .tariffs__connect:hover, .tariffs__connect:focus {
    background-color: #757672; }
  .tariffs__connect::before {
    content: "";
    position: absolute;
    top: 2vw;
    right: 1.4vw;
    width: 1.5vw;
    height: 1vw;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .tariffs__connect::before {
        background-image: url("../img/arrow@2x.png"); } }
    @media (max-width: 1023px) {
      .tariffs__connect::before {
        top: 1.8vw;
        width: 2.5vw; } }
    @media (max-width: 767px) {
      .tariffs__connect::before {
        top: 6vw;
        right: 6vw;
        width: 8.5vw;
        height: 4vw; } }

.tariffs__more {
  margin-top: 2.2vw;
  margin-right: 0.6vw;
  margin-bottom: 0.3vw;
  font-size: 1.5vw;
  text-decoration: none;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.07vw;
  color: #4ca88c;
  outline: 0;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .tariffs__more {
      font-size: 1.8vw; } }
  @media (max-width: 767px) {
    .tariffs__more {
      margin-top: 6.2vw;
      margin-right: 0.6vw;
      margin-bottom: 5.3vw;
      font-size: 5vw; } }
  .tariffs__more:hover, .tariffs__more:focus {
    color: #757672; }

.about {
  position: relative;
  min-height: 47.5vw;
  margin-bottom: 8.2vw;
  border-top: 5vw solid;
  border-right: 3.3vw solid;
  border-bottom: 4.6vw solid;
  border-left: 3.3vw solid;
  border-color: #f4f4f4;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .about {
      border-top: 14vw solid #f4f4f4; } }
  .about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40.8vw;
    width: 4vw;
    height: 100%;
    background-image: url("../img/digital-agency.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .about::before {
        background-image: url("../img/digital-agency@2x.png"); } }
    @media (max-width: 1023px) {
      .about::before {
        width: 6vw; } }
    @media (max-width: 767px) {
      .about::before {
        content: none; } }
  .about::after {
    content: "";
    position: absolute;
    top: 0;
    right: -0.7vw;
    width: 21vw;
    height: 100%;
    background-image: url("../img/v-letter.png");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .about::after {
        background-image: url("../img/v-letter@2x.png"); } }
    @media (max-width: 1023px) {
      .about::after {
        width: 32vw; } }
    @media (max-width: 767px) {
      .about::after {
        width: 100%;
        right: -0.7vw; } }

.about__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 2.4vw 6vw 3.8vw 3vw; }
  @media (max-width: 1023px) {
    .about__wrapper {
      flex-direction: column;
      padding: 2.4vw 4vw 3.8vw 4vw; } }
  @media (max-width: 767px) {
    .about__wrapper {
      padding: 6vw 4vw 6vw; } }

.about__right-block {
  z-index: 1; }

.about__left-block {
  position: relative;
  z-index: 1;
  width: 32.8vw; }
  @media (max-width: 1023px) {
    .about__left-block {
      width: 100%;
      margin-bottom: 3vw; } }

.about__logo {
  max-width: 12.713vw;
  height: 3.343vw;
  margin-top: 0.3vw;
  margin-bottom: 0.65vw; }
  @media (max-width: 1023px) {
    .about__logo {
      max-width: 18.7vw;
      height: 5vw; } }
  @media (max-width: 767px) {
    .about__logo {
      max-width: 64.7vw;
      height: 18vw;
      margin-bottom: 2.65vw; } }

.about__definition {
  font-size: 1.4vw;
  letter-spacing: 0.068vw;
  margin-bottom: 4.15vw;
  color: #30363d; }
  @media (max-width: 1023px) {
    .about__definition {
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .about__definition {
      margin-bottom: 6.15vw;
      font-size: 4vw; } }


.about__definition-contact {
  font-size: 1.4vw;
  letter-spacing: 0.068vw;
  color: #30363d; }
  @media (max-width: 1023px) {
    .about__definition-contact {
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .about__definition-contact {
      font-size: 4vw; } }     

.about__description-block {
  padding-left: 4.3vw; }
  @media (max-width: 1023px) {
    .about__description-block {
      padding-left: 6.3vw; } }
  .about__description-block::before {
    content: "";
    position: absolute;
    top: 10.7vw;
    left: 0.2vw;
    width: 2.1vw;
    height: 2.1vw;
    background-image: url("../img/icon-quotes.svg");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1023px) {
      .about__description-block::before {
        top: 13.7vw;
        width: 3.1vw;
        height: 3.1vw; } }
    @media (max-width: 767px) {
      .about__description-block::before {
        content: none; } }

.about__description {
  margin: 0;
  margin-bottom: 1.7vw;
  font-size: 1.135vw;
  letter-spacing: -0.01vw;
  font-weight: 300;
  font-family: "Ubuntu", "Arial", sans-serif;
  line-height: 1.75vw; }
  @media (max-width: 1023px) {
    .about__description {
      font-size: 2vw;
      line-height: 2.6vw; } }
  @media (max-width: 767px) {
    .about__description {
      display: none; } }

.about__features-wrapper {
  width: 16.8vw;
  margin-bottom: 5.2vw; }
  @media (max-width: 1023px) {
    .about__features-wrapper {
      width: 100%;
      margin-bottom: 2vw;
      display: flex;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .about__features-wrapper {
      flex-direction: column; } }

.about__feature-item {
  margin-bottom: 2.15vw;
  padding-left: 1vw;
  border-left: 0.05vw solid #777777; }
  @media (max-width: 767px) {
    .about__feature-item {
      width: 100%;
      height: 13.5vw;
      margin-bottom: 6.5vw;
      padding-top: 2vw;
      padding-left: 6vw;
      border-left: 0.4vw solid #777777; } }

.about__feature-quantity {
  margin: 0;
  margin-top: 0.1vw;
  margin-bottom: 0.8vw;
  font-size: 1.2vw;
  letter-spacing: 0.09vw;
  color: #1e1e26;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    .about__feature-quantity {
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .about__feature-quantity {
      margin-bottom: 5.5vw;
      font-size: 7vw; } }
  .about__feature-quantity span {
    color: #4ca88c; }

.about__feature-text {
  width: 10vw;
  margin: 0;
  color: #757672;
  font-size: 0.7vw;
  letter-spacing: 0.15vw;
  font-weight: 300;
  line-height: 1.1vw; }
  @media (max-width: 1023px) {
    .about__feature-text {
      width: 17vw;
      font-size: 1.7vw;
      line-height: 2.1vw; } }
  @media (max-width: 767px) {
    .about__feature-text {
      width: 100%;
      font-size: 4.5vw;
      line-height: 5.1vw; } }

.about__site-link {
  margin-bottom: 1.7vw;
  display: block;
  font-size: 1.2vw;
  font-weight: 300;
  letter-spacing: 0.02vw;
  color: #777777;
  text-decoration: none;
  outline: 0;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .about__site-link {
      font-size: 2.5vw;
      margin-bottom: 3.5vw; } }
  @media (max-width: 767px) {
    .about__site-link {
      font-size: 5vw;
      margin-bottom: 8.5vw;
      text-align: center; } }
  .about__site-link:hover, .about__site-link:focus {
    opacity: 0.7; }

.about__social {
  display: flex; }
  @media (max-width: 1023px) {
    .about__social {
      align-items: center; } }
  @media (max-width: 767px) {
    .about__social {
      justify-content: space-around; } }

.about__social-text {
  margin: 0;
  display: block;
  margin-right: 0.4vw;
  font-size: 1.2vw;
  font-weight: 300;
  letter-spacing: 0.02vw;
  color: #777777;
  text-decoration: none; }
  @media (max-width: 1023px) {
    .about__social-text {
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .about__social-text {
      display: none; } }

.about__social-link {
  display: block;
  width: 1.7vw;
  height: 1.7vw;
  margin-left: 0.4vw;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 0;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .about__social-link {
      width: 3.1vw;
      height: 3.1vw;
      margin-left: 1vw; } }
  @media (max-width: 767px) {
    .about__social-link {
      width: 9.1vw;
      height: 9.1vw; } }
  .about__social-link:hover, .about__social-link:focus {
    opacity: 0.7; }
  .about__social-link--vk {
    background-image: url("../img/vk.png"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .about__social-link--vk {
        background-image: url("../img/vk@2x.png"); } }
  .about__social-link--fb {
    background-image: url("../img/fb.png"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .about__social-link--fb {
        background-image: url("../img/fb@2x.png"); } }
  .about__social-link--youtube {
    background-size: 1.7vw;
    background-image: url("../img/youtube.svg"); }
    @media (max-width: 1023px) {
      .about__social-link--youtube {
        background-size: 3.1vw; } }
    @media (max-width: 767px) {
      .about__social-link--youtube {
        background-size: 9.1vw; } }

.question {
  margin-bottom: 5.4vw; }
  @media (max-width: 767px) {
    .question {
      margin-bottom: 9.4vw; } }

@media (max-width: 767px) {
  .question__wrapper {
    padding-top: 4vw; } }

.question__title-wrapper {
  margin-bottom: 3.8vw; }
  @media (max-width: 767px) {
    .question__title-wrapper {
      margin-bottom: 7.8vw; } }

.question__title {
  margin: 0;
  margin-bottom: 2.5vw;
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.17vw; }
  @media (max-width: 1023px) {
    .question__title {
      font-size: 5vw;
      margin-bottom: 3.5vw; } }
  @media (max-width: 767px) {
    .question__title {
      margin-bottom: 8.5vw;
      font-size: 7vw; } }

.question__description {
  font-size: 1.3vw;
  letter-spacing: -0.025vw;
  margin-left: 0.4vw;
  font-weight: 300;
  text-align: center;
  font-family: "Ubuntu", "Arial", sans-serif; }
  @media (max-width: 1023px) {
    .question__description {
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .question__description {
      font-size: 4vw;
      line-height: 4.5vw; } }

.question__form {
  padding: 0 3.4vw 0 3.8vw; }

.question__inputs-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.8vw; }
  @media (max-width: 767px) {
    .question__inputs-wrapper {
      flex-direction: column; } }

.question__input input {
  width: 22.4vw;
  height: 4.3vw;
  padding: 0 0.7vw;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-color: #f4f4f4;
  font-size: 1.2vw;
  font-weight: 300;
  letter-spacing: 0.03vw; }
  @media (max-width: 1023px) {
    .question__input input {
      width: 29vw;
      height: 5.5vw;
      padding: 0 2vw;
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .question__input input {
      width: 100%;
      height: 20vw;
      margin-bottom: 6vw;
      padding: 0 5vw;
      font-size: 5vw; } }
  .question__input input::-webkit-input-placeholder {
    color: #1e1e26; }
  .question__input input::-moz-placeholder {
    color: #1e1e26; }
  .question__input input::placeholder {
    color: #1e1e26; }
  .question__input input:hover, .question__input input:focus {
    padding-left: 0.65vw;
    border: 0.05vw solid #4ca88c; }
    @media (max-width: 1023px) {
      .question__input input:hover, .question__input input:focus {
        padding: 0 1.95vw; } }
    @media (max-width: 767px) {
      .question__input input:hover, .question__input input:focus {
        padding-left: 4.9vw; } }

.question__input--error input {
  padding-left: 0.65vw;
  border: 0.05vw solid #cb2028; }
  @media (max-width: 1023px) {
    .question__input--error input {
      padding: 0 1.95vw; } }
  @media (max-width: 767px) {
    .question__input--error input {
      padding-left: 4.9vw; } }

.question__button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  width: 22.6vw;
  height: 4.3vw;
  font-size: 1.2vw;
  letter-spacing: 0.11vw;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #4ca88c;
  outline: 0;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .question__button {
      width: 29vw;
      height: 5.5vw;
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .question__button {
      width: 100%;
      height: 20vw;
      margin-bottom: 7vw;
      font-size: 7vw; } }
  .question__button:hover, .question__button:focus {
    background-color: #757672; }

.question__input-checkbox {
  margin: 0 auto;
  width: 23vw; }
  @media (max-width: 1023px) {
    .question__input-checkbox {
      width: 40vw; } }
  @media (max-width: 767px) {
    .question__input-checkbox {
      width: 100%; } }
  .question__input-checkbox input {
    position: absolute;
    height: 0;
    opacity: 0;
    outline: 0; }
    .question__input-checkbox input:hover + label::before, .question__input-checkbox input:focus + label::before {
      border: 0.08vw solid #4ca88c; }

.question__input-checkbox input + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.6vw;
  display: block;
  width: 0.9vw;
  height: 0.9vw;
  background-color: transparent;
  border: 0.05vw solid #777777; }
  @media (max-width: 1023px) {
    .question__input-checkbox input + label::before {
      left: 0;
      width: 2vw;
      height: 2vw; } }
  @media (max-width: 767px) {
    .question__input-checkbox input + label::before {
      width: 5vw;
      height: 5vw; } }

.question__input-checkbox input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.6vw;
  display: block;
  width: 0.9vw;
  height: 0.9vw;
  background-color: transparent;
  background-image: url("../img/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6vw;
  opacity: 0; }
  @media (max-width: 1023px) {
    .question__input-checkbox input + label::after {
      left: 0;
      width: 2vw;
      height: 2vw;
      background-size: 1.7vw; } }
  @media (max-width: 767px) {
    .question__input-checkbox input + label::after {
      top: 0.5vw;
      left: 0.5vw;
      width: 4vw;
      height: 4vw;
      background-size: 3.7vw; } }

.question__input-checkbox input:checked + label::after {
  opacity: 1; }

.question__input-checkbox--error input + label::before {
  border: 0.08vw solid #cb2028; }

.question__label-checkbox {
  position: relative;
  margin-left: 0.1vw;
  padding-left: 1.9vw;
  font-size: 0.9vw;
  font-family: "Ubuntu", "Arial", sans-serif;
  font-weight: 300;
  color: #777777;
  letter-spacing: -0.04vw;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .question__label-checkbox {
      padding-left: 3vw;
      font-size: 1.5vw; } }
  @media (max-width: 767px) {
    .question__label-checkbox {
      padding-left: 8vw;
      padding-top: 0.5vw;
      font-size: 3.5vw; } }
      
  .confirm {
    margin-bottom: 5.4vw; }
    @media (max-width: 767px) {
      .confirm {
        margin-bottom: 9.4vw; } }
  
  @media (max-width: 767px) {
    .confirm__wrapper {
      padding-top: 4vw; } }
  
  .confirm__title-wrapper {
    margin-bottom: 3.8vw; }
    @media (max-width: 767px) {
      .confirm__title-wrapper {
        margin-bottom: 7.8vw; } }
  
  .confirm__title {
    margin: 0;
    margin-bottom: 2.5vw;
    text-align: center;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0.17vw; }
    @media (max-width: 1023px) {
      .confirm__title {
        font-size: 5vw;
        margin-bottom: 3.5vw; } }
    @media (max-width: 767px) {
      .confirm__title {
        margin-bottom: 8.5vw;
        font-size: 7vw; } }
  
  .confirm__description {
    font-size: 1.3vw;
    letter-spacing: -0.025vw;
    margin-left: 0.4vw;
    font-weight: 300;
    text-align: center;
    font-family: "Ubuntu", "Arial", sans-serif; }
    @media (max-width: 1023px) {
      .confirm__description {
        font-size: 2vw; } }
    @media (max-width: 767px) {
      .confirm__description {
        font-size: 4vw;
        line-height: 4.5vw; } }
  
  .confirm__form {
    padding: 0 3.4vw 0 3.8vw; }
  
  .confirm__inputs-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.8vw; }
    @media (max-width: 767px) {
      .confirm__inputs-wrapper {
        flex-direction: column; } }
  
  .confirm__input input {
    width: 22.4vw;
    height: 4.3vw;
    padding: 0 0.7vw;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    background-color: #f4f4f4;
    font-size: 1.2vw;
    font-weight: 300;
    letter-spacing: 0.03vw; }
    @media (max-width: 1023px) {
      .confirm__input input {
        width: 29vw;
        height: 5.5vw;
        padding: 0 2vw;
        font-size: 2vw; } }
    @media (max-width: 767px) {
      .confirm__input input {
        width: 100%;
        height: 20vw;
        margin-bottom: 6vw;
        padding: 0 5vw;
        font-size: 5vw; } }
    .confirm__input input::-webkit-input-placeholder {
      color: #1e1e26; }
    .confirm__input input::-moz-placeholder {
      color: #1e1e26; }
    .confirm__input input::placeholder {
      color: #1e1e26; }
    .confirm__input input:hover, .confirm__input input:focus {
      padding-left: 0.65vw;
      border: 0.05vw solid #4ca88c; }
      @media (max-width: 1023px) {
        .confirm__input input:hover, .confirm__input input:focus {
          padding: 0 1.95vw; } }
      @media (max-width: 767px) {
        .confirm__input input:hover, .confirm__input input:focus {
          padding-left: 4.9vw; } }
  
  .confirm__input--error input {
    padding-left: 0.65vw;
    border: 0.05vw solid #cb2028; }
    @media (max-width: 1023px) {
      .confirm__input--error input {
        padding: 0 1.95vw; } }
    @media (max-width: 767px) {
      .confirm__input--error input {
        padding-left: 4.9vw; } }
  
  .confirm__input-checkbox {
    margin: 0;
    width: 35vw; }
    @media (max-width: 1023px) {
      .confirm__input-checkbox {
        width: 40vw; } }
    @media (max-width: 767px) {
      .confirm__input-checkbox {
        width: 100%; } }
    .confirm__input-checkbox input {
      position: absolute;
      height: 0;
      opacity: 0;
      outline: 0; }
      .confirm__input-checkbox input:hover + label::before, .confirm__input-checkbox input:focus + label::before {
        border: 0.08vw solid #4ca88c; }

      .confirm__input-checkbox input:focus:not(:checked) + label::before {
        border: 0.08vw solid #cb2028; }        

 
  .confirm__input-checkbox input + label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.6vw;
    display: block;
    width: 1.165vw;
    height: 1.165vw;
    background-color: transparent;
    border: 0.05vw solid #777777; }
    @media (max-width: 1023px) {
      .confirm__input-checkbox input + label::before {
        left: 0;
        width: 2vw;
        height: 2vw; } }
    @media (max-width: 767px) {
      .confirm__input-checkbox input + label::before {
        width: 5vw;
        height: 5vw; } }
  
  .confirm__input-checkbox input + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0.6vw;
    display: block;
    width: 1.165vw;
    height: 1.165vw;
    background-color: transparent;
    background-image: url("../img/icon-check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.6vw;
    opacity: 0; }
    @media (max-width: 1023px) {
      .confirm__input-checkbox input + label::after {
        left: 0;
        width: 2vw;
        height: 2vw;
        background-size: 1.7vw; } }
    @media (max-width: 767px) {
      .confirm__input-checkbox input + label::after {
        top: 0.5vw;
        left: 0.5vw;
        width: 4vw;
        height: 4vw;
        background-size: 3.7vw; } }
  
  .confirm__input-checkbox input:checked + label::after {
    opacity: 1; }
  
  .confirm__input-checkbox--error input + label::before {
    border: 0.08vw solid #cb2028; }
  
  .confirm__label-checkbox {
    position: relative;
    margin-left: 0.1vw;
    padding-left: 2.5vw;
    font-size: 1.165vw;
    font-family: "Ubuntu", "Arial", sans-serif;
    font-weight: 300;
    color: #777777;
    letter-spacing: -0.04vw;
    cursor: pointer; }
    @media (max-width: 1023px) {
      .confirm__label-checkbox {
        padding-left: 3vw;
        font-size: 1.5vw; } }
    @media (max-width: 767px) {
      .confirm__label-checkbox {
        padding-left: 8vw;
        padding-top: 0.5vw;
        font-size: 3.5vw; } }
        

.footer {
  height: 4vw; }
  @media (max-width: 1023px) {
    .footer {
      height: 6vw; } }
  @media (max-width: 767px) {
    .footer {
      height: 17vw; } }

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0.5vw 3.4vw 1.2vw;
  height: 100%;
  margin-left: auto;
  background-color: #f4f4f4; }

.footer__name {
  margin: 0;
  margin-top: 0.8vw;
  margin-left: 0.1vw;
  letter-spacing: 0.1vw;
  font-size: 0.9vw;
  font-weight: 300;
  color: #777777; }
  @media (max-width: 1023px) {
    .footer__name {
      margin-top: 2vw;
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .footer__name {
      margin-top: 8vw;
      font-size: 5vw; } }

.footer__description {
  margin-top: 0.7vw;
  margin-left: auto;
  margin-right: 0.7vw;
  margin-bottom: 0;
  font-size: 0.9vw;
  letter-spacing: 0.103vw;
  font-weight: 300;
  color: #777777; }
  @media (max-width: 1023px) {
    .footer__description {
      font-size: 2vw;
      margin-top: 2vw;
      margin-right: 2.5vw; } }
  @media (max-width: 767px) {
    .footer__description {
      display: none; } }

.footer__logo-sk {
  width: 7.7vw;
  margin-top: 0.3vw; }
  @media (max-width: 1023px) {
    .footer__logo-sk {
      width: 14.7vw;
      margin-top: 2vw; } }
  @media (max-width: 767px) {
    .footer__logo-sk {
      width: 28.7vw;
      margin-top: 4vw; } }       

.footer__logo {
  width: 5.7vw;
  height: 1.5vw;
  margin-top: 0.6vw; }
  @media (max-width: 1023px) {
    .footer__logo {
      width: 12.7vw;
      height: 3.5vw; } }
  @media (max-width: 767px) {
    .footer__logo {
      width: 26.7vw;
      height: 7.5vw;
      margin-top: 4vw; } }

.modal--wait .modal__wrapper {
  margin: 22.8vh 17vw; }
  @media (max-width: 1023px) {
    .modal--wait .modal__wrapper {
      width: 58vw;
      margin: 22.8vh 21vw; } }
  @media (max-width: 767px) {
    .modal--wait .modal__wrapper {
      width: 100%;
      margin: 22.8vh 0; } }

.modal--wait .modal__title {
  margin-bottom: 4.5vw; }
  @media (max-width: 767px) {
    .modal--wait .modal__title {
      margin-bottom: 10.5vw; } }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff; }

.modal__wrapper {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 66vw;
  margin: 11.8vh 17vw; }
  @media (max-width: 1023px) {
    .modal__wrapper {
      width: 74vw;
      margin: 11.8vh 13vw; } }


  @media (max-width: 767px) {
    .modal__wrapper {
      width: 100%;
      margin: 11.8vh 0;
      padding: 0 4vw; 
      position: absolute;
    } 
    .scroll-hide {
    	overflow-y: scroll;
        position: absolute;
    }
  }

.modal__title {
  margin-left: 0.6vw;
  margin-bottom: 2.4vw;
  font-size: 3.5vw;
  letter-spacing: 0.3vw;
  line-height: 3vw;
  text-align: center;
  color: #1e1e26; }
  @media (max-width: 1023px) {
    .modal__title {
      font-size: 5vw;
      line-height: 4vw;
      margin-bottom: 3.5vw; } }
  @media (max-width: 767px) {
    .modal__title {
      margin-bottom: 9.5vw;
      line-height: 5.5vw;
      font-size: 7vw; } }
  .modal__title span {
    color: #4ca88c; }

.modal__description {
  margin-left: 0.6vw;
  margin-bottom: 4vw;
  font-family: "Ubuntu", "Arial", sans-serif;
  text-align: center;
  font-size: 1.165vw;
  font-weight: 300;
  letter-spacing: 0.025vw; }
  @media (max-width: 1023px) {
    .modal__description {
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .modal__description {
      margin-bottom: 8vw;
      font-size: 3.5vw; } }

.modal__inputs-block-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5vw; }
  @media (max-width: 767px) {
    .modal__inputs-block-wrapper {
      flex-direction: column;
      margin-bottom: 0; } }

.modal__input input, .captcha {
  width: 32.2vw;
  height: 4.2vw;
  padding: 0 1.1vw;
  border: 0;
  font-size: 1.2vw;
  font-weight: 300;
  background-color: #f4f4f4;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (max-width: 1023px) {
    .modal__input input, .captcha {
      height: 6vw;
      width: 35vw;
      padding-left: 2vw;
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .modal__input input, .captcha {
      width: 100%;
      height: 20vw;
      margin-bottom: 6vw;
      padding: 0 5vw;
      font-size: 5vw; } }
  .modal__input input::-webkit-input-placeholder {
    color: #1e1e26; }
  .modal__input input::-moz-placeholder {
    color: #1e1e26; }
  .modal__input input::placeholder {
    color: #1e1e26; }
  .modal__input input:hover, .modal__input input:focus {
    padding-left: 1.05vw;
    border: 0.05vw solid #4ca88c; }
    @media (max-width: 1023px) {
      .modal__input input:hover, .modal__input input:focus {
        padding-left: 1.95vw; } }
    @media (max-width: 767px) {
      .modal__input input:hover, .modal__input input:focus {
        padding-left: 4.9vw; } }

.modal__input--email input {
  margin-left: auto; }

.modal__input--error input {
  padding-left: 1.05vw;
  border: 0.05vw solid #cb2028; }
  @media (max-width: 1023px) {
    .modal__input--error input {
      padding: 0 1.95vw; } }
  @media (max-width: 767px) {
    .modal__input--error input {
      padding-left: 4.9vw; } }

.modal__robot {
  display: block;
  margin: 0 auto;
  margin-bottom: 3.4vw;
  width: 16vw;
  height: 4.15vw;
  background-image: url("../img/robot.jpg");
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 1023px) {
    .modal__robot {
      width: 19vw;
      height: 5.15vw; } }
  @media (max-width: 767px) {
    .modal__robot {
      width: 59vw;
      height: 15.15vw;
      margin-bottom: 5.4vw; } }

.modal__button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 25.5vw;
  height: 4.1vw;
  font-size: 1.2vw;
  letter-spacing: 0.09vw;
  color: #ffffff;
  background-color: #4ca88c;
  outline: 0;
  margin-bottom: 2vw;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .modal__button {      
      height: 6vw;
      width: 30vw;
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .modal__button {
      margin-bottom: 8vw;
      width: 100%;
      height: 20vw;
      font-size: 7vw; } }
  .modal__button:hover, .modal__button:focus {
    background-color: #757672; }

.modal__button-close {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 2.4vw;
  right: 2.1vw;
  z-index: 12;
  width: 3.1vw;
  height: 3.1vw;
  background-image: url("../img/modal-cross.png");
  background-repeat: no-repeat;
  background-size: contain;
  outline: 0;
  cursor: pointer; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .modal__button-close {
      background-image: url("../img/modal-cross@2x.png"); } }
  @media (max-width: 767px) {
    .modal__button-close {
      top: 4.3vw;
      right: 4.3vw;
      width: 9.1vw;
      height: 9.1vw; } }
  .modal__button-close:hover, .modal__button-close:focus {
    background-image: url("../img/modal-cross-hover.png"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .modal__button-close:hover, .modal__button-close:focus {
        background-image: url("../img/modal-cross-hover@2x.png"); } }

@-webkit-keyframes opacity {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.75; }
  100% {
    opacity: 0.5; } }

@keyframes opacity {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.75; }
  100% {
    opacity: 0.5; } }

.modal__loading {
  display: flex;
  justify-content: space-between;
  width: 3.5vw;
  height: 1vw;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .modal__loading {
      width: 16.5vw;
      height: 5vw; } }
  .modal__loading span {
    display: block;
    width: 0.9vw;
    height: 0.9vw;
    background-color: #d6dade;
    border-radius: 5vw;
    -webkit-animation: opacity 1s ease-in-out infinite;
            animation: opacity 1s ease-in-out infinite; }
    @media (max-width: 767px) {
      .modal__loading span {
        width: 2.9vw;
        height: 2.9vw; } }
    .modal__loading span:nth-child(2) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .modal__loading span:nth-child(3) {
      -webkit-animation-delay: 0.75s;
              animation-delay: 0.75s; }


.captcha {
    width: auto;
}

.form_error, .form_message {
    border: 0.05vw solid #cb2028;
    background-color: #F9D5D7;
    text-align: center;
    color: #cb2028;
    padding: 1.1vw;
    font-size: 1.2vw;
    line-height: 1.4vw;
    font-weight: 300; }
  @media (max-width: 1023px) {
    .form_error, .form_message {
      line-height: 2vw;
      padding: 2vw;
      font-size: 2vw; } }
  @media (max-width: 767px) {
    .form_error, .form_message {
      line-height: 5vw;
      padding: 5vw;
      font-size: 5vw; } }


.form_message {
    border: 0.05vw solid #4ca88c;
    background-color: #ECF0DD;
    text-align: center;
    color: #4ca88c;
}

.form_message_big {
    color: #1F2310;
    padding: 2.1vw;
    font-size: 2.2vw;
}

.aj_progress {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  margin: auto;
  top:0;
  bottom: 0; 
  left:0;
  right: 0; 
  z-index: 5; 
}
.aj_progress::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border-left: 4px solid #64b990;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.popup-cookie-agreement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  padding: 21px 40px 20px 26px;
  min-height: auto;
  max-height: none;
  position: fixed;
  min-width: 250px;    
  background: #fff;
  box-shadow: 0px 5px 20px 0px #4ca88c99;
  animation: toggle_opacity 200ms;
  overflow: hidden;
  bottom: 10px;
  z-index: 10;
}

.popup-cookie-agreement .modal__button {
  background-color: #4ca88c;
  border-color: #4ca88c;
  margin-bottom: 0;
}




/*доработки*/


.tariffs__connect {
  display: none;
}

.tariffs-try-btn {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.confirm {
  margin-bottom: 30px;
}

.capabilities__services-logos {
  height: auto;
}
/*.capabilities__services-logos > .for-whom__item-description {
  margin-top: 0;
}*/
  .for-whom__item-description {
    font-weight: 300;
    color: #35353f;
  }
  .tariffs__item-price {
    line-height: 1;
  }


@media screen and (min-width: 1024px) {
  .capabilities__title-wrapper {
    height: auto;
    max-height: calc(100% - 14px);
    overflow: hidden;
  }
  .capabilities__services-logos {
    position: absolute;
    margin: 0;
    right: 0.91vw;
    bottom: -11%;
    bottom: 1vw;
  }
  .modal__wrapper {
    margin: 6.8vh 17vw;
  }

  .tariffs__item-price {
    padding-top: 1.2vw;
  }

  .for-whom__item-description {
    line-height: 1.5;
    font-size: 1.2vw;
  }
  .first-block__question {
    line-height: 1.2;
  }
  .first-block__question-wrapper {
      margin-bottom: 2.6vw;
  }
  .first-block__decision {
      margin-bottom: 3.1vw;
  }
}

@media screen and (min-width: 768px) {
  .modal__inputs-block-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .first-block {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .first-block__enter-block {
    display: none;
  }
  .first-block__tel-block {
    display: none;
  }
  .first-block__tel-block-content {
    display: none;
  }
  .first-block__center-block > picture {
    display: none;
  }
  .first-block__center-block {
    width: 100%;
/*    padding-top: 9vw;*/
    padding-top: 0;
  }
  .first-block__question-wrapper {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .first-block__question {
    margin-bottom: 4px;
    padding: 2px 6px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
    background-color: #ffffff;
}

  .first-block__system {
    height: auto;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
    width: 100%;
  }
  .first-block__decision {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: normal;
  }

  .first-block__try {
    width: auto;
    font-size: 15px;
    line-height: 1.3;
    padding: 10px 50px 10px 10px;
  }

  .first-block__try::before {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 30px;
    height: 11px;
    background-position: center;
  }



  .first-block__enter-block {
    /* display: none; */
    width: 100%;
    display: block;
    margin: 0;
    margin-top: 8vw;
    height: 56vw;
    background-size: cover;
    background-position: center;
  }
  .first-block__enter-links-wrapper {
    display: none;
  }

  .about__features-wrapper {
    flex-wrap: wrap;
  }





  .for-whom__item-description ul {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 767px) {
  /*.first-block__center-block {
    padding-top: 16vw;
  }*/
  .first-block__enter-block {
    margin-top: 16vw;
  }

  .tariffs-try-btn {
    padding-bottom: 40px;
    padding-top: 15px;
  }


  .modal__title {
    margin-bottom: 25px;
    line-height: 1;
    font-size: 26px;
  }
  .modal__input input {
    height: 45px;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .captcha {
    font-size: 16px;
    margin-bottom: 12px;
    height: 50px;
  }
  .confirm__label-checkbox {
    font-size: 15px;
    padding-left: 40px;
    display: block;
    line-height: 1.1;
    padding-top: 0;
  }
  .confirm__input-checkbox input + label::before {
    width: 25px;
    height: 25px;
  }
  .confirm__input-checkbox input + label::after {
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-size: 20px;
  }
  .modal__button {
    height: 45px;
    font-size: 18px;
  }
  .modal__wrapper {
    margin: 45px 0;
  }
  .modal__description {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .confirm {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .modal__button-close {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
  }




  .tariffs__item:nth-child(5) {
    margin-right: 24vw;
  }

  .capabilities__title-wrapper {
    margin-bottom: 0;
  }

  .for-whom__item-description {
    font-size: 5vw;
    line-height: 1.5;
  }
}



.mobile-banner-text {
  display: none;
}
@media screen and (max-width: 1023px) {
  .first-block__site-patrol-image {
    display: none;
  }
  .mobile-banner-text {
    display: block;
    font-size: 26px;
    line-height: 1.2;
    color: #ffffff;
  }
  .first-block__system {
    display: none;
  }
  .first-block__center-block {
    padding-top: 15px;
  }
  .first-block__enter-block {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 3.5vw 1.6vw 15px 1.9vw;
  }
}



@media screen and (max-width: 1023px) {
  .first-block__enter-block {
    background-image: url(../img/sitepatrol.jpg);
  }
}



.contacts {
  padding: 2vw 3.4vw 2vw;
}
.contacts-title {
  font-size: 1.4vw;
  letter-spacing: 0.068vw;
  color: #30363d;
  margin-top: 0;
}
.contacts-link {
  display: block;
  font-size: 1.2vw;
  font-weight: 300;
  letter-spacing: 0.02vw;
  color: #777777;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  width: fit-content;
}
.contacts-link + .contacts-link {
  margin-top: 1.2vw;
}
.contacts-link:hover, 
.contacts-link:focus {
  opacity: 0.7;
}



@media screen and (max-width: 1023px) {
  .contacts {
    padding: 5vw 3.4vw 5vw;
  }
  .contacts-title {
    font-size: 2vw;
    line-height: 1.1;
    margin-bottom: 2vw;
  }
  .contacts-link {
    font-size: 2.5vw;
    line-height: 1.1;
  }
  .contacts-link + .contacts-link {
    margin-top: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .contacts-title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .contacts-link {
    font-size: 5vw;
  }
  .contacts-link + .contacts-link {
    margin-top: 2.5vw;
  }
}


#cookie-agreement-button {
  white-space: nowrap;
}