/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

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

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

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body {
  min-width: 1228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff; }

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  background-color: #ebebeb; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

body {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #231f20; }

.wrapper {
  max-width: 1157px;
  margin: 0 auto; }
  .wrapper--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
    .wrapper--header::before {
      width: 162px;
      height: 237px;
      display: block;
      content: '';
      position: absolute;
      background-image: url("../img/reward.png");
      background-repeat: no-repeat;
      top: 115px;
      left: -20px;
      z-index: 2; }
  .wrapper--banner {
    position: relative; }
  .wrapper--inner {
    padding-bottom: 100px; }

.header {
  padding-top: 25px;
  padding-bottom: 35px; }
  .header__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 917px;
    position: relative; }
  .header__upperline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  .header__help {
    width: 290px;
    margin-right: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    color: #1e92df; }
  .header__login {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #231f20;
    border: 1px solid #231f20;
    border-radius: 5px;
    padding: 12px 18px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .header__login:hover {
      color: #fff;
      background-color: #1e92df;
      border: 1px solid #fff; }

.logo {
  width: 242px; }
  .logo--header {
    margin-left: -24px;
    margin-bottom: 24px; }
  .logo--footer {
    margin: 0 auto;
    margin-bottom: 30px; }

.main-menu {
  position: absolute;
  bottom: -78px;
  left: -80px; }
  .main-menu__list {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .main-menu__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 5px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: #02367b;
    background-color: #cfdfee;
    border-radius: 5px 5px 0 0;
    text-align: center; }
    .main-menu__item:last-child {
      margin-right: 0; }
    .main-menu__item--active .main-menu__item-text {
      -webkit-box-shadow: inset 0 -10px 0 0 red;
              box-shadow: inset 0 -10px 0 0 red; }
  .main-menu__item-text {
    display: inline-block;
    vertical-align: bottom;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #02367b;
    -webkit-transition: -webkit-box-shadow .2s ease-in;
    transition: -webkit-box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in, -webkit-box-shadow .2s ease-in; }
    .main-menu__item-text:hover {
      -webkit-box-shadow: inset 0 -10px 0 0 red;
              box-shadow: inset 0 -10px 0 0 red; }

.banner {
  position: relative;
  margin-bottom: 50px; }
  .banner__panel {
    padding: 0;
    padding-top: 70px;
    padding-bottom: 64px;
    background-color: #eee;
    background-image: url("../img/slide.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0; }
  .banner__info {
    width: 750px;
    margin: 0; }
  .banner__heading {
    margin: 0;
    margin-bottom: 50px;
    padding-left: 150px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 100;
    color: #fff; }
  .banner__platforms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .banner__platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-right: 20px; }
    .banner__platform img {
      margin-bottom: 24px; }
  .banner__link {
    display: block;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    background-color: #7896bd;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in; }
    .banner__link:hover {
      opacity: 1; }

.cards {
  padding-bottom: 50px;
  background-color: #ebebeb; }
  .cards__list {
    margin-bottom: 50px; }

.card {
  width: 100%;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .card:last-child {
    margin-bottom: 0; }
  .card__figure {
    width: 780px;
    padding: 40px;
    height: 404px;
    overflow: hidden;
    padding-bottom: 23px;
    position: relative;
    background-color: #005b7f;
    border-radius: 3px;
    background-image: url("../img/card-img-1.jpg");
    background-repeat: no-repeat;
    background-position: right 2px top 2px;
    background-size: 400px 400px; }
    .card__figure--2 {
      background-color: #958261;
      background-image: url("../img/card-img-2.jpg"); }
    .card__figure--3 {
      background-color: #610e28;
      background-image: url("../img/card-img-3.jpg"); }
  .card__figure-heading {
    width: 300px;
    margin: 0;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff; }
  .card__figure-text {
    width: 300px;
    margin: 0;
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff; }
  .card__info {
    width: 325px;
    height: 404px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 50px;
    color: #636466; }
  .card__category {
    display: inline-block;
    vertical-align: top;
    padding: 6px 40px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #5a80ac;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #959595;
    border-radius: 3px; }
  .card__info-heading {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 100; }
  .card__info-text {
    width: 100%;
    margin: 0;
    margin-bottom: 25px; }
  .card__info-btn {
    display: inline-block;
    vertical-align: top;
    padding: 20px 72px;
    font-size: 18px;
    font-weight: bold;
    background-color: #e6b23a;
    text-decoration: none;
    color: #231f20; }

.social {
  width: 480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .social__item {
    width: 48px;
    height: 48px;
    border: 1px solid #6b96b7;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background-image: url("../img/soc-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%; }
  .social__link {
    display: block;
    height: 100%; }

.footer {
  padding-top: 40px;
  padding-bottom: 20px; }
  .footer__nav-outer {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer__item-outer {
    font-size: 14px; }
  .footer__item-outer-heading {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
    color: #5a80ac;
    text-transform: uppercase; }
  .footer__item-inner {
    color: #636466; }
  .footer__copyright {
    margin: 0;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    color: #636466;
    text-align: center; }

.question {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
  color: #1e92df;
  text-align: center; }
  .question__text {
    display: inline-block;
    vertical-align: middle; }
  .question__cta {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #1e92df;
    padding: 12px;
    padding-left: 75px;
    margin-left: 25px;
    position: relative;
    border: 1px solid #1e92df;
    border-radius: 3px; }
    .question__cta::before {
      display: block;
      width: 41px;
      height: 30px;
      top: 15px;
      left: 20px;
      content: '';
      position: absolute;
      background-image: url("../img/help-small.png");
      background-repeat: no-repeat;
      background-size: 100%; }

.license {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #1e92df;
  text-align: center;
}
  .license__link,
  .license__link:hover {
    text-decoration: underline;
    color: inherit;
  }

.inner__heading {
  margin: 0;
  margin-bottom: 80px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100; }

.inner__text {
  margin: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100; }

.inner__list-item {
  padding-left: 120px;
  margin-bottom: 70px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
  position: relative; }
  .inner__list-item::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    background-repeat: no-repeat; }

.cta {
  display: block;
  width: 100%;
  padding: 30px 10px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  color: #fff;
  background-color: #175787;
  text-decoration: none;
  text-align: center;
  opacity: .8;
  -webkit-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in; }
  .cta:hover {
    opacity: 1; }

.advantages-page__list {
  margin-bottom: 90px; }

.advantages-page__item--soc::before {
  background-image: url(../img/sprite.png);
  background-position: -398px 0px;
  width: 68px;
  height: 68px; }

.advantages-page__item--sms::before {
  background-image: url(../img/sprite.png);
  background-position: -254px -172px;
  width: 60px;
  height: 78px; }

.advantages-page__item--marketing::before {
  background-image: url(../img/sprite.png);
  background-position: -87px 0px;
  width: 85px;
  height: 82px; }

.advantages-page__item--integration::before {
  background-image: url(../img/sprite.png);
  background-position: -323px 0px;
  width: 73px;
  height: 73px; }

.advantages-page__item--antivirus::before {
  background-image: url(../img/sprite.png);
  background-position: -398px -70px;
  width: 63px;
  height: 70px; }

.advantages-page__item--spam::before {
  background-image: url(../img/sprite.png);
  background-position: -323px -75px;
  width: 70px;
  height: 74px; }

.advantages-page__item--protocol::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -252px;
  width: 95px;
  height: 54px; }

.advantages-page__item--response::before {
  background-image: url(../img/sprite.png);
  background-position: -82px -172px;
  width: 71px;
  height: 78px; }

.features-page__list {
  margin-top: 70px; }

.features-page__item--ui::before {
  background-image: url(../img/sprite.png);
  background-position: -155px -172px;
  width: 78px;
  height: 70px; }

.features-page__item--rus::before {
  background-image: url(../img/sprite.png);
  background-position: -254px -87px;
  width: 57px;
  height: 83px; }

.features-page__item--apps::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -172px;
  width: 80px;
  height: 78px; }

.business-page__item--admin::before {
  background-image: url(../img/sprite.png);
  background-position: -323px -151px;
  width: 69px;
  height: 69px; }

.business-page__item--sms::before {
  background-image: url(../img/sprite.png);
  background-position: -254px -172px;
  width: 60px;
  height: 78px; }

.business-page__item--spam::before {
  background-image: url(../img/sprite.png);
  background-position: -323px -75px;
  width: 70px;
  height: 74px; }

.business-page__item--wheel::before {
  background-image: url(../img/sprite.png);
  background-position: -85px -87px;
  width: 82px;
  height: 82px; }

.business-page__item--code::before {
  background-image: url(../img/sprite.png);
  background-position: -174px 0px;
  width: 78px;
  height: 81px; }

.business-page__item--doc::before {
  background-image: url(../img/sprite.png);
  background-position: -254px 0px;
  width: 67px;
  height: 85px; }

.business-page__item--protocol::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -252px;
  width: 95px;
  height: 54px; }

.business-page__item--antivirus::before {
  background-image: url(../img/sprite.png);
  background-position: -398px -70px;
  width: 63px;
  height: 70px; }

.business-page__item--stat::before {
  background-image: url(../img/sprite.png);
  background-position: -174px -83px;
  width: 76px;
  height: 77px; }

.business-page__item--graph::before {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 85px;
  height: 85px; }

.business-page__item--arrow::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -87px;
  width: 83px;
  height: 83px; }

.business-page__item--binocular::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -308px;
  width: 82px;
  height: 57px; }

.business-page__item--soc::before {
  background-image: url(../img/sprite.png);
  background-position: -398px 0px;
  width: 68px;
  height: 68px; }
