@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  -moz-user-select: none; 
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
  z-index: 20;
  position: relative;
}

@media (max-width: 1250px) {
  .container {
    padding: 0px 30px;
  }
}

@media (max-width: 1170px) {
  .container {
    max-width: 900px;
    padding: 0px;
  }
}

@media (max-width: 970px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .container-mobile {
    padding: 0px;
  }
}

@media (max-width: 340px) {
  .container {
    padding: 0px 10px;
  }
  .container-mobile {
    padding: 0px;
  }
}

@font-face {
  font-family: 'SFProDisplay-Black';
  src: url("../fonts/SF/SFProDisplay-Black.eot");
  src: url("../fonts/SF/SFProDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SF/SFProDisplay-Black.woff") format("woff"), url("../fonts/SF/SFProDisplay-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

body .margin-top-none {
  margin-top: 0px;
  padding-top: 0px;
}

body .margin-bottom-none {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: 'Inter-Medium';
  font-size: 16px;
  line-height: 150%;
  color: #586680;
  z-index: 300;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}

a {
  color: #586680;
  -webkit-transition: .3s;
  transition: .3s;
}

.arrow {
  cursor: pointer;
}

.arrow path {
  -webkit-transition: .3s;
  transition: .3s;
}

.arrow:hover path {
  opacity: .5;
}

section {
  margin-top: 68px;
}

.btn {
  background: linear-gradient(314.74deg, #F54A00 23.07%, #FF9820 78.94%);
  border-radius: 32px;
  height: 58px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 34px;
  margin-top: 48px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 20;
}

.btn:hover {
  opacity: .9;
}

.btn.disabled {
  cursor: not-allowed;
}

.btn.btn-blue {
  background: -webkit-gradient(linear, right top, left top, from(#0059F5), to(#00ABF5));
  background: linear-gradient(270deg, #0059F5 0%, #00ABF5 100%);
}

.btn-more {
  background: linear-gradient(314.74deg, #F54A00 23.07%, #FF9820 78.94%);
  border-radius: 32px;
  width: 172px;
  font-size: 15px;
  padding: 17px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  margin-top: 48px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: auto;
  margin-right: auto;
}

.btn-more:hover {
  opacity: .8;
}

.title, .title h2 {
  font-family: 'SFProDisplay-Bold';
  font-size: 34px;
  line-height: 50px;
  max-width: 570px;
  color: #303659;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 20;
}

.title span, .title h2 span {
  color: #F54A00;
}

.title-left, .title-left h2, .title h2-left, .title h2-left h2 {
  text-align: left;
  margin: 0;
}

.subtitle {
  font-family: 'Inter-Regular';
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  z-index: 20;
}

.subtitle span {
  color: #F54A00;
}

.subtitle-left, .subtitle-left h2 {
  margin: 0;
  max-width: auto;
  text-align: left;
}

.page-title {
  font-size: 70px;
  line-height: 110%;
  font-family: 'SFProDisplay-Black';
}

.page-title span {
  display: block;
  font-family: 'SFProDisplay-Medium';
  font-size: 46px;
}

@media (max-width: 1200px) {
  .page {
    text-align: center;
  }
  .page-title {
    font-size: 44px;
  }
  .page-title span {
    font-size: 32px;
  }
}

@media (max-width: 700px) {
  .page {
    margin-top: 10px;
    padding: 60px 0px;
  }
  .page-title {
    font-size: 34px;
  }
  .page-title span {
    font-size: 22px;
  }
}

.input {
  display: block;
  border-radius: 30px;
  background: #F5F9FF;
  padding: 18px 10px;
  width: calc(100% - 22px);
  text-align: center;
  border: 1px solid transparent;
  font-family: 'Inter-Regular';
  margin-bottom: 8px;
}

.input:last-child {
  margin-bottom: 16px;
}

.seo-text p {
  font-family: 'Inter-Regular';
}

.seo-text h2, .seo-text h3 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.seo-text ul li {
  font-family: 'Inter-Regular';
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}

.seo-text ul li:before {
  left: 0px;
  top: 0px;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 9px;
  background: #f54a00;
}

.seo-text ol li {
  font-family: 'Inter-Regular';
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}

.seo-text strong {
  color: #F54A00;
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 20;
}

.arrow-left {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.arrow:last-child {
  margin-left: 39px;
}

@media (max-width: 1200px) {
  .arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
  .arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0059F5;
    max-width: 17px;
    max-height: 17px;
    padding: 6px;
  }
  .arrow:last-child {
    margin-left: 20px;
  }
  .btn {
    font-size: 15px;
    line-height: 26px;
  }
  section {
    margin-top: 40px;
  }
  .title, .title h2 {
    font-size: 24px;
    line-height: 130%;
    max-width: 500px;
  }
  .title br, .title h2 br {
    display: none;
  }
  .input {
    font-size: 14px;
    padding: 21px 10px;
  }
  .subtitle {
    max-width: 500px;
  }
  .subtitle br {
    display: none;
  }
  .seo-text p {
    font-family: 'Inter-Regular';
    font-size: 14px;
    line-height: 130%;
  }
  .seo-text ul li {
    font-family: 'Inter-Regular';
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 130%;
  }
  .seo-text ul li:before {
    left: 0px;
    top: 7px;
    width: 4px;
    height: 4px;
    position: absolute;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
  }
  .title, .title h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .form__title {
    font-size: 18px;
  }
  .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__row.phone {
    margin-bottom: 8px;
    margin-right: 0px;
  }
  .policy {
    font-size: 11px;
  }
}

@media (max-width: 500px) {
  .title, .title h2 {
    max-width: 80%;
  }
  .title br, .title h2 br {
    display: none;
  }
  .subtitle {
    max-width: 90%;
  }
}

@-webkit-keyframes todown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes todown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.fly-anim {
  -webkit-animation: fly 5s infinite ease-in-out;
          animation: fly 5s infinite ease-in-out;
}

html {
  overflow-x: hidden;
}

@media (max-width: 340px) {
  body {
    zoom: .94;
  }
}

a {
  text-decoration: none;
}

svg {
  -webkit-transition: fill 280ms ease;
  transition: fill 280ms ease;
}

h1, h2, h3, h4 {
  padding: 0px;
  margin: 0px;
}

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

p {
  padding: 0px;
  margin: 0px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

button, input {
  border: none;
  outline: none;
}

button:active, button:focus, input:active, input:focus {
  outline: none;
}

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
  50% {
    -webkit-transform: translateY(-10px) skewY(-2deg);
            transform: translateY(-10px) skewY(-2deg);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
}

@keyframes fly {
  0% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
  50% {
    -webkit-transform: translateY(-10px) skewY(-2deg);
            transform: translateY(-10px) skewY(-2deg);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
}

@-webkit-keyframes fly-rocket {
  0% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
  50% {
    -webkit-transform: translateY(10px) skewY(-2deg);
            transform: translateY(10px) skewY(-2deg);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
}

@keyframes fly-rocket {
  0% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
  50% {
    -webkit-transform: translateY(10px) skewY(-2deg);
            transform: translateY(10px) skewY(-2deg);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
}

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

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

@-webkit-keyframes flyrotate {
  0% {
    -webkit-transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
            transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(-5px) skewY(-2deg) rotate(45deg) scale(0.5);
            transform: translateY(-5px) skewY(-2deg) rotate(45deg) scale(0.5);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
            transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
  }
}

@keyframes flyrotate {
  0% {
    -webkit-transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
            transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(-5px) skewY(-2deg) rotate(45deg) scale(0.5);
            transform: translateY(-5px) skewY(-2deg) rotate(45deg) scale(0.5);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
            transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(96, 109, 135, 0.02);
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0059F5;
}

::-moz-selection {
  background: rgba(0, 89, 245, 0.4);
}

::selection {
  background: rgba(0, 89, 245, 0.4);
}

::-moz-selection {
  background: rgba(0, 89, 245, 0.4);
}

.policy-page {
  margin-bottom: 60px;
  padding-top: 80px;
}

.policy-page__name {
  margin-bottom: 40px;
}

.policy-page__title {
  margin-bottom: 20px;
}

.policy-page p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.policy-page h1, .policy-page h2, .policy-page h3 {
  line-height: 130%;
}

section, footer, header, .line-back {
  -webkit-transition: .3s;
  transition: .3s;
}

section.blur, footer.blur, header.blur, .line-back.blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

section.map {
  display: none;
}

form {
  position: relative;
  z-index: 16;
}

.ham6 {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ham6 path {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.page-single {
  padding-top: 50px;
}

.page-single__title {
  font-size: 46px;
  color: #303659;
  margin-bottom: 20px;
  display: block;
  line-height: 140%;
}

.page-single-content {
  font-size: 18px;
}

.page-single-content p {
  margin-bottom: 20px;
}

.page-single-content h2 {
  font-size: 34px;
  color: #303659;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 140%;
}

.page-single-content ul, .page-single-content ol {
  padding: 0px;
  padding-left: 20px;
}

.page-single-content ul li, .page-single-content ol li {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .page-single__title {
    font-size: 34px;
  }
  .page-single-content {
    font-size: 16px;
  }
  .page-single-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  .page-single__title {
    font-size: 28px;
  }
  .page-single-content h2 {
    font-size: 18px;
  }
}

/* modal */
.modal {
  display: none;
  /* создание в label псевдоэлемента  before со следующими стилями */
  /* стили при наведении курсора на радио */
  /* стили для активной радиокнопки (при нажатии на неё) */
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  /* стили для радиокнопки, находящейся в состоянии checked */
  /* стили для радиокнопки, находящейся в состоянии disabled */
}

.modal-form__check {
  position: relative;
  text-align: left;
  cursor: pointer;
}

.modal-form__check label {
  padding-left: 30px;
  width: 90%;
  display: block;
}

.modal .policy__check {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.modal .policy__check + label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #F54A00;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  left: -0px;
}

.modal .policy__check:not(:disabled):not(:checked) + label:hover::before {
  border-color: #F54A00;
}

.modal .policy__check:not(:disabled):active + label::before {
  background: #F54A00;
}

.modal .policy__check:focus:not(:checked) + label::before {
  border-color: #F54A00;
}

.modal .policy__check:checked + label::before {
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDIwQzQuNDc3IDIwIDAgMTUuNTIzIDAgMTBDMCA0LjQ3NyA0LjQ3NyAwIDEwIDBDMTUuNTIzIDAgMjAgNC40NzcgMjAgMTBDMjAgMTUuNTIzIDE1LjUyMyAyMCAxMCAyMFpNOS4wMDMgMTRMMTYuMDczIDYuOTI5TDE0LjY1OSA1LjUxNUw5LjAwMyAxMS4xNzJMNi4xNzQgOC4zNDNMNC43NiA5Ljc1N0w5LjAwMyAxNFoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yMzE3XzE2MTIzKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzIzMTdfMTYxMjMiIHgxPSIxNC41IiB5MT0iMjQiIHgyPSIxMS4wMDE3IiB5Mj0iLTYuNDQyNzMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0Y1NEEwMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjk4MjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
}

.modal .policy__check:disabled + label::before {
  background-color: #F54A00;
}

.modal-wrap {
  width: auto;
  height: auto;
  position: relative;
  border-radius: 5px;
  background: #ECF4FF;
  z-index: 2;
  padding: 32px 30px;
  border-radius: 8px;
  max-width: 461px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

.modal-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.modal-close {
  position: absolute;
  right: -40px;
  top: 0;
  margin: auto;
  cursor: pointer;
  display: block;
  margin: auto;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 30;
}

.modal-close:hover {
  opacity: .7;
}

.modal__title {
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 34px;
  font-family: 'SFProDisplay-Bold';
  text-align: left;
}

.modal__title span {
  color: #F54A00;
}

.modal-form {
  text-align: center;
  z-index: 30;
  margin: auto;
}

.modal-form__row {
  margin-right: 0px;
  margin-bottom: 16px;
  width: 100%;
}

.modal-form__row label, 
.modal-form__row span{
  font-family: 'SFProDisplay-Medium';
  line-height: 130%;
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: #303659;
}

.modal-form__row input {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 16px 13px;
  font-size: 16px;
  text-align: left;
  width: 100%;
}

.modal-form__row input::-webkit-input-placeholder {
  color: #606D87;
  opacity: 0.5;
}

.modal-form__row input:-ms-input-placeholder {
  color: #606D87;
  opacity: 0.5;
}

.modal-form__row input::-ms-input-placeholder {
  color: #606D87;
  opacity: 0.5;
}

.modal-form__row input::placeholder {
  color: #606D87;
  opacity: 0.5;
}

.modal-form__row:last-child input {
  margin-bottom: 0px;
}

.modal-form__row input[type="submit"] {
  background: linear-gradient(314.74deg, #F54A00 23.07%, #FF9820 78.94%);
  border-radius: 32px;
  margin-top: 0px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  height: 58px;
  width: 100%;
}

.modal-form__row input[type="submit"]:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 198, 186, 0.2);
          box-shadow: 0px 8px 20px rgba(0, 198, 186, 0.2);
}

.modal-form .policy label,
.modal-form .policy span{
  font-size: 14px;
  line-height: 130%;
  text-align: left;
  color: #606D87;
  font-family: 'Inter-Regular';
}

.modal__subtitle {
  margin-bottom: 24px;
}

.modal textarea {
  width: 100%;
  background: #FFFFFF;
  padding: 16px;
  resize: none;
  height: 70px;
  border: none;
  max-width: calc(100% - 32px);
}

@media (max-width: 800px) {
  .modal-image {
    max-width: 70px;
  }
  .modal__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .modal-form__row {
    margin-bottom: 12px;
  }
  .modal-form .policy {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .modal__title br {
    display: none;
  }
}

input.modal__input:active,
input.modal__input:focus,
input.modal__input:hover {
  border: 1px solid #35ABE8;
}

.modal-successfully {
  display: none;
}

.modal-successfully-block {
  position: relative;
  border-radius: 8px;
  background: #ECF4FF;
  z-index: 2;
  width: auto;
  max-width: 461px;
  padding: 32px;
  text-align: center;
  display: block;
}

.modal-successfully__image-left {
  position: absolute;
  left: 0;
  top: 0;
}

.modal-successfully__image-right {
  position: absolute;
  right: 0;
  top: 50px;
}

.modal-successfully__title {
  font-size: 34px;
  line-height: 50px;
  font-family: 'SFProDisplay-Bold';
  margin-bottom: 6px;
}

.modal-successfully__title span {
  color: #F54A00;
}

.modal-successfully__subtitle {
  margin: auto;
  font-family: 'Inter-Regular';
  margin-bottom: 24px;
  color: #606D87;
  max-width: 317px;
}

.modal-successfully__button {
  width: auto;
  margin-top: 0px;
}

@media (max-width: 500px) {
  .modal-successfully-block {
    max-width: calc(90% - 60px);
  }
  .modal-successfully__title {
    font-size: 24px;
    z-index: 20;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .modal-successfully__image-left {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 30px;
  }
  .modal-successfully__image-right {
    position: absolute;
    right: 0;
    top: 50px;
    max-width: 30px;
  }
}

.modal.fancybox-content {
  overflow: visible !important;
}

@media (max-width: 700px) {
  .modal-close {
    right: 0;
    position: relative;
    top: 0px;
    left: 0;
    margin-bottom: 5px;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header {
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  z-index: 40;
}

.header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  top: 0;
  padding-bottom: 0px;
  -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 11px rgba(0, 0, 0, 0.1);
}

.header.sticky .header__logo {
  max-width: 130px;
}

.header.sticky .header__logo img {
  width: 100%;
}

.header__mobile {
  display: none;
}

.header__burger {
  display: none;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.header__menu ul a {
  margin-right: 35px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.header__menu ul a:hover {
  color: #0059F5;
}

.header__menu ul li:last-child a {
  margin-right: 0px;
}

.header__menu ul li {
  position: relative;
  z-index: 50;
}

.header__menu ul li.current_page_item a {
  color: #0059F5;
}

.header__menu ul li.menu-item-has-children a {
  padding-right: 25px;
}

.header__menu ul li.menu-item-has-children a:first-child:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 10px;
  margin: auto;
  height: 10px;
  background: url(../images/icons/menu-arrow.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__menu ul li.menu-item-has-children a.active:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header__menu ul li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  max-width: 400px;
  z-index: 20;
  border-radius: 10px;
  border-bottom: 0px;
  display: none;
  overflow-y: scroll;
  max-height: 500px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F5F9FF), to(#F5F9FF));
  background: linear-gradient(360deg, #F5F9FF 0%, #F5F9FF 100%);
  border-radius: 8px;
  padding: 27px 41px 28px 17px;
}

.header__menu ul li ul.sub-menu a {
  display: block;
  position: relative;
  z-index: 40;
  padding: 10px 20px;
  padding-top: 15px;
  width: 100%;
  padding-bottom: 15px;
  line-height: 130%;
  border-radius: 4px;
  max-width: 300px;
  margin-right: 0px;
  font-size: 16px;
}

.header__menu ul li ul.sub-menu a:hover {
  background: #E9F3FE;
}

.header__menu ul li ul.sub-menu a::before {
  display: none;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__phone {
  font-family: 'Inter-Bold';
  -webkit-transition: .3s;
  transition: .3s;
}

.header__phone:hover {
  opacity: .6;
}

.header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 20px;
}

.header-socials__social {
  background: rgba(48, 54, 89, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-socials__social:hover {
  background: rgba(48, 54, 89, 0.3);
}

.header-languages__language {
  font-size: 14px;
  line-height: 26px;
  padding: 0px 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-languages__language:first-child {
  border-right: 1px solid rgba(48, 54, 89, 0.1);
  padding-right: 0px;
}

.header-languages__language.active {
  color: #F54A00;
}

.header-languages__language:hover {
  color: #F54A00;
}

.header-ellipse-orange {
  display: none;
}

.header-dots {
  display: none;
}

.menu-mobile {
  display: none;
}

@media (min-width: 1200px) {
  .header .container {
    max-width: 1270px;
  }
}

@media (max-width: 1200px) {
  .header {
    padding-top: 24px;
  }
  .header.sticky {
    border-bottom: 0px;
    padding: 10px 0px;
  }
  .header.sticky .header__burger path {
    stroke: #F54A00;
  }
  .header.sticky .header-ellipse-orange, .header.sticky .header-dots {
    display: none;
  }
  .header.sticky .header__logo img {
    max-width: 90px;
  }
  .header .container {
    max-width: 95%;
  }
  .header-wrap {
    position: relative;
    z-index: 20;
  }
  .header-ellipse-orange {
    display: block;
    top: -100px;
    right: -120px;
    position: absolute;
    max-width: 234px;
  }
  .header__menu {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .header-socials {
    display: none;
  }
  .header__mobile {
    display: block;
    cursor: pointer;
  }
  .header__mobile:hover {
    opacity: .7;
  }
  .header-languages {
    display: none;
  }
  .header__logo {
    text-align: center;
  }
  .header__logo img {
    max-width: 120px;
  }
  .header .mobile-item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  .header__burger {
    text-align: right;
    display: block;
  }
  .header-dots {
    display: block;
    position: absolute;
    top: -30px;
    left: -90px;
    max-width: 155px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 0;
  }
  .menu-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background: #fff;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 30;
    color: #303659;
    text-align: center;
    display: none;
    overflow: scroll;
  }
  .menu-mobile .header-languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .menu-mobile .header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-mobile .header__phone {
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 7px;
  }
  .menu-mobile-wrap {
    padding-top: 150px;
  }
  .menu-mobile.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-mobile ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 20px;
  }
  .menu-mobile .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-mobile .header__menu li.menu-item-has-children a {
    padding-right: 0px;
    margin-right: 0px;
  }
  .menu-mobile .header__menu li.menu-item-has-children a.menu-active::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu-mobile .header__menu .sub-menu {
    position: relative;
    border: none;
    margin-bottom: 20px;
    top: 0;
    background: transparent;
    overflow: visible;
    padding: 0;
    max-height: 100%;
  }
  .menu-mobile .header__menu .sub-menu a {
    padding: 0px;
    border-bottom: 0px;
    margin-bottom: 10px;
    line-height: 150%;
  }
  .menu-mobile .header__menu .sub-menu a:hover {
    background: transparent;
  }
  .menu-mobile .header__menu a {
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .header.header-page .header-ellipse-orange {
    display: none;
  }
  .header.header-page .header__burger path {
    stroke: #303657;
  }
  .header.header-page .header-dots {
    display: none;
  }
}

.hero {
  position: relative;
}
@media (max-width: 576px){
  .hero .container{
    min-height: 650px;
  }
}
.hero-block {
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__title {
  font-size: 46px;
  line-height: 120%;
  font-family: 'SFProDisplay-Bold';
  color: #303659;
  min-height: 80px;
}

.hero__title span {
  font-display: optional;
  background: linear-gradient(117.88deg, #0059F5 6.2%, #34B6FF 66.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 74px;
  line-height: 130%;
  margin-bottom: 10px;
  font-family: 'SFProDisplay-Black';
  display: block;
  letter-spacing: -1px;
}

.hero__description {
  max-width: 495px;
  font-size: 18px;
  line-height: 150%;
  margin-top: 17px;
}

.hero__trigger {
  margin-top: 16px;
  font-size: 14px;
  line-height: 150%;
}

.hero__trigger span {
  position: relative;
}

.hero__trigger span::before {
  content: '';
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 1px;
  position: absolute;
  background: #586680;
}

.hero-left {
  width: 70%;
}

.hero-right {
  width: 30%;
  position: relative;
}

.hero-ellipse-orange {
  position: absolute;
  right: -494px;
  bottom: -90px;
  -webkit-animation: fly 7s infinite ease-in-out;
          animation: fly 7s infinite ease-in-out;
  z-index: -1;
}

.hero-ellipse-blue {
  position: absolute;
  right: 90px;
  bottom: -59%;
  z-index: -2;
  -webkit-animation: fly 7s infinite ease-in-out;
          animation: fly 7s infinite ease-in-out;
}

.hero-ellipse-blue-mobile {
  display: none;
}

.hero-dots {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -3;
}

.hero-image-main {
  margin-left: -120%;
  margin-top: 150px;
}
@media (min-width: 1200px) {
  .hero-image-main.desc{
    display: block;
  }
  .hero-image-main.mob{
    display: none;
  }
}
@media (max-width: 1200px) {
  .hero-left {
    width: 100%;
  }
  .hero-block {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__title {
    font-size: 24px;
  }
  .hero__title span {
    font-size: 33px;
  }
  .hero__description {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  .hero__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
  .hero-right {
    width: 100%;
    position: static;
  }
  .hero-ellipse-blue {
    display: none;
  }
  .hero-ellipse-blue-mobile {
    display: block;
    position: absolute;
    left: -300px;
    right: 0;
    margin: auto;
    bottom: -40px;
    z-index: -1;
  }
  .hero-ellipse-orange {
    display: none;
    top: -132px;
    right: -172px;
    max-width: 234px;
  }
  .hero-image-main {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
  .hero-image-main.desc{
    display: none;
  }
  .hero-image-main.mob{
    display: block;
  }
  .hero-dots {
    bottom: 100px;
    right: -300px;
    left: 0;
    top: auto;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -1;
  }
}

@media (max-width: 700px) {
  .hero__button {
    width: calc(100% - 68px);
    max-width: calc(400px - 68px);
  }
  .hero__trigger {
    display: none;
  }
  .hero-right {
    margin-top: 80px;
  }
  .hero-ellipse-blue-mobile {
    left: -180px;
    bottom: 10px;
  }
}

.opportunities {
  position: relative;
  margin-top: 0px;
}

.opportunities-dot-blue-left-bottom {
  position: absolute;
  left: 5%;
  bottom: 50px;
}

.opportunities-dot-blue-right {
  position: absolute;
  right: 5%;
  top: 200px;
}

.opportunities-dot-orange-left-top {
  position: absolute;
  left: 7%;
  top: 100px;
}

.opportunities-dots {
  position: absolute;
  bottom: -60px;
  right: -50px;
  -webkit-animation: fly 5s infinite ease-in-out;
          animation: fly 5s infinite ease-in-out;
}

.opportunities-wrap {
  position: relative;
  background: #EBF4FF;
  border-radius: 8px;
  padding: 70px 0px 90px 0px;
  overflow: hidden;
  margin-top: 0px;
}

.opportunities__title {
  text-align: center;
  position: relative;
  z-index: 10;
}

.opportunities-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}

.opportunities-bottom-mobile {
  display: none;
}

.opportunities-rocket {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  -webkit-animation: fly-rocket 7s infinite ease-in-out;
          animation: fly-rocket 7s infinite ease-in-out;
  margin: auto;
}

.opportunities-rocket-mobile {
  display: none;
}

.opportunities-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 6;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.opportunities__item {
  margin-top: 72px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  position: relative;
}

.opportunities__item:nth-child(1), .opportunities__item:nth-child(2) {
  margin-top: 30px;
}

.opportunities__images {
  width: 23px;
  height: 23px;
  margin: auto;
  border-radius: 50%;
  position: relative;
  border: 12px solid #FFFFFF;
}

.opportunities__images img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateX(-15px) translateY(-17px);
          transform: translateX(-15px) translateY(-17px);
}

.opportunities__name {
  margin-top: 20px;
  font-size: 22px;
  line-height: 32px;
  font-family: 'SFProDisplay-Medium';
}

.opportunities__description {
  font-family: 'SFProDisplay-Medium';
  margin-top: 8px;
}

.opportunities__button {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 8;
}

@media (max-width: 1200px) {
  .opportunities-rocket {
    width: 100%;
    left: 0;
    right: 0;
    display: none;
  }
  .opportunities__item {
    margin-top: 31px;
  }
  .opportunities-wrap {
    padding: 34px 0px;
  }
  .opportunities__name {
    font-size: 20px;
    line-height: 110%;
    margin-top: 15px;
  }
}

@media (max-width: 800px) {
  .opportunities-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .opportunities-rocket {
    opacity: .4;
  }
  .opportunities-rocket-mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    display: block;
  }
}

@media (max-width: 500px) {
  .opportunities-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .opportunities-rocket {
    display: none;
  }
  .opportunities-rocket-mobile {
    display: block;
    width: 100%;
  }
  .opportunities-bottom {
    display: none;
  }
  .opportunities-bottom-mobile {
    display: block;
  }
}

.problems {
  position: relative;
  padding-bottom: 106px;
}

.problems-grafic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}

.problems-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.problems__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-family: 'SFProDisplay-Semibold';
  margin-top: 47px;
}

.problems__item:nth-child(1), .problems__item:nth-child(2) {
  margin-top: 68px;
}

.problems__item:nth-child(2n) {
  text-align: right;
}

.problems__item p {
  margin-bottom: 19px;
}

.problems__item p span {
  color: #F54A00;
}

@media (max-width: 1200px) {
  .problems-grafic {
    opacity: .8;
  }
}

@media (max-width: 900px) {
  .problems-grafic {
    max-width: 600px;
  }
}

@media (max-width: 800px) {
  .problems {
    padding-bottom: 93px;
  }
  .problems-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .problems__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 48px;
    text-align: center;
  }
  .problems__item:nth-child(1) {
    margin-top: 56px;
  }
  .problems__item:nth-child(2) {
    margin-top: 48px;
  }
  .problems__item p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
  }
  .problems__item p br {
    display: none;
  }
  .problems__item img {
    display: none;
  }
}

@media (max-width: 600px) {
  .problems-grafic {
    max-width: 100%;
  }
}

.decided {
  background: #EBF4FF;
  padding: 88px 0px 68px 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
}

.decided.seo-service {
  padding-top: 70px;
}

.decided.seo-service .decided-orange-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  left: -257px;
  z-index: 30;
  margin: auto;
}

.decided.seo-service .container.container-decided {
  position: relative;
}

.decided.seo-service .container.container-decided::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100%;
  background: #EBF4FF;
  z-index: 20;
}

.decided.seo-service .slick-list {
  overflow: visible;
}

.decided.seo-service .decided__title {
  text-align: left;
  margin-left: 0;
}

.decided.seo-service .decided__subtitle {
  text-align: left;
  margin-left: 0;
  max-width: 1000px;
}

.decided.seo-service .decided__item {
  max-width: calc(320px - 48px);
  padding: 24px;
  width: calc(320px - 48px) !important;
  margin-right: 20px;
  margin-left: 0;
}

.decided.seo-service .decided__description {
  min-height: 120px;
}

.decided.seo-service .decided__name span {
  display: block;
}

.decided.seo-service .decided-block {
  max-width: 100%;
  width: 100%;
}

.decided.seo-service .decided-row .decided__item {
  margin-top: 20px;
}

.decided.seo-service .decided-row .decided__item:first-child {
  margin-top: 0px;
}

.decided__title {
  margin-bottom: 76px;
  position: relative;
  z-index: 10;
}

.decided-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  margin: auto;
}

.decided-bottom-mobile {
  display: none;
}

.decided-bottom-ellipse {
  position: absolute;
  bottom: -617px;
  right: -393px;
  z-index: 2;
}

.decided-block {
  max-width: 70%;
  margin-left: auto;
  position: relative;
  z-index: 10;
}

.decided__subtitle {
  font-family: 'SFProDisplay-Medium';
  text-align: center;
  margin-bottom: 36px;
  position: relative;
  z-index: 10;
}

.decided__item {
  padding-top: 32px;
  padding-left: 30px;
  padding-bottom: 37px;
  padding-right: 20px;
  border-radius: 6px;
  margin: 0px 10px;
  background: #FFFFFF;
  width: calc(278px - 30px) !important;
  max-width: calc(278px - 50px);
}

.decided__item strong {
  max-width: 234px;
}

.decided__name {
  font-size: 20px;
  line-height: 32px;
  font-family: 'SFProDisplay-Medium';
  margin-bottom: 8px;
}

.decided__description {
  color: #586680;
  min-height: 120px;
  font-family: 'Inter-Regular';
}

.decided__description strong {
  display: inline-block;
  font-family: 'Inter-Regular';
  font-weight: 400;
  position: relative;
}

.decided__description strong::before {
  content: '';
  left: 0;
  width: 100%;
  bottom: 2px;
  height: 1px;
  position: absolute;
  background: #586680;
}

.decided__images {
  width: 23px;
  position: relative;
  height: 23px;
  border-radius: 50%;
  border: 12px solid  #F5F9FF;
  margin-bottom: 18px;
}

.decided__images img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateX(-5px) translateY(-12px);
          transform: translateX(-5px) translateY(-12px);
}

.decided-mouthpiece {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}

.decided-mouthpiece-mobile {
  display: none;
}

.decided-lighthouse {
  position: absolute;
  bottom: 74px;
  left: 130px;
  z-index: 0;
}

.decided-lighthouse-mobile {
  display: none;
}

.decided-lighthouse-light {
  position: absolute;
  bottom: 445px;
  left: 200px;
  z-index: 0;
  -webkit-animation: opacity 5s infinite ease-in-out;
          animation: opacity 5s infinite ease-in-out;
}

@media (max-width: 1750px) {
  .decided-lighthouse {
    bottom: 40px;
  }
  .decided-lighthouse-light {
    bottom: 413px;
  }
}

@media (max-width: 1600px) {
  .decided.seo-service .decided-orange-left {
    left: -300px;
  }
}

@media (max-width: 1400px) {
  .decided.seo-service .decided-orange-left {
    left: -350px;
  }
}

@media (max-width: 1350px) {
  .decided-lighthouse {
    bottom: 10px;
  }
  .decided-lighthouse-light {
    bottom: 383px;
  }
  .decided.seo-service .decided-orange-left {
    display: none;
  }
}

@media (max-width: 1200px) {
  .decided {
    padding-top: 72px;
  }
  .decided.seo-service {
    margin-bottom: 0px;
  }
  .decided.seo-service .decided__description {
    min-height: auto;
  }
  .decided__subtitle {
    margin-top: 0px;
  }
  .decided-bottom-ellipse {
    display: none;
  }
  .decided__images {
    margin-bottom: 15px;
  }
  .decided__item {
    padding: 24px;
  }
  .decided__name {
    font-size: 20px;
    line-height: 110%;
  }
  .decided__description {
    font-size: 14px;
    line-height: 130%;
    min-height: auto;
  }
  .decided-block {
    max-width: 100%;
  }
  .decided__title {
    margin-bottom: 48px;
  }
  .decided__item {
    margin: auto;
  }
  .decided-lighthouse {
    left: 0;
  }
  .decided-lighthouse-light {
    left: 70px;
  }
  .decided__subtitle {
    margin-bottom: 16px;
  }
  .decided.seo-service .decided-orange-left {
    display: none;
  }
  .decided.seo-service .decided-row {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

@media (max-width: 700px) {
  .decided {
    padding-bottom: 187px;
  }
  .decided-lighthouse {
    left: -60px;
    display: none;
  }
  .decided-lighthouse-mobile {
    display: block;
    position: absolute;
    left: -90px;
  }
  .decided-lighthouse-light {
    left: 10px;
    bottom: 540px;
  }
  .decided-bottom-mobile {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
  }
}

.competitors {
  position: relative;
  padding: 80px 0px;
  margin-top: 0px;
}

.competitors:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 97%;
  width: 1px;
  top: -50px;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='2' height='10' viewBox='0 0 2 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0.500455' y1='0.499544' x2='0.508651' y2='9.49954' stroke='%23303659' stroke-linecap='round' stroke-dasharray='1 10' /%3e%3c/svg%3e");
  background-repeat-x: no-repeat;
}

.competitors-dots-top {
  position: absolute;
  top: 33px;
  left: 28px;
}

.competitors-dots-bottom {
  position: absolute;
  right: 12px;
  bottom: 18px;
}

.competitors-ellipse-left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -267px;
}

.competitors-ellipse-right-bottom {
  position: absolute;
  bottom: 175px;
  right: -157px;
}

.competitors-ellipse-right-top {
  position: absolute;
  top: -159px;
  right: -107px;
}

.competitors__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.competitors__name-wrap p {
  font-size: 26px;
  line-height: 44px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  font-family: 'SFProDisplay-Medium';
}

.competitors__name-wrap p:first-child {
  color: #F54A00;
  text-align: right;
}

.competitors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.competitors__item:first-child {
  margin-top: 55px;
}

.competitors__company {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  text-align: right;
}

.competitors__company p {
  font-size: 22px;
  line-height: 150%;
  font-family: 'SFProDisplay-Medium';
}

.competitors__company p span {
  display: none;
}

.competitors__company p strong {
  color: #0059F5;
  font-family: 'SFProDisplay-Medium';
  font-weight: 500;
}

.competitors__company span {
  display: block;
  color: #586680;
  font-family: 'Inter-Regular';
}

.competitors__image {
  background: #FFFFFF;
  border: 22px solid #F5F9FF;
  border-radius: 50%;
  width: calc(98px - 44px);
  height: calc(98px - 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  position: relative;
}

.competitors__description {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  font-size: 18px;
  font-family: 'Inter-Regular';
}

.competitors__description span {
  display: none;
}

@media (max-width: 1200px) {
  .competitors {
    padding: 40px 0px;
  }
  .competitors::before {
    display: none;
  }
  .competitors__company p {
    font-size: 18px;
    line-height: 130%;
  }
  .competitors__company span {
    font-size: 14px;
    line-height: 130%;
    margin-top: 8px;
  }
  .competitors__description {
    font-size: 14px;
    line-height: 130%;
  }
}

@media (max-width: 1000px) {
  .competitors {
    overflow-x: hidden;
  }
  .competitors__name-wrap {
    display: none;
  }
  .competitors-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .competitors__item {
    text-align: center;
    position: relative;
    z-index: 14;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 15px rgba(48, 54, 89, 0.08);
            box-shadow: 0px 10px 15px rgba(48, 54, 89, 0.08);
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    padding: 24px 15px;
  }
  .competitors__item:first-child {
    margin-top: 0px;
  }
  .competitors__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border: 12px solid #F5F9FF;
    border-radius: 50%;
    width: calc(46px - 24px);
    height: calc(46px - 24px);
  }
  .competitors__image img {
    max-width: 25px;
  }
  .competitors__company {
    text-align: center;
  }
  .competitors__company p span {
    display: block;
    color: #F54A00;
    font-size: 14px;
    line-height: 130%;
    font-family: 'SFProDisplay-Medium';
    margin-bottom: 8px;
    margin-top: 14px;
  }
  .competitors__description {
    font-size: 14px;
    line-height: 130%;
    margin-top: 24px;
  }
  .competitors__description span {
    display: block;
    margin-bottom: 8px;
    font-family: 'SFProDisplay-Medium';
    color: #303659;
  }
}

.partners {
  margin-top: 0px;
  position: relative;
}

.partners-ellipse {
  position: absolute;
  top: -288px;
  right: -393px;
  z-index: -1;
}

.partners__title {
  text-align: left;
  margin-left: 0;
}

.partners-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partners-left {
  padding: 68px 0px 82px 0px;
}

.partners__item {
  font-size: 18px;
  line-height: 150%;
  color: #606D87;
  margin-top: 42px;
  position: relative;
  padding-left: 44px;
}

.partners__item:before {
  content: '';
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(../images/section/partners/time.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.partners__item:first-child {
  margin-top: 35px;
}

.partners__item:last-child:before {
  background-image: url(../images/section/partners/smile.svg);
}

@media (max-width: 1200px) {
  .partners {
    padding: 40px 0px;
  }
  .partners-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partners-ellipse {
    display: none;
  }
  .partners-left {
    padding: 0;
  }
  .partners-right {
    display: none;
  }
  .partners__item {
    font-size: 14px;
    line-height: 150%;
    margin-top: 24px;
  }
  .partners__item:last-child {
    margin-top: 16px;
  }
}

.result {
  overflow: hidden;
  background: #F5F9FF;
  margin-top: 0px;
  padding: 68px 0px 105px 0px;
  position: relative;
}

.result-dots {
  position: absolute;
  right: 50px;
  bottom: 120px;
  z-index: 11;
}

.result-ellipse {
  position: absolute;
  bottom: -512px;
  right: -151px;
  z-index: 10;
}

.result-loop {
  position: absolute;
  left: -82px;
  bottom: -187px;
  -webkit-animation: fly 5s infinite ease-in-out;
          animation: fly 5s infinite ease-in-out;
}

.result-bottom {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
}

.result__title {
  max-width: 700px;
}

.result__subtitle {
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.result__subtitle:last-child {
  font-size: 18px;
  line-height: 150%;
}

.result__subtitle img {
  margin-top: 24px;
}

.result__description {
  font-size: 28px;
  line-height: 44px;
  font-family: 'SFProDisplay-Medium';
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .result {
    padding-bottom: 156px;
    padding-top: 32px;
  }
  .result-loop {
    left: 40%;
    bottom: -100px;
    max-width: 205px;
  }
  .result__description {
    font-size: 20px;
    line-height: 130%;
  }
  .result__subtitle:last-child {
    font-size: 14px;
    line-height: 150%;
    margin-top: 8px;
  }
}

@media (max-width: 700px) {
  .result {
    padding-bottom: 156px;
    padding-top: 32px;
  }
  .result-loop {
    left: 0;
    bottom: -200px;
    max-width: 305px;
    display: none;
  }
  .result-dots {
    display: none;
  }
}

@media (max-width: 700px) {
  .result-loop {
    left: -50px;
    bottom: -260px;
    max-width: 350px;
  }
}

.map {
  padding: 80px 0px;
  margin-top: 0px;
  display: block;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.map .container {
  position: static;
}

.map__title {
  margin-bottom: 45px;
}

.map svg {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.map svg path {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  fill: #dadfe7;
}

.map svg path.active.kiev {
  fill: #0059f5;
  stroke: #0059f5;
}

.map svg path:hover {
  fill: #0059f5;
}

.map svg path text {
  position: absolute;
  background: #000;
  right: 0;
  top: 0;
}

#content-map {
  padding: 16px 24px;
  background: #FFFFFF;
  border: 1px solid #CED7EA;
  -webkit-box-shadow: 0px 10px 36px rgba(94, 121, 153, 0.1);
          box-shadow: 0px 10px 36px rgba(94, 121, 153, 0.1);
  border-radius: 6px;
  position: absolute;
  left: 50px;
  top: 50px;
}

.map-mobile {
  display: none;
}

.custom-select__option {
  background: #EBF4FF;
  border-radius: 30px;
  border-color: transparent;
  padding: 16px 30px;
  font-size: 16px;
}

body .custom-select--active.custom-select__option--value {
  border-radius: 30px;
  background: #EBF4FF;
}

body .custom-select__dropdown {
  border-color: #EBF4FF;
  position: relative;
  border-radius: 0px 0px 30px 30px;
}

body .custom-select__dropdown .custom-select__option {
  border-radius: 0px;
}

body .custom-select__option--value::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjAwMDgxIDMuMTcyTDcuODI4ODEgMC4zNDNMOS4yNDM4MSAxLjc1N0w1LjAwMDgxIDZMMC43NTc4MTIgMS43NTdMMi4xNzI4MSAwLjM0M0w1LjAwMDgxIDMuMTcyWiIgZmlsbD0iIzMwMzY1OSIvPgo8L3N2Zz4K);
  width: 12px;
  height: 8px;
  right: 20px;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: none;
}

body .custom-select--active .custom-select__option--value:hover, .custom-select--active .custom-select__option--value:focus {
  background: #EBF4FF;
  border-radius: 30px 30px 0px 0px;
  border-color: transparent;
}

@media (max-width: 900px) {
  #content-map {
    display: none !important;
  }
  .map-mobile {
    display: block;
  }
  .map {
    overflow: visible;
  }
  .map-block {
    display: none;
  }
  .map-block svg {
    display: none;
  }
}

.what {
  padding: 70px 0px;
  background: #F5F9FF;
  margin-top: 0px;
}

.what p {
  max-width: 733px;
  font-family: 'Inter-Regular';
  text-align: center;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .what {
    padding: 34px 0%;
  }
  .what p {
    font-size: 14px;
  }
}

.cooperation {
  background: #F5F9FF;
  padding: 70px 0px;
  margin-top: 0px;
  position: relative;
}

.cooperation.page-sanctions .cooperation-center, .cooperation.page-sanctions .cooperation__button {
  display: none;
}

.cooperation.cooperation-seo-analysis-of-competitors .cooperation__title {
  max-width: 1000px;
}

.cooperation-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.cooperation__subtitle {
  text-align: center;
  margin-top: 10px;
}

.cooperation__subtitle span {
  color: #F54A00;
}

.cooperation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.cooperation-center {
  position: absolute;
  top: -50px;
  bottom: 0;
  margin: auto;
  left: -110px;
  right: 0;
}

.cooperation__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      margin-top: 64px;
}
@media (min-width: 1200px) {
  .cooperation__item {
      margin-bottom: 60px;
  }
}
.cooperation__item:nth-child(4), .cooperation__item:nth-child(2), .cooperation__item:nth-child(3) {
  margin-top: 62px;
}

.cooperation__item:nth-child(4) .cooperation__name::before, .cooperation__item:nth-child(7) .cooperation__name::before {
  display: none;
}

.cooperation__name {
  font-size: 24px;
  line-height: 150%;
  font-family: 'SFProDisplay-Medium';
  margin-top: 8px;
  position: relative;
}

.cooperation__name::before {
  content: '';
  width: 37px;
  height: 7px;
  background-size: cover;
  top: 10px;
  right: 40px;
  position: absolute;
  background-image: url(../images/section/cooperation/arrow-orange.svg);
}

.cooperation__description {
  font-size: 15px;
  line-height: 150%;
  font-family: 'Inter-Medium';
  margin-top: 8px;
  max-width: 326px;
}

.cooperation__description span {
  color: #F54A00;
}

.cooperation__images {
  width: 23px;
  height: 23px;
  margin: auto;
  margin-left: 0;
  border-radius: 50%;
  position: relative;
  border: 12px solid #FFFFFF;
}

.cooperation__images img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateX(-15px) translateY(-17px);
          transform: translateX(-15px) translateY(-17px);
}

.cooperation__button {
  margin-left: auto;
  margin-top: 10px;
  background: linear-gradient(71.8deg, #0059F5 30.21%, #00ABF5 82.12%);
}

@media (max-width: 1200px) {
  .cooperation {
    padding: 34px 0px;
  }
  .cooperation-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cooperation-center {
    display: none;
  }
  .cooperation__name {
    font-size: 20px;
    text-align: center;
  }
  .cooperation__name br {
    display: none;
  }
  .cooperation__name::before {
    display: none;
  }
  .cooperation__description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cooperation__images {
    margin-left: auto;
    margin-right: auto;
  }
  .cooperation__item {
    margin-top: 85px;
    position: relative;
  }
  .cooperation__item:last-child::before {
    display: none;
  }
  .cooperation__item::before {
    content: '';
    width: 37px;
    height: 7px;
    background-size: cover;
    bottom: -40px;
    right: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: auto;
    position: absolute;
    background-image: url(../images/section/cooperation/arrow-orange.svg);
  }
  .cooperation__item:nth-child(4), .cooperation__item:nth-child(3) {
    margin-top: 85px;
  }
  .cooperation__item:nth-child(2) {
    margin-top: 32px;
  }
  .cooperation__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}

.audit {
  padding: 50px 0px 60px 0px;
  margin-top: 0px;
  position: relative;
}

.audit-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
}

.audit-bottom-mobile {
  display: none;
}

.audit-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.audit-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.audit-dots {
  position: absolute;
  top: 0;
  right: 48px;
}

.audit__title {
  font-family: 'SFProDisplay-Bold';
  font-size: 51px;
  line-height: 150%;
  max-width: 700px;
}

.audit-form {
  max-width: 328px;
  width: 100%;
  margin: auto;
  margin-top: 24px;
}

.audit-form__button {
  font-family: 'Inter-Medium';
  margin-top: 16px;
  width: 100%;
  background: linear-gradient(71.8deg, #0059F5 30.21%, #00ABF5 82.12%);
}

.audit-ellipse-bottom {
  display: none;
}

@media (max-width: 1200px) {
  .audit {
    padding: 40px 0px 142px 0px;
  }
  .audit-dots {
    display: none;
  }
  .audit__title {
    font-size: 24px;
    line-height: 130%;
  }
  .audit-bottom-mobile {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}

@media (max-width: 800px) {
  .audit-left {
    display: none;
  }
  .audit-right {
    display: none;
  }
  .audit-bottom {
    display: none;
  }
  .audit-ellipse-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
  }
}

.successes {
  padding: 78px 0px 92px 0px;
  margin-top: 0px;
  position: relative;
}

.successes__btn {
  margin-top: 25px;
}

.successes-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.successes-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.successes-left {
  max-width: 384px;
  width: 100%;
}

.successes__subtitle {
  margin-bottom: 46px;
}

.successes__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.successes__label p {
  font-weight: 500;
  font-size: 26px;
  margin-left: 14px;
  color: #303659;
}

.successes__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.successes__link p {
  font-size: 14px;
  line-height: 150%;
  margin-left: 14px;
}

.successes__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #E3E8F3;
}

.successes__row:last-child {
  border-bottom: 1px dashed transparent;
}

.successes__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.successes__indicators p {
  margin-left: 14px;
  font-size: 17px;
  line-height: 24px;
  font-family: 'SFProDisplay-Medium';
  color: #303659;
}

.successes__result {
  color: #F54A00;
  font-family: 'SFProDisplay-Bold';
  font-size: 41px;
  line-height: 150%;
}

.successes__result span {
  font-family: 'SFProDisplay-Medium';
  font-size: 20px;
  line-height: 24px;
}

.successes__button {
  background: linear-gradient(71.8deg, #0059F5 30.21%, #00ABF5 82.12%);
  margin-top: 32px;
}

.successes-right {
  max-width: 614px;
  width: 100%;
  position: relative;
  min-height: 417px;
}

.successes-monitor {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -92px;
}

.successes-slider {
  width: 98%;
  position: relative;
  height: 337px;
  z-index: 20;
  -webkit-transform: translate(6px, 44px);
          transform: translate(6px, 44px);
}

.successes-slider__item {
  margin-top: 10px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 598px;
  height: 337px;
}

.successes-arrow {
  position: absolute;
  top: 0;
  width: 64px;
  border-radius: 50%;
  height: 64px;
  background: linear-gradient(71.8deg, #0059F5 30.21%, #00ABF5 82.12%);
  border-radius: 32px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  bottom: 0;
  margin: auto;
  z-index: 22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.successes-arrow svg {
  max-width: 26px;
}

.successes-arrow-right {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  right: -32px;
}

.successes-arrow-left {
  left: -32px;
}

.successes .slick-dots {
  position: absolute;
  bottom: -70px;
  margin: 0;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 40px;
}

.successes .slick-dots li {
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: .3;
}

.successes .slick-dots li.slick-active {
  opacity: 1;
}

.successes .slick-dots button::before {
  width: 8px;
  height: 8px;
  line-height: 8px;
  display: none;
}

.successes-arrow-wrap {
  display: none;
}

.successes-ellipse-left {
  display: none;
}

.successes-ellipse-right {
  display: none;
}

@media (max-width: 1200px) {
  .successes {
    padding: 40px 0px;
  }
  .successes__subtitle {
    margin-bottom: 4px;
  }
  .successes-left {
    margin: auto;
  }
  .successes-right {
    display: none;
  }
  .successes-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0px;
    overflow: hidden;
  }
  .successes-block .slick-slide {
    opacity: 0;
  }
  .successes-block .slick-slide.slick-active.slick-current {
    opacity: 1;
  }
  .successes-block .slick-list {
    overflow: visible;
  }
  .successes-bottom {
    display: none;
  }
  .successes__item {
    background: #FFFFFF;
    padding: 24px;
    -webkit-box-shadow: 0px 10px 15px rgba(48, 54, 89, 0.08);
            box-shadow: 0px 10px 15px rgba(48, 54, 89, 0.08);
    border-radius: 6px;
    margin: auto;
    max-width: calc(100% - 48px);
  }
  .successes__button {
    font-size: 14px;
    width: calc(100% - 64px);
  }
  .successes__result {
    font-size: 24px;
    line-height: 130%;
  }
  .successes__result span {
    font-size: 14px;
  }
  .successes__indicators p {
    font-size: 14px;
  }
  .successes__row {
    padding: 16px 0px;
  }
  .successes__label p {
    font-size: 20px;
  }
  .successes-arrow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }
  .successes-arrow-right {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
  }
  .successes-arrow-left {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
  }
  .successes-ellipse-left {
    display: block;
    left: -140px;
    bottom: 40px;
    position: absolute;
  }
  .successes-ellipse-right {
    display: block;
    right: -89px;
    top: 105px;
    position: absolute;
  }
}

.analysis {
  background: #EBF4FF;
  margin-top: 0px;
  padding: 125px 0px 130px 0px;
  position: relative;
}

.analysis-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.analysis-bottom-mobile {
  display: none;
}

.analysis-dots {
  top: 41px;
  left: 36px;
  position: absolute;
}

.analysis-image {
  position: absolute;
  top: 0;
  right: 0;
}

.analysis__title {
  margin-left: 0;
  font-size: 51px;
  line-height: 130%;
  position: relative;
  z-index: 20;
  max-width: 800px;
  text-align: left;
  margin-bottom: 48px;
  font-family: 'SFProDisplay-Bold';
}

.analysis__title span {
  color: #F54A00;
  position: relative;
}

.analysis__title span:before {
  content: '';
  position: absolute;
  bottom: -5px;
  height: 4px;
  background: #F54A00;
  width: 100%;
}

.analysis__subtitle {
  max-width: 760px;
  font-family: 'Inter-Regular';
  position: relative;
  z-index: 20;
  font-size: 20px;
  line-height: 150%;
}

.analysis__subtitle p:last-child {
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .analysis {
    padding: 34px 0px 133px 0px;
  }
  .analysis-dots {
    display: none;
  }
  .analysis__title {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .analysis__title span::before {
    bottom: -2px;
    height: 2px;
  }
  .analysis__subtitle {
    font-size: 16px;
    line-height: 130%;
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .analysis-image {
    display: none;
  }
  .analysis__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  .analysis-bottom {
    display: none;
  }
  .analysis-bottom-mobile {
    display: block;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
}

.faq {
  padding-bottom: 100px;
  padding-top: 80px;
  margin-top: 0px;
  position: relative;
}

.faq__title.title, .faq__title.title h2 {
  margin-bottom: 24px;
  text-align: left;
  margin-left: 0;
  max-width: 700px;
}

.faq__subtitle {
  margin-bottom: 24px;
  text-align: left;
}

.faq-ellipse-left {
  position: absolute;
  left: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq-ellipse-right {
  position: absolute;
  right: 50px;
  bottom: -52px;
  margin: auto;
}

.faq-ellipse-top {
  top: -67px;
  left: -67px;
  position: absolute;
}

.faq-block {
  position: relative;
}

.faq-wrap {
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
}

.faq__item {
  border-radius: 6px;
  margin-top: 8px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.faq__item:first-child {
  margin-top: 0px;
}

.faq__item.opened .faq__question {
  background: #ECF4FF;
  color: #0059F5;
}

.faq__item.opened .faq__question:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__item.opened .faq__answer {
  display: block;
  background: #ECF4FF;
}

.faq__question {
  font-size: 20px;
  line-height: 32px;
  font-family: 'SFProDisplay-Bold';
  padding: 30px 24px;
  color: #303659;
  background: #FAFAFA;
  cursor: pointer;
  position: relative;
}

.faq__question p {
  max-width: 90%;
}

.faq__question::before {
  content: '';
  right: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/section/faq/arrow.svg) no-repeat center;
  width: 13px;
  height: 8px;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.faq__answer {
  font-family: 'Inter-Regular';
  color: #606D87;
  display: none;
  padding: 14px 24px;
  padding-top: 0;
  padding-bottom: 32px;
}

.faq__answer strong {
  font-family: 'Inter-Medium';
}

.faq__answer ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.faq__answer ul li:last-child {
  margin-bottom: 0px;
}

.faq__answer ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  background: #F54A00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .faq {
    padding: 40px 0px 20px 0px;
  }
  .faq__title.title, .faq__title.title h2 {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .faq-ellipse-top {
    display: none;
  }
  .faq__question {
    font-size: 14px;
    line-height: 130%;
    padding: 24px 16px;
  }
  .faq__answer {
    font-size: 12px;
    line-height: 150%;
    padding: 0 16px;
    padding-bottom: 16px;
  }
}
.hide_bg_tarif.tarif{
  background: none;
  padding: 0px 0px;
}
.hide_bg_tarif .fly-anim{
display: none;
}
.tarif {
background: #F5F9FF;
padding: 70px 0px;
margin-top: 0px;
position: relative;
}

.tarif.active .tarif-text {
max-height: 100%;
}

.tarif-text {
-webkit-transition: .3s;
transition: .3s;
line-height: 140%;
}

.tarif-text.auto-height {
max-height: 286px;
overflow-y: hidden;
}

.tarif-text__title {
margin-bottom: 20px;
}

.tarif-text-more {
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 14px;
margin-top: 20px;
color: #606D87;
cursor: pointer;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
position: relative;
}

.tarif-text-more p {
display: block;
}

.tarif-text-more span {
display: none;
}

.tarif-text-more.active span {
display: block;
}

.tarif-text-more.active p {
display: none;
}

.tarif__title {
max-width: 700px;
}

.tarif-ellipse-right {
position: absolute;
right: -292px;
top: 30px;
}

.tarif-ellipse-left {
position: absolute;
left: -270px;
bottom: -50px;
}

.tarif__subtitle {
text-align: center;
margin-top: 10px;
}

.tarif__subtitle span {
color: #F54A00;
font-family: 'Inter-Regular';
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
}

.tarif .container {
position: relative;
z-index: 20;
}

.tarif-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
    justify-content: space-between;
margin-bottom: 52px;
z-index: 10;
position: relative;
}

.tarif__item {
max-width: 350px;
width: 100%;
background: #FFFFFF;
border: 1px solid #CED7EA;
-webkit-box-shadow: 0px 21px 36px rgba(94, 121, 153, 0.1);
    box-shadow: 0px 21px 36px rgba(94, 121, 153, 0.1);
border-radius: 6px;
text-align: center;
padding-bottom: 64px;
margin-top: 84px;
}

.tarif__icon {
background: #FFFFFF;
-webkit-box-shadow: 0px 7px 19px rgba(94, 121, 153, 0.1);
    box-shadow: 0px 7px 19px rgba(94, 121, 153, 0.1);
border-radius: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
width: 70px;
height: 70px;
margin: auto;
margin-top: -32px;
}

.tarif__icon img {
max-width: 38px;
}

.tarif__name {
background: linear-gradient(89.81deg, #414C62 0.16%, #8595B4 98.85%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-bottom: 25px;
font-family: 'SFProDisplay-Bold';
font-size: 22px;
margin-top: 26px;
}

.tarif__name.orange {
background: -webkit-gradient(linear, right top, left top, color-stop(6.37%, #FF9820), color-stop(83.44%, #F54A00));
background: linear-gradient(270deg, #FF9820 6.37%, #F54A00 83.44%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.tarif__name.blue {
background: linear-gradient(71.8deg, #0059F5 30.21%, #00ABF5 82.12%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.tarif__price {
font-family: 'SFProDisplay-Bold';
font-size: 37px;
}

.tarif__price span {
font-family: 'SFProDisplay-Medium';
font-size: 20px;
line-height: 24px;
}

.tarif__button {
margin-top: 24px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

@media (max-width: 1200px) {
.tarif {
padding: 34px 0%;
}
.tarif-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
margin-bottom: 32px;
}
.tarif__item {
margin-top: 56px;
padding-bottom: 24px;
}
.tarif__name {
font-size: 20px;
margin-top: 16px;
}
}

.steps {
padding: 80px 0px;
margin-top: 0px;
}

.steps-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
    justify-content: space-between;
}

.steps__title {
text-align: left;
margin-bottom: 16px;
}

.steps__subtitle {
font-family: 'Inter-Regular';
margin-bottom: 16px;
}

.steps-left {
width: calc(50% - 15px);
}

.steps-form {
padding: 72px 24px;
background: #FFFFFF;
border: 1px solid #CED7EA;
-webkit-box-shadow: 0px 21px 36px rgba(94, 121, 153, 0.1);
    box-shadow: 0px 21px 36px rgba(94, 121, 153, 0.1);
border-radius: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
}

.steps-form__title {
font-size: 24px;
line-height: 32px;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
font-family: 'SFProDisplay-Medium';
margin-bottom: 25px;
color: #303659;
}

.steps-form__input {
margin-bottom: 0px;
max-width: calc(100% - 24px);
}

.steps-form__button {
margin: 0;
width: calc(45% - 8px);
background: linear-gradient(71.8deg, #0059F5 30.21%, #00ABF5 82.12%);
margin-left: 8px;
font-family: 'Inter-Medium';
}

.steps-right {
width: calc(50% - 15px - 40px);
}

.steps-list {
max-height: 581px;
overflow-y: auto;
padding-right: 40px;
}

.steps__item {
margin-top: 50px;
}

.steps__item:first-child {
margin-top: 0px;
}

.steps__name {
font-size: 22px;
font-family: 'SFProDisplay-Medium';
margin-bottom: 16px;
}

.steps__name span {
color: #0059F5;
}

.steps__description {
font-family: 'Inter-Regular';
}

@media (max-width: 1200px) {
.steps {
padding: 40px 0px;
}
.steps__title {
margin-left: 0;
}
.steps__name {
font-size: 14px;
margin-bottom: 10px;
}
.steps__description {
font-size: 14px;
}
.steps__item {
margin-top: 20px;
}
.steps-form__title {
font-size: 18px;
line-height: 110%;
margin-bottom: 16px;
}
}

@media (max-width: 1000px) {
.steps-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.steps__title {
margin-left: 0;
}
.steps__name {
margin-bottom: 0px;
position: relative;
}
.steps__name::after {
content: '';
right: -20px;
width: 11px;
margin: auto;
bottom: 0;
height: 12px;
position: absolute;
top: 0;
bottom: 0;
background: url(/images/icons/arrow-slide.svg) no-repeat center;
background-size: contain;
-webkit-transition: .3s;
transition: .3s;
}
.steps-right {
padding: 0px;
margin-top: 24px;
width: 100%;
}
.steps__item {
font-size: 14px;
border: 1px solid #CED7EA;
border-radius: 6px;
padding: 16px 40px 16px 16px;
margin-top: 8px;
cursor: pointer;
}
.steps__item.active .steps__name:after {
-webkit-transform: rotate(180deg);
      transform: rotate(180deg);
}
.steps__description {
font-size: 14px;
line-height: 130%;
display: none;
margin-top: 10px;
}
.steps-list {
max-height: initial;
padding: 0;
}
.steps-left {
width: 100%;
}
.steps-form {
display: none;
}
.steps-form__title {
font-size: 18px;
line-height: 110%;
margin-bottom: 16px;
}
}

.team {
padding: 150px 0px 70px 0px;
position: relative;
margin-top: 0px;
}

.team-ellipse-right {
position: absolute;
right: -90px;
bottom: 185px;
}

.team-ellipse-left {
position: absolute;
left: -373px;
bottom: 40px;
}

.team-man {
position: absolute;
bottom: 0;
left: 0;
z-index: 8;
}

.team .container {
max-width: 1229px;
}

.team-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 20;
position: relative;
}

.team-line {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 130px;
}

.team__item {
padding: 0px 20px 12px 20px;
}

.team__client {
background: linear-gradient(71.8deg, #0059F5 30.21%, #00ABF5 82.12%);
-webkit-box-shadow: 0px 7px 36px rgba(94, 121, 153, 0.1);
    box-shadow: 0px 7px 36px rgba(94, 121, 153, 0.1);
border-radius: 50%;
color: #FFFFFF;
font-family: 'SFProDisplay-Semibold';
font-size: 24px;
line-height: 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
width: 110px;
height: 110px;
margin: auto;
margin-top: 45px;
margin-bottom: 38px;
}

.team__client-wrap {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}

.team__item {
text-align: center;
background: #FFFFFF;
border: 1px solid #CED7EA;
-webkit-box-shadow: 0px 10px 36px rgba(94, 121, 153, 0.1);
    box-shadow: 0px 10px 36px rgba(94, 121, 153, 0.1);
border-radius: 6px;
max-width: calc(100% - 70px);
width: calc(100% - 70px);
margin: auto;
}

.team__item-wrap {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
margin-top: 45px;
}

.team__item-wrap:nth-child(2) {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-top: 0px;
}

.team__item-wrap:nth-child(2) .team__item {
width: calc(320px - 40px);
}

.team__icon {
width: 50px;
height: 50px;
margin: auto;
margin-top: -24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
background: #FFFFFF;
border: 1px solid #CED7EA;
-webkit-box-shadow: 0px 7px 19px rgba(94, 121, 153, 0.1);
    box-shadow: 0px 7px 19px rgba(94, 121, 153, 0.1);
border-radius: 50%;
}

.team__icon img {
max-width: 27px;
}

.team__name {
font-family: 'SFProDisplay-Medium';
margin-bottom: 8px;
font-size: 20px;
line-height: 32px;
margin-top: 15px;
}

.team__description {
min-height: 72px;
font-family: 'Inter-Regular';
}

@media (max-width: 1200px) {
.team {
padding: 40px 0px;
}
.team__client {
margin-top: 32px;
}
.team-ellipse-right {
right: -90px;
bottom: inherit;
top: 200px;
}
.team-line {
display: none;
}
.team__description {
font-size: 14px;
min-height: initial;
}
.team__description br {
display: none;
}
.team__item {
width: calc(360px - 70px);
padding-bottom: 24px;
}
.team__item-wrap {
-ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.team__item-wrap:nth-child(2) {
margin-top: 20px;
}
.team__item-wrap:nth-child(2) .team__item {
width: calc(360px - 70px);
}
}

@media (max-width: 1100px) {
.team-man {
display: none;
}
}

.footer {
background: #F5F9FF;
padding: 40px 0px;
position: relative;
overflow: hidden;
z-index: 100;
}

.footer-mobile {
display: none;
}

.footer-dots {
position: absolute;
bottom: 37px;
rigth: 24px;
}

.footer-ellipse-right {
position: absolute;
top: -80px;
right: -38px;
}

.footer-ellipse-left {
position: absolute;
top: -100px;
left: -100px;
}

.footer a:hover {
opacity: .7;
}

.footer-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
    justify-content: space-between;
z-index: 20;
position: relative;
}

.footer__phone {
font-family: 'SFProDisplay-Black';
font-size: 34px;
line-height: 130%;
color: #303659;
display: block;
margin-bottom: 6px;
}

.footer__email {
font-size: 20px;
font-family: 'SFProDisplay-Bold';
margin-bottom: 24px;
display: block;
color: #303659;
margin-top: 8px;
}

.footer-menu {
font-size: 12px;
line-height: 150%;
font-family: 'Inter-Regular';
}

.footer-menu-wrap {
min-width: 200px;
}

.footer-menu li a {
margin-top: 8px;
display: block;
opacity: .3;
-webkit-transition: .3s;
transition: .3s;
}

.footer-menu li a:hover {
color: #303659;
opacity: 1;
}

.footer-menuli:first-child a {
margin-top: 0px;
}

.footer-socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 50px;
}

.footer__copy {
font-size: 12px;
line-height: 150%;
font-family: 'Inter-Regular';
opacity: 0.3;
color: #303659;
margin-top: 15px;
display: block;
}

.footer__social {
background: rgba(48, 54, 89, 0.1);
width: 40px;
height: 40px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
margin: 0px 4px;
-webkit-transition: .3s;
transition: .3s;
}

.footer__social:hover {
background: rgba(48, 54, 89, 0.3);
}

.footer-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.footer-right p {
color: #303659;
font-size: 14px;
font-family: 'Inter-Medium';
opacity: 0.3;
margin-bottom: 23px;
}

.footer-right li {
color: #303659;
font-family: 'Inter-Medium';
margin-top: 13px;
}

.footer-right li:first-child {
margin-top: 0px;
}

@media (max-width: 1200px) {
.footer {
overflow: hidden;
}
.footer-mobile {
display: block;
}
.footer-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
-webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
      order: 1;
}
.footer-left .footer__phone, .footer-left .footer__email {
display: none;
}
.footer-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
text-align: center;
}
.footer__email {
margin-bottom: 28px;
}
.footer-right {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}
.footer-right p {
margin-bottom: 15px;
}
.footer-menu-wrap.nav {
display: none;
}
.footer-socials {
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
-webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
      order: -1;
margin-top: 32px;
margin-bottom: 24px;
}
.footer__copy {
margin-top: 30px;
}
.footer-ellipse-right {
bottom: -100px;
top: auto;
right: -150px;
}
}

@media (max-width: 700px) {
.footer__phone {
font-size: 24px;
line-height: 130%;
}
.footer__email {
font-size: 20px;
line-height: 130%;
}
.footer-right li {
font-size: 14px;
margin-top: 16px;
}
.footer-ellipse-right {
bottom: 50px;
right: -230px;
}
.footer-ellipse-left {
left: -150px;
}
}

.form-seo {
width: 100%;
}

.focus {
padding: 70px 0px;
background: url(../images/seo/focus/focus-back.png), -webkit-gradient(linear, left top, right top, color-stop(79.69%, #E7F1FE), to(rgba(245, 249, 255, 0)));
background: url(../images/seo/focus/focus-back.png), linear-gradient(90deg, #E7F1FE 79.69%, rgba(245, 249, 255, 0) 100%);
background-position: right;
position: relative;
background-repeat: no-repeat;
background-color: #F5F9FF;
overflow: hidden;
background-size: contain;
margin: 0;
background-repeat: no-repeat;
margin-bottom: 50px;
}

.focus.promotion-young-site {
background-position: left;
background-size: cover;
background-image: url(../images/seo/focus/focus-promotion-yung-site-back.png), -webkit-gradient(linear, left top, right top, color-stop(79.69%, #E7F1FE), to(rgba(245, 249, 255, 0)));
background-image: url(../images/seo/focus/focus-promotion-yung-site-back.png), linear-gradient(90deg, #E7F1FE 79.69%, rgba(245, 249, 255, 0) 100%);
}

.focus.promotion-young-site .focus-back-right {
margin: auto;
top: 300px;
right: -300px;
}

.focus-back-right {
position: absolute;
right: 0;
top: 0;
bottom: 0;
}

.focus__title {
max-width: 700px;
}

.focus__subtitle {
margin-top: 15px;
max-width: 700px;
}

.focus-wrap {
margin-top: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.focus__item {
font-size: 22px;
line-height: 150%;
font-weight: 500;
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
margin-top: 24px;
}

.focus__item:nth-child(1), .focus__item:nth-child(2) {
margin-top: 0px;
}

@media (max-width: 1350px) {
.focus-back-right {
right: -200px;
}
}

@media (max-width: 1200px) {
.focus {
padding: 40px 0px;
margin-bottom: 40px;
}
.focus-back-right {
display: none;
}
.focus__item {
-ms-flex-preferred-size: 50%;
  flex-basis: 50%;
font-size: 16px;
}
}

@media (max-width: 700px) {
.focus__item {
-ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.focus__item br {
display: none;
}
.focus__item:nth-child(2) {
margin-top: 24px;
}
}

.marketing {
padding-top: 32px;
padding-bottom: 43px;
margin-top: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.marketing-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0px -15px;
}

.marketing__item {
-ms-flex-preferred-size: calc(25% - 30px - 24px*2);
flex-basis: calc(25% - 30px - 24px*2);
margin: 0px 15px;
margin-bottom: 24px;
background: #fff;
padding: 24px;
-webkit-box-shadow: 0 21px 36px 0 rgba(94, 121, 153, 0.1);
    box-shadow: 0 21px 36px 0 rgba(94, 121, 153, 0.1);
border-radius: 6px;
}

.marketing__icon {
border-radius: 50%;
border: 12px solid #E7F1FE;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
width: 22px;
height: 22px;
position: relative;
}

.marketing__icon img {
position: absolute;
top: -4px;
left: -4px;
}

.marketing__label {
font-size: 22px;
line-height: 130%;
font-weight: 700;
color: #303659;
margin-top: 8px;
}

.marketing__label span {
color: #F54A00;
}

.marketing__description {
font-size: 14px;
margin-top: 16px;
}

@media (max-width: 1200px) {
.marketing-block {
margin: 0;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.marketing__item {
-ms-flex-preferred-size: 100%;
  flex-basis: 100%;
margin-bottom: 24px;
}
.marketing__item:last-child {
margin-bottom: 0px;
}
.marketing__description {
margin-top: 8px;
}
}

.marketing-result.marketing-blue {
margin-bottom: 60px;
}

.marketing-result.marketing-blue .marketing-result-block {
-webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
}

.marketing-result.marketing-blue .marketing-result-right {
position: relative;
z-index: -1;
margin-left: 40px;
}

.marketing-result.marketing-blue .marketing-result-right::before {
position: absolute;
content: '';
right: -10%;
width: 120%;
height: 125%;
top: -10%;
bottom: 0;
background: #F5F9FF;
z-index: 0;
}

.marketing-result.marketing-blue .marketing-result__title {
margin-top: 0px;
}

.marketing-result-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
    align-items: flex-start;
}

.marketing-result-right {
margin-left: 30px;
}

.marketing-result__title {
line-height: 130%;
margin-bottom: 30px;
margin-top: 25px;
}

.marketing-result__description {
z-index: 4;
position: relative;
}

.marketing-result__description ul {
list-style-type: auto;
padding-left: 20px;
}

.marketing-result-mobile {
display: none;
}

@media (max-width: 1200px) {
.marketing-result-block {
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.marketing-result__title {
margin-top: 0px;
}
.marketing-result-desktop {
display: none;
}
.marketing-result-mobile {
display: block;
margin-top: 40px;
}
.marketing-result-right {
margin-left: 0px;
}
.marketing-result.marketing-blue .marketing-result-right {
margin-left: 0px;
}
}

.performance__title {
max-width: 100%;
margin-bottom: 18px;
}

.performance__image {
text-align: center;
}

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

.performance__image-mobile {
display: none;
}

.performance-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 34px;
}

.performance__item {
font-size: 20px;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
margin-top: 32px;
line-height: 130%;
}

.performance__item p {
max-width: 90%;
}

.performance__item:nth-child(1), .performance__item:nth-child(2) {
margin-top: 0px;
}

.performance__item span {
color: #0059F5;
}

@media (max-width: 1200px) {
.performance__title {
text-align: center;
}
.performance__image-mobile {
display: block;
margin-left: auto;
margin-right: auto;
}
.performance__image-desktop {
display: none;
}
.performance-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}
.performance__item {
margin-bottom: 24px;
font-size: 16px;
-webkit-box-align: baseline;
  -ms-flex-align: baseline;
      align-items: baseline;
margin-top: 0px;
}
.performance__item:nth-child(1), .performance__item:nth-child(2) {
margin-bottom: 24px;
}
.performance__item:last-child {
margin-bottom: 0px;
}
}

.marketing-type {
margin-bottom: 60px;
}

.marketing-type__title {
margin-bottom: 30px;
}

.marketing-type-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
    align-items: flex-start;
margin-bottom: -32px;
}

.marketing-type__item {
-ms-flex-preferred-size: 33.33%;
flex-basis: 33.33%;
margin-bottom: 32px;
text-align: center;
}

.marketing-type__item img {
margin-bottom: 16px;
}

.marketing-type__item span {
display: block;
font-weight: 600;
font-size: 22px;
line-height: 130%;
margin-bottom: 8px;
}

.marketing-type__item p {
color: #606d87;
max-width: 90%;
margin: auto;
}

@media (max-width: 1200px) {
.marketing-type__title {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.marketing-type-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.marketing-type__item img {
margin-bottom: 8px;
}
.marketing-type__item span {
font-size: 20px;
}
.marketing-type__item p {
font-size: 14px;
}
}

.marketing-audit-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
    justify-content: center;
}

.marketing-audit__item {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
margin: 20px 0px;
text-align: center;
}

.marketing-audit__item:first-child .marketing-audit__image::before {
display: none;
}

.marketing-audit__item:nth-child(5n) .marketing-audit__image::before {
display: none;
}

.marketing-audit__image {
position: relative;
}

.marketing-audit__image img {
position: relative;
z-index: 10;
}

.marketing-audit__image::before {
content: '';
right: 200px;
position: absolute;
border: 6px dashed #303659;
width: 159px;
top: 0;
bottom: 0;
z-index: -2;
height: 0;
margin: auto;
}

.marketing-audit__label {
max-width: 90%;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 18px;
margin-top: 10px;
}

@media (max-width: 1200px) {
.marketing-audit-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}
.marketing-audit__image::before {
display: none;
}
.marketing-audit__label {
max-width: 260px;
font-size: 16px;
}
}

.comparison {
text-align: center;
position: relative;
margin-top: 0px;
}

.comparison-block {
background: #EBF4FF;
border-radius: 8px;
min-height: 777px;
padding-top: 70px;
text-align: center;
overflow: hidden;
}

.comparison-image-left {
position: absolute;
left: 0;
bottom: 0;
z-index: 3;
}

.comparison-image-right {
position: absolute;
right: 0;
bottom: 0;
}

.comparison-image-bottom {
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}

.comparison__subtitle {
font-size: 28px;
line-height: 44px;
font-family: 'SFProDisplay-Medium';
color: #303659;
margin-bottom: 12px;
}

.comparison__subtitle span {
color: #0059F5;
}

.comparison__more {
color: #606D87;
margin-bottom: 50px;
}

.comparison__button {
margin-left: auto;
margin-right: auto;
}

.comparison-button-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 562px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
    justify-content: space-between;
margin: auto;
z-index: 10;
position: relative;
margin-top: 68px;
}

.comparison__item {
font-family: 'SFProDisplay-Medium';
background: #fff;
font-size: 22px;
width: 217px;
padding: 24px 0px;
color: #F54A00;
border-radius: 6px;
border: 1px solid #CED7EA;
-webkit-box-shadow: 0px 10px 36px rgba(94, 121, 153, 0.1);
    box-shadow: 0px 10px 36px rgba(94, 121, 153, 0.1);
}

.comparison__item:last-child {
color: #0059F5;
}

@media (max-width: 1200px) {
.comparison__subtitle {
font-size: 15px;
line-height: 130%;
}
.comparison-block {
padding-top: 40px;
min-height: auto;
padding-bottom: 50px;
}
.comparison-image-right {
max-width: 200px;
}
.comparison-image-left {
max-width: 200px;
}
.comparison__more {
font-size: 14px;
margin-bottom: 10px;
}
.comparison__button {
margin-top: 20px;
}
.comparison__item {
font-size: 16px;
padding: 12px 0px;
}
.comparison-button-wrap {
margin-top: 48px;
}
}

@media (max-width: 700px) {
.comparison__item {
width: 140px;
}
.comparison-image-right {
z-index: 10;
max-width: 150px;
}
.comparison-image-left {
z-index: 10;
max-width: 150px;
}
.comparison-button-wrap {
margin-top: 120px;
}
}

.list {
position: relative;
min-height: 600px;
}

.list.sctructure {
min-height: auto;
padding-bottom: 40px;
}

.list.seo-copywriting-and-content .list__item {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}

.list.seo-copywriting-and-content .list-image {
left: 0px;
}

.list.seo-copywriting-and-content .list__title {
max-width: 100%;
}

.list.business-card-website {
min-height: 500px;
}

.list.business-card-website .list__item {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}

.list.business-card-website .list-image {
left: 200px;
}

.list.corporate-website-promotion {
min-height: 500px;
}

.list.corporate-website-promotion .list__item {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}

.list.corporate-website-promotion .list-image {
right: 0;
left: auto;
}

.list.corporate-website-promotion .list-right {
max-width: 100%;
margin-right: auto;
margin-left: 0;
}

.list.page-analyz {
background: #F5F9FF;
padding: 50px;
overflow: hidden;
margin-top: 0px;
margin-bottom: 50px;
min-height: calc(489px - 120px);
}

.list.page-analyz .list-right {
margin-right: auto;
margin-left: 0;
}

.list.page-analyz .list-image {
right: 0;
left: auto;
height: 100%;
top: 0;
}

.list.page-analyz .list__item {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}

.list-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
    justify-content: space-between;
}

.list-image-dots {
position: absolute;
left: 18px;
top: 100px;
-webkit-animation: fly 5s infinite ease-in-out;
    animation: fly 5s infinite ease-in-out;
}

.list-right {
max-width: 637px;
margin-left: auto;
width: 100%;
}

.list-right .list__subtitle {
margin-top: 16px;
display: block;
margin-bottom: 8px;
}

.list-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.list__item {
padding-left: 20px;
position: relative;
-ms-flex-preferred-size: calc(49% - 20px);
flex-basis: calc(49% - 20px);
margin-top: 16px;
font-size: 18px;
}

.list__item::before {
content: '';
position: absolute;
width: 6px;
height: 6px;
background: #F54A00;
border-radius: 50%;
top: 10px;
left: 0;
}

.list__title {
max-width: 100%;
}

.list-image {
position: absolute;
left: -225px;
top: -20px;
z-index: 10;
}

@media (max-width: 1440px) {
.list-image {
left: -400px;
}
.list.seo-copywriting-and-content .list-image {
left: -100px;
}
.list.business-card-website .list-image {
left: 0px;
}
.list.seo-analysis-of-competitors .list-image {
right: -100px;
left: auto;
}
}

@media (max-width: 1200px) {
.list {
min-height: auto;
margin-bottom: 50px;
}
.list.page-analyz {
min-height: auto;
margin-bottom: 50px;
}
.list.page-analyz .list-image {
display: none;
}
.list-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.list-image {
position: relative;
max-width: 300px;
left: 0;
right: 0;
display: block;
margin-top: 40px;
display: none;
}
.list-image img {
width: 100%;
}
.list-right {
margin: auto;
max-width: 100%;
}
.list__item {
font-size: 16px;
}
}

@media (max-width: 700px) {
.list__item {
-ms-flex-preferred-size: 100%;
  flex-basis: 100%;
font-size: 15px;
}
.list-image {
max-width: 200px;
}
.list.seo-copywriting-and-content .list-image {
left: 0px;
}
}

.breadcrumbs {
margin-bottom: 50px;
z-index: -10;
position: relative;
}

.breadcrumbs-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 14px;
color: #FFFFFF;
text-align: left;
}

.breadcrumbs-block a {
color: #FFFFFF;
margin-right: 14px;
}

.breadcrumbs-block a:hover {
color: #0059F5;
}

.breadcrumbs-block span {
margin-left: 14px;
}

.breadcrumbs-page {
margin-top: 100px;
}

.breadcrumbs-page span, .breadcrumbs-page a {
color: #222;
}

@media (max-width: 1200px) {
.breadcrumbs-block {
-webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
}

@media (max-width: 700px) {
.breadcrumbs {
margin-bottom: 20px;
}
.breadcrumbs-page {
margin-top: 50px;
margin-bottom: 0px;
}
.breadcrumbs-block {
font-size: 12px;
}
.breadcrumbs-block a {
margin-right: 8px;
}
.breadcrumbs-block span {
margin-left: 8px;
}
}

/* page */
.page {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  padding-top: 96px;
  padding-bottom: 97px;
  margin-top: 0px;
  overflow: hidden;
}

.page.page-industries .page__subtitle {
  max-width: 900px;
}

.page.hide-before::before {
  display: none;
}

.page:before {
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(48, 54, 89, 0.7)), to(rgba(48, 54, 89, 0.7)));
  background: linear-gradient(0deg, rgba(48, 54, 89, 0.7), rgba(48, 54, 89, 0.7));
  position: absolute;
}

.page__subtitle {
  font-size: 18px;
  max-width: 545px;
  margin-top: 8px;
  line-height: 150%;
}

.page__button {
  margin-top: 48px;
}

.page-image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateX(610px);
          transform: translateX(610px);
  margin-bottom: -120px;
}

.page-image.astana.page-image.page-image-desk {
  top: 65px;
}

.page-image.astana.page-image.page-image-desk img {
  max-width: 800px;
}

.page-image.smakui {
  top: 45px;
}

.page-image.smakui img {
  max-width: 800px;
}

.page-image.page-image-mobile {
  display: none;
}

.page-image img {
  width: inherit;
  margin: 0 !important;
  max-width: 750px;
}

.ppc .page__subtitle {
  max-width: 710px;
}

@media (max-width: 1200px) {
  .page {
    text-align: center;
  }
  .page-case .page__button {
    width: calc(100% - 68px);
    max-width: 300px;
  }
  .page__title {
    font-size: 44px;
  }
  .page__title span {
    font-size: 32px;
  }
  .page__subtitle {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  .page__button {
    margin-left: auto;
    margin-right: auto;
  }
  .page-image {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    margin-bottom: 0px;
    margin-top: 40px;
    padding-bottom: 74px;
  }
  .page-image img {
    max-width: 320px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .page {
    margin-top: 10px;
    padding: 60px 0px;
  }
  .page__title {
    font-size: 34px;
    text-align: left;
  }
  .page__title span {
    font-size: 22px;
    margin-top: 5px;
  }
  .page__subtitle {
    font-size: 15px;
    max-width: 300px;
    text-align: left;
    margin-left: 0;
  }
  .page__button {
    margin-top: 30px;
    margin-left: 0;
  }
  .page-info {
    padding-bottom: 74px;
  }
  .page-image {
    padding-bottom: 0px;
  }
  .page-image.page-image-desk {
    display: none;
  }
  .page-image.page-image-mobile {
    display: block;
    top: 0 !important;
    margin: 20px auto !important;
  }
}

/* end page */
.contact-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F5F9FF;
  border-radius: 5px;
  padding: 32px;
}

.contact-list__image {
  width: 23px;
  height: 23px;
  margin: auto;
  margin-left: 0;
  border-radius: 50%;
  position: relative;
  border: 12px solid #E7F1FE;
  margin-bottom: 8px;
}

.contact-list__image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateX(-15px) translateY(-17px);
          transform: translateX(-15px) translateY(-17px);
}

.contact-list__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.contact-list__item p {
  font-size: 22px;
  margin-bottom: 8px;
  font-family: 'SFProDisplay-Medium';
  color: #303659;
}

.contact-list__item a, .contact-list__item span {
  display: block;
  color: #606D87;
}

.contact-map iframe {
  max-height: 100%;
  background: grey;
  height: 450px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .contact-list-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-list__image {
    margin: auto;
    margin-bottom: 10px;
  }
  .contact-list__item {
    max-width: 300px;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contact-list__item:first-child {
    margin-top: 0px;
  }
}

@media (max-width: 700px) {
  .contact-map iframe {
    max-height: 100%;
    background: grey;
    height: 320px;
    margin: 40px 0px;
  }
  .contact-list__item p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {
  .contact-map iframe {
    max-height: 100%;
    background: grey;
    height: 220px;
    margin: 40px 0px;
  }
}

.error {
  padding-bottom: 60px;
}

.error__title {
  color: #303659;
}

.error-block {
  position: relative;
}

.error__subtitle {
  max-width: 570px;
  font-size: 18px;
  line-height: 150%;
  margin-top: 15px;
}

.error__image {
  position: absolute;
  right: 0;
  top: 100px;
  margin: auto;
  bottom: 0;
  -webkit-animation: bounce 5s infinite ease-in-out;
          animation: bounce 5s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0) translateZ(0px);
            transform: translateY(0) translateZ(0px);
  }
  50% {
    -webkit-transform: translateY(-20px) translateZ(20px);
            transform: translateY(-20px) translateZ(20px);
  }
  100% {
    -webkit-transform: translateY(0px) translateZ(0px);
            transform: translateY(0px) translateZ(0px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0) translateZ(0px);
            transform: translateY(0) translateZ(0px);
  }
  50% {
    -webkit-transform: translateY(-20px) translateZ(20px);
            transform: translateY(-20px) translateZ(20px);
  }
  100% {
    -webkit-transform: translateY(0px) translateZ(0px);
            transform: translateY(0px) translateZ(0px);
  }
}

@media (max-width: 1200px) {
  .error__subtitle {
    font-size: 16px;
  }
  .error__image {
    max-width: 200px;
    top: 180px;
  }
  .error__image img {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .error__image {
    max-width: 200px;
    top: 200px;
  }
  .error__image img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .error__title {
    margin-top: 20px;
    text-align: center;
  }
  .error__subtitle {
    text-align: center;
    font-size: 15px;
  }
  .error-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .error__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    top: 0;
  }
  .error__button {
    margin-left: auto;
    margin-right: auto;
  }
}

.feedback {
  padding-bottom: 186px;
}

.feedback .breadcrumbs-block {
  color: #303659;
}

.feedback .breadcrumbs-block a {
  color: #303659;
}

.feedback__title {
  margin-bottom: 18px;
  color: #303659;
}

.feedback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.feedback__item:first-child {
  margin-top: 0px;
}

.feedback__item-wrap {
  padding: 32px;
  background: #F5F9FF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback__document {
  width: 56.11px;
  height: 78px;
  background-size: cover;
  margin-left: 16px;
  display: none;
}

.feedback__image {
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}

.feedback__video {
  border-radius: 4px;
  width: 129px;
  height: 78px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.feedback__video img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.feedback__video::before {
  content: '';
  background: rgba(48, 54, 89, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.feedback__button {
  margin: 0;
  margin-left: 40px;
}

.feedback__button-mobile {
  display: none;
}

.feedback-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #303659;
  margin-bottom: 16px;
}

.feedback__name {
  margin-left: 20px;
}

.feedback__name strong {
  font-weight: 300;
  font-size: 14px;
  opacity: 0.5;
}

.feedback__name p {
  font-size: 22px;
  font-family: 'SFProDisplay-Bold';
  margin-bottom: 5px;
}

.feedback__name span {
  font-size: 14px;
  color: #0562F6;
}

.feedback__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 30px;
}

.feedback__info {
  font-size: 16px;
  max-height: 168px;
  overflow: hidden;
}

.feedback__info.active {
  max-height: 100%;
}

.feedback__info-more {
  color: #0059F5;
  margin-top: 15px;
  cursor: pointer;
}

.feedback__info-more span {
  display: none;
}

.feedback__info-more.active p {
  display: none;
}

.feedback__info-more.active span {
  display: block;
}

.feedback-right {
  width: 223px;
  min-width: 223px;
  height: 310px;
  margin-left: 30px;
  background-size: cover;
}

@media (max-width: 1200px) {
  .feedback-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .feedback__item-wrap {
    padding: 22px;
  }
  .feedback__document {
    display: block;
  }
  .feedback__name {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .feedback__info {
    font-size: 14px;
    max-height: 252px;
  }
  .feedback__info-more {
    font-size: 14px;
    margin-top: 12px;
  }
  .feedback-right {
    display: none;
  }
  .feedback__button {
    display: none;
  }
  .feedback__button-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

@media (max-width: 700px) {
  .feedback-profile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feedback__name {
    margin-left: 0;
  }
  .feedback__name strong {
    font-size: 12px;
  }
  .feedback__name p {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .feedback__name span {
    font-size: 12px;
  }
  .feedback__button-mobile {
    margin-left: 0;
  }
}

.form-contact {
  margin-top: 0px;
}

.form-contact-block {
  position: relative;
  padding-bottom: 136px;
  padding-top: 155px;
}

.form-contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 664px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.form-contact__title {
  font-size: 50px;
  line-height: 130%;
  text-align: left;
  margin: 0;
}

.form-contact span {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.form-contact__input {
  width: calc(100% - 20px);
  background: #EBF4FF;
}

.form-contact__button {
  background: -webkit-gradient(linear, right top, left top, from(#0059F5), to(#00ABF5));
  background: linear-gradient(270deg, #0059F5 0%, #00ABF5 100%);
  border-radius: 30px;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin-top: 0px;
}

.form-contact-right {
  position: absolute;
  right: 0;
  bottom: -12px;
}

.form-contact.case-content-form .form-contact-right {
  right: -250px;
}

.form-contact-success {
  font-family: 'SFProDisplay-Bold';
  font-size: 51px;
  line-height: 130%;
  max-width: 600px;
  color: #303659;
  min-height: 306px;
  display: none;
}

.form-contact-success span {
  color: #F54A00;
}

@media (max-width: 1200px) {
  .form-contact {
    margin-top: 50px;
  }
  .form-contact.audit .form-contact-right {
    display: none;
  }
  .form-contact-block {
    padding: 100px 0px;
  }
  .form-contact__title {
    font-size: 24px;
    line-height: 130%;
  }
  .form-contact-right {
    max-width: 300px;
  }
  .form-contact-right img {
    width: 100%;
  }
  .form-contact-success {
    width: 100%;
    min-height: 180px;
    font-size: 33px;
    max-width: 400px;
  }
}

@media (max-width: 700px) {
  .form-contact__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .form-contact-block {
    padding-bottom: 125px;
    padding-top: 0px;
  }
  .form-contact-right {
    max-width: 150px;
    left: 0;
    margin: auto;
  }
  .form-contact-success {
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: auto;
    min-height: 180px;
    font-size: 22px;
  }
  .form-contact.VipStatus .form-contact-right {
    right: 0;
  }
}

.industries {
  margin-top: 0px;
}

.industries.page-sanctions .industries__row:nth-child(odd) {
  background: #fff;
}

.industries__row {
  background: #fff;
  padding: 70px 0px;
}

.industries__row:nth-child(odd) {
  background: #F5F9FF;
}

.industries-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.industries__item {
  -ms-flex-preferred-size: calc(33% - 13px - 48px);
      flex-basis: calc(33% - 13px - 48px);
  -webkit-box-shadow: 0px 21px 36px rgba(94, 121, 153, 0.1);
          box-shadow: 0px 21px 36px rgba(94, 121, 153, 0.1);
  border-radius: 6px;
  padding: 24px;
  margin-right: 20px;
  background: #fff;
  margin-top: 24px;
  -webkit-transition: .3s;
  transition: .3s;
}

.industries__item:hover .industries__images img {
  -webkit-transform: translateX(-15px) translateY(-12px);
          transform: translateX(-15px) translateY(-12px);
}

.industries__item:nth-child(3n) {
  margin-right: 0px;
}

.industries__images {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: relative;
  border: 12px solid #F5F9FF;
}

.industries__images img {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  margin: auto;
  -webkit-transform: translateX(-15px) translateY(-17px);
          transform: translateX(-15px) translateY(-17px);
}

.industries__name {
  font-family: 'SFProDisplay-Medium';
  font-size: 22px;
  margin-top: 8px;
  line-height: 140%;
}

.industries__name span {
  color: #0059F5;
  display: block;
}

.industries__label {
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 24px;
  font-size: 34px;
  font-family: 'SFProDisplay-Bold';
  color: #303659;
}

.industries__label span {
  color: #F54A00;
}

.industries-features {
  background-size: cover;
  padding: 70px 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

.industries-features-seo {
  font-size: 18px;
}

.industries-features-services-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.industries-features-services__name {
  margin-left: 16px;
  color: #606D87;
}

.industries-features-services__images {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  position: relative;
}

.industries-features-services__images img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.industries-features__title.title, .industries-features__title.title h2 {
  margin-left: 0;
  text-align: left;
}
.block3-list .features__title.title,
.block8 .features__title.title{
  margin-bottom: 20px;
}

.industries-features__subtitle {
  text-align: left;
  font-size: 18px;
}

.industries-features-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 6;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.industries-features__item {
  margin-top: 62px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  position: relative;
}

.industries-features__item:nth-child(1), .industries-features__item:nth-child(2) {
  margin-top: 30px;
}

.industries-features__name {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
  font-family: 'SFProDisplay-Medium';
  color: #303659;
}

.industries-features__name span {
  color: #0059F5;
}

.industries-features__description {
  font-family: 'Inter-Regular';
  margin-top: 8px;
}

.industries-features__button {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 8;
}

.industries-step {
  margin-bottom: 70px;
}

.industries-step .btn {
  font-size: 15px;
  margin-top: 32px;
}

.industries-step__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 34px;
  color: #303659;
  font-family: 'SFProDisplay-Bold';
  margin-top: 40px;
  margin-bottom: 24px;
}

.industries-step__label span {
  color: #F54A00;
}

.industries-step__label p {
  margin-left: 20px;
}

.industries-step__tab {
  display: none;
}

.industries-step__tab.active {
  display: block;
}

.industries-step-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.industries-step-top span {
  width: 63px;
  height: 0px;
  margin: auto 4px;
  border: 1px dashed #303659;
  opacity: .5;
}

.industries-step-top__item {
  font-size: 22px;
  width: 61px;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-family: 'SFProDisplay-Semibold';
  background: #E7F1FE;
  color: #303659;
  cursor: pointer;
}

.industries-step-top__item.active {
  background: linear-gradient(327deg, #F54A00 0%, #FF9820 100%);
}

.industries-step-top__item.active p {
  opacity: 1;
  color: #fff;
}

.industries-step-top__item p {
  opacity: .5;
}

.industries-step-info {
  font-size: 18px;
}

.industries-step-info ul li {
  margin-top: 20px;
}

.industries-step-info ul li:first-child {
  margin-top: 0px;
}

.industries-team__title {
  text-align: left;
  margin-left: 0;
}

.industries-team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.industries-team__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.industries-team__item-wrap {
  margin-top: 20px;
  max-width: 255px;
  width: 100%;
  margin-right: 30px;
}

.industries-team__item-wrap:nth-child(4n) {
  margin-right: 0px;
}

.industries-team__image {
  background: #E7F1FE;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.industries-team__label {
  font-size: 22px;
  font-family: 'SFProDisplay-Bold';
  color: #303659;
  margin-top: 10px;
}

.industries-team__description {
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .industries-features {
    padding: 40px 0px;
  }
  .industries-team__item-wrap {
    max-width: 48.3%;
  }
  .industries-team__item-wrap:nth-child(2n) {
    margin-right: 0px;
  }
  .industries-team__item-wrap:nth-child(4n) {
    margin-right: 0px;
  }
  .industries__label {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .industries__row {
    padding: 50px 0px;
  }
  .industries__item {
    -ms-flex-preferred-size: calc(50% - 48px - 10px);
        flex-basis: calc(50% - 48px - 10px);
  }
  .industries__item:nth-child(3n) {
    margin-right: 20px;
  }
  .industries__item:nth-child(2n) {
    margin-right: 0px;
  }
  .industries__name {
    font-size: 18px;
  }
  .industries-features {
    padding: 40px 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .industries-features__subtitle {
    text-align: left;
    margin-left: 0px;
    max-width: 100%;
  }
  .industries-features__item {
    margin-top: 32px;
  }
  .industries-features__name {
    font-size: 20px;
  }
  .industries-features__description {
    font-size: 14px;
  }
  .industries-step {
    margin: 40px 0px;
  }
  .industries-step-top span {
    width: 26px;
  }
  .industries-step-top__item {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .industries-step__label {
    font-size: 20px;
    margin-top: 30px;
  }
  .industries-step-info {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .industries-team__item-wrap {
    max-width: 48%;
  }
}

@media (max-width: 800px) {
  .industries-features__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 500px;
    margin-top: 16px;
  }
  .industries-features__item:nth-child(1), .industries-features__item:nth-child(2) {
    margin-top: 16px;
  }
  .industries-features__name {
    margin-top: 0px;
  }
  .industries-team__item-wrap {
    max-width: 400px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .industries-team__item-wrap:nth-child(2n), .industries-team__item-wrap:nth-child(4n) {
    margin-left: auto;
    margin-right: auto;
  }
  .industries-team__label {
    font-size: 20px;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .industries-team__description {
    text-align: center;
    max-width: 80%;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .industries-team__description br {
    display: none;
  }
}

@media (max-width: 700px) {
  .industries__item {
    margin-right: 0px;
    -ms-flex-preferred-size: calc(100% - 48px);
        flex-basis: calc(100% - 48px);
  }
  .industries__item:nth-child(3n) {
    margin-right: 0px;
  }
  .industries__item:nth-child(2n) {
    margin-right: 0px;
  }
}

.form-contact.industries .form-contact__title.title, .form-contact.industries .form-contact__title.title h2 {
  max-width: 640px;
}

.wiki {
  color: #303659;
  padding-bottom: 80px;
}

.wiki-link {
  display: block;
  margin-top: 5px;
  color: #0562f6;
  font-size: 14px;
  font-weight: 500;
}

.wiki__title {
  font-size: 74px;
  line-height: 150%;
  margin-top: 20px;
  font-family: 'SFProDisplay-Black';
}

.wiki__title span {
  font-size: 46px;
  font-family: 'SFProDisplay-Bold';
  display: block;
  line-height: 150%;
  margin-top: 0px;
}

.wiki__subtitle {
  margin-top: 10px;
}

.wiki-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wiki__item {
  max-width: 300px;
}

.wiki__item-wrap {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  width: 100%;
  margin-top: 48px;
}

.wiki__label {
  font-size: 34px;
  font-family: 'Inter-Bold';
  border-bottom: 2px solid #0562F6;
  padding-bottom: 10px;
  max-width: 160px;
  width: 100%;
  margin-bottom: 24px;
}

.wiki__row {
  margin-bottom: 16px;
}

.wiki__row.active span {
  color: #303659;
}

.wiki__row.active span::before {
  width: 100%;
}

.wiki__row p {
  font-size: 13px;
  padding-top: 10px;
  max-width: 300px;
  display: none;
}

.wiki__row span {
  font-size: 18px;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'SFProDisplay-Medium';
  color: #606D87;
  cursor: pointer;
}

.wiki__row span::before {
  content: '';
  bottom: -2px;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
  width: 0;
  height: 1px;
  background: #606D87;
}

.wiki__row span:hover {
  color: #303659;
}

.wiki__row:last-child {
  margin-bottom: 0px;
}

.wiki .breadcrumbs-block {
  color: #606D87;
}

.wiki .breadcrumbs-block a {
  color: #606D87;
}

@media (max-width: 1200px) {
  .wiki__item {
    max-width: 400px;
  }
  .wiki__item-wrap {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 1200px) {
  .wiki__item-wrap {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
  .wiki__title {
    font-size: 53px;
  }
  .wiki__title span {
    font-size: 38px;
  }
}

@media (max-width: 700px) {
  .wiki__item-wrap {
    -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
  }
  .wiki__title {
    font-size: 33px;
  }
  .wiki__title span {
    font-size: 18px;
  }
  .wiki__subtitle {
    margin-top: 20px;
  }
  .wiki__label {
    max-width: 100%;
    font-size: 28px;
  }
  .wiki__row p {
    max-width: 100%;
  }
}

.services {
  padding: 50px 0px;
  margin: 68px 0px 0px 0px;
  position: relative;
}
.services__result__description {
  margin-bottom: 30px;
}
.services-marketing-image {
  position: absolute;
  right: 0%;
  top: 0;
}

.services-marketing-image-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.services__row {
  margin-bottom: 50px;
}

.services__row:last-child {
  margin-bottom: 0px;
}

.services__row .services__images img {
  top: -14px;
  width: 36px;
  max-width: 30px;
  max-height: 35px;
}

.services.page-sanctions {
  padding-top: 0px;
}

.services.page-analyz .services__description {
  font-size: 16px;
}

.services.page-analyz .services__item {
  margin-top: 48px;
}

.services.blue {
  background: #F5F9FF;
}

.services.services-marketing .services__row .services__images img {
  top: -4px;
}

.services.services-marketing .services-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.services.services-marketing .services__images {
  margin-bottom: 12px;
}

.services.services-marketing .services__name {
  margin-left: 0;
}

.services__title.title, .services__title.title h2 {
  max-width: 715px;
  margin-bottom: 40px;
}

.services__subtitle {
  margin-bottom: 32px;
}

.services__item {
  margin-top: 40px;
}

.services__item a {
  font-weight: 600;
}

.services__item:first-child {
  margin-top: 0px;
}

.services-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services__name {
  color: #303659;
  font-size: 22px;
  margin-left: 18px;
  line-height: 140%;
  font-family: 'SFProDisplay-Medium';
}

.services__name span {
  color: #0059F5;
}

.services__images {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: relative;
  border: 12px solid #E7F1FE;
}

.services__images img {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  margin: auto;
  -webkit-transform: translateX(-15px) translateY(-17px);
          transform: translateX(-15px) translateY(-17px);
}

.services__description {
  color: #606D87;
  margin-top: 15px;
  font-size: 18px;
  font-family: 'Inter-Medium';
  line-height: 150%;
}

@media (max-width: 1200px) {
  .services-marketing-image {
    display: none;
  }
  .services.seo-analysis-of-competitors .services__subtitle {
    max-width: 100%;
  }
  .services__name {
    font-size: 18px;
  }
  .services__description {
    font-size: 16px;
  }
}

.blog__title {
  color: #303659;
}

.blog-left {
  width: 100%;
}
/*
.page:before{
  #content: none;
}
.page{
  color: #BFBFBF;
}*/
.search-advertisting.title{
  margin-bottom: 20px;
}
.wp-pagenavi a, .wp-pagenavi span{
  border: none;
}
.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.blog-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
  margin-left: 15px;
  margin-bottom: 30px;
}

.blog__item:nth-child(2n) {
  margin-left: 0px;
  margin-right: 15px;
}

.blog__item.second {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0px;
}

.blog__item.second .blog__image {
  width: 60%;
  height: 386px;
}

.blog__item.second .blog-info {
  width: 40%;
  margin-left: 30px;
}

.blog__item.second .blog__marker {
  margin-top: 0px;
}

.blog__image {
  width: 100%;
  height: 275px;
  background-size: cover;
  border-radius: 5px;
  background-position: center;
  overflow: hidden;
}

.blog__marker {
  font-size: 14px;
  margin-top: 20px;
  padding: 4px 8px;
  background: #8641CB;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-bottom: 10px;
}

.blog__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  color: #303659;
  margin-bottom: 10px;
  display: block;
}

.blog__description {
  margin-bottom: 16px;
}

.blog__date {
  opacity: 0.3;
  margin-top: 15px;
}

.blog-right {
  width: 160px;
  margin-left: 30px;
  min-width: 160px;
}

.blog-right__title {
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 150%;
  font-weight: 700;
  color: #303659;
}

.blog-category {
  padding-left: 20px;
  margin-bottom: 48px;
}

.blog-category p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.blog-popular__item {
  margin-bottom: 24px;
  display: block;
}

.blog-popular__item:last-child {
  margin-bottom: 0px;
}

.blog-popular__item p {
  font-size: 14px;
  margin-top: 7px;
}

.blog-popular__image {
  height: 100px;
  background-size: cover;
  background-position: center;
}

.blog-single-slider-title {
  margin-top: 50px;
}

.blog-single h2 {
  font-size: 34px;
  margin-bottom: 24px;
  line-height: 140%;
  color: #303659;
}

.blog-single__title {
  font-size: 46px;
  font-weight: 400;
  color: #303659;
}

.blog-single__image {
  height: 386px;
  width: 100%;
  background-size: cover;
  margin: 24px 0px;
  background-color: #222;
}

.blog-single .seo-form {
  margin-top: 0px;
  margin-bottom: 50px;
}

.blog-single .seo-form .form-seo__image {
  bottom: 0;
  top: 0;
}

.blog-single .textor-content h2 {
  margin-top: 50px;
}

.blog-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 16px;
}

.blog-content ul li:last-child {
  margin-bottom: 0px;
}

.blog-content ul li::before {
  content: '';
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
  border-radius: 50%;
  height: 6px;
  background: #F54A00;
}

.blog-content ol {
  padding-left: 20px;
}

.blog-content ol li {
  padding-top: 10px;
  position: relative;
  margin-bottom: 45px;
}

.blog-content ol li:first-child {
  margin-top: 50px;
}

.blog-content ol li::before {
  content: '';
  top: -35px;
  left: 0;
  position: absolute;
  height: 2px;
  background: #0059F5;
  width: 50px;
  border-radius: 50%;
  margin-top: 20px;
}

.blog-content ol li::marker {
  position: absolute;
  top: -10px;
  left: 0;
  color: #0059F5;
  padding-left: 20px;
}

.blog-content .slider-card {
  background: transparent;
  position: relative;
  padding: 0px 0px;
}

.blog-content .slider-card .arrow {
  top: -220px;
  border: 5px solid #fff;
}

.blog-content .slider-card .blog__item {
  margin: auto;
}

.blog-table {
  margin: 24px 0px;
}

.blog-table ul li {
  padding-left: 0;
}

.blog-table ul li:before {
  display: none;
}

.blog-table a {
  display: block;
  margin-top: 16px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-table a:hover::before {
  width: 100%;
}

.blog-table a:before {
  content: '';
  bottom: 0;
  left: 0;
  -webkit-transition: .2s;
  transition: .2s;
  width: 0;
  height: 1px;
  background: #303659;
  position: absolute;
}

.blog-table-title {
  color: #0059F5;
  font-size: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.blog-table-title.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-table-title img {
  position: absolute;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  margin: auto;
  bottom: 0;
  right: -30px;
}

.blog-subscribe {
  padding-top: 90px;
  padding-bottom: 223px;
  text-align: center;
  position: relative;
}

.blog-subscribe img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-subscribe__button {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1250px) {
  .blog-table {
    font-size: 20px;
  }
  .blog-table a {
    font-size: 16px;
  }
  .blog-single .form-seo__subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .blog-single__title {
    font-size: 24px;
  }
  .blog-single__date {
    font-size: 14px;
  }
  .blog-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-right {
    display: none;
  }
  .blog__item.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog__item.second .blog__image {
    width: 100%;
  }
  .blog__item.second .blog-info {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .blog-single h2 {
    font-size: 24px;
  }
}

@media (max-width: 1000px) {
  .blog-subscribe {
    padding: 40px 0px 124px 0px;
  }
  .blog-subscribe .btn {
    margin-top: 30px;
  }
  .blog-subscribe img {
    display: none;
  }
}

@media (max-width: 800px) {
  .blog-content .slider-card .arrow {
    top: 0;
  }
  .blog-single__image {
    height: 200px;
    width: 120%;
    margin-left: -10%;
  }
  .blog-single__item {
    text-align: left;
  }
  .blog-single .blog__name, .blog-single .blog__description, .blog-single .blog__date {
    text-align: left;
  }
  .blog__item {
    margin-right: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog__item:nth-child(2n) {
    margin-left: auto;
    margin-right: auto;
  }
  .blog__item.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog__item.second .blog__image {
    height: 215px;
  }
  .blog__item.second .blog-info {
    margin-top: 8px;
  }
  .blog__image {
    height: 214px;
  }
  .blog__name {
    font-size: 20px;
  }
  .blog__description {
    font-size: 14px;
  }
  .blog-info {
    margin-top: 8px;
  }
  .blog__marker {
    margin-top: 8px;
  }
}

/* case */
.about .page__subtitle {
  max-width: 100%;
}

/* case */
.case {
  padding-bottom: 80px;
}

.case__subtitle {
  margin-top: 16px;
}

.case-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  position: relative;
  margin-bottom: 48px;
}

.case-tabs::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E3E8F3;
}

.case__tab {
  font-size: 24px;
  font-family: 'SFProDisplay-Semibold';
  padding-bottom: 24px;
  margin-right: 50px;
  opacity: 0.5;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

.case__tab::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #F54A00;
  border-radius: 8px;
  display: none;
}

.case__tab.active::before {
  display: block;
}

.case__tab.active, .case__tab:hover {
  opacity: 1;
}

.case-subtabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
  display: none;
}

.case__subtab {
  color: #606D87;
  padding: 6px 14px;
  background: #FFFFFF;
  background: #FFFFFF;
  border: 1px solid #CED7EA;
  -webkit-box-shadow: 0px 21px 36px rgba(94, 121, 153, 0.1);
          box-shadow: 0px 21px 36px rgba(94, 121, 153, 0.1);
  border-radius: 6px;
  margin-bottom: 16px;
  margin-right: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.case__subtab.active {
  background: #F54A00;
  color: #FFFFFF;
}

.case__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}

.case__item:first-child {
  margin-top: 0px;
}

.case__item.case__item_even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.case-info {
  width: calc(50% - 15px);
}

.case-image {
  max-width: calc(50% - 15px);
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  max-height: 400px;
  width: auto;
}

.case__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case__label p {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  margin-left: 14px;
  color: #303659;
}

.case__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case__link p {
  font-size: 14px;
  line-height: 150%;
  margin-left: 14px;
}

.case-rows {
  border-bottom: 1px dashed transparent;
  margin-top: 21px;
  padding: 6px 0px;
  border-top: 1px solid #E3E8F3;
  border-bottom: 1px solid #E3E8F3;
}

.case__short {
  margin-top: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #E3E8F3;
  padding-bottom: 20px;
  border-top: 1px solid #E3E8F3;
}

.case__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  width: 100%;
  max-width: 380px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.case__indicators p {
  margin-left: 14px;
  font-size: 17px;
  line-height: 24px;
  font-family: 'SFProDisplay-Medium';
  color: #303659;
}

.case__result {
  color: #F54A00;
  font-family: 'SFProDisplay-Bold';
  font-size: 24px;
  line-height: 150%;
}

.case__result span {
  font-family: 'SFProDisplay-Medium';
  font-size: 20px;
  line-height: 24px;
}

.case__button {
  margin-top: 16px;
  display: block;
  color: #0059F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.case__button p {
  margin-right: 16px;
}

.case__button svg {
  -webkit-transition: .3s;
  transition: .3s;
}

.case__button:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.case__button svg path {
  fill: #0059F5;
}

.case__hidden-modal {
  display: none;
}

.case__image {
  display: none;
}

@media (max-width: 1200px) {
  .case__tab {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .case-subtabs {
    margin-bottom: 32px;
  }
  .case__label p {
    font-size: 20px;
  }
  .case__indicators p {
    font-size: 14px;
  }
  .case__result {
    font-size: 20px;
  }
  .case__result span {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .case-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: auto;
    padding-bottom: 24px;
    border-bottom: 1px solid #E3E8F3;
    margin-bottom: 40px;
  }
  .case__item.case__item_even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-rows {
    border: none;
    margin-top: 0px;
    padding: 0;
  }
  .case__short {
    border: none;
    padding: 0;
  }
  .case__row {
    max-width: 500px;
  }
  .case__row:nth-child(5) {
    border-bottom: 0px;
    padding-bottom: 10px;
  }
  .case-info {
    width: 100%;
    max-width: 500px;
  }
  .case-image {
    width: 100%;
    display: none;
  }
  .case__image {
    height: 220px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 24px 0px;
    margin-bottom: 16px;
    max-height: 300px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    max-width: 400px;
  }
}

@media (max-width: 700px) {
  .case__tab {
            white-space: nowrap;
    margin-right: 24px;
    margin-bottom: 16px;
  }
  .case-tabs {
    border-bottom: 0px;
    overflow-x: auto;
        flex-wrap: nowrap;
    margin-bottom: 32px;
  }
  .case-tabs::before {
    display: none;
  }
}

/* case-single */
.case-single {
  margin-top: 0px;
  line-height: 150%;
  font-size: 18px;
}

.case-single.astana .case-single-center__img-right {
  top: 50px;
}

.case-single.VipStatus .case-single-center__img-right {
  bottom: 0;
  top: auto;
}

.case-single.case-custom.smakui .case-single-center__img-right {
  top: -40px;
}

.case-single-center__img-right {
  border: 0;
  border-radius: 0px;
      height: 100%;
}

.case-single a img {
  border: 4px solid rgba(48, 54, 89, 0.2);
  border-radius: 10px;
}

.case-single img {
  margin: 16px 0px;
  max-width: 100%;
}

.case-single h2 {
  color: #303659;
  font-family: 'SFProDisplay-Bold';
  font-size: 34px;
  margin-bottom: 16px;
}

.case-single h2 strong, .case-single h2 span {
  color: #F54A00;
}

.case-single h2 em {
  color: #F54A00;
  font-style: normal;
}

.case-single ul {
  padding-left: 10px;
}

.case-single ol {
  padding-left: 20px;
}

.case-single li {
  list-style-type: '-';
}

.case-single-main {
  padding: 45px 0px;
}

.case-single-center {
  margin-top: 40px;
  font-size: 18px;
  background: #EBF4FF;
  padding: 48px 0px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-single-center li {
  list-style-type: disc;
}

.case-single-center__item {
  margin-bottom: 20px;
}

.case-single-center strong {
  color: #F54A00;
  font-size: 34px;
  font-family: 'SFProDisplay-Bold';
}

.case-single-center-top {
  max-width: 800px;
}

.case-single-center__img-right {
  position: absolute;
  right: 0;
  margin: 0 !important;
  top: 0;
}

.case-single-center__img-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 !important;
}

.case-single-center__img-bottom-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  margin: 0 !important;
}

.case-single-result {
  padding: 45px 0px;
}

.case-single-page .page {
  height: 520px;
  padding-bottom: 0px;
}

@media (max-width: 1200px) {
  .case-single {
    font-size: 16px;
  }
  .case-single-page .page {
    height: auto;
    padding-bottom: 0px;
  }
  .case-single h2 {
    font-size: 24px;
  }
  .case-single-center {
    font-size: 16px;
  }
  .case-single-center__item strong {
    font-size: 24px;
  }
  .case-single-center__img-right {
    display: none;
  }
  .case-single-center__img-bottom {
    display: none;
  }
  .case-single-center__img-bottom-mobile {
    display: block;
  }
}

/* end case */
.image-wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  margin-top: 20px;
}

.image-wrap-content img:first-child {
  margin-right: 20px;
}

.wp-caption-text {
  text-align: center;
}

.case-single.case-custom .case-single-center__img-right {
  right: -150px;
  top: 50px;
}

.case-single-taken-name {
  font-size: 24px;
  color: #303659;
  font-weight: 700;
  margin-bottom: 16px;
}

.case-single-taken-name:first-child {
  margin-top: 30px;
}

.case-single-taken-name em {
  color: #F54A00;
  font-style: normal;
  font-weight: 900;
}

.case-single-center__item a {
  color: #0059F5;
  font-weight: 700;
}

.page.case-custom .page-image {
  top: 35px;
  margin: auto;
}

.steps-taken-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps-taken-row img {
  margin: 8px 0px;
}

.steps-taken-row:first-child {
  margin-top: 20px;
}

.steps-taken-row p {
  margin-left: 16px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .case-single-page .page.case-custom {
    height: 560px;
  }
}

@media (max-width: 1200px) {
  .case-single-taken-name {
    font-size: 18px;
  }
  .image-wrap-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 450px) {
  .case__image {
    max-width: 100%;
    height: auto;
  }
}

.textor {
  padding-bottom: 50px;
  line-height: 140%;
}

.textor.textor-industries .textor__title {
  max-width: 800px;
}

.textor__title {
  max-width: 600px;
}

.textor li {
  margin-bottom: 5px;
}

.textor img {
  margin: 45px auto;
  display: block;
  max-width: 100%;
}

.textor__subtitle.subtitle-left {
  font-size: 16px;
  margin-top: 12px;
  line-height: 140%;
}

.textor__subtitle.subtitle-left ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 16px;
}

.textor__subtitle.subtitle-left ul li:last-child {
  margin-bottom: 0px;
}

.textor__subtitle.subtitle-left ul li::before {
  content: '';
  left: 0;
  position: absolute;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #F54A00;
}

.textor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'SFProDisplay-Semibold';
}

.textor__item {
  font-size: 22px;
  color: #303659;
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  margin-top: 48px;
  line-height: 140%;
  margin-right: 30px;
}

.textor__item:nth-child(1), .textor__item:nth-child(2) {
  margin-top: 35px;
}

.textor__item:nth-child(2n) {
  margin-right: 0px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.textor__item span {
  color: #0059F5;
}

.textor strong {
  color: #0059F5;
  font-weight: 400;
}

.textor__bottom {
  font-size: 18px;
}

.textor__subtitle h2, .textor__subtitle h3, .textor__subtitle h4 {
  line-height: 140%;
  text-align: left !important;
}

.textor__subtitle p, .textor__subtitle li {
  text-align: left !important;
}

.textor__subtitle.eckit-seo-top {
  margin-bottom: 30px;
}

.textor-row__subtitle {
  margin-top: 12px;
}

.textor-row-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}

.textor-row__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.textor-row__item p {
  font-size: 22px;
  font-family: 'SFProDisplay-Semibold';
}

.textor-row__item span {
  display: block;
  color: #586680;
  margin-top: 8px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .textor__subtitle {
    font-size: 16px;
    margin-top: 12px;
    max-width: 100%;
  }
  .textor__subtitle h2, .textor__subtitle h3, .textor__subtitle h4 {
    font-size: 16px;
  }
  .textor__item {
    font-size: 20px;
  }
  .textor__item br {
    display: none;
  }
  .textor-row__subtitle {
    font-size: 16px;
    margin-top: 12px;
  }
  .textor-row__item {
    font-size: 20px;
  }
  .textor-row__item br {
    display: none;
  }
}

@media (max-width: 1200px) {
  .textor-row__subtitle {
    font-size: 16px;
    margin-top: 12px;
  }
  .textor-row__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-top: 22px;
  }
  .textor-row__item:nth-child(1), .textor-row__item:nth-child(2) {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  .textor__subtitle.subtitle-left {
    font-size: 15px;
    margin-top: 12px;
  }
  .textor__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 20px;
    margin-top: 32px;
    margin-right: 0px;
  }
  .textor__item:nth-child(2n) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .textor__item br {
    display: none;
  }
  .textor-row__subtitle {
    font-size: 16px;
    margin-top: 12px;
  }
  .textor-row__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 20px;
    margin-top: 32px;
    margin-right: 0px;
  }
  .textor-row__item p {
    font-size: 20px;
  }
  .textor-row__item span {
    font-size: 14px;
  }
  .textor-row__item:first-child {
    margin-top: 0px;
  }
  .textor-row__item:nth-child(2n) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .textor-row__item:nth-child(2) {
    margin-top: 32px;
  }
  .textor-row__item br {
    display: none;
  }
}

.textor__subtitle.subtitle br {
  display: block !important;
}

.slider-card {
  padding: 70px 0px;
  background: #F5F9FF;
}

.slider-card .title {
  text-align: left;
  margin: 0;
}

.slider-card-block {
  margin-top: 24px;
}

.slider-card__item {
  max-width: 350px;
}

.slider-card__item-wrap {
  margin-right: 30px;
}

.slider-card__image {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFFFFF;
  background-position: top;
}

.slider-card__name {
  font-size: 22px;
  margin-top: 16px;
}

.slider-card__role {
  margin-top: 8px;
  color: #586680;
  display: block;
}

.slider-card .slick-slide {
  margin: 0 15px;
}

.slider-card .slick-slide .blog__item {
  margin: 0px;
}

.slider-card .slick-list {
  margin: 0 -15px;
}

.slider-card .arrow {
  width: 40px;
  height: 40px;
  z-index: 20;
  border: 4px solid #fff;
}

.slider-card .arrow-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slider-card .arrow svg {
  max-width: 15px;
}

.slider-card .arrow::before {
  content: '';
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: -3;
}

.slider-card .successes-arrow-right {
  right: -20px;
}

.slider-card .successes-arrow-left {
  left: -20px;
}

@media (max-width: 1200px) {
  .slider-card {
    padding: 32px 0px;
    text-align: center;
  }
  .slider-card .title {
    margin: auto;
    text-align: center;
  }
  .slider-card__item {
    margin: auto;
    text-align: center;
  }
  .arrows-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .arrows-wrap .arrow {
    left: 0;
    right: 0;
  }
}

/* city */
.city .tarif {
  background: #FFFFFF;
  padding-bottom: 0px;
}

.city .tarif.active .tarif-text.tarif-text-city {
  max-height: 100%;
}

.city .tarif-text {
  font-size: 18px;
}

.city .tarif-text span {
  color: #0059F5;
}

.city .tarif-text strong {
  color: #0059F5;
}

.city .tarif-text__title {
  margin-bottom: 25px;
}

.city .tarif-text-city {
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 140%;
}

.city .tarif-text-city.auto-height {
  max-height: 281px;
  overflow-y: hidden;
}

.city .tarif-text-more {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-top: 20px;
  color: #606D87;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.city .tarif-text-more p {
  display: block;
}

.city .tarif-text-more span {
  display: none;
}

.city .tarif-text-more.active span {
  display: block;
}

.city .tarif-text-more.active p {
  display: none;
}

.city .tarif-text-more:hover:before {
  width: 0;
}

.city .tarif-text-more:before {
  content: '';
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
  height: 1px;
  width: 100%;
  background: #606D87;
  position: absolute;
}

.city .faq {
  padding-top: 50px;
  padding-bottom: 23px;
}

.city .textor {
  position: relative;
}

.city .textor__title {
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.city .textor__title br {
  display: none;
}

.city .textor:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 110%;
  margin: auto;
  top: -10%;
  max-width: 1205px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.45%, #E9F3FE), color-stop(95.17%, rgba(233, 243, 254, 0)));
  background: linear-gradient(180deg, #E9F3FE 7.45%, rgba(233, 243, 254, 0) 95.17%);
}

.city .textor-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  position: relative;
  margin-bottom: 70px;
}

.city .textor-form .input {
  margin-bottom: 20px;
  background: #EBF4FF;
}

.city .textor-back {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 55%;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  height: 279px;
  background-color: #e9f3fd;
  border-radius: 0px 145px 0px 0px;
}

.city .textor-left {
  font-weight: 700;
  font-size: 44px;
  line-height: 140%;
  padding: 72px 180px 72px 0px;
  color: #303659;
  max-width: 752px;
  font-family: 'Inter-Bold';
  position: relative;
}

.city .textor-left img {
  position: absolute;
  bottom: 50px;
  right: -25px;
}

.city .textor-left span {
  color: #0059F5;
}

.city .textor-right {
  max-width: 328px;
  width: 100%;
  margin-left: 70px;
}

.city-step {
  padding-top: 66px;
  padding-bottom: 88px;
  background-size: cover;
  overflow: hidden;
  background: #f5f9ff !important;
}

.city-step.city-step-promotion {
  margin-bottom: 60px;
  margin-top: 60px;
}

.city-step-wrap {
  position: relative;
  overflow: hidden;
}

.city-step-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 90px;
  z-index: -1;
  width: 1px;
  height: 75%;
  background: #d8e1f0;
}

.city-step-middle::before {
  content: '';
  position: absolute;
  width: 74px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA3NSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUwMDQ5IDcuMzg5MTVMNzQuNTAwNSA3LjM4OTE2TDc0LjUwMDUgOC4zODkxNkw5LjUwMDQ5IDguMzg5MTVMOS41MDA0OSA3LjM4OTE1WiIgZmlsbD0iI0NFRDdFQSIvPgo8Y2lyY2xlIGN4PSI3LjUwMDQ5IiBjeT0iOC4zODkxNiIgcj0iNy41IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDcuNTAwNDkgOC4zODkxNikiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl83Nl8zODgpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNzZfMzg4IiB4MT0iMS4wMjMyMiIgeTE9IjUuMzIwOTgiIHgyPSIxMS45MzIzIiB5Mj0iMTIuODIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFOEVERjkiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQjlDNkUzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-size: cover;
  right: 0px;
  top: -7px;
}

.city-step-middle::after {
  content: '';
  position: absolute;
  width: 74px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA3NSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUwMDQ5IDcuMzg5MTVMNzQuNTAwNSA3LjM4OTE2TDc0LjUwMDUgOC4zODkxNkw5LjUwMDQ5IDguMzg5MTVMOS41MDA0OSA3LjM4OTE1WiIgZmlsbD0iI0NFRDdFQSIvPgo8Y2lyY2xlIGN4PSI3LjUwMDQ5IiBjeT0iOC4zODkxNiIgcj0iNy41IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDcuNTAwNDkgOC4zODkxNikiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl83Nl8zODgpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNzZfMzg4IiB4MT0iMS4wMjMyMiIgeTE9IjUuMzIwOTgiIHgyPSIxMS45MzIzIiB5Mj0iMTIuODIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFOEVERjkiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQjlDNkUzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-size: cover;
  right: 0px;
  bottom: -7px;
}

.city-step-middle.even-item::after {
  left: 0;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.city-step-wrap {
  position: relative;
}

.city-step-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  position: relative;
}

.city-step__number {
  text-transform: uppercase;
  font-size: 33px;
  padding: 10px 20px;
  color: #BBC8E4;
  position: absolute;
  right: 40px;
  background: #f5f9ff;
  top: -22px;
  font-family: 'Inter-Bold';
}

.city-step__item {
  padding: 35px 26px;
  border: 1px solid #D8DFEF;
  border-radius: 8px;
  margin-bottom: 89px;
  position: relative;
  max-width: 395px;
}

.city-step__item ol, .city-step__item ul {
  padding-left: 20px;
}

.city-step__item:nth-child(even)::before {
  right: 0;
  left: -107px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.city-step__item::before {
  content: '';
  position: absolute;
  width: 74px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA3NSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUwMDQ5IDcuMzg5MTVMNzQuNTAwNSA3LjM4OTE2TDc0LjUwMDUgOC4zODkxNkw5LjUwMDQ5IDguMzg5MTVMOS41MDA0OSA3LjM4OTE1WiIgZmlsbD0iI0NFRDdFQSIvPgo8Y2lyY2xlIGN4PSI3LjUwMDQ5IiBjeT0iOC4zODkxNiIgcj0iNy41IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDcuNTAwNDkgOC4zODkxNikiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl83Nl8zODgpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNzZfMzg4IiB4MT0iMS4wMjMyMiIgeTE9IjUuMzIwOTgiIHgyPSIxMS45MzIzIiB5Mj0iMTIuODIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFOEVERjkiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQjlDNkUzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-size: cover;
  right: -107px;
}

.city-step__item:nth-child(2n) {
  margin-top: 24px;
  margin-bottom: 88px;
}

.city-step__item:nth-child(2n):before {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.city-step__item:first-child::before {
  display: none;
}

.city-step__item:nth-last-child(1)::before {
  display: none;
}

.city-step__item:nth-child(7) {
  margin-bottom: 40px;
}

.city-step__item p {
  font-size: 22px;
  font-family: 'Inter-Medium';
  margin-bottom: 10px;
  color: #0059F5;
  max-width: 400px;
  line-height: 130%;
}

.city-step__item span,
.city-step__item .city-step__descriotion{
  font-family: 'Inter-Regular';
  max-width: 395px;
  display: block;
}

.city-step-bottom {
  font-size: 20px;
  line-height: 140%;
}

.city-step-bottom span, .city-step-bottom strong {
  color: #0059F5;
}

.goal {
  position: relative;
  padding: 40px;
}

.goal-left {
  position: absolute;
  top: 157px;
  left: -104px;
  -webkit-animation: fly 5s infinite ease-in-out;
          animation: fly 5s infinite ease-in-out;
}

.goal-right {
  position: absolute;
  top: 143px;
  right: -79px;
  -webkit-animation: fly 5s infinite ease-in-out;
          animation: fly 5s infinite ease-in-out;
}

.goal:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7.45%, #E9F3FE), color-stop(95.17%, rgba(233, 243, 254, 0)));
  background: linear-gradient(360deg, #E9F3FE 7.45%, rgba(233, 243, 254, 0) 95.17%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 0;
  right: 0;
  height: 308px;
  content: '';
  width: 100%;
  position: absolute;
  z-index: -1;
}

.goal-text {
  margin-top: 10px;
  line-height: 150%;
  padding-left: 30px;
  font-size: 20px;
}

.goal-text strong {
  color: #F54A00;
  font-weight: 400;
}

.goal-text ul, .goal-text ol {
  margin-top: 5px;
  padding-left: 25px;
}

.goal-text ul li, .goal-text ol li {
  margin-bottom: 5px;
}

.eckit__title {
  max-width: 600px;
}

.eckit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.eckit__label {
  margin-bottom: 25px;
  font-size: 18px;
  margin-top: 30px;
  font-family: 'Inter-Medium';
}

.eckit__item {
  line-height: 140%;
  padding: 20px 16px 33px 35px;
  max-width: 285px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  color: #606D87;
  margin-right: 45px;
  margin-bottom: 20px;
  line-height: 140%;
}

.eckit__item:nth-child(3n) {
  margin-right: 0px;
}

.eckit__item p {
  min-height: 127px;
  line-height: 160%;
}

.eckit__item span {
  color: #0059F5;
  font-size: 20px;
}

.eckit__item:before {
  content: '';
  width: 50px;
  height: 40px;
  background-position: center;
  padding: 5px;
  position: absolute;
  background-repeat: no-repeat;
  left: -30px;
  top: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='40' viewBox='0 0 50 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0394657 7.28334C0.184164 6.72418 0.276244 6.14018 0.47356 5.59345C1.69692 2.21368 4.89345 0.0267735 8.76085 0.0143479C17.035 -0.0105034 25.3223 0.00192225 33.5964 0.0143479C34.7803 0.0143479 35.9248 0.213159 37.0166 0.648055C37.8453 0.983547 38.0032 1.67938 37.3717 2.28824C36.9508 2.69828 36.5167 3.0959 36.0958 3.49352C35.7669 3.80416 35.4117 3.90357 34.9513 3.80416C34.4515 3.69233 33.9253 3.65505 33.3991 3.65505C25.2697 3.64263 17.1402 3.65506 8.99763 3.64263C6.89293 3.64263 5.35386 4.47515 4.35412 6.22716C3.97264 6.91057 3.86741 7.65611 3.86741 8.41407C3.86741 16.1304 3.85425 23.8343 3.86741 31.5506C3.86741 33.8742 5.22231 35.6013 7.47172 36.1729C7.91897 36.2847 8.40569 36.322 8.86609 36.322C17.0613 36.3344 25.2565 36.322 33.4517 36.3344C35.5433 36.3344 37.0955 35.4771 37.99 33.7002C38.3057 33.0665 38.4373 32.2837 38.4504 31.563C38.503 29.3512 38.4767 27.1395 38.4636 24.9277C38.4636 24.4307 38.6214 24.0455 39.0029 23.71C39.5422 23.2378 40.0421 22.7408 40.5551 22.2438C40.8971 21.9207 41.2655 21.784 41.739 21.9704C42.1994 22.1568 42.3047 22.5171 42.3047 22.952C42.2915 26.0833 42.3441 29.227 42.252 32.3582C42.1468 36.1108 38.7793 39.4905 34.8198 39.913C34.3331 39.9627 33.8464 40 33.3596 40C25.2171 40 17.0613 40 8.91871 40C5.4854 40 2.90713 38.5835 1.11813 35.8374C0.565641 34.9925 0.249937 34.0606 0.105238 33.0789C0.0920834 32.9671 0.0394633 32.8553 0 32.731C0.0394633 24.2567 0.0394657 15.77 0.0394657 7.28334Z' fill='%23CEE8EA'/%3E%3Cpath d='M23.1255 21.0136C23.3097 20.79 23.4017 20.6409 23.5333 20.529C29.7948 14.602 36.0695 8.68743 42.331 2.7604C43.015 2.10185 43.8043 1.6918 44.7645 1.95274C45.2513 2.08942 45.738 2.37521 46.1194 2.7107C47.1455 3.60535 48.1058 4.56212 49.0924 5.50647C50.3026 6.66205 50.3026 7.94189 49.0924 9.09747C44.4225 13.5086 39.7527 17.9197 35.0829 22.3308C31.7285 25.4993 28.3741 28.6803 25.0066 31.8488C24.02 32.7807 22.8361 32.9671 21.8364 32.3458C21.5996 32.1967 21.376 31.9979 21.1655 31.8115C17.0087 27.8974 12.865 23.9709 8.70824 20.0444C7.41911 18.8267 7.41911 17.5842 8.70824 16.354C9.66852 15.4345 10.6419 14.5275 11.6022 13.6204C12.8124 12.4772 14.1542 12.4772 15.3644 13.6204C17.8111 15.9191 20.2447 18.2303 22.6782 20.529C22.8229 20.6533 22.9282 20.79 23.1255 21.0136Z' fill='%23CEE8EA'/%3E%3C/svg%3E%0A");
  background-color: #fff;
}

.more-info {
  padding: 78px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9F3FF), color-stop(89.69%, rgba(234, 243, 254, 0.645833)), color-stop(189.23%, rgba(234, 243, 254, 0)));
  background: linear-gradient(180deg, #E9F3FF 0%, rgba(234, 243, 254, 0.645833) 89.69%, rgba(234, 243, 254, 0) 189.23%);
  position: relative;
}

.more-info-ellipse-right {
  position: absolute;
  right: -277px;
  top: 0;
  margin: auto;
  bottom: 0;
}

.more-info-ellipse-left {
  position: absolute;
  left: -91px;
  top: 0;
  margin: auto;
  bottom: 0;
}

.more-info:before {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(106.41deg);
          transform: rotate(106.41deg);
}

.more-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.more-info__title {
  text-align: left;
  max-width: 100%;
}

.more-info__title span {
  color: #0059F5;
}

.more-info-left {
  max-width: 663px;
}

.more-info__subtitle {
  margin-top: 15px;
}

.more-info-right {
  max-width: 328px;
  width: 100%;
}

.more-info-right form .input {
  margin-bottom: 20px;
  background: #fff;
}

.city [type="submit"] {
  width: 100%;
}

@media (max-width: 1200px) {
  .textor::before {
    display: none;
  }
  .textor-form {
    display: none;
  }
  .city-step__item::before {
    display: none;
  }
  .city-step-middle {
    display: none;
  }
  .city .tarif {
    background: #FFFFFF;
    padding-bottom: 0px;
  }
  .city .tarif-text-city {
    font-size: 14px;
    line-height: 150%;
  }
  .city .tarif-text-city h2, .city .tarif-text-city h2, .city .tarif-text-city h3 {
    margin-top: 0px;
    font-size: 16px;
  }
  .city .tarif-text-more {
    font-size: 12px;
    margin-top: 10px;
  }
  .city-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .city .city-step-middle {
    display: none;
  }
  .city .city-step__number {
    font-size: 20px;
  }
  .city-step {
    padding-bottom: 25px;
  }
  .city-step.city-step-promotion {
    margin-bottom: 30px;
  }
  .city-step__item {
    margin-bottom: 24px;
    padding: 22px;
    margin-top: 0px;
  }
  .city-step__item p {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .city-step__item:nth-child(2n) {
    margin-bottom: 24px;
    margin-top: 0;
  }
  .city-step__item span {
    font-size: 14px;
    min-height: auto;
  }
  .city-step__item:last-child {
    margin-bottom: 15px;
  }
  .city-step-bottom {
    font-size: 14px;
  }
  .form-contact .form-contact-block {
    padding-bottom: 20px;
  }
  .goal {
    padding: 0px;
  }
  .goal::before {
    display: none;
  }
  .goal .form-contact-block {
    padding-bottom: 40px;
  }
  .goal-text {
    font-size: 14px;
    padding-left: 0px;
  }
  .city .textor-form {
    display: none;
  }
  .more-info {
    padding: 30px 0px;
  }
  .more-info__subtitle {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .more-info__title {
    font-size: 18px;
  }
  .more-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
    margin: auto;
  }
  .more-info .more-info-ellipse-right, .more-info .more-info-ellipse-left {
    display: none;
  }
  .city-step {
    padding-top: 30px;
  }
  .city-step__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .city-step__item {
    width: calc(45% - 44px);
    margin: 20px;
  }
  .city-step__number {
    top: -20px;
    font-size: 24px;
  }
  .city-step-block {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .eckit__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
  .eckit__label {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .eckit-block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .eckit__item {
    margin-right: 0px;
    padding: 15px;
    padding-left: 30px;
  }
  .eckit__item::before {
    width: 20px;
    background-size: cover;
    height: 15px;
    left: -13px;
  }
  .eckit__item p {
    font-size: 14px;
    min-height: 100%;
  }
  .eckit__item span {
    font-size: 16px;
  }
  .goal-left {
    display: none;
  }
  .goal-right {
    display: none;
  }
}

@media (max-width: 1000px) {
  .city-step__item {
    width: calc(100% - 44px);
    margin: 20px;
    max-width: 400px;
    margin-bottom: 40px;
  }
  .city-step__number {
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 800px) {
  .city .breadcrumbs {
    margin-bottom: 74px;
  }
  .city .page {
    padding-bottom: 129px;
  }
  .eckit__item {
    margin-right: 0px;
    max-width: 400px;
    padding: 15px;
    padding-left: 30px;
  }
}

@media (max-width: 800px) {
  .city .form-contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .city .form-contact-right {
    position: relative;
    max-width: 270px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .city .form-contact-success {
    min-height: auto;
  }
}
.google-shopping.features {
  background: none;
}
.feature_footnote  {
  margin-top: 30px;
}

.features {
  background: url(../images/city/features-city.png) no-repeat center;
  background-size: cover;
  padding: 70px 0px;
  margin-top: 0px;
  position: relative;
}

.features.features-industries .features__title {
  max-width: 800px;
}

.features__title.title, .features__title.title h2 {
  margin-left: 0;
  text-align: left;
}

.features__subtitle {
  text-align: left;
}

.features-flag {
  position: absolute;
  top: 70px;
  right: 30px;
}

.features-flag-mobile {
  display: none;
}

.features-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 6;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.features__item {
  margin-top: 62px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  position: relative;
}

.features__item:nth-child(1), .features__item:nth-child(2) {
  margin-top: 30px;
}

.features__item.features__item-wide {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.features__images {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: relative;
  border: 12px solid #FFFFFF;
}

.features__images img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateX(-15px) translateY(-17px);
          transform: translateX(-15px) translateY(-17px);
}

.features__name {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
  font-family: 'SFProDisplay-Medium';
}

.features__name span {
  color: #0059F5;
}

.features__description {
  font-family: 'Inter-Regular';
  margin-top: 8px;
}

.features__button {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 8;
}

.features.features-blue.features-item-3 .features__item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.features.features-blue.features-item-3 .features__item:nth-child(1), .features.features-blue.features-item-3 .features__item:nth-child(2), .features.features-blue.features-item-3 .features__item:nth-child(3) {
  margin-top: 30px;
}

.features.features-blue.features-item-3 .features-picture {
  bottom: 0;
  top: auto !important;
}

@media (max-width: 1200px) {
  .features__item {
    margin-top: 32px;
  }
  .features__name {
    font-size: 20px;
  }
  .features__description {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .features {
    padding: 32px 0px;
    background: #F5F9FF;
  }
  .features-flag {
    display: none;
  }
  .features-flag-mobile {
    display: block;
    margin: auto;
    max-width: 200px;
    text-align: center;
    margin-top: 24px;
  }
  .features-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-seo__image {
  position: absolute;
  right: -150px;
  top: -30px;
}

.form-seo-block {
  background: #F5F9FF;
  padding: 50px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.form-seo-wrap {
  position: relative;
  z-index: 2;
}

.form-seo__title {
  font-size: 34px;
  max-width: 553px;
  color: #303659;
  margin-bottom: 12px;
  line-height: 50px;
  font-family: 'SFProDisplay-Bold';
}

.form-seo__title span {
  color: #F54A00;
}

.form-seo__subtitle {
  font-family: 'Inter-Regular';
  margin-bottom: 48px;
  color: #586680;
}

.form-seo__button.btn {
  background: -webkit-gradient(linear, right top, left top, from(#0059F5), to(#00ABF5));
  background: linear-gradient(270deg, #0059F5 0%, #00ABF5 100%);
}

@media (max-width: 1200px) {
  .form-seo.form-seo-city .form-seo__image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 350px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
  .form-seo-block {
    padding: 32px;
  }
  .form-seo-wrap {
    position: relative;
    text-align: center;
  }
  .form-seo__title {
    text-align: center;
    margin: auto;
    font-size: 24px;
    line-height: 130%;
  }
  .form-seo__description {
    margin-top: 12px;
  }
  .form-seo__image {
    opacity: 0.15;
    left: 0;
    right: 0;
    top: -70px;
    margin: auto;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    z-index: 0;
  }
  .form-seo__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
}

@media (max-width: 800px) {
  .form-seo__image {
    left: -70px;
  }
}

.seo .features-seo-english {
  margin-bottom: 60px;
}

.seo .list.structure-analysis-and-development .list-image {
  left: 200px;
}

.seo .features {
  background: transparent;
}

.seo .features .features-image-top {
  position: absolute;
  right: -50px;
  top: 0;
}

.seo .features .features-image-top-right {
  position: absolute;
  right: 0;
  top: 0;
}

.seo .features.compilation-semantic-site .features-picture {
  bottom: 0;
  top: auto !important;
}

.seo .features .title, .seo .features .title h2 {
  max-width: 650px;
}

.seo .features__subtitle {
  margin-top: 20px;
}

.seo .features__images {
  border-color: #E7F1FE;
}

.seo .features.features-blue {
  padding: 70px 0px;
  background-color: #F5F9FF;
  background-repeat: no-repeat;
  background-size: cover;
}

.seo .features.features-blue .features-picture {
  position: absolute;
  right: 0;
  top: 0;
}

.seo .decided__name {
  color: #303659;
}

.seo .decided__name span {
  color: #0059F5;
}

.seo .decided__title {
  margin-bottom: 15px;
}

.seo .decided__subtitle {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Inter-Regular';
  margin-bottom: 48px;
}

.seo .tarif {
  background: transparent;
  padding: 0;
}

.seo .tarif .title, .seo .tarif .title h2 {
  max-width: 100%;
}

.seo .tarif-ellipse-right {
  display: none;
}

.seo .tarif-ellipse-left {
  display: none;
}

.seo .faq {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 30px;
}

.seo .form-seo {
  margin-top: 0px;
  margin-bottom: 50px;
}

.seo .form-seo__image {
  right: 0;
  top: 0;
}

.seo .form-seo__title span {
  color: #0059F5;
}

.seo .cooperation__title {
  max-width: 700px;
}

.seo .seo-form.page-analyz {
  margin-top: 50px;
}

.seo .seo-form.page-sanctions.seo-copywriting-and-content {
  margin-top: 0px;
}

.seo .seo-form.page-sanctions.seo-copywriting-and-content .form-seo {
  margin-top: 0px;
}

.seo .seo-form.seo-service .form-seo {
  margin-top: 0px;
}

.seo .seo-form.seo-copywriting-and-content .form-seo {
  margin-top: 0px;
}

.seo .seo-form.seo-copywriting-and-content .form-seo {
  margin-top: 50px;
}

.seo .seo-form.seo-copywriting-and-content .form-seo__button {
  background: linear-gradient(314.74deg, #F54A00 23.07%, #FF9820 78.94%);
}

.seo .seo-form.seo-copywriting-and-content .form-seo-info span {
  font-size: 37px;
  font-weight: 700;
  color: #F54A00;
}

.seo .seo-form.seo-copywriting-and-content .form-seo-description {
  color: #606D87;
  margin-top: 10px;
}

.seo .seo-form.seo-copywriting-and-content .form-seo__button {
  margin-top: 24px;
}

.seo .seo-form__subtitle {
  max-width: 100%;
}

.seo .seo-form__title {
  margin-bottom: 20px;
}

.seo .seo-form .form-seo {
  margin-top: 50px;
}

.seo .seo-form .form-seo__title {
  margin-bottom: 24px;
}

.seo .seo-form form {
  max-width: 664px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seo .seo-form form .wpcf7-form-control-wrap {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}

.seo .seo-form form .wpcf7-form-control-wrap input {
  background: #fff;
}

@media (max-width: 1450px) {
  .seo .list.structure-analysis-and-development .list-image {
    left: 50px;
  }
}

@media (max-width: 1200px) {
  .seo .features-seo-english {
    margin-bottom: 40px;
  }
  .seo .features .features-image-top {
    display: none;
  }
  .seo .features .features-image-top-right {
    display: none;
  }
  .seo .features__subtitle {
    margin-left: 0;
    margin-right: 0;
    max-width: 90%;
  }
  .seo .features.features-blue {
    padding: 40px 0px;
  }
  .seo .features.features-blue .features-picture {
    display: none;
  }
  .seo .decided {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .seo .decided-mouthpiece {
    max-width: 300px;
  }
  .seo .form-seo {
    margin-bottom: 40px;
  }
  .seo .form-seo__image {
    -webkit-transform: none;
            transform: none;
    right: 0;
    left: auto;
  }
  .seo .seo-form .form-seo {
    margin-top: 20px;
  }
  .seo .seo-form form {
    max-width: 664px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .seo .seo-form form .wpcf7-form-control-wrap {
    -ms-flex-preferred-size: calc(50% - 8px);
        flex-basis: calc(50% - 8px);
  }
  .seo .seo-form form .wpcf7-form-control-wrap input {
    background: #fff;
  }
  .seo .seo-form form [type="submit"] {
    margin: auto;
  }
}

@media (max-width: 700px) {
  .seo .decided-mouthpiece {
    max-width: 200px;
  }
  .seo .decided__subtitle {
    max-width: 90%;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .seo .seo-form form .wpcf7-form-control-wrap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .seo .seo-form .form-contact__button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.wiki-single {
  color: #606D87;
  font-size: 18px;
}

.wiki-single-more .slider-card {
  padding: 0px;
  background: transparent;
}

.wiki-single .breadcrumbs-block {
  color: #606D87;
}

.wiki-single .breadcrumbs-block a {
  color: #606D87;
}

.wiki-single__title {
  text-align: left;
  margin-left: 0;
  margin-bottom: 8px;
}

.wiki-single__date {
  opacity: 0.3;
  margin-top: 3px;
  margin-bottom: 13px;
}

.wiki-single__subtitle {
  margin-bottom: 50px;
}

.wiki-single__subtitle p {
  margin-bottom: 15px;
}

.wiki-single__subtitle p:last-child {
  margin-bottom: 0;
}

.wiki-single-content {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .wiki-single__subtitle {
    font-size: 15px;
  }
}
.rezults_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rezults_item{
    flex-basis: calc(40%);
    box-shadow: 0px 21px 36px rgba(94, 121, 153, 0.1);
    border-radius: 6px;
    padding: 24px 24px 84px 24px;
    margin-right: 20px;
    background: #fff;
    margin-top: 24px;
    transition: .3s;
    background-color: #F5F9FF;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%; 
    height: 100%;
    background-size: cover;
    overflow: hidden;
    border: 1px solid #30365933
}

.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit; 
    background-size: inherit; 
    filter: blur(3px) grayscale(100%); 
    z-index: 1;
}

.rezults_content {
    position: relative;
    z-index: 2; 
    padding: 20px;
    color: #303659;
}
.rezults_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;

 
}
.rezults_subtitle{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;

}
.show_results{
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: left;
    display: flex;
    align-items: center;
    }
.show_results a{
    color: #303659;
}
.show_results .case-single-result-wrap img{
    border-radius: 50%;
    background: #E7F1FE;
    max-width: 46px;
    max-height: 46px;
    padding: 6px;
    cursor: pointer;
    margin-right: 8px;
}
@media (max-width: 768px) {

  .rezults_item{
      flex-basis: calc(100%);
      margin-right: 0;
      padding: 24px 24px 24px 24px;
  }
  .rezults_title{
      font-size: 18px;
      font-weight: 700;
      line-height: 23.4px;
      text-align: left;
  }
}

@media (min-width: 768px) {
  .rezults_item{
        margin: 30px 30px;
  }
  .rezults_wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
}
/*# sourceMappingURL=style.css.map */