::-moz-selection {
  background: #4cc724;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4cc724;
  color: #fff;
  text-shadow: none;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection,
h1 *::-moz-selection,
.h1 *::-moz-selection,
h2 *::-moz-selection,
.h2 *::-moz-selection,
h3 *::-moz-selection,
.h3 *::-moz-selection,
h4 *::-moz-selection,
.h4 *::-moz-selection,
h5 *::-moz-selection,
.h5 *::-moz-selection,
h6 *::-moz-selection,
.h6 *::-moz-selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection,
h1 *::selection,
.h1 *::selection,
h2 *::selection,
.h2 *::selection,
h3 *::selection,
.h3 *::selection,
h4 *::selection,
.h4 *::selection,
h5 *::selection,
.h5 *::selection,
h6 *::selection,
.h6 *::selection {
  background: #ffc107;
  color: #000;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #9fafbd;
}

:-moz-placeholder {
  color: #9fafbd;
}

::-moz-placeholder {
  color: #9fafbd;
}

:-ms-input-placeholder {
  color: #9fafbd;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat", sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: currentColor;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

blockquote {
  padding: 0 0 0 100px;
  border: none;
  position: relative;
  z-index: 1;
  margin: 50px 0;
}

blockquote:before {
  content: '';
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 5px solid #4cc724;
  display: block;
  position: absolute;
}

blockquote h1,
blockquote .h1,
blockquote h2,
blockquote .h2,
blockquote h3,
blockquote .h3,
blockquote h4,
blockquote .h4,
blockquote h5,
blockquote .h5,
blockquote h6,
blockquote .h6 {
  line-height: 2;
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat", sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

/* ==========================================================================
  Browser Upgrade Prompt
  ========================================================================== */

.browserupgrade {
  margin: $appGutter 0;
  background: #ccc;
  color: #000;
  padding: $appGutter 0;
}

.theme-color {
  color: ;
}

/**
 * The CSS class screen-reader-text
 *
 * @link https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  -webkit-overflow-scrolling: touch;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 ;
}

* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.app-footer {
  -ms-flex: none;
      flex: none;
  background: #1c2736;
  padding: 95px 0 70px;
  position: relative;
  z-index: 1;
}

.app-footer__content {
  display: -ms-flexbox;
  display: flex;
}

.app-footer .b-lk {
  color: #4cc724;
}

.app-footer__part {
  -ms-flex: 1 1;
      flex: 1 1;
}

.app-footer__part--soc {
  max-width: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.app-footer__part--logo {
  max-width: 312px;
}

.app-footer__part--menu {
  max-width: 208px;
}

.app-footer__part--links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.app-footer__part--links a {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 16px;
  color: #6b809f;
}

.app-footer .b-menu li {
  display: block;
}

.app-footer .b-menu li + li {
  margin-top: 24px;
}

.app-footer .b-menu a {
  font-size: 13px;
  line-height: 16px;
  color: #6b809f;
  transition: 0.4s ease all;
}

.app-footer .b-menu a:hover,
.app-footer .b-menu a.is-active {
  color: #4cc724;
}

.app-footer__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 22px;
}

.app-footer__logo img:first-child {
  margin-right: 8px;
}

.app-footer__logo img:first-child + img {
  margin-right: 2px;
}

.app-footer__activity {
  padding-left: 32px;
  font-size: 13px;
  max-width: 230px;
  line-height: 16px;
  color: rgba(107,128,159,0.72);
}

.app-footer__soc {
  display: -ms-flexbox;
  display: flex;
  padding-top: 54px;
  padding-bottom: 30px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.app-footer__soc a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 24px;
}

.app-footer__soc a img {
  margin-right: 8px;
}

.app-footer__mail {
  margin-top: auto;
  font-size: 13px;
  line-height: 16px;
  color: rgba(76,199,36,0.64);
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.app-footer__mail:hover {
  text-decoration: underline;
}

.app-header__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.app-header__soc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.app-header__soc a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-right: 40px;
}

.app-header__soc a img {
  margin-right: 8px;
}

.app-header__menu ul {
  display: -ms-flexbox;
  display: flex;
}

.app-header__menu li {
  margin-left: 40px;
}

.app-header__menu a {
  display: block;
  padding: 28px 0;
  font-size: 13px;
  line-height: 16px;
  color: rgba(107,128,159,0.64);
  transition: 0.4s ease all;
}

.app-header__menu a:hover,
.app-header__menu a.active {
  color: #4cc724;
  text-decoration: none;
  box-shadow: inset 0 1px 0 0 #4cc724, 0 -1px 0 0 #4cc724;
}

.app-header .m-close,
.app-header .m-button {
  display: none;
}

.app-header__part--top {
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.4s ease all;
}

.app-header__part--top .app-header__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
}

.app-header__part--bottom {
  border-top: 1px solid rgba(107,128,159,0.14);
}

.app-header__links--mobile {
  display: none;
}

.app-header__link {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #4cc724;
}

.app-header .b-lk {
  margin-left: 48px;
  color: #6b809f;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #6b809f;
}

.app img {
  max-width: 100%;
}

.app__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 70px 0 30px;
}

.app__main {
  -ms-flex: 1 1;
      flex: 1 1;
}

.site-width {
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  padding: 20px 95px 20px 70px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  transition: 0.4s ease all;
  border-radius: 6px;
  position: relative;
}

.btn {
  background: #4cc724;
  box-shadow: 0px 12px 36px rgba(76,199,36,0.56);
}

.btn:before {
  content: '';
  display: block;
  position: absolute;
  right: 63px;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(255,255,255,0.24);
}

.btn .svg-icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn:hover {
  box-shadow: 0px 0 12px rgba(76,199,36,0.56);
}

.b-lk {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  transition: 0.4s ease all;
}

.b-lk .svg-icon {
  margin-left: 10px;
  width: 12px;
  height: 14px;
  clip-rule: evenodd;
  fill-rule: evenodd;
}

input,
select,
textarea {
  height: 38px;
  border: none;
  outline: none;
  border-bottom: 1px solid #dae4ee;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  color: #9fafbd;
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  width: 100%;
  transition: 0.4s ease all;
}

input:hover,
select:hover,
textarea:hover {
  border-bottom-color: #6b809f;
}

textarea {
  height: auto;
}

.b-check {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
}

.b-check input {
  position: absolute;
  opacity: 0;
  width: auto !important;
}

.b-check input:checked ~ .b-check__block {
  background-color: #4cc724;
}

.b-check input:checked ~ .b-check__block:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(40deg) translate(-100%, -30%);
          transform: rotate(40deg) translate(-100%, -30%);
}

.b-check input:checked ~ .b-check__text {
  color: #4cc724;
}

.b-check__block {
  margin-right: 16px;
  width: 16px;
  height: 16px;
  position: relative;
  background: #fff;
  box-shadow: inset 0 0 0 1px #4cc724;
  border-radius: 3px;
  transition: 0.4s ease all;
}

.b-check__text {
  font-size: 14px;
  line-height: 16px;
  -ms-flex: 1 1;
      flex: 1 1;
  transition: 0.4s ease all;
}

label {
  cursor: pointer;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #4bc524;
}

h2 {
  font-size: 48px;
  margin: 0 0 48px;
}

h3 {
  font-size: 36px;
  margin: 0 0 24px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

.b-advantages {
  -ms-flex: none;
      flex: none;
  text-align: center;
  padding-bottom: 100px;
}

.b-advantages__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #6b809f;
  max-width: 680px;
  margin: 0 auto 100px;
}

.b-advantages__title span {
  color: #4cc724;
}

.b-advantages__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-advantages__item {
  width: 22.4%;
  margin-bottom: 66px;
}

.b-advantages__item-number {
  height: 80px;
  font-weight: 600;
  font-size: 64px;
  line-height: 40px;
  color: #4cc724;
  margin-bottom: 4px;
  background: url("../img/adv_pic.svg") 50% 0 no-repeat;
}

.b-advantages__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4cc724;
  min-height: 52px;
}

.b-advantages__item-text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(107,128,159,0.72);
}

.b-block {
  -ms-flex: none;
      flex: none;
  margin-bottom: 144px;
  text-align: center;
}

.b-block__title {
  text-align: center;
  margin: 0 auto 72px;
  max-width: 630px;
}

.b-block__inner {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  box-shadow: 0px 10px 42px rgba(0,0,0,0.12);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 0 -16px;
  -webkit-overflow-scrolling: touch;
}

.b-block__part {
  width: 50%;
  position: relative;
}

.b-block__part--image {
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.b-block__part--info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-block__info {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 24px 104px;
}

.b-block__info-title {
  font-size: 30px;
  line-height: 40px;
  color: #6b809f;
  margin-bottom: 32px;
}

.b-block__text {
  font-size: 16px;
  line-height: 24px;
  color: #9fafbd;
  margin-bottom: 103px;
}

.b-block__header {
  margin-bottom: 56px;
  font-size: 12px;
  line-height: 16px;
  color: #9fafbd;
}

.b-block__header a {
  text-decoration: underline;
}

.b-block__header a:hover {
  text-decoration: none;
}

.b-block__percent-text {
  font-size: 24px;
  line-height: 48px;
  color: #fff;
  min-width: 200px;
  text-align: left;
  margin-top: -150px;
}

.b-block__button {
  height: 88px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #4cc724;
  border-radius: 0px 0px 6px 0px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}

.b-block__button .svg-icon {
  width: 20px;
  height: 20px;
  margin-left: 24px;
}

.b-block__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-block__icons-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-bottom: 50px;
}

.b-block__icons-item + .b-block__icons-item:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  height: 32px;
  margin-top: -16px;
  margin-right: 20%;
  border-left: 1px solid #dae4ee;
}

.b-block__icons-content {
  -ms-flex: 1 1;
      flex: 1 1;
  font-size: 24px;
  line-height: 1;
  color: #4cc724;
}

.b-block__icons-note {
  font-size: 12px;
  color: #4cc724;
  opacity: 0.64;
}

.b-block__icon {
  width: 64px;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 16px;
}

.b-block__close {
  position: absolute;
  right: 26px;
  top: 26px;
  color: #ff4f4f;
  line-height: 0;
  font-size: 0;
}

.b-block__close .svg-icon {
  width: 12px;
  height: 12px;
}

.b-block__frame iframe {
  width: 100%;
  height: 640px;
}

.b-compare {
  -ms-flex: none;
      flex: none;
}

.b-compare + .b-work {
  border-top-right-radius: 0;
}

.b-compare__title {
  max-width: 550px;
  margin: 0 auto 76px;
  text-align: center;
}

.b-compare__content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.b-compare__vs {
  position: absolute;
  font-weight: 800;
  font-size: 96px;
  line-height: 104px;
  color: rgba(107,128,159,0.16);
  left: 15px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.b-compare__item {
  -ms-flex: 1 1;
      flex: 1 1;
  padding-right: 48px;
  padding-bottom: 60px;
}

.b-compare__item + .b-compare__item {
  border-left: 1px solid rgba(107,128,159,0.16);
  padding-left: 48px;
}

.b-compare__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.b-compare__item-number {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
}

.b-compare__item-text {
  font-size: 14px;
  line-height: 16px;
}

.b-compare__part--top {
  background: url("../img/comp1.svg") 50% 100% no-repeat;
}

.b-compare__part--top .b-compare__item {
  height: 342px;
}

.b-compare__part--top .b-compare__item--3 {
  padding-top: 100px;
}

.b-compare__part--top .b-compare__item--4 {
  padding-top: 150px;
}

.b-compare__part--bottom {
  color: #4cc724;
  background: #1c2736 url("../img/comp2.svg") 50% 0 no-repeat;
}

.b-compare__part--bottom .b-compare__item {
  height: 413px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.b-compare__part--bottom .b-compare__item--3 {
  padding-bottom: 80px;
}

.b-compare__part--bottom .b-compare__item--4 {
  padding-bottom: 130px;
}

.b-conversion {
  -ms-flex: none;
      flex: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #f1f3f6;
  border-radius: 0px 144px 0px 0px;
  padding: 104px 0 157px;
  -webkit-overflow-scrolling: touch;
}

.b-conversion__block {
  min-height: 480px;
  position: relative;
  z-index: 1;
  padding-top: 39px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.b-conversion__title {
  max-width: 676px;
  margin: 0 auto 123px;
  color: #6b809f;
  text-align: center;
}

.b-conversion__item {
  position: relative;
}

.b-conversion__item-image {
  max-height: 100%;
}

.b-conversion__item-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #6b809f;
  margin-bottom: 24px;
}

.b-conversion__item-text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(107,128,159,0.72);
}

.b-conversion__item-content,
.b-conversion__item-image {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

.b-conversion__item-percent {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  color: #4cc724;
  position: relative;
  padding-top: 39px;
}

.b-conversion__item-percent span,
.b-conversion__item-percent:after {
  opacity: 0;
}

.b-conversion__item-percent:before,
.b-conversion__item-percent:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.b-conversion__item-percent:before {
  width: 12px;
  height: 12px;
  top: 0px;
  background: #f1f3f6;
  border: 3px solid #4cc724;
  border-radius: 100%;
}

.b-conversion__item-percent:after {
  width: 1px;
  height: 24px;
  top: 12px;
  background: #4cc724;
  background: linear-gradient(0deg, rgba(76,199,36,0) 0%, #4cc724 100%);
}

@-webkit-keyframes item-percent {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes item-percent {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes item-in {
  from {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes item-in {
  from {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.b-customization {
  text-align: center;
  max-width: 862px;
  margin: 0 auto 166px;
}

.b-customization__title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4cc724;
  margin-bottom: 16px;
}

.b-customization__note {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #6b809f;
  margin-bottom: 40px;
}

.b-customization__text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(107,128,159,0.72);
  margin-bottom: 32px;
}

.b-customization__text span {
  color: #4cc724;
}

.b-customization__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  padding: 38px 128px;
  background: #fff;
  box-shadow: 0px 16px 42px rgba(0,0,0,0.08);
  border-radius: 18px;
  transition: 0.4s ease all;
}

.b-customization__button:hover {
  background-color: #f2f4f7;
}

.b-filling {
  position: relative;
  z-index: 1;
}

.b-filling img {
  border-radius: 10px;
}

.b-filling img + img {
  margin-left: 30px;
}

.b-filling p {
  margin: 38px 0;
}

.b-filling__text {
  max-width: 1010px;
  padding-bottom: 34px;
}

.b-filling__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid rgba(107,128,159,0.16);
}

.b-filling__link {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4cc724;
}

.b-filling__link .svg-icon {
  width: 12px;
  height: 7px;
  margin-left: 8px;
}

.b-filling__soc {
  margin-right: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-filling__soc a {
  margin-right: 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.b-filling__image {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding-bottom: 30px;
  margin-top: -270px;
}

.b-first {
  min-height: 800px;
  padding: 232px 0 270px;
  text-align: center;
  background: rgba(107,128,159,0.1);
  border-radius: 0px 0px 0px 144px;
  -ms-flex: none;
      flex: none;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.b-first:before,
.b-first:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background: url("../img/first_bg.png") 0 100% no-repeat;
  width: 700px;
  height: 847px;
}

.b-first:before {
  left: 50%;
  margin-left: 400px;
}

.b-first:after {
  right: 50%;
  margin-right: 400px;
}

.b-first__content {
  position: relative;
  z-index: 2;
}

.b-first__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #6b809f;
  margin-bottom: 16px;
}

.b-first__text {
  font-size: 18px;
  line-height: 32px;
  color: rgba(107,128,159,0.72);
  margin-bottom: 50px;
}

.b-first__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #4cc724;
  margin-bottom: 60px;
}

.b-first__link .svg-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.b-first__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #6b809f;
  padding: 8px 16px;
  background: rgba(107,128,159,0.16);
  border-radius: 4px;
  margin-top: 16px;
  text-decoration: none;
}

.b-first__tag:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(107,128,159,0.72);
  margin-left: 8px;
  border-radius: 4px;
}

.b-first--filling {
  min-height: 1px;
  padding-bottom: 244px;
}

.b-first--filling:before,
.b-first--filling:after {
  content: none;
}

.b-first--info {
  min-height: 1px;
  padding-bottom: 70px !important;
}

.b-first--info:before,
.b-first--info:after {
  content: none;
}

.b-first--info .b-path {
  padding-bottom: 16px;
}

.b-first--page {
  min-height: 1px;
  background-image: url("../img/first_bg1.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 308px;
}

.b-first--page:before,
.b-first--page:after {
  content: none;
}

.b-first--page .b-first__title,
.b-first--page .b-first__text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.b-first-pic {
  height: 580px;
  -ms-flex: none;
      flex: none;
  margin-left: -48px;
  background: url("../img/first_bg2.png") 50% 0 no-repeat;
}

.b-first--partners {
  min-height: 1px;
  padding-bottom: 308px;
}

.b-first--partners:before,
.b-first--partners:after {
  content: none;
}

.b-first--partners .b-first__title,
.b-first--partners .b-first__text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.b-first-partners {
  margin-top: -410px;
  z-index: 1;
  -ms-flex: none;
      flex: none;
}

.b-first-partners img {
  width: 100%;
}

.b-form {
  -ms-flex: none;
      flex: none;
  background: #f1f3f6;
  border-radius: 0px 144px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 96px 0 120px;
  -webkit-overflow-scrolling: touch;
}

.b-form:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 60px;
  left: 50%;
  margin-left: 148px;
  background: url("../img/phone.jpg") 0 50% no-repeat;
  z-index: -1;
}

.b-form + .app-footer {
  box-shadow: 0 -150px 0 #1c2736;
}

.b-form__block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 976px;
}

.b-form__item {
  width: 47%;
  margin-bottom: 40px;
}

.b-form__item-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 25px;
}

.b-form__item-title span {
  color: #ff4f4f;
}

.b-form__item-note {
  padding-top: 16px;
  color: #9fafbd;
  font-size: 12px;
  line-height: 16px;
}

.b-form__item-note span {
  color: #ff4f4f;
}

.b-form__title {
  margin: 0 0 48px;
}

.b-form__title span {
  display: block;
}

.b-form__agree {
  margin-bottom: 64px;
}

.b-info {
  -ms-flex: none;
      flex: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-info__content {
  padding-bottom: 90px;
}

.b-info__title {
  text-align: center;
}

.b-info__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-info__block {
  position: relative;
  z-index: 1;
  padding-bottom: 28px;
}

.b-info__item {
  width: 24%;
}

.b-info__img {
  height: 250px;
  position: relative;
}

.b-info__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.b-info__line {
  position: absolute;
  z-index: -1;
  top: 65px;
  left: 77px;
  width: 343px;
}

.b-info__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #4cc724;
}

.b-instruction {
  margin: -270px auto 72px;
  background: #fff;
  border: 1px solid rgba(107,128,159,0.16);
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1008px;
  -webkit-overflow-scrolling: touch;
}

.b-instruction__item {
  width: 50%;
  padding: 96px 20px 192px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  transition: 0.4s ease all;
  -webkit-overflow-scrolling: touch;
}

.b-instruction__item:hover {
  background-color: #4cc724;
}

.b-instruction__item:hover .b-instruction__text,
.b-instruction__item:hover .b-instruction__label {
  color: #f0ffff;
}

.b-instruction__item:nth-child(even) {
  border-left: 1px solid rgba(107,128,159,0.16);
}

.b-instruction__item:nth-child(even) .b-instruction__number:before {
  left: auto;
  right: -12px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.b-instruction__number {
  width: 104px;
  height: 104px;
  background: #fff;
  box-shadow: 0px 12px 36px rgba(0,0,0,0.18);
  border-radius: 60px;
  margin: 0 auto 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  color: #4cc724;
  position: relative;
}

.b-instruction__number:before {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 343px;
  height: 128px;
  background: url("../img/inst_number.svg") 0 0 no-repeat;
}

.b-instruction__number-text {
  font-weight: 600;
  font-size: 14px;
}

.b-instruction__text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(107,128,159,0.72);
  margin-bottom: 24px;
  display: inline-block;
  max-width: 320px;
  min-height: 72px;
  transition: 0.4s ease all;
}

.b-instruction__label {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: rgba(107,128,159,0.36);
  transition: 0.4s ease all;
}

.b-instruction__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.b-instruction__image img {
  max-width: none;
}

.b-instruction__block {
  background: #fff;
  box-shadow: 0px 8px 18px rgba(0,0,0,0.16);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: -15px;
  padding: 10px 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.b-instruction__block-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(180deg, #4cc724 -6.67%, #bdff68 100.41%);
  box-shadow: 0 0 0 5px rgba(86,204,42,0.46);
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-integration {
  -ms-flex: none;
      flex: none;
  margin: 120px 0;
}

.b-integration__content {
  padding: 0 15px;
}

.b-integration__title {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4cc724;
  margin-bottom: 16px;
}

.b-integration__note {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #6b809f;
  margin-bottom: 58px;
}

.b-integration__item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  transition: 0.4s ease all;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

.b-integration__item:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.b-integration__slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 100px;
}

.b-links__item {
  width: 48%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 64px;
}

.b-links__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #6b809f;
  margin-bottom: 32px;
}

.b-links__item a {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 16px;
  color: #4cc724;
  text-decoration: none;
}

.b-links__item a .svg-icon {
  width: 12px;
  height: 8px;
  margin-left: 8px;
}

.b-look {
  margin-top: -270px;
  padding: 0 0 0 104px;
  position: relative;
  z-index: 1;
  background-color: #f1f3f6;
  box-shadow: 0 0 100000px 100000px #f1f3f6;
  counter-reset: look;
  display: -ms-flexbox;
  display: flex;
}

.b-look__item {
  background: #fff;
  border-radius: 12px;
  padding: 44px 12px 12px;
  position: relative;
  margin-bottom: 24px;
}

.b-look__item:before {
  counter-increment: look;
  content: "0" counter(look);
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  position: absolute;
  left: 40px;
  top: 32px;
  color: rgba(107,128,159,0.18);
}

.b-look__title,
.b-look__text {
  padding-left: 98px;
}

.b-look__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #6b809f;
  margin-bottom: 20px;
}

.b-look__text {
  font-size: 14px;
  line-height: 24px;
  max-width: 720px;
  color: rgba(107,128,159,0.72);
  margin-bottom: 47px;
}

.b-look__image {
  font-size: 0;
  line-height: 0;
}

.b-look__image img {
  border-radius: 8px;
  width: 100%;
}

.b-look__button {
  width: 56px;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-look__button--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.b-look__button .svg-icon {
  fill: transparent;
  stroke: #9fafbd;
  width: 12px;
}

.b-look__part {
  position: relative;
  width: 56px;
  margin-left: 48px;
}

.b-look__content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-look__controls {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 80px;
  z-index: 2;
  margin-left: auto;
}

.b-map {
  background: #f1f3f6 url("../img/map.png") 50% 100% no-repeat;
  border-radius: 0px 0px 0px 144px;
  text-align: center;
  position: relative;
}

.b-map-wrapper {
  -ms-flex: none;
      flex: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-map.is-visible .b-map__user {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.b-map__user {
  z-index: 1;
  position: absolute;
  transition: 1s ease transform;
  opacity: 0;
}

.b-map__user--1 {
  -webkit-transform: translate(-200%, -670%);
          transform: translate(-200%, -670%);
}

.b-map__user--2 {
  -webkit-transform: translate(-1000%, 0);
          transform: translate(-1000%, 0);
}

.b-map__user--3 {
  -webkit-transform: translate(-500%, 1000%);
          transform: translate(-500%, 1000%);
}

.b-map__user--4 {
  -webkit-transform: translate(1000%, 0);
          transform: translate(1000%, 0);
}

.b-map__user--5 {
  -webkit-transform: translate(800%, 0);
          transform: translate(800%, 0);
}

.b-map__user--6 {
  -webkit-transform: translate(500%, 1000%);
          transform: translate(500%, 1000%);
}

.b-map__user--7 {
  -webkit-transform: translate(500%, 200%);
          transform: translate(500%, 200%);
}

.b-map__user--8 {
  -webkit-transform: translate(900%, -50%);
          transform: translate(900%, -50%);
}

.b-map__user--9 {
  -webkit-transform: translate(500%, 150%);
          transform: translate(500%, 150%);
}

.b-map__user-icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
}

.b-map__user-name {
  font-size: 16px;
  line-height: 24px;
  color: #6b809f;
  margin-bottom: 8px;
}

.b-map__user-text {
  font-size: 13px;
  line-height: 16px;
  color: rgba(107,128,159,0.64);
  margin-bottom: 42px;
}

.b-map__user-hide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 100%;
  opacity: 0;
  transition: 0.4s ease all;
  z-index: 1;
}

.b-map__user-hide--visible {
  opacity: 1;
}

.b-map__user-visible {
  padding: 6px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.b-map__user-visible .b-map__cyrcle {
  background: transparent;
  box-shadow: none;
}

.b-map__user-visible .b-map__bar,
.b-map__user-visible .b-map__fill {
  border-color: transparent;
}

.b-map__user-visible img {
  width: 32px;
  border-radius: 50%;
}

.b-map__user-percent {
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  color: #6b809f;
}

.b-map__user-chance {
  font-size: 12px;
  line-height: 12px;
  color: rgba(107,128,159,0.72);
  max-width: 90px;
  display: inline-block;
}

.b-map__user-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 50%;
  width: 320px;
  background: #fff;
  box-shadow: 0px 16px 32px rgba(107,128,159,0.16);
  border-radius: 6px;
  padding: 52px 45px 42px;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease all;
}

.b-map__user:hover {
  z-index: 10;
}

.b-map__user:hover .b-map__user-hide {
  opacity: 1;
}

.b-map__user:hover .b-map__user-block {
  opacity: 1;
}

.b-map__cyrcle {
  margin: 0 auto;
  font-size: 174px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f1f3f6;
  box-shadow: inset 0 0 0 7px #f1f3f6, inset 0 0 0 14px #fff;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.b-map__cyrcle-in {
  position: absolute;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.b-map__cyrcle *,
.b-map__cyrcle *:before,
.b-map__cyrcle *:after {
  box-sizing: content-box;
}

.b-map__slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.b-map__bar,
.b-map__fill {
  position: absolute;
  border: 0.04em solid #f1f3f6;
  width: 0.92em;
  height: 0.92em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.b-map__block {
  margin: 0 auto;
  max-width: 800px;
  padding: 358px 0 164px;
}

.b-map__block > * {
  position: relative;
  z-index: 1;
}

.b-map__title {
  margin: 0 auto 40px;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #6b809f;
  max-width: 680px;
}

.b-map__text {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 32px;
  color: rgba(107,128,159,0.72);
  position: relative;
  z-index: 1;
}

.b-map__button {
  margin-bottom: 24px;
}

.b-map__note {
  font-size: 13px;
  line-height: 16px;
  color: rgba(107,128,159,0.64);
}

.b-laptop {
  -ms-flex: none;
      flex: none;
  max-width: 1008px;
  position: relative;
  margin: -84px auto 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.b-laptop__block {
  background: url("../img/screen.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  left: 12.3%;
  right: 12.3%;
  top: 6.66%;
  bottom: 9%;
}

[data-percent="1"] .bar {
  -webkit-transform: rotate(3.6deg);
          transform: rotate(3.6deg);
}

[data-percent="2"] .bar {
  -webkit-transform: rotate(7.2deg);
          transform: rotate(7.2deg);
}

[data-percent="3"] .bar {
  -webkit-transform: rotate(10.8deg);
          transform: rotate(10.8deg);
}

[data-percent="4"] .bar {
  -webkit-transform: rotate(14.4deg);
          transform: rotate(14.4deg);
}

[data-percent="5"] .bar {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

[data-percent="6"] .bar {
  -webkit-transform: rotate(21.6deg);
          transform: rotate(21.6deg);
}

[data-percent="7"] .bar {
  -webkit-transform: rotate(25.2deg);
          transform: rotate(25.2deg);
}

[data-percent="8"] .bar {
  -webkit-transform: rotate(28.8deg);
          transform: rotate(28.8deg);
}

[data-percent="9"] .bar {
  -webkit-transform: rotate(32.4deg);
          transform: rotate(32.4deg);
}

[data-percent="10"] .bar {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

[data-percent="11"] .bar {
  -webkit-transform: rotate(39.6deg);
          transform: rotate(39.6deg);
}

[data-percent="12"] .bar {
  -webkit-transform: rotate(43.2deg);
          transform: rotate(43.2deg);
}

[data-percent="13"] .bar {
  -webkit-transform: rotate(46.8deg);
          transform: rotate(46.8deg);
}

[data-percent="14"] .bar {
  -webkit-transform: rotate(50.4deg);
          transform: rotate(50.4deg);
}

[data-percent="15"] .bar {
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

[data-percent="16"] .bar {
  -webkit-transform: rotate(57.6deg);
          transform: rotate(57.6deg);
}

[data-percent="17"] .bar {
  -webkit-transform: rotate(61.2deg);
          transform: rotate(61.2deg);
}

[data-percent="18"] .bar {
  -webkit-transform: rotate(64.8deg);
          transform: rotate(64.8deg);
}

[data-percent="19"] .bar {
  -webkit-transform: rotate(68.4deg);
          transform: rotate(68.4deg);
}

[data-percent="20"] .bar {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}

[data-percent="21"] .bar {
  -webkit-transform: rotate(75.6deg);
          transform: rotate(75.6deg);
}

[data-percent="22"] .bar {
  -webkit-transform: rotate(79.2deg);
          transform: rotate(79.2deg);
}

[data-percent="23"] .bar {
  -webkit-transform: rotate(82.8deg);
          transform: rotate(82.8deg);
}

[data-percent="24"] .bar {
  -webkit-transform: rotate(86.4deg);
          transform: rotate(86.4deg);
}

[data-percent="25"] .bar {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

[data-percent="26"] .bar {
  -webkit-transform: rotate(93.6deg);
          transform: rotate(93.6deg);
}

[data-percent="27"] .bar {
  -webkit-transform: rotate(97.2deg);
          transform: rotate(97.2deg);
}

[data-percent="28"] .bar {
  -webkit-transform: rotate(100.8deg);
          transform: rotate(100.8deg);
}

[data-percent="29"] .bar {
  -webkit-transform: rotate(104.4deg);
          transform: rotate(104.4deg);
}

[data-percent="30"] .bar {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}

[data-percent="31"] .bar {
  -webkit-transform: rotate(111.6deg);
          transform: rotate(111.6deg);
}

[data-percent="32"] .bar {
  -webkit-transform: rotate(115.2deg);
          transform: rotate(115.2deg);
}

[data-percent="33"] .bar {
  -webkit-transform: rotate(118.8deg);
          transform: rotate(118.8deg);
}

[data-percent="34"] .bar {
  -webkit-transform: rotate(122.4deg);
          transform: rotate(122.4deg);
}

[data-percent="35"] .bar {
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}

[data-percent="36"] .bar {
  -webkit-transform: rotate(129.6deg);
          transform: rotate(129.6deg);
}

[data-percent="37"] .bar {
  -webkit-transform: rotate(133.2deg);
          transform: rotate(133.2deg);
}

[data-percent="38"] .bar {
  -webkit-transform: rotate(136.8deg);
          transform: rotate(136.8deg);
}

[data-percent="39"] .bar {
  -webkit-transform: rotate(140.4deg);
          transform: rotate(140.4deg);
}

[data-percent="40"] .bar {
  -webkit-transform: rotate(353deg);
          transform: rotate(353deg);
}

[data-percent="41"] .bar {
  -webkit-transform: rotate(147.6deg);
          transform: rotate(147.6deg);
}

[data-percent="42"] .bar {
  -webkit-transform: rotate(151.2deg);
          transform: rotate(151.2deg);
}

[data-percent="43"] .bar {
  -webkit-transform: rotate(154.8deg);
          transform: rotate(154.8deg);
}

[data-percent="44"] .bar {
  -webkit-transform: rotate(158.4deg);
          transform: rotate(158.4deg);
}

[data-percent="45"] .bar {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}

[data-percent="46"] .bar {
  -webkit-transform: rotate(165.6deg);
          transform: rotate(165.6deg);
}

[data-percent="47"] .bar {
  -webkit-transform: rotate(169.2deg);
          transform: rotate(169.2deg);
}

[data-percent="48"] .bar {
  -webkit-transform: rotate(172.8deg);
          transform: rotate(172.8deg);
}

[data-percent="49"] .bar {
  -webkit-transform: rotate(176.4deg);
          transform: rotate(176.4deg);
}

[data-percent="50"] .bar {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-percent="51"] .bar {
  -webkit-transform: rotate(183.6deg);
          transform: rotate(183.6deg);
}

[data-percent="52"] .bar {
  -webkit-transform: rotate(187.2deg);
          transform: rotate(187.2deg);
}

[data-percent="53"] .bar {
  -webkit-transform: rotate(190.8deg);
          transform: rotate(190.8deg);
}

[data-percent="54"] .bar {
  -webkit-transform: rotate(194.4deg);
          transform: rotate(194.4deg);
}

[data-percent="55"] .bar {
  -webkit-transform: rotate(198deg);
          transform: rotate(198deg);
}

[data-percent="56"] .bar {
  -webkit-transform: rotate(201.6deg);
          transform: rotate(201.6deg);
}

[data-percent="57"] .bar {
  -webkit-transform: rotate(205.2deg);
          transform: rotate(205.2deg);
}

[data-percent="58"] .bar {
  -webkit-transform: rotate(208.8deg);
          transform: rotate(208.8deg);
}

[data-percent="59"] .bar {
  -webkit-transform: rotate(212.4deg);
          transform: rotate(212.4deg);
}

[data-percent="60"] .bar {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}

[data-percent="61"] .bar {
  -webkit-transform: rotate(219.6deg);
          transform: rotate(219.6deg);
}

[data-percent="62"] .bar {
  -webkit-transform: rotate(223.2deg);
          transform: rotate(223.2deg);
}

[data-percent="63"] .bar {
  -webkit-transform: rotate(226.8deg);
          transform: rotate(226.8deg);
}

[data-percent="64"] .bar {
  -webkit-transform: rotate(230.4deg);
          transform: rotate(230.4deg);
}

[data-percent="65"] .bar {
  -webkit-transform: rotate(234deg);
          transform: rotate(234deg);
}

[data-percent="66"] .bar {
  -webkit-transform: rotate(237.6deg);
          transform: rotate(237.6deg);
}

[data-percent="67"] .bar {
  -webkit-transform: rotate(241.2deg);
          transform: rotate(241.2deg);
}

[data-percent="68"] .bar {
  -webkit-transform: rotate(244.8deg);
          transform: rotate(244.8deg);
}

[data-percent="69"] .bar {
  -webkit-transform: rotate(248.4deg);
          transform: rotate(248.4deg);
}

[data-percent="70"] .bar {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg);
}

[data-percent="71"] .bar {
  -webkit-transform: rotate(255.6deg);
          transform: rotate(255.6deg);
}

[data-percent="72"] .bar {
  -webkit-transform: rotate(259.2deg);
          transform: rotate(259.2deg);
}

[data-percent="73"] .bar {
  -webkit-transform: rotate(262.8deg);
          transform: rotate(262.8deg);
}

[data-percent="74"] .bar {
  -webkit-transform: rotate(266.4deg);
          transform: rotate(266.4deg);
}

[data-percent="75"] .bar {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

[data-percent="76"] .bar {
  -webkit-transform: rotate(273.6deg);
          transform: rotate(273.6deg);
}

[data-percent="77"] .bar {
  -webkit-transform: rotate(277.2deg);
          transform: rotate(277.2deg);
}

[data-percent="78"] .bar {
  -webkit-transform: rotate(280.8deg);
          transform: rotate(280.8deg);
}

[data-percent="79"] .bar {
  -webkit-transform: rotate(284.4deg);
          transform: rotate(284.4deg);
}

[data-percent="80"] .bar {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
}

[data-percent="81"] .bar {
  -webkit-transform: rotate(291.6deg);
          transform: rotate(291.6deg);
}

[data-percent="82"] .bar {
  -webkit-transform: rotate(295.2deg);
          transform: rotate(295.2deg);
}

[data-percent="83"] .bar {
  -webkit-transform: rotate(298.8deg);
          transform: rotate(298.8deg);
}

[data-percent="84"] .bar {
  -webkit-transform: rotate(302.4deg);
          transform: rotate(302.4deg);
}

[data-percent="85"] .bar {
  -webkit-transform: rotate(306deg);
          transform: rotate(306deg);
}

[data-percent="86"] .bar {
  -webkit-transform: rotate(309.6deg);
          transform: rotate(309.6deg);
}

[data-percent="87"] .bar {
  -webkit-transform: rotate(313.2deg);
          transform: rotate(313.2deg);
}

[data-percent="88"] .bar {
  -webkit-transform: rotate(316.8deg);
          transform: rotate(316.8deg);
}

[data-percent="89"] .bar {
  -webkit-transform: rotate(320.4deg);
          transform: rotate(320.4deg);
}

[data-percent="90"] .bar {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}

[data-percent="91"] .bar {
  -webkit-transform: rotate(327.6deg);
          transform: rotate(327.6deg);
}

[data-percent="92"] .bar {
  -webkit-transform: rotate(331.2deg);
          transform: rotate(331.2deg);
}

[data-percent="93"] .bar {
  -webkit-transform: rotate(334.8deg);
          transform: rotate(334.8deg);
}

[data-percent="94"] .bar {
  -webkit-transform: rotate(338.4deg);
          transform: rotate(338.4deg);
}

[data-percent="95"] .bar {
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
}

[data-percent="96"] .bar {
  -webkit-transform: rotate(345.6deg);
          transform: rotate(345.6deg);
}

[data-percent="97"] .bar {
  -webkit-transform: rotate(349.2deg);
          transform: rotate(349.2deg);
}

[data-percent="98"] .bar {
  -webkit-transform: rotate(352.8deg);
          transform: rotate(352.8deg);
}

[data-percent="99"] .bar {
  -webkit-transform: rotate(356.4deg);
          transform: rotate(356.4deg);
}

[data-percent="100"] .bar {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

[data-percent="51"] .fill,
[data-percent="52"] .fill,
[data-percent="53"] .fill,
[data-percent="54"] .fill,
[data-percent="55"] .fill,
[data-percent="56"] .fill,
[data-percent="57"] .fill,
[data-percent="58"] .fill,
[data-percent="59"] .fill,
[data-percent="60"] .fill,
[data-percent="61"] .fill,
[data-percent="62"] .fill,
[data-percent="63"] .fill,
[data-percent="64"] .fill,
[data-percent="65"] .fill,
[data-percent="66"] .fill,
[data-percent="67"] .fill,
[data-percent="68"] .fill,
[data-percent="69"] .fill,
[data-percent="70"] .fill,
[data-percent="71"] .fill,
[data-percent="72"] .fill,
[data-percent="73"] .fill,
[data-percent="74"] .fill,
[data-percent="75"] .fill,
[data-percent="76"] .fill,
[data-percent="77"] .fill,
[data-percent="78"] .fill,
[data-percent="79"] .fill,
[data-percent="80"] .fill,
[data-percent="81"] .fill,
[data-percent="82"] .fill,
[data-percent="83"] .fill,
[data-percent="84"] .fill,
[data-percent="85"] .fill,
[data-percent="86"] .fill,
[data-percent="87"] .fill,
[data-percent="88"] .fill,
[data-percent="89"] .fill,
[data-percent="90"] .fill,
[data-percent="91"] .fill,
[data-percent="92"] .fill,
[data-percent="93"] .fill,
[data-percent="94"] .fill,
[data-percent="95"] .fill,
[data-percent="96"] .fill,
[data-percent="97"] .fill,
[data-percent="98"] .fill,
[data-percent="99"] .fill,
[data-percent="100"] .fill {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-percent="51"] .slice,
[data-percent="52"] .slice,
[data-percent="53"] .slice,
[data-percent="54"] .slice,
[data-percent="55"] .slice,
[data-percent="56"] .slice,
[data-percent="57"] .slice,
[data-percent="58"] .slice,
[data-percent="59"] .slice,
[data-percent="60"] .slice,
[data-percent="61"] .slice,
[data-percent="62"] .slice,
[data-percent="63"] .slice,
[data-percent="64"] .slice,
[data-percent="65"] .slice,
[data-percent="66"] .slice,
[data-percent="67"] .slice,
[data-percent="68"] .slice,
[data-percent="69"] .slice,
[data-percent="70"] .slice,
[data-percent="71"] .slice,
[data-percent="72"] .slice,
[data-percent="73"] .slice,
[data-percent="74"] .slice,
[data-percent="75"] .slice,
[data-percent="76"] .slice,
[data-percent="77"] .slice,
[data-percent="78"] .slice,
[data-percent="79"] .slice,
[data-percent="80"] .slice,
[data-percent="81"] .slice,
[data-percent="82"] .slice,
[data-percent="83"] .slice,
[data-percent="84"] .slice,
[data-percent="85"] .slice,
[data-percent="86"] .slice,
[data-percent="87"] .slice,
[data-percent="88"] .slice,
[data-percent="89"] .slice,
[data-percent="90"] .slice,
[data-percent="91"] .slice,
[data-percent="92"] .slice,
[data-percent="93"] .slice,
[data-percent="94"] .slice,
[data-percent="95"] .slice,
[data-percent="96"] .slice,
[data-percent="97"] .slice,
[data-percent="98"] .slice,
[data-percent="99"] .slice,
[data-percent="100"] .slice {
  clip: rect(auto, auto, auto, auto);
}

.b-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.b-path {
  padding-bottom: 56px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #6b809f;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-path a {
  color: inherit;
  text-decoration: none;
}

.b-path a:hover {
  text-decoration: underline;
}

.b-path .svg-icon {
  width: 4px;
  height: 8px;
  margin: 0 12px;
  fill: transparent;
  stroke: #6b809f;
}

.b-questions {
  padding-left: 650px;
  position: relative;
  padding-bottom: 80px;
}

.b-questions__title {
  margin-bottom: 32px;
}

.b-questions__text {
  font-size: 18px;
  line-height: 32px;
  color: rgba(107,128,159,0.72);
  margin-bottom: 64px;
  max-width: 500px;
}

.b-questions__image {
  position: absolute;
  left: 0;
  top: -40px;
  width: 425px;
  height: 522px;
}

.b-questions__image:before,
.b-questions__image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.b-questions__image:before {
  background-image: url("../img/number1.svg");
}

.b-questions__image:after {
  background-image: url("../img/number2.svg");
}

.b-quiz {
  background: #f1f3f6;
  border-radius: 0px 144px;
  -ms-flex: none;
      flex: none;
  margin-top: 170px;
}

.b-quiz__content {
  position: relative;
  padding-top: 52px;
  padding-bottom: 52px;
  z-index: 1;
}

.b-quiz__image {
  position: absolute;
  left: -52px;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.b-quiz__block {
  margin-left: auto;
  max-width: 632px;
  padding: 20px;
  background: rgba(241,243,246,0.5);
}

.b-quiz__text {
  font-size: 18px;
  color: #6b809f;
  margin-bottom: 48px;
}

.b-quiz__title {
  margin-bottom: 32px;
}

.b-result {
  -ms-flex: none;
      flex: none;
  border-radius: 0px 0px 0px 144px;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-result__item {
  padding: 136px 0 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.b-result__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-result__part {
  width: 48%;
}

.b-result__part--info {
  max-width: 490px;
}

.b-result__part--controls {
  max-width: 592px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-result__title {
  margin-bottom: 48px;
  color: #fff;
}

.b-result__text {
  margin-bottom: 139px;
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  color: rgba(255,255,255,0.72);
}

.b-result__button {
  margin-bottom: 44px;
}

.b-result__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 114%;
  color: #4cc724;
  text-decoration: none;
}

.b-result__link .svg-icon {
  width: 24px;
  height: 20px;
  margin-right: 15px;
}

.b-result__header {
  margin-bottom: 158px;
}

.b-result__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.b-result__logo-icon {
  margin-right: 32px;
  width: 72px;
  height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-result__logo-content {
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-result__logo-text {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}

.b-result__logo-link {
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: #4cc724;
}

.b-result__logo-link:hover {
  text-decoration: none;
}

.b-result__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  border-bottom: 1px solid rgba(255,255,255,0.24);
  -ms-flex-pack: center;
      justify-content: center;
  height: 350px;
}

.b-result__block-item {
  width: 40%;
  margin: 0 20px;
  max-width: 184px;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.b-result__block-item--was {
  background: #6b809f;
}

.b-result__block-item--became {
  background: #4cc724;
}

.b-result__block-note {
  height: 76px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-result__block-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 24px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  color: rgba(255,255,255,0.64);
}

.b-result__block-count {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 4px;
}

.b-result__block-percent {
  height: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  z-index: 1;
  transition: 1s ease-in-out all;
  transition-delay: 1.1s;
  border-bottom: 1px dashed rgba(144,255,0,0.56);
  -webkit-overflow-scrolling: touch;
}

.b-result__block-percent .svg-icon {
  width: 60px;
  height: 67px;
  position: absolute;
  left: 50%;
  top: 50%;
  fill: rgba(144,255,0,0.45);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.b-result__block-percent.is-active {
  height: 273px;
}

.b-result .tns-controls {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 144px;
  margin-left: 480px;
}

.b-result .tns-controls > * {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255,255,255,0.36);
  border-radius: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 16px;
  background-color: transparent;
}

.b-setting {
  margin-bottom: 60px;
  -ms-flex: none;
      flex: none;
}

.b-setting__title2 {
  text-align: center;
  max-width: 676px;
  margin: 0 auto 96px;
}

.b-setting__note {
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4cc724;
  margin-bottom: 16px;
}

.b-setting__title {
  margin-bottom: 64px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #6b809f;
}

.b-setting__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-setting__item {
  width: 48%;
  max-width: 510px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 60px;
}

.b-setting__item-title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #6b809f;
}

.b-setting__item-text {
  color: rgba(107,128,159,0.72);
}

.b-setting__icon {
  width: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
}

.b-setting--why {
  margin-bottom: 0;
}

.b-steps {
  -ms-flex: none;
      flex: none;
  padding: 136px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-steps:before,
.b-steps:after {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
}

.b-steps:before {
  background: url("../img/pic1.png") 100% 100% no-repeat;
  bottom: 200px;
  left: 0;
  right: 50%;
  top: 0;
  margin-right: 490px;
}

.b-steps:after {
  background: url("../img/pic2.png") 0 100% no-repeat;
  bottom: 0px;
  right: 0;
  left: 50%;
  top: 0;
  margin-left: 205px;
}

.b-steps__content:before {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  background: url("../img/pic3.png") 0 0 no-repeat;
  top: 72px;
  right: 0;
  left: 50%;
  bottom: 0;
  margin-left: 348px;
}

.b-steps__block {
  margin-left: -32px;
  display: -ms-flexbox;
  display: flex;
}

.b-steps__part {
  margin-left: 32px;
  width: calc(33.33% - 32px);
}

.b-steps__part--third {
  padding-top: 160px;
}

.b-steps__item {
  background: rgba(107,128,159,0.06);
  border-radius: 8px;
  padding: 92px 40px 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 32px;
  transition: 0.4s ease all;
  -webkit-overflow-scrolling: touch;
}

.b-steps__item:hover {
  background: #4cc724;
  box-shadow: 0px 24px 56px rgba(76,199,36,0.56);
}

.b-steps__item:hover .b-steps__item-title {
  color: #fff;
}

.b-steps__item:hover .b-steps__number {
  color: #90ff00;
}

.b-steps__item:hover .b-steps__text {
  color: rgba(255,255,255,0.72);
}

.b-steps__item:hover .b-steps__time {
  color: #90ff00;
}

.b-steps__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #6b809f;
  margin-bottom: 24px;
  transition: 0.4s ease all;
}

.b-steps__text {
  margin-bottom: 56px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(107,128,159,0.72);
  transition: 0.4s ease all;
}

.b-steps__time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #4cc724;
  transition: 0.4s ease all;
}

.b-steps__time .svg-icon {
  width: 11px;
  height: 13px;
  margin-right: 11px;
}

.b-steps__number {
  position: absolute;
  height: 88px;
  left: 40px;
  top: -28px;
  font-weight: 800;
  font-size: 72px;
  line-height: 88px;
  color: rgba(107,128,159,0.12);
  transition: 0.4s ease all;
}

.b-steps__title {
  margin-bottom: 104px;
  padding-top: 24px;
}

.b-tabs {
  -ms-flex: none;
      flex: none;
  padding: 96px 0 21px;
  position: relative;
  z-index: 1;
}

.b-tabs--list {
  padding-top: 0;
}

.b-tabs--list .b-tabs__item {
  display: block;
}

.b-tabs__title {
  text-align: center;
}

.b-tabs__text {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: rgba(107,128,159,0.72);
}

.b-tabs__list {
  margin-bottom: 73px;
  position: relative;
}

.b-tabs__list-wrap {
  display: none;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid rgba(107,128,159,0.16);
  height: 64px;
  padding: 0 50px 0 20px;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  cursor: pointer;
}

.b-tabs__list-wrap .svg-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: transparent;
  width: 10px;
  height: 10px;
  transition: 0.4s ease all;
}

.b-tabs__list-title {
  display: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

.b-tabs__list-title.is-active {
  display: block;
}

.b-tabs__list-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.b-tabs__list-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 23px 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin: 1px;
  cursor: pointer;
  box-shadow: 0 -1px 0 rgba(107,128,159,0.16) inset;
  transition: 0.4s ease all;
}

.b-tabs__list-item:hover,
.b-tabs__list-item.is-active {
  box-shadow: inset 0 -2px 0 #4cc724;
  color: #4cc724;
}

.b-tabs__item {
  display: none;
}

.b-tabs__item.is-active {
  display: block;
}

.b-tabs__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -32px;
}

.b-tabs__block .b-product {
  width: 33.33%;
  padding-left: 32px;
}

.b-tabs__block-more {
  padding-left: 32px;
  width: 100%;
  text-align: center;
  padding-bottom: 75px;
}

.b-tabs__block-more a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4cc724;
  padding: 2px;
}

.b-tabs__block-more a .svg-icon {
  margin-left: 10px;
  width: 20px;
  height: 15px;
}

.b-tabs__block-more a:hover {
  text-decoration: underline;
}

.b-tabs--tariffs:before,
.b-tabs--tariffs:after {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
}

.b-tabs--tariffs:before {
  background: url("../img/pic1.png") 100% 100% no-repeat;
  bottom: 190px;
  left: 0;
  right: 50%;
  top: 0;
  margin-right: 490px;
}

.b-tabs--tariffs:after {
  background: url("../img/pic2.png") 0 100% no-repeat;
  bottom: -20px;
  right: 0;
  left: 50%;
  top: 0;
  margin-left: 205px;
}

.b-tabs--tariffs .b-tabs__content:before {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  background: url("../img/pic3.png") 0 0 no-repeat;
  top: 230px;
  right: 0;
  left: 50%;
  bottom: 0;
  margin-left: 348px;
}

.b-tabs--tariffs .b-tabs__block {
  margin-left: 0;
}

.b-product {
  margin-bottom: 72px;
}

.b-product.is-hide {
  display: none;
}

.b-product:hover .b-product__more {
  opacity: 1;
}

.b-product__image {
  height: 382px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px;
  position: relative;
  margin-bottom: 32px;
  z-index: 1;
}

.b-product__more {
  border-radius: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background: rgba(0,0,0,0.64);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #90ff00;
  opacity: 0;
  transition: 0.4s ease all;
}

.b-product__more .svg-icon {
  width: 19px;
  height: 19px;
  margin-left: 24px;
}

.b-product__label {
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #4cc724;
  background: #fff;
  border-radius: 0px 8px 0px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.b-product__label:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #4cc724;
  margin-left: 8px;
}

.b-product__text {
  margin-bottom: 23px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  min-height: 48px;
}

.b-product__time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #4cc724;
}

.b-product__time .svg-icon {
  width: 11px;
  height: 13px;
  margin-right: 11px;
}

.b-tariffs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  border: 1px solid rgba(107,128,159,0.16);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 90px;
  -webkit-overflow-scrolling: touch;
}

.b-tariffs__item {
  width: 400px;
  padding: 64px 68px 118px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s ease all;
  -webkit-overflow-scrolling: touch;
}

.b-tariffs__item + .b-tariffs__item {
  border-left: 1px solid rgba(107,128,159,0.16);
}

.b-tariffs__item:hover {
  background-color: #fff;
}

.b-tariffs__item:hover .b-tariffs__list {
  opacity: 0;
}

.b-tariffs__item:hover .b-tariffs__button {
  opacity: 1;
}

.b-tariffs__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
}

.b-tariffs__note {
  min-height: 73px;
  color: rgba(107,128,159,0.72);
}

.b-tariffs__number {
  font-weight: bold;
  font-size: 80px;
  line-height: 80px;
  color: #4cc724;
}

.b-tariffs__price {
  margin-bottom: 49px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4cc724;
}

.b-tariffs__list {
  text-align: left;
  padding-left: 24px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(107,128,159,0.72);
  padding-bottom: 24px;
  position: relative;
  transition: 0.4s ease all;
}

.b-tariffs__list:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 5px;
  background: #4cc724;
  border-radius: 100%;
}

.b-tariffs__image {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  z-index: -1;
}

.b-tariffs__label {
  position: absolute;
  width: 240px;
  height: 32px;
  left: -86px;
  top: 17px;
  background: #4cc724;
  border: 3px solid #90ff00;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-weight: 800;
  font-size: 9px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.b-tariffs__footer {
  position: relative;
}

.b-tariffs__button {
  position: absolute;
  left: 50%;
  top: 0;
  width: 320px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.b-text {
  max-width: 1045px;
  margin: 0 auto;
}

.b-text__title {
  padding-bottom: 40px;
}

.b-text__block {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-text__more {
  position: relative;
  border-top: 1px solid rgba(107,128,159,0.16);
  z-index: 1;
  margin-top: 42px;
}

.b-text__more:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 184px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
  margin-bottom: 43px;
  transition: 0.4s ease all;
}

.b-text__more-link {
  position: absolute;
  width: 56px;
  height: 56px;
  left: 50%;
  top: 50%;
  background: #fff;
  border: 1px solid rgba(107,128,159,0.16);
  border-radius: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.4s ease all;
}

.b-text__more-link .svg-icon {
  width: 8px;
  height: 8px;
  fill: transparent;
}

.b-text__more.is-opened:before {
  height: 0;
}

.b-text__more.is-opened .b-text__more-link {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.b-work {
  -ms-flex: none;
      flex: none;
  background: #1c2736;
  border-radius: 0px 144px;
  padding: 45px 0 145px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-work:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/screen2.jpg") 0 0 no-repeat;
  top: 0;
  bottom: 0;
  z-index: -1;
  right: 50%;
  left: 50%;
  margin-right: -272px;
  margin-left: -928px;
}

.b-work__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.b-work__image {
  margin-bottom: 96px;
}

.b-work__part {
  width: 48%;
}

.b-work__part .b-work__part {
  width: 100% !important;
  padding-top: 80px;
}

.b-work__part--info {
  max-width: 488px;
  padding-top: 91px;
  margin-bottom: 112px;
}

.b-work__part--links {
  max-width: 592px;
}

.b-work__part--button {
  max-width: 488px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-work__part--image .b-work__tab {
  margin-left: -95px;
}

.b-work__part-text {
  margin-bottom: 56px;
  font-size: 18px;
  line-height: 178%;
  color: #fff;
}

.b-work__part-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #4cc724;
  padding: 20px 0 20px 43px;
}

.b-work__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 16px;
  text-decoration: none;
  padding: 20px 0 20px 24px;
  position: relative;
  transition: 0.4s ease all;
}

.b-work__button:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  left: 0px;
  top: calc(50% - 3px);
  position: absolute;
  background: #4cc724;
  border-radius: 50px;
  transition: 0.4s ease all;
}

.b-work__button:hover {
  background-color: #1c2736;
}

.b-work__button:hover:before {
  width: 5px;
  height: 100%;
  top: 0;
  border-radius: 4px 0px 0px 4px;
}

.b-work__button.is-active {
  background: linear-gradient(90deg, rgba(76,199,36,0.16) 0%, rgba(76,199,36,0) 86.13%);
  border-radius: 4px 0px 0px 4px;
  text-decoration: none;
}

.b-work__button.is-active:before {
  width: 5px;
  height: 100%;
  top: 0;
  border-radius: 4px 0px 0px 4px;
}

.b-work__title {
  color: #fff;
  margin-bottom: 56px;
}

.b-work__title span {
  display: block;
}

.b-work__text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255,255,255,0.42);
}

.b-work__links {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-work__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  color: #4cc724;
  text-decoration: none;
  margin-bottom: 24px;
}

.b-work__link .svg-icon {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.b-work__tab {
  display: none;
}

.b-work__tab.is-active {
  display: block;
}

.b-work--page {
  padding-top: 80px;
}

.b-work--page:before {
  content: none;
}

.b-work--page .b-work__image {
  margin-bottom: 40px;
}

.b-work--page .b-work__image--fix {
  margin-top: 40px;
  margin-bottom: -80px;
}

.b-work--page .b-work__part--image .b-work__tab {
  margin: 0;
}

.b-work--page .b-work__part--info {
  margin-bottom: 0;
}

.b-work--page .b-work__part-text {
  margin: 0;
  max-width: 590px;
}

.b-work--partners {
  box-shadow: 0 150px 0 0 #1c2736;
  border-radius: 0px 144px 0 0;
  padding-top: 90px;
}

.b-work--partners:before {
  content: none;
}

.b-work--partners .b-work__part--info {
  margin-bottom: 0;
}

.b-work--partners .b-work__part .b-work__part {
  padding-top: 40px;
}

.b-work--partners .b-work__image {
  text-align: center;
}

.page-scroller {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  z-index: 1050;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: rgba(76,199,36,0.1);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: opacity 0.16s linear;
  pointer-events: none;
}

.page-scroller__ctrl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  fill: #666;
  width: 24px;
  height: 24px;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.page-scroller:hover,
.page-scroller:focus {
  background-color: rgba(76,199,36,0.12);
}

.page-scroller:active {
  background-color: rgba(76,199,36,0.14);
}

.page-scroller--memorized .page-scroller__ctrl {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-scroller--memorized,
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media screen and (min-width: 1025px) {
  .app-header {
    -ms-flex: none;
        flex: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
  }

  .app-header.is-fixed {
    background-color: rgba(241,243,246,0.9);
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
  }

  .app-header.is-fixed .app-header__part--top {
    height: 38px;
  }

  .app-header.is-fixed .app-header__menu a {
    padding: 11px 0;
  }

  .b-block__link {
    display: none;
  }

  .b-steps--page {
    padding-bottom: 180px;
  }

  .b-steps--page .b-steps__text {
    min-height: 152px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .b-steps--page .b-steps__item-title {
    min-height: 72px;
    margin-bottom: 0;
  }

  .b-steps--page .b-steps__title {
    margin-bottom: 80px;
    padding-top: 0;
  }

  .b-steps--page .b-steps__part--second {
    padding-top: 95px;
  }

  .b-steps--page .b-steps__part--third {
    padding-top: 0;
  }

  .b-steps--page .b-steps__content:before {
    margin-left: 528px;
    top: 122px;
  }

  .b-steps--page:before {
    bottom: 30px;
  }

  .b-steps--page:after {
    margin-left: -170px;
    bottom: -80px;
  }
}

@media screen and (min-width: 1281px) {
  .b-conversion.is-visible .b-conversion__item-percent span,
  .b-conversion.is-visible .b-conversion__item-percent:after {
    -webkit-animation-name: item-percent;
            animation-name: item-percent;
    /* Продолжительность анимации */
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .b-conversion.is-visible .b-conversion__item-image,
  .b-conversion.is-visible .b-conversion__item-content {
    -webkit-animation-name: item-in;
            animation-name: item-in;
    /* Продолжительность анимации */
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  .b-conversion.is-visible .b-conversion__graph {
    width: 112%;
  }

  .b-conversion__item--first {
    display: -ms-flexbox;
    display: flex;
    width: 40.2%;
    height: 255px;
    margin-right: 136px;
  }

  .b-conversion__item--first .b-conversion__item-image {
    width: 120px;
    font-size: 0;
    line-height: 0;
  }

  .b-conversion__item--first .b-conversion__item-content {
    -ms-flex: 1 1;
        flex: 1 1;
    padding-left: 88px;
  }

  .b-conversion__item--first .b-conversion__item-percent {
    position: absolute;
    left: 120px;
    top: 100%;
    margin-top: 52px;
  }

  .b-conversion__item--first .b-conversion__item-percent span,
  .b-conversion__item--first .b-conversion__item-percent:after {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }

  .b-conversion__item--first .b-conversion__item-image,
  .b-conversion__item--first .b-conversion__item-content {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }

  .b-conversion__item--second {
    width: 280px;
    margin-right: 33px;
  }

  .b-conversion__item--second .b-conversion__item-image {
    margin-bottom: 36px;
    height: 90px;
  }

  .b-conversion__item--second .b-conversion__item-percent {
    margin-bottom: 36px;
    max-width: 188px;
  }

  .b-conversion__item--second .b-conversion__item-percent span,
  .b-conversion__item--second .b-conversion__item-percent:after {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }

  .b-conversion__item--second .b-conversion__item-image,
  .b-conversion__item--second .b-conversion__item-content {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }

  .b-conversion__item--third {
    width: 280px;
  }

  .b-conversion__item--third .b-conversion__item-image {
    height: 90px;
    text-align: right;
    padding-left: 100px;
  }

  .b-conversion__item--third .b-conversion__item-percent {
    margin-bottom: 25px;
    margin-top: -31px;
    max-width: 60px;
  }

  .b-conversion__item--third .b-conversion__item-percent span,
  .b-conversion__item--third .b-conversion__item-percent:after {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }

  .b-conversion__item--third .b-conversion__item-image,
  .b-conversion__item--third .b-conversion__item-content {
    -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s;
  }

  .b-conversion__lines {
    background: url("../img/lines.svg") 0 50% repeat-y;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    height: 480px;
  }

  .b-conversion__graph {
    position: absolute;
    left: -77px;
    width: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    transition: 4s ease width;
    -webkit-overflow-scrolling: touch;
  }

  .b-conversion__graph img {
    width: 1353px;
    max-width: none;
  }
}

@media screen and (max-width: 1800px) {
  .b-first--page {
    border-radius: 0 !important;
  }

  .b-first-partners {
    margin-top: -300px;
  }
}

@media screen and (max-width: 1280px) {
  .app-header__soc a {
    margin-right: 20px;
  }

  .app-header__menu li {
    margin-left: 20px;
  }

  .b-block__inner {
    margin: 0;
  }

  .b-block__icons {
    display: block;
  }

  .b-block__icons-item {
    margin-bottom: 20px;
  }

  .b-block__icons-item:before {
    content: none !important;
  }

  .b-block__percent-text {
    margin-top: -120px;
  }

  .b-conversion__block {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0 0 100px;
  }

  .b-conversion__item {
    margin: 0 0 40px;
    padding-top: 40px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

  .b-conversion__item + .b-conversion__item {
    border-top: 2px solid rgba(107,128,159,0.16);
  }

  .b-conversion__item-content {
    -ms-flex: 1 1;
        flex: 1 1;
  }

  .b-conversion__item-image {
    width: 170px;
    margin-right: 40px;
  }

  .b-conversion__item-percent {
    position: absolute;
    right: 100%;
    width: 100px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    top: 50%;
    margin-top: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 0 0 10px;
    border-radius: 0 0 10px 0;
  }

  .b-conversion__item-percent:after {
    content: none;
  }

  .b-conversion__item-percent:before {
    left: 0;
    top: 50%;
    margin-top: -6px;
  }

  .b-conversion__graph {
    top: 45px;
    bottom: 45px;
    background: #4cc724;
    position: absolute;
    left: 0;
    right: 0;
  }

  .b-conversion__graph img {
    display: none;
  }

  .b-conversion__lines {
    width: 2px;
    position: absolute;
    left: -1px;
    overflow: hidden;
    top: 0;
    height: 0;
    transition: 4s ease height;
    -webkit-overflow-scrolling: touch;
  }

  .b-conversion__lines:before,
  .b-conversion__lines:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #4cc724;
    height: 48px;
  }

  .b-conversion__lines:after {
    top: 0;
    background: linear-gradient(0deg, #4cc724 0%, rgba(76,199,36,0) 100%);
  }

  .b-conversion__lines:before {
    bottom: 0;
    background: linear-gradient(0deg, rgba(76,199,36,0) 0%, #4cc724 100%);
  }

  .b-conversion__title {
    margin-bottom: 48px;
  }

  .b-conversion.is-visible .b-conversion__lines {
    height: 100%;
  }

  .b-conversion.is-visible .b-conversion__item-percent span,
  .b-conversion.is-visible .b-conversion__item-percent:after {
    -webkit-animation-name: item-percent;
            animation-name: item-percent;
    /* Продолжительность анимации */
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  .b-conversion.is-visible .b-conversion__item-image,
  .b-conversion.is-visible .b-conversion__item-content {
    -webkit-animation-name: item-in;
            animation-name: item-in;
    /* Продолжительность анимации */
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  .b-conversion__item--first .b-conversion__item-percent span,
  .b-conversion__item--first .b-conversion__item-percent:after {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }

  .b-conversion__item--first .b-conversion__item-image,
  .b-conversion__item--first .b-conversion__item-content {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }

  .b-conversion__item--second .b-conversion__item-percent span,
  .b-conversion__item--second .b-conversion__item-percent:after {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }

  .b-conversion__item--second .b-conversion__item-image,
  .b-conversion__item--second .b-conversion__item-content {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }

  .b-conversion__item--third .b-conversion__item-percent span,
  .b-conversion__item--third .b-conversion__item-percent:after {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }

  .b-conversion__item--third .b-conversion__item-image,
  .b-conversion__item--third .b-conversion__item-content {
    -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s;
  }

  .b-filling__text img {
    margin-bottom: 40px;
    width: 100%;
  }

  .b-filling__text img + img {
    margin-left: 0;
  }

  .b-form__block {
    display: block;
  }

  .b-form__item {
    width: 100%;
  }

  .b-form__content {
    max-width: 480px;
  }

  .b-form__title {
    text-align: center;
  }

  .b-form:before {
    margin-left: 0;
    opacity: 0.5;
  }

  .b-look {
    padding-left: 0;
  }

  .b-map.is-visible .b-map__user {
    opacity: 0.5;
  }

  .b-map.is-visible .b-map__user:hover {
    opacity: 1;
  }

  .b-questions {
    padding-left: 380px;
  }

  .b-questions__image {
    left: -100px;
  }

  .b-result .tns-controls {
    margin-left: 0;
    left: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  blockquote {
    padding-left: 50px;
  }

  blockquote:before {
    top: 6px;
    bottom: 4px;
  }

  blockquote h1,
  blockquote .h1,
  blockquote h2,
  blockquote .h2,
  blockquote h3,
  blockquote .h3,
  blockquote h4,
  blockquote .h4,
  blockquote h5,
  blockquote .h5,
  blockquote h6,
  blockquote .h6 {
    line-height: 1.4;
  }

  .app-footer__part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }

  .app-footer__part + .app-footer__part {
    padding-top: 30px;
  }

  .app-footer__part--menu {
    display: none;
  }

  .app-footer__content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }

  .app-footer__activity {
    padding-left: 0;
  }

  .app-header__part--bottom {
    position: fixed;
    left: 0;
    right: auto;
    width: 320px;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: #f1f3f6;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: 0.6s ease transform;
    -webkit-overflow-scrolling: touch;
  }

  .app-header__part--bottom .app-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    -ms-flex-align: inherit;
        align-items: inherit;
  }

  .app-header__part--bottom .app-header__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 20px 10px;
    font-size: 13px;
    font-weight: 600;
  }

  .app-header__part--bottom .app-header__links > * {
    margin-bottom: 10px;
  }

  .app-header__part--bottom .b-lk {
    margin: 10px 0 0;
  }

  .app-header__part--top {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .app-header__part--top .b-lk {
    margin: 0 0 0 10px;
  }

  .app-header__part--top .app-header__links {
    display: none;
  }

  .app-header.is-fixed .app-header__part--top {
    height: 58px;
    background-color: rgba(241,243,246,0.9);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
  }

  .app-header.is-opened .app-header__part--bottom {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    box-shadow: 1000px 0 0 1000px rgba(144,151,160,0.9);
  }

  .app-header .m-button {
    width: 60px;
    height: 60px;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .app-header__menu ul {
    display: block;
  }

  .app-header__menu li {
    margin: 0;
  }

  .app-header__menu a {
    font-size: 18px;
    line-height: 1.2;
    padding: 18px 20px;
  }

  .app-header__soc {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 10px;
  }

  .app-header__soc a {
    padding: 10px;
  }

  .app-header .m-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 56px;
    height: 56px;
    position: -webkit-sticky;
    position: sticky;
    margin-left: auto;
    margin-bottom: -56px;
    right: 0;
    top: 0;
    z-index: 10;
  }

  .btn {
    padding: 15px 80px 15px 25px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .b-block {
    margin-bottom: 80px;
  }

  .b-block__inner {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }

  .b-block__part {
    width: 100%;
  }

  .b-block__part--image {
    min-height: 1px;
    height: 320px;
  }

  .b-block__title {
    margin-bottom: 24px;
    max-width: 420px;
  }

  .b-block__percent img {
    max-width: 290px;
  }

  .b-block__percent-text {
    margin-top: -80px;
    margin-bottom: 80px;
    font-size: 18px;
    min-width: 110px;
  }

  .b-block__info {
    padding: 24px;
  }

  .b-block__frame {
    display: none;
  }

  .b-compare__item {
    height: 250px !important;
    padding-right: 10px;
  }

  .b-compare__item + .b-compare__item {
    padding-left: 10px;
  }

  .b-compare__item-number {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 6px;
  }

  .b-compare__item-title {
    font-size: 16px;
  }

  .b-compare__item-text {
    font-size: 12px;
  }

  .b-compare__part {
    background-size: auto 200px;
  }

  .b-compare__part--top .b-compare__item--3 {
    padding-top: 60px;
  }

  .b-compare__part--top .b-compare__item--4 {
    padding-top: 120px;
  }

  .b-compare__part--bottom .b-compare__item {
    padding-bottom: 0;
  }

  .b-compare__part--bottom .b-compare__item--3 {
    padding-bottom: 20px;
  }

  .b-compare__part--bottom .b-compare__item--4 {
    padding-bottom: 50px;
  }

  .b-conversion {
    border-radius: 0 40px 0 0;
  }

  .b-conversion__title {
    max-width: 480px;
  }

  .b-first {
    min-height: auto;
    padding: 80px 0 230px;
    border-radius: 0px 0px 0px 40px;
    padding-bottom: 120px;
  }

  .b-first--page {
    border-radius: 0 !important;
    background-size: auto 292px;
  }

  .b-first-pic {
    margin-left: -24px;
    background-size: auto 286px;
    height: 300px;
  }

  .b-first-partners {
    margin-top: -100px;
  }

  .b-first__title {
    font-size: 32px;
    line-height: 1.4;
  }

  .b-form {
    border-radius: 0 40px;
    padding: 60px 0;
  }

  .b-form__item-title {
    margin-bottom: 0;
  }

  .b-instruction {
    margin-top: -180px;
  }

  .b-integration {
    margin: 80px 0;
  }

  .b-look {
    margin-right: -15px;
  }

  .b-look__part {
    margin-left: 0;
  }

  .b-look__title,
  .b-look__text {
    padding-left: 50px;
  }

  .b-look__item {
    padding-top: 32px;
  }

  .b-look__item:before {
    left: 12px;
    font-size: 28px;
    top: 20px;
  }

  .b-map {
    z-index: 1;
  }

  .b-map .b-map__user {
    opacity: 0.1 !important;
    pointer-events: none;
    z-index: -1;
  }

  .b-map__block {
    padding: 140px 0;
  }

  .b-laptop {
    z-index: 2;
  }

  .b-path {
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 32px;
  }

  .b-path .svg-icon {
    margin: 0 6px;
  }

  .b-quiz {
    border-radius: 0 40px;
    overflow: hidden;
    margin-top: 0;
    -webkit-overflow-scrolling: touch;
  }

  .b-quiz__image {
    top: 0;
    opacity: 0.1;
    right: -200px;
  }

  .b-quiz__image img {
    max-height: 100%;
  }

  .b-quiz__block {
    background-color: transparent;
    padding: 0;
    max-width: 420px;
  }

  .b-result {
    border-radius: 0px 0px 0px 40px;
  }

  .b-result__item {
    padding: 100px 0 60px;
  }

  .b-result__text {
    margin-bottom: 60px;
  }

  .b-result__part--info {
    max-width: 380px;
  }

  .b-result__logo-text {
    font-size: 16px;
  }

  .b-result__block {
    height: 278px;
    margin-top: auto;
  }

  .b-result__block-item {
    margin: 0 2%;
    max-width: none;
    width: 45%;
  }

  .b-result__block-text {
    margin-bottom: 10px;
  }

  .b-result__block-percent {
    font-size: 24px;
  }

  .b-result__block-percent.is-active {
    height: 200px;
  }

  .b-result__header {
    margin-bottom: 108px;
  }

  .b-steps {
    padding: 80px 0;
  }

  .b-steps__block {
    margin: 0 auto;
    max-width: 480px;
    display: block;
  }

  .b-steps__part {
    padding: 0;
    width: 100%;
    margin: 0 0 30px;
  }

  .b-steps__title {
    margin-bottom: 24px;
    text-align: center;
  }

  .b-steps:before {
    margin-right: 100px;
    bottom: 40%;
  }

  .b-steps:after {
    margin-left: 0;
  }

  .b-steps__content:before {
    top: 20%;
    margin-left: 160px;
  }

  .b-tabs__list {
    position: relative;
    max-width: 320px;
    margin: 0 auto 40px;
    z-index: 2;
  }

  .b-tabs__list.is-opened .b-tabs__list-wrap .svg-icon {
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }

  .b-tabs__list.is-opened .b-tabs__list-block {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .b-tabs__list-wrap {
    display: -ms-flexbox;
    display: flex;
  }

  .b-tabs__list-block {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(107,128,159,0.16);
    border-radius: 0 0 6px 6px;
    margin-top: -6px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    transition: 0.4s ease all;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .b-tabs__list-item {
    -ms-flex-pack: start;
        justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin: 0;
  }

  .b-tabs__block {
    margin-left: -10px;
  }

  .b-tabs__block .b-product {
    padding-left: 10px;
  }

  .b-product__image {
    height: 240px;
  }

  .b-tariffs {
    width: 100%;
  }

  .b-tariffs__item {
    width: 50%;
  }

  .b-tariffs__button {
    position: relative;
    left: 50%;
    opacity: 1;
  }

  .b-tariffs__list {
    opacity: 1 !important;
  }

  .b-work {
    border-radius: 0px 0px 0px 40px;
    padding: 45px 0;
  }

  .b-work:before {
    left: -100px;
    right: -100px;
    margin: 0;
    background-position: 50% 0;
  }

  .b-work__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-work__part {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 45px;
    padding: 0;
  }

  .b-work__part--button {
    -ms-flex-order: -1;
        order: -1;
  }

  .b-work__part .b-work__part {
    padding-top: 20px;
  }

  .b-work--page .b-work__image--fix {
    margin-top: 0;
  }

  .b-work--page .b-work__part--image {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media (max-width: 1024px) {
  .b-info__items {
    max-width: 640px;
    margin: 0 auto;
  }

  .b-info__content {
    padding-bottom: 30px;
  }

  .b-info__item {
    width: 50%;
  }

  .b-info__line {
    display: none;
  }

  .b-info__text {
    position: relative;
    z-index: 2;
  }

  .b-info__block {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  blockquote {
    padding-left: 26px;
  }

  .b-advantages {
    padding-bottom: 20px;
  }

  .b-advantages__block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .b-advantages__item {
    width: 45%;
  }

  .b-block__info-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .b-block__text {
    margin-bottom: 30px;
  }

  .b-block__button {
    font-size: 16px;
  }

  .b-compare__item {
    padding-right: 5px;
    height: 150px !important;
  }

  .b-compare__item + .b-compare__item {
    padding-left: 5px;
  }

  .b-compare__item-number {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 0;
  }

  .b-compare__item-title {
    font-size: 14px;
  }

  .b-compare__item-text {
    font-size: 10px;
  }

  .b-compare__vs {
    font-size: 30px;
  }

  .b-compare__part {
    background-size: auto 120px;
  }

  .b-compare__part--top .b-compare__item--3 {
    padding-top: 30px;
  }

  .b-compare__part--top .b-compare__item--4 {
    padding-top: 70px;
  }

  .b-compare__part--bottom .b-compare__item {
    padding-bottom: 0;
    height: 200px !important;
  }

  .b-compare__part--bottom .b-compare__item--3 {
    padding-bottom: 20px;
  }

  .b-compare__part--bottom .b-compare__item--4 {
    padding-bottom: 50px;
  }

  .b-conversion {
    padding: 60px 0;
  }

  .b-conversion__lines {
    left: -15px;
  }

  .b-conversion__item {
    display: block;
  }

  .b-conversion__item-percent {
    line-height: 1;
    width: 70px;
    left: -23px;
    height: 90px;
    -ms-flex-align: center;
        align-items: center;
    -webkit-transform: none;
            transform: none;
    top: 40px;
    margin: 0;
    padding-left: 22px;
  }

  .b-conversion__item-percent:after {
    content: '';
    left: 2px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }

  .b-conversion__item-image {
    height: 90px;
    width: 100%;
    margin-bottom: 36px;
    overflow: hidden;
    padding-left: 100px;
    text-align: right;
    -webkit-overflow-scrolling: touch;
  }

  .b-conversion__item-image img {
    max-height: none;
    min-width: 176px;
  }

  .b-conversion__block {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 1px;
    max-width: 320px;
  }

  .b-customization {
    margin-bottom: 100px;
  }

  .b-customization__button {
    padding: 28px 40px;
  }

  .b-customization__button img {
    max-width: 200px;
  }

  .b-customization__note {
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .b-filling__image {
    margin: -170px -15px 0;
    padding-bottom: 0;
  }

  .b-filling__image img {
    border-radius: 0;
  }

  .b-filling__footer {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .b-filling__soc {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .b-first--filling {
    padding-bottom: 140px;
  }

  .b-instruction {
    display: block;
    max-width: 480px;
  }

  .b-instruction__item {
    width: 100%;
    padding: 40px 20px;
  }

  .b-instruction__item + .b-instruction__item {
    border: none;
    border-top: 1px solid rgba(107,128,159,0.16);
  }

  .b-instruction__image {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 40px 0 -40px;
  }

  .b-instruction__number:before {
    width: 128px;
    height: 128px;
    background: #c4c4c4;
    border-radius: 128px;
    opacity: 0.4;
  }

  .b-instruction img {
    max-width: 220px !important;
  }

  .b-links {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .b-links__item {
    width: 100%;
    margin-bottom: 40px;
  }

  .b-links__item a {
    margin-bottom: 10px;
  }

  .b-links__item-title {
    margin-bottom: 15px;
  }

  .b-look {
    margin-top: -170px;
  }

  .b-look__text {
    padding-left: 0;
  }

  .b-questions {
    padding-left: 280px;
  }

  .b-questions__image {
    left: -200px;
  }

  .b-result__content {
    display: block;
  }

  .b-result__part {
    width: 100%;
    max-width: none;
  }

  .b-result__part + .b-result__part {
    padding-top: 60px;
  }

  .b-result__title {
    max-width: 420px;
  }

  .b-result__block-item {
    max-width: 180px;
  }

  .b-result__header {
    margin-bottom: 60px;
  }

  .b-setting__title2 {
    margin-bottom: 24px;
  }

  .b-setting__item {
    width: 100%;
    max-width: none;
    padding-left: 50px;
    margin-bottom: 40px;
  }

  .b-setting__item-title {
    margin-bottom: 10px;
  }

  .b-setting__title {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .b-setting__note {
    margin-bottom: 0;
  }

  .b-tabs__block {
    margin-left: 0;
  }

  .b-tabs__block .b-product {
    padding-left: 0;
    width: 100%;
  }

  .b-product__text {
    min-height: 1px;
    margin-bottom: 10px;
  }

  .b-tariffs {
    border: none;
  }

  .b-tariffs__item {
    width: 100%;
    border: 1px solid rgba(107,128,159,0.16);
    border-radius: 12px;
    max-width: 480px;
    margin: 0 auto 40px;
    padding: 40px 20px 80px;
  }

  .b-tariffs__button {
    -webkit-transform: none;
            transform: none;
    left: 0;
    width: auto;
    padding: 15px 68px 15px 17px;
  }

  .b-tariffs__button:before {
    right: 54px;
  }

  .b-tariffs__button .svg-icon {
    right: 24px;
  }

  .b-tariffs__note {
    min-height: 1px;
    margin-bottom: 10px;
  }

  .b-tariffs__price {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 580px) {
  .b-questions {
    padding-left: 0;
  }

  .b-questions__image {
    z-index: -1;
    left: -150px;
    opacity: 0.2;
    top: -100px;
  }
}

@media screen and (max-width: 480px) {
  .b-advantages__item {
    width: 100%;
    max-width: 320px;
  }

  .b-advantages__item-title {
    min-height: 1px;
    margin-bottom: 6px;
  }

  .b-steps__item {
    padding: 62px 20px 28px;
  }

  .b-steps:before {
    margin-right: 0;
  }

  .b-steps:after {
    left: 0;
  }

  .b-steps__content:before {
    margin-left: 0;
  }

  .b-work:before {
    background-size: 100% auto;
    left: -200px;
    right: -200px;
  }

  .b-work__image {
    margin: 0;
  }

  .b-work__part--image .b-work__tab {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .b-info__item {
    width: 100%;
  }

  .b-info__items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}