/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

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

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

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

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

body, html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  max-width: 100vw;
}

body {
  font-family: "suisse-intl", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: oldstyle-nums;
  min-height: 100vh;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  color: #474766;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

button, a {
  cursor: pointer;
}

input:focus::placeholder {
  color: rgba(255, 255, 255, 0);
}

@font-face {
  font-family: 'suisse-intl';
  src: url("../fonts/suisse-intl/SuisseIntl-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'suisse-intl';
  src: url("../fonts/suisse-intl/SuisseIntl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'suisse-intl';
  src: url("../fonts/suisse-intl/SuisseIntl-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'suisse-intl';
  src: url("../fonts/suisse-intl/SuisseIntl-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'suisse-intl-book';
  src: url("../fonts/suisse-intl/SuisseIntl-Book.woff") format("woff");
  font-style: normal;
}

.center {
  width: 1344px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 32px;
}
@media (max-width: 1024px) {
  .center{
  padding: 0 20px;
  }
}

/*@media (max-width: calc(576px - 1px)) {
  .center {
    padding: 0 10px;
  }
}*/

.header {
  background-color: #F5F9FF;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header__something {
  height: 53px;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.footer {
  background-color: #F5F9FF;
  padding: 10px 0;
}

.footer__something {
  height: 114px;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.space-between-content {
  display: flex;
  align-content: space-between;
  align-items: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 100vh;
}

.space-between-content__top, .space-between-content__bottom {
  width: 100%;
}


.want-to-get-same-result {
  padding: 80px 0 86px 0;
}

.want-to-get-same-result__sides {
  background: #F5F9FF;
  border-radius: 12px;
  padding: 45px 39px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.want-to-get-same-result__sides__left {
  width: 60%;
}

.want-to-get-same-result__sides__right {
  width: 40%;
  padding: 12px 0 0 120px;
}

.want-to-get-same-result__headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: #474766;
  margin: 0 0 20px 0;
  letter-spacing: -0.3px;
}

.want-to-get-same-result__description {
  font-size: 18px;
  color: #808899;
  line-height: 28px;
  margin: 0 0 32px 0;
}

.want-to-get-same-result__target {
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  background: #2589FF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 16px 24px;
  transition: 0.1s;
}

.want-to-get-same-result__target:hover {
  background: #0069E5;
}

.want-to-get-same-result__target:active {
  background: #005ECC;
}

.want-to-get-same-result__director__face {
  display: block;
  margin: 0 auto 24px auto;
}

.want-to-get-same-result__director__name {
  font-size: 24px;
  color: #474766;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 12px 0;
  text-align: center;
}

.want-to-get-same-result__director__role {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #808899;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .want-to-get-same-result {
    padding: 75px 0 30px 0;
  }
  .want-to-get-same-result__sides {
    padding: 40px 9px 40px 26px;
  }
  .want-to-get-same-result__sides__left {
    width: 68%;
  }
  .want-to-get-same-result__sides__right {
    width: 32%;
    padding: 33px 0 0 3px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .want-to-get-same-result {
    padding: 75px 0 30px 0;
  }
  .want-to-get-same-result__sides {
    padding: 40px 9px 40px 26px;
  }
  .want-to-get-same-result__sides__left {
    width: 68%;
  }
  .want-to-get-same-result__sides__right {
    width: 32%;
    padding: 33px 0 0 3px;
  }
  .want-to-get-same-result__headline {
    font-size: 38px;
    line-height: 44px;
  }
  .want-to-get-same-result__description {
    font-size: 16px;
    line-height: 24px;
  }
  .want-to-get-same-result__target {
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .want-to-get-same-result {
    padding: 42px 0 67px 0;
  }
  .want-to-get-same-result__sides {
    padding: 39px 23px;
  }
  .want-to-get-same-result__sides__left {
    width: 100%;
  }
  .want-to-get-same-result__sides__right {
    display: none;
  }
  .want-to-get-same-result__headline {
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    margin: 0 0 25px 0;
  }
  .want-to-get-same-result__description {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .want-to-get-same-result__target {
    padding: 20px 0;
    width: 100%;
  }
}

@media (max-width: calc(576px - 1px)) {
  .want-to-get-same-result {
    padding: 42px 0 67px 0;
  }
  .want-to-get-same-result__sides {
    padding: 39px 12px;
  }
  .want-to-get-same-result__sides__left {
    width: 100%;
  }
  .want-to-get-same-result__sides__right {
    display: none;
  }
  .want-to-get-same-result__headline {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 25px 0;
  }
  .want-to-get-same-result__description {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .want-to-get-same-result__target {
    padding: 20px 0;
    width: 100%;
  }
}

.stages-of-work {
  padding: 71px 0 55px 0;
}

.stages-of-work__head {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 45px 0;
}

.stages-of-work__first-results {
  font-size: 24px;
  color: #474766;
  font-weight: 500;
  padding: 20px 24px;
  background: #F5F9FF;
  border-radius: 12px;
  transform: translateY(5px);
}

.stages-of-work__first-results__icon {
  width: 24px;
  margin: 0 7px 0 0;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-3px);
}

.stages-of-work__stages {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.stages-of-work__stages::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #2589FF 0.96%, #30D672 100.27%);
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}

.stages-of-work__stages .stages-of-work__stage:nth-child(1) {
  padding: 0 40px 0 0px;
}

.stages-of-work__stages .stages-of-work__stage:nth-child(2) {
  padding: 0 30px 0 5px;
}

.stages-of-work__stages .stages-of-work__stage:nth-child(3) {
  padding: 0 40px 0 10px;
}

.stages-of-work__stages .stages-of-work__stage:nth-child(3) .stages-of-work__stage__count {
  background: #30D672;
}

.stages-of-work__stage {
  width: 33%;
}

.stages-of-work__stage__count {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 32px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2589FF;
  position: relative;
  z-index: 2;
}

.stages-of-work__stage__title {
  font-size: 22px;
  color: #474766;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 24px 0;
}

.stages-of-work__stage__description {
  font-size: 18px;
  color: #808899;
  line-height: 28px;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .stages-of-work {
    padding: 43px 0 55px 0;
  }
  .stages-of-work__head {
    margin: 0 0 54px 0;
    flex-wrap: nowrap;
  }
  .stages-of-work__first-results {
    font-size: 20px;
    padding: 19px 22px;
    transform: translateY(2px);
  }
  .stages-of-work__first-results__icon {
    width: 20px;
    margin: 0 3px 0 0;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(1) {
    padding: 0 22px 0 0px;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(2) {
    padding: 0 22px 0 0px;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(3) {
    padding: 0 22px 0 0px;
  }
  .stages-of-work__stage__title {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    margin: 0 0 18px 0;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .stages-of-work {
    padding: 43px 0 55px 0;
  }
  .stages-of-work__head {
    margin: 0 0 54px 0;
    flex-wrap: nowrap;
  }
  .stages-of-work__first-results {
    font-size: 16px;
    padding: 16px 20px;
    transform: translateY(2px);
  }
  .stages-of-work__first-results__icon {
    width: 20px;
    margin: 0 3px 0 0;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(1) {
    padding: 0 22px 0 0px;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(2) {
    padding: 0 22px 0 0px;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(3) {
    padding: 0 22px 0 0px;
  }
  .stages-of-work__stage__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0 0 18px 0;
  }
  .stages-of-work__stage__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .stages-of-work {
    padding: 0px 0 0px 0;
  }
  .stages-of-work__head {
    margin: 0 0 36px 0;
    flex-wrap: nowrap;
  }
  .stages-of-work__first-results {
    font-size: 16px;
    padding: 16px 20px;
  }
  .stages-of-work__first-results__icon {
    width: 16px;
  }
  .stages-of-work__stages::before {
    display: none;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(1) {
    padding: 0 0px 0 0px;
    position: relative;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(1)::before {
    content: "";
    width: 2px;
    height: calc(100% + 20px);
    background: linear-gradient(90deg, #2589FF 0.96%, #2589FF 100.27%);
    position: absolute;
    left: 19px;
    right: 0;
    top: 20px;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(2) {
    padding: 0 0px 0 0px;
    position: relative;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(2)::before {
    content: "";
    width: 2px;
    height: calc(100% + 20px);
    background: linear-gradient(90deg, #2589FF 0.96%, #30D672 100.27%);
    position: absolute;
    left: 19px;
    right: 0;
    top: 20px;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(3) {
    padding: 0 0px 0 0px;
  }
  .stages-of-work__stage {
    width: 100%;
    margin: 0 0 26px 0;
  }
  .stages-of-work__stage__head {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0 0 17px 0;
  }
  .stages-of-work__stage__count {
    display: inline-flex;
    margin: 0 12px 0 0;
  }
  .stages-of-work__stage__title {
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .stages-of-work__stage__description {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 50px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .stages-of-work {
    padding: 6px 0 4px 0;
  }
  .stages-of-work__head {
    margin: 0 0 0px 0;
  }
  .stages-of-work .default-headline {
    margin: 0 0 40px 0;
  }
  .stages-of-work__first-results {
    font-size: 15px;
    padding: 16px 9px;
    margin: 0 0 42px 0;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .stages-of-work__first-results__icon {
    width: 16px;
  }
  .stages-of-work__stages::before {
    display: none;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(1) {
    padding: 0 0px 0 50px;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(2) {
    padding: 0 0px 0 50px;
  }
  .stages-of-work__stages .stages-of-work__stage:nth-child(3) {
    padding: 0 0px 0 50px;
  }
  .stages-of-work__stage {
    width: 100%;
    margin: 0 0 26px 0;
    padding: 0 0 0 50px;
    position: relative;
  }
  .stages-of-work__stage__count {
    margin: 0 0 22px 0;
    position: absolute;
    left: 0;
    top: -9px;
  }
  .stages-of-work__stage__title {
    margin: 0 0 17px 0;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .stages-of-work__stage__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.quick-result {
  padding: 33px 0 33px 0;
  background: #2589FF;
}

.quick-result__headline {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.quick-result__headline__icon {
  margin: 0 24px 0 0;
  min-width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.quick-result__headline__icon__picture {
  display: block;
  width: 30px;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .quick-result {
    padding: 29px 0;
  }
  .quick-result__headline {
    font-size: 24px;
    line-height: 28px;
  }
  .quick-result__headline__icon {
    min-width: 64px;
    height: 64px;
  }
  .quick-result__headline__icon__picture {
    width: 24px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .quick-result {
    padding: 29px 0;
  }
  .quick-result__headline {
    font-size: 16px;
    line-height: 130%;
  }
  .quick-result__headline__icon {
    min-width: 64px;
    height: 64px;
  }
  .quick-result__headline__icon__picture {
    width: 24px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .quick-result {
    padding: 25px 0;
  }
  .quick-result__headline {
    font-size: 16px;
    line-height: 130%;
  }
  .quick-result__headline__icon {
    min-width: 64px;
    height: 64px;
  }
  .quick-result__headline__icon__picture {
    width: 24px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .quick-result {
    padding: 25px 0;
  }
  .quick-result__headline {
    font-size: 16px;
    line-height: 130%;
    display: block;
  }
  .quick-result__headline__icon {
    min-width: 64px;
    width: 64px;
    height: 64px;
    margin: 0 0 20px 0;
  }
  .quick-result__headline__icon__picture {
    width: 24px;
  }
}

.what-you-will-get {
  padding: 119px 0 122px 0;
}

.what-you-will-get .default-headline {
  text-align: center;
  margin: 0 0 56px 0;
}

.what-you-will-get__results {
  display: flex;
  align-items: space-between;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.what-you-will-get__results .what-you-will-get__result:nth-child(1) .what-you-will-get__result__square {
  background: #2589FF;
  box-shadow: 0px 0px 11px rgba(37, 137, 255, 0.5);
}

.what-you-will-get__results .what-you-will-get__result:nth-child(2) .what-you-will-get__result__square {
  background: #49DEA8;
  box-shadow: 0px 0px 11px rgba(73, 222, 168, 0.5);
}

.what-you-will-get__results .what-you-will-get__result:nth-child(3) .what-you-will-get__result__square {
  background: #FF7425;
  box-shadow: 0px 0px 11px rgba(255, 116, 37, 0.5);
}

.what-you-will-get__result {
  background: #F5F9FF;
  border-radius: 12px;
  width: calc(33% - 20px);
  padding: 48px 33px;
}

.what-you-will-get__result__square {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 27.5px;
  width: 110px;
  height: 110px;
  margin: 0 auto 32px auto;
}

.what-you-will-get__result__picture {
  display: block;
}

.what-you-will-get__result__description {
  font-size: 18px;
  color: #808899;
  line-height: 28px;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .what-you-will-get {
    padding: 119px 0 126px 0;
  }
  .what-you-will-get__result {
    width: calc(33% - 12px);
    padding: 48px 28px 37px 28px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .what-you-will-get {
    padding: 119px 0 126px 0;
  }
  .what-you-will-get__result {
    width: calc(33% - 12px);
    padding: 48px 28px 37px 28px;
  }
  .what-you-will-get__result__square {
    width: 94px;
    min-width: 94px;
    height: 94px;
    border-radius: 23.5px;
  }
  .what-you-will-get__result__picture {
    width: 61px;
  }
  .what-you-will-get__result__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .what-you-will-get {
    padding: 55px 0 57px 0;
  }
  .what-you-will-get .default-headline {
    text-align: left;
    margin: 0 0 39px 0;
  }
  .what-you-will-get__result {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 32px;
    margin: 0 0 16px 0;
  }
  .what-you-will-get__result__square {
    width: 94px;
    min-width: 94px;
    height: 94px;
    margin: 0 32px 0 0;
    border-radius: 23.5px;
  }
  .what-you-will-get__result__picture {
    width: 61px;
  }
  .what-you-will-get__result__description {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}

@media (max-width: calc(576px - 1px)) {
  .what-you-will-get {
    padding: 73px 0 61px 0;
  }
  .what-you-will-get .default-headline {
    margin: 0 0 39px 0;
  }
  .what-you-will-get__result {
    width: 100%;
    padding: 32px 19px 16px 19px;
    margin: 0 0 16px 0;
  }
  .what-you-will-get__result__square {
    width: 72px;
    min-width: 72px;
    height: 72px;
    margin: 0 auto 17px auto;
    border-radius: 18px;
  }
  .what-you-will-get__result__picture {
    width: 47px;
  }
  .what-you-will-get__result__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.contact-experts {
  padding: 63px 0 63px 0;
  background: #2589FF;
}

.contact-experts__headline {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  margin: 0 0 32px 0;
  letter-spacing: -0.6px;
  padding: 0 0px 0 0;
}

.contact-experts__description {
  font-size: 32px;
  color: #fff;
  line-height: 37px;
  margin: 0 0 48px 0;
}

.contact-experts__form {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact-experts__form__input {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #F2F2F2;
  border-radius: 8px;
  height: 60px;
  width: 37%;
  margin: 0 2% 0 0;
  padding: 0 20px;
  font-size: 18px;
  line-height: 28px;
}

.contact-experts__form__input[error] {
  border: 2px solid #ff0000;
}

.contact-experts__form__input::placeholder {
  color: #808899;
}

.contact-experts__form__send {
  border: none;
  font-size: 18px;
  color: #268FF0;
  font-weight: 500;
  border-radius: 6px;
  width: 22%;
  height: 60px;
  background: #FFFFFF;
  border-radius: 6px;
  transition: 0.1s;
}

.contact-experts__form__send:hover {
  background: #EFF6FF;
}

.contact-experts__form__send:active {
  background: #D6E8FF;
}

.contact-experts__form__agree {
  width: 100%;
  margin: 26px 0 0 0;
}

.contact-experts__form__agree input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

input:checked + .contact-experts__form__agree__text::before {
  background-image: url("../img/check.svg");
}

input[error] + .contact-experts__form__agree__text::before {
  border: 2px solid #ff0000;
}

.contact-experts__form__agree__text {
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 0 0 0 32px;
  display: block;
}

.contact-experts__form__agree__text a {
  color: inherit;
}

.contact-experts__form__agree__text::before {
  content: "";
  display: inline-block;
  min-width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 12px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-5px);
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .contact-experts__description {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-experts__form__input {
    height: 56px;
    font-size: 16px;
    line-height: 20px;
    width: 35%;
  }
  .contact-experts__form__send {
    width: 26%;
    height: 56px;
    font-size: 18px;
    line-height: 20px;
  }
  .contact-experts__form__agree__text {
    font-size: 16px;
    line-height: 120%;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .contact-experts__headline {
    font-size: 38px;
    line-height: 44px;
  }
  .contact-experts__description {
    font-size: 20px;
    line-height: 23px;
  }
  .contact-experts__form__input {
    height: 56px;
    font-size: 16px;
    line-height: 20px;
    width: 35%;
  }
  .contact-experts__form__send {
    width: 26%;
    height: 56px;
    font-size: 18px;
    line-height: 20px;
  }
  .contact-experts__form__agree__text {
    font-size: 16px;
    line-height: 120%;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .contact-experts {
    padding: 39px 0 39px 0;
  }
  .contact-experts__headline {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 25px 0;
  }
  .contact-experts__description {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 31px 0;
  }
  .contact-experts__form {
    justify-content: space-between;
  }
  .contact-experts__form__input {
    width: calc(50% - 7px);
    margin: 0;
    height: 56px;
    font-size: 16px;
    line-height: 20px;
  }
  .contact-experts__form__send {
    width: 100%;
    margin: 24px 0 0 0;
    font-size: 18px;
    line-height: 20px;
  }
  .contact-experts__form__agree {
    margin: 22px 0 0 0;
  }
}

@media (max-width: 576px) {
  .contact-experts {
    padding: 39px 0 39px 0;
  }
  .contact-experts__headline {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 25px 0;
  }
  .contact-experts__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 31px 0;
  }
  .contact-experts__form {
    justify-content: space-between;
  }
  .contact-experts__form__input {
    width: 100%;
    margin: 0;
    height: 56px;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 19px 0;
  }
  .contact-experts__form__send {
    margin: 7px 0 0 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .contact-experts__form__agree {
    margin: 22px 0 0 0;
  }
}

.default-headline {
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
  color: #474766;
  letter-spacing: -0.6px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .default-headline {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .default-headline {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (max-width: 576px) {
  .default-headline {
    font-size: 28px;
    line-height: 32px;
  }
}

.header-academy {
  padding: 21px 0 18px 0;
}

.header-academy__logo {
  text-decoration: none;
  font-weight: 600;
}

.header-academy__logo__picture {
  display: block;
  height: 21px;

}

.soft-launch-initial-screen {
  padding: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #B8DDFF 100%);
  overflow: hidden;
}

.soft-launch-initial-screen__sides {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.soft-launch-initial-screen__sides__left {
  padding: 64px 0 32px 0;
  width: 45%;
}

.soft-launch-initial-screen__sides__right {
  width: 55%;
}

.soft-launch-initial-screen__pretitle {
  color: #0069E5;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.soft-launch-initial-screen__headline {
  margin: 0 0 36px 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
  color: #474766;
  letter-spacing: -0.6px;
}

.soft-launch-initial-screen__description {
  font-size: 18px;
  line-height: 28px;
  color: #808899;
  margin: 0 0 36px 0;
}

.soft-launch-initial-screen__target-mobile {
  display: none !important;
}

.soft-launch-initial-screen__illustration {
  display: block;
  width: 851px;
  max-width: 121%;
  margin: 0;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .soft-launch-initial-screen {
    padding: 0;
  }
  .soft-launch-initial-screen__sides__left {
    width: 46%;
  }
  .soft-launch-initial-screen__sides__right {
    width: 54%;
  }
  .soft-launch-initial-screen__headline {
    margin: 0 0 20px 0;
    font-size: 38px;
    line-height: 44px;
  }
  .soft-launch-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px 0;
  }
  .soft-launch-initial-screen__illustration {
    margin: 0 0 -4% 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .soft-launch-initial-screen {
    padding: 0;
  }
  .soft-launch-initial-screen__sides {
    align-items: center;
  }
  .soft-launch-initial-screen__sides__left {
    width: 50%;
    padding: 24px 0;
  }
  .soft-launch-initial-screen__sides__right {
    padding: 0 0 0 10px;
    width: 55%;
  }
  .soft-launch-initial-screen__pretitle {
    margin-bottom: 16px;
  }
  
  .soft-launch-initial-screen__headline {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .soft-launch-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px 0;
  }
  .soft-launch-initial-screen__illustration {
    width: 120%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .soft-launch-initial-screen {
    padding: 0;
  }
  .soft-launch-initial-screen__sides {
    align-items: flex-end;
    justify-content: space-between
  }
  .soft-launch-initial-screen__sides__left {
    width: 354px;
    padding: 24px 0;
  }
  .soft-launch-initial-screen__sides__right {
    padding: 0;
    width: 65%;
  }
  .soft-launch-initial-screen__pretitle {
    margin-bottom: 16px;
  }
  
  .soft-launch-initial-screen__headline {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .soft-launch-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px 0;
  }
  .soft-launch-initial-screen__illustration {
    width: 135%;
  }
}

@media (max-width: 576px) {
  .soft-launch-initial-screen {
    padding: 20px 0 0 0;
  }
  .soft-launch-initial-screen__sides{
    flex-direction: column;
  }
  .soft-launch-initial-screen__sides__left {
    width: 100%;
    padding: 0;
    margin-bottom: 32px
  }
  .soft-launch-initial-screen__sides__right {
    width: 100%;
  }
  .soft-launch-initial-screen__headline {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 16px;
  }
  .soft-launch-initial-screen__pretitle {
    font-size: 18px;
    text-align: left;
    margin: 0 0 16px 0;
  }
  .soft-launch-initial-screen__description {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px 0;
  }
  .soft-launch-initial-screen .default-button {
    width: 100%;
  }
  .soft-launch-initial-screen__target-mobile {
    display: block !important;
    opacity: 0;
  }
  .moblie__fixed__btn{
    padding: 10px 20px;
    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;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
  .soft-launch-initial-screen__illustration {
    margin: 0 auto;
    width: 100%;
    margin: 0;
  }
}

.soft-launch-intro {
  padding: 48px 0;
  background: #2589FF;
}

.soft-launch-intro__headline {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.soft-launch-intro__headline__icon {
  margin: 0 37px 0 0;
  min-width: 108px;
  height: 108px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.soft-launch-intro__headline__icon__picture {
  display: block;
  width: 50px;
}

.soft-launch-intro__headline__text h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.soft-launch-intro__headline__text p {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .soft-launch-intro {
    padding: 52px 0;
  }
  .soft-launch-intro__headline__icon {
    min-width: 92px;
    height: 92px;
    margin: 0 29px 0 0;
  }
  .soft-launch-intro__headline__icon__picture {
    width: 50px;
  }

  .soft-launch-intro__headline__text h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .soft-launch-intro__headline__text p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .soft-launch-intro {
    padding: 40px 0;
  }
  .soft-launch-intro__headline__icon {
    min-width: 74px;
    height: 74px;
    margin: 0 19px 0 0;
  }
  .soft-launch-intro__headline__icon__picture {
    width: 50px;
  }

  .soft-launch-intro__headline__text h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .soft-launch-intro__headline__text p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .soft-launch-intro {
    padding: 34px 0 32px 0;
  }
  .soft-launch-intro__headline__icon {
    min-width: 74px;
    height: 74px;
    margin: 0 19px 0 0;
  }
  .soft-launch-intro__headline__icon__picture {
    width: 50px;
  }

  .soft-launch-intro__headline__text h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .soft-launch-intro__headline__text p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .soft-launch-intro {
    padding: 40px 0;
    position: relative;
    z-index: 4;
  }
  .soft-launch-intro__headline {
    display: block;
    padding: 0 20px;
  }
  .soft-launch-intro__headline__icon {
    width: 75px;
    min-width: 75px;
    height: 75px;
    margin: 0 0 24px 0;
  }
  .soft-launch-intro__headline__icon__picture {
    width: 34px;
  }

  .soft-launch-intro__headline__text h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .soft-launch-intro__headline__text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.lets-teach {
  padding: 57px 0 50px 0;
  background: #F5F9FF;
}

.lets-teach .default-headline-launch {
  margin: 0 0 35px 0;
}

.lets-teach__description {
  font-size: 18px;
  line-height: 28px;
  color: #808899;
}

.lets-teach__description__blue {
  color: #2589FF;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .lets-teach {
    padding: 49px 0 50px 0;
  }
  .lets-teach .default-headline-launch {
    margin: 0 0 22px 0;
  }
  .lets-teach__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lets-teach {
    padding: 49px 0 50px 0;
  }
  .lets-teach .default-headline-launch {
    margin: 0 0 25px 0;
  }
  .lets-teach__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .lets-teach {
    padding: 49px 0 50px 0;
  }
  .lets-teach .default-headline-launch {
    margin: 0 0 25px 0;
  }
  .lets-teach__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .lets-teach {
    padding: 31px 0 50px 0;
  }
  .lets-teach .default-headline-launch {
    margin: 0 0 21px 0;
  }
  .lets-teach__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.who-is-simulator-for {
  padding: 125px 0 0 0;
  background: #FFFFFF;
}

.who-is-simulator-for .default-headline-launch {
  margin: 0 0 38px 0;
  text-align: center;
}

.who-is-simulator-for__directions {
  margin: 0 -24px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.who-is-simulator-for__direction {
  width: 50%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 24px;
  margin: 0 0 37px 0;
}

.who-is-simulator-for__direction__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0px 0px 15.6px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.who-is-simulator-for__direction__icon__picture {
  display: block;
  width: 36px;
}

.who-is-simulator-for__direction__information {
  width: calc(100% - 52px);
  padding: 10px 0 0 20px;
  z-index: 2;
  position: relative;
}

.who-is-simulator-for__direction__name {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #474766;
  margin: 0 0 12px 0;
}

.who-is-simulator-for__direction__description {
  font-size: 18px;
  line-height: 28px;
  color: #808899;
}

.who-is-simulator-for__default-button-shell {
  display: flex;
  justify-content: center;
  margin: 8px 0 0 0;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .who-is-simulator-for {
    padding: 78px 0 0 0;
  }
  .who-is-simulator-for__direction__name {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 18px 0;
  }
  .who-is-simulator-for__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
  .who-is-simulator-for__default-button-shell {
    margin: 0px 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .who-is-simulator-for {
    padding: 61px 0 0 0;
  }
  .who-is-simulator-for__direction {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .who-is-simulator-for__direction__icon {
    background: #EFF6FF;
    width: 40px;
    height: 40px;
    box-shadow: none;
  }
  .who-is-simulator-for__direction__icon__picture {
    width: 26px;
  }
  .who-is-simulator-for__direction__name {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px 0;
  }
  .who-is-simulator-for__direction__description {
    font-size: 18px;
    line-height: 28px;
  }
  .who-is-simulator-for__default-button-shell {
    margin: 17px 0 0 0;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .who-is-simulator-for {
    padding: 61px 0 0 0;
  }
  .who-is-simulator-for .default-headline-launch {
    text-align: left;
  }
  .who-is-simulator-for__direction {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .who-is-simulator-for__direction__icon {
    background: #EFF6FF;
    width: 40px;
    height: 40px;
    box-shadow: none;
  }
  .who-is-simulator-for__direction__icon__picture {
    width: 26px;
  }
  .who-is-simulator-for__direction__name {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }
  .who-is-simulator-for__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
  .who-is-simulator-for__default-button-shell {
    margin: 17px 0 0 0;
  }
}

@media (max-width: 576px) {
  .who-is-simulator-for {
    padding: 61px 0 60px 0;
    position: relative;
    z-index: 4;
  }
  .who-is-simulator-for .default-headline-launch {
    margin: 0 0 17px 0;
    text-align: left;
  }
  .who-is-simulator-for__direction {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .who-is-simulator-for__direction__icon {
    background: #EFF6FF;
    width: 40px;
    height: 40px;
    box-shadow: none;
  }
  .who-is-simulator-for__direction__icon__picture {
    width: 26px;
  }
  .who-is-simulator-for__direction__information {
    padding: 5px 0 0 14px;
  }
  .who-is-simulator-for__direction__name {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 11px 0;
  }
  .who-is-simulator-for__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
  .who-is-simulator-for__default-button-shell {
    margin: 7px 0 0 0;
  }
  .who-is-simulator-for .default-button {
    width: 100%;
  }
}

.what-will-be-in-program {
  padding: 0;
}

/*.what-will-be-in-program__head {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}*/

.what-will-be-in-program__head .default-headline-launch {
  text-align: left;
  margin: 0 0 38px 0;
}

.what-will-be-in-program__target {
  text-decoration: none;
  font-weight: 600;
  background: #49DEA8;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.what-will-be-in-program__target_mobile {
  display: none;
}

.what-will-be-in-program__target img {
  width: 20px;
}

.what-will-be-in-program__directions {
  margin: 0 -24px -40px -24px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.what-will-be-in-program__direction {
  width: 50%;
  padding: 0 24px 0 74px;
  margin: 0 0 20px 0;
  position: relative;
}

.what-will-be-in-program__direction::before {
  content: "";
  width: 25px;
  height: 20px;
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 23px;
  top: 9px;
}

.what-will-be-in-program__direction__name {
  margin: 0 0 15px 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #474766;
}

.what-will-be-in-program__direction__description {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 28px;
  color: #5E6677;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .what-will-be-in-program {
    padding: 0;
  }
  .what-will-be-in-program__head {
    margin: 0 0 36px 0;
  }
  .what-will-be-in-program__target {
    font-size: 18px;
  }
  .what-will-be-in-program__target img {
    width: 18px;
  }
  .what-will-be-in-program__direction {
    margin: 0 0 13px 0;
  }
  .what-will-be-in-program__direction::before {
    left: 27px;
    top: 3px;
  }
  .what-will-be-in-program__direction__name {
    font-size: 24px;
    line-height: 28px;
  }
  .what-will-be-in-program__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .what-will-be-in-program {
    padding: 0;
  }
  .what-will-be-in-program__head {
    margin: 0 0 30px 0;
  }
  .what-will-be-in-program__target {
    font-size: 18px;
  }
  .what-will-be-in-program__target img {
    width: 18px;
  }
  .what-will-be-in-program__direction {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .what-will-be-in-program__direction::before {
    left: 27px;
    top: 3px;
  }
  .what-will-be-in-program__direction__name {
    font-size: 24px;
    line-height: 28px;
  }
  .what-will-be-in-program__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .what-will-be-in-program {
    padding: 0;
  }
  .what-will-be-in-program__head {
    margin: 0 0 30px 0;
  }
  .what-will-be-in-program__target {
    font-size: 18px;
  }
  .what-will-be-in-program__target img {
    width: 18px;
  }
  .what-will-be-in-program__direction {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .what-will-be-in-program__direction::before {
    left: 27px;
    top: 3px;
  }
  .what-will-be-in-program__direction__name {
    font-size: 18px;
    line-height: 20px;
  }
  .what-will-be-in-program__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .what-will-be-in-program__directions{
    margin: 0 -24px 0 -24px;
  }
  .what-will-be-in-program {
    padding: 0;
  }
  .what-will-be-in-program__head {
    display: block;
    margin: 0 0 23px 0;
  }
  .what-will-be-in-program .default-headline-launch {
    margin: 0 0 20px 0;
    text-align: left;
  }
  .what-will-be-in-program__target {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 20px;
  }
  .what-will-be-in-program__target_desktop {
    display: none;
  }
  .what-will-be-in-program__target_mobile {
    display: block;
    margin: 23px 0 0 0;
  }
  .what-will-be-in-program__target img {
    width: 18px;
  }
  .what-will-be-in-program__direction {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 24px 0 69px;
  }
  .what-will-be-in-program__direction::before {
    left: 27px;
    top: 3px;
  }
  .what-will-be-in-program__direction__name {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 12px 0;
  }
  .what-will-be-in-program__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.leave-a-request {
  padding: 54px 0;
  background: #2589FF;
}

.leave-a-request__columns {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.leave-a-request__columns__left, .leave-a-request__columns__right {
  padding: 0 15px;
}

.leave-a-request__columns__left {
  width: 51%;
}

.leave-a-request__columns__right {
  width: 49%;
}

.leave-a-request__headline {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}

.leave-a-request__description {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}

.leave-a-request__form__input {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #F2F2F2;
  border-radius: 8px;
  font-size: 18px;
  margin: 0 0 30px 0;
  width: 100%;
}

.leave-a-request__form__input::placeholder {
  color: #808899;
}

.leave-a-request__form__input[error] {
  border: 2px solid #ff0000;
}

.leave-a-request__form__send {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  color: #268FF0;
}

.leave-a-request__form__agree {
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
}

input[error] + .leave-a-request__form__agree__text::before {
  border: 2px solid #ff0000;
}

.leave-a-request__form__agree input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

input:checked + .leave-a-request__form__agree__text::before {
  background-image: url("../img/check.svg");
}

.leave-a-request__form__agree__text {
  font-size: 13px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 0 0 0 32px;
  display: block;
}

.leave-a-request__form__agree__text a {
  color: inherit;
}

.leave-a-request__form__agree__text::before {
  content: "";
  display: inline-block;
  min-width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 12px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-5px);
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .leave-a-request {
    padding: 50px 0;
  }
  .leave-a-request__columns__left {
    width: 51%;
  }
  .leave-a-request__columns__right {
    width: 49%;
  }
  .leave-a-request__headline {
    font-size: 28px;
    line-height: 36px;
  }
  .leave-a-request__description {
    font-size: 16px;
    line-height: 24px;
  }
  .leave-a-request__form__agree__text {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .leave-a-request {
    padding: 49px 0;
  }
  .leave-a-request__columns {
    padding: 0px 12%;
  }
  .leave-a-request__columns__left {
    width: 100%;
    margin: 0 0 34px 0;
  }
  .leave-a-request__columns__right {
    width: 100%;
  }
  .leave-a-request__headline {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .leave-a-request__description {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
  }
  .leave-a-request__form__input {
    margin: 0 0 25px 0;
  }
  .leave-a-request__form__agree__text {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .leave-a-request {
    padding: 49px 0;
  }
  .leave-a-request__columns {
    padding: 0px 12%;
  }
  .leave-a-request__columns__left {
    width: 100%;
    margin: 0 0 34px 0;
  }
  .leave-a-request__columns__right {
    width: 100%;
  }
  .leave-a-request__headline {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .leave-a-request__description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .leave-a-request__form__input {
    margin: 0 0 25px 0;
  }
  .leave-a-request__form__agree__text {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .leave-a-request {
    padding: 49px 0;
  }
  .leave-a-request__columns__left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .leave-a-request__columns__right {
    width: 100%;
  }
  .leave-a-request__headline {
    font-size: 24px;
    line-height: 28px;
  }
  .leave-a-request__description {
    font-size: 16px;
    line-height: 24px;
  }
  .leave-a-request__form__input {
    margin: 0 0 16px 0;
    padding: 17px 20px;
  }
  .leave-a-request__form__agree {
    margin: 14px 0 0 0;
  }
  .leave-a-request__form__agree__text {
    font-size: 13px;
    line-height: 16px;
  }
}

.who-are-we {
  padding: 121px 0 112px 0;
}

.who-are-we .default-headline-launch {
  margin: 0 0 39px 0;
  text-align: center;
}

.who-are-we__columns {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.who-are-we__columns__left, .who-are-we__columns__right {
  padding: 0 30px;
}

.who-are-we__columns__left {
  width: 52%;
}

.who-are-we__columns__right {
  width: 48%;
}

.who-are-we__description {
  font-size: 24px;
  line-height: 36px;
  color: #474766;
}

.who-are-we__illustration {
  display: block;
  width: 100%;
}
.default-headline-launch_md{
  display: none;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .who-are-we {
    padding: 80px 0 71px 0;
  }
  .who-are-we__columns {
    margin: 0 -15px;
  }
  .who-are-we__columns__left, .who-are-we__columns__right {
    padding: 0 15px;
  }
  .who-are-we__columns__left {
    width: 49%;
  }
  .who-are-we__columns__right {
    width: 51%;
  }
  .who-are-we__description {
    font-size: 20px;
    line-height: 130%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .who-are-we {
    padding: 59px 0 60px 0;
  }
  .who-are-we__columns {
    margin: 0 -15px;
  }
  .who-are-we__columns__left, .who-are-we__columns__right {
    padding: 0 15px;
  }
  .who-are-we__columns__left {
    width: 52%;
  }
  .who-are-we__columns__right {
    width: 48%;
  }
  .who-are-we__description {
    font-size: 16px;
    line-height: 24px;
  }
  .who-are-we__illustration {
    width: 141%;
    transform: translateX(-15px);
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .who-are-we {
    padding: 59px 0 60px 0;
  }
  .who-are-we .default-headline-launch {
    text-align: left;
    margin: 0 0 24px 0;
  }
  .who-are-we__columns {
    margin: 0 -15px;
  }
  .who-are-we__columns__left, .who-are-we__columns__right {
    padding: 0 15px;
  }
  .who-are-we__columns__left {
    width: 52%;
  }
  .who-are-we__columns__right {
    width: 48%;
  }
  .who-are-we__description {
    font-size: 16px;
    line-height: 24px;
  }
  .who-are-we__illustration {
    width: 141%;
    transform: translateX(-15px);
  }
  .default-headline-launch_md{
    display: block;
  }
  .default-headline-launch_notmd{
    display: none;
  }
}

@media (max-width: 576px) {
  .who-are-we {
    padding: 57px 0 75px 0;
  }
  .who-are-we .default-headline-launch {
    text-align: left;
  }
  .who-are-we__columns__left {
    width: 100%;
  }
  .who-are-we__columns__right {
    width: 100%;
  }
  .who-are-we__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px 0;
  }
  .who-are-we__illustration {
    width: 100%;
  }
}

.partners {
  padding: 65px 0 68px 0;
  background: #F5F9FF;
  overflow: hidden;
}


.partners__headline {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #474766;
  margin: 0 0 45px 0;
  padding: 0 115px
}

.partners_en .partners__headline{
  margin: 0;
}

.partners__logos {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 100px
}

.partners__logo {
  display: block
}

.partners__logo_1 {
  width: 135px
}

.partners__logo_2 {
  width: 127px
}

.partners__logo_3 {
  width: 109px
}

.partners__logo_4 {
  width: 94px
}

.partners__logo_5 {
  width: 169px
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .partners {
      padding: 49px 0 68px 0
  }

  .partners_en{
      padding: 48px 0 48px 0;
  }

  .partners__headline {
      padding: 0 15px;
      margin: 0 0 39px 0
  }

  .partners_en .partners__headline {
      margin: 0;
  }
  .partners__logos {
      padding: 0px 0px
  }

  .partners__logo_1 {
      width: 113px
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .partners {
      padding: 47px 0 56px 0
  }
  .partners_en{
      padding: 48px 0 48px 0;
  }

  .partners__headline {
      font-size: 28px;
      line-height: 36px;
      padding: 0 15px;
      margin: 0 0 39px 0
  }

  .partners__logos {
      padding: 0px 0px
  }

  .partners__logo_1 {
      width: 113px
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .partners {
      padding: 47px 0 56px 0
  }

  .partners_en{
      padding: 48px 0 48px 0;
  }

  .partners__headline {
      font-size: 24px;
      line-height: 28px;
      padding: 0 15px;
      margin: 0 0 39px 0
  }

  .partners__logos {
      padding: 0px 0px;
      justify-content: center
  }

  .partners__logo {
      margin: 0 20px 20px 20px
  }

  .partners__logo_1 {
      width: 113px
  }
}

@media (max-width: 576px) {
  .partners {
      padding: 42px 0 10px 0
  }

  .partners_en{
      padding: 40px 0 40px 0;
  }

  .partners__headline {
      font-size: 24px;
      line-height: 28px;
      padding: 0;
      margin: 0 0 24px 0;
      text-align: left;
  }

  .partners__logos {
      padding: 0
  }

  .partners__logo-shell {
      width: 50%;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      margin: 0 0 51px 0
  }

  .partners__logo_1 {
      width: 113px
  }

  .partners__logo_5 {
      width: 136px
  }
}

.partners__slider__list-wrap{
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.partners__slider__list-wrap_mb{
  display: none;
}
.partners__slider__list{
  transform: translate(0, 0);
  position: relative;
  display: flex;
  animation: auto-scroll 45s linear infinite;
}
@keyframes auto-scroll{
  from {
      transform: translate(-50%, 0);
  }
  to {
      transform: translate(0%, 0);
  }
}
.partners__slider__logo-wrap{
  margin-left: 56px;
}
.partners__slider__logo-wrap img{
  max-height: 88px;
}
.partners__slider__list-shadow{
  display: none;
  z-index: 5;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
}
.partners__slider__list-shadow_left{
  left: 0;
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(245,249,255,1) 60%);
  
}
.partners__slider__list-shadow_right{
  right: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(245,249,255,1) 60%);
}

@media (min-width: 2400px) {
  .partners__slider__list-wrap_lg{
      width: 2400px;
      position: relative;
      margin: auto;
  }
  .partners__slider__list-shadow{
      display: block;
  }
}
@media (max-width: 1024px) {
  .partners__slider__list-wrap_lg{
      display: none;
  }
  .partners__slider__list-wrap_mb{
      display: flex;
  }
  .partners__slider__list-wrap_mt20{
      margin-top: 20px;
  }
  .partners__slider__list-left{
      transform: translate(0, 0);
      position: relative;
      display: flex;
      animation: auto-scroll-left 25s linear infinite;
  }
  .partners__slider__list-right{
      transform: translate(0, 0);
      position: relative;
      display: flex;
      animation: auto-scroll-right 25s linear infinite;
  }
  @keyframes auto-scroll-right{
      from {
          transform: translate(-50%, 0);
      }
      to {
          transform: translate(0%, 0);
      }
  }
  @keyframes auto-scroll-left{
      from {
          transform: translate(0%, 0);
      }
      to {
          transform: translate(-50%, 0);
      }
  }
}


.soft-launch-footer {
  padding: 95px 0 16px 0;
}

.soft-launch-footer__columns {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.soft-launch-footer__logo {
  margin: 0 0 16px 0;
  display: block;
}

.soft-launch-footer__logo__picture {
  display: block;
}

.soft-launch-footer__description {
  margin: 0 0 12px 0;
}

.soft-launch-footer__description, .soft-launch-footer__copyright {
  font-size: 13px;
  line-height: 16px;
  color: #808899;
}

.soft-launch-footer__links {
  margin: 13px 0 0 0;
}

.soft-launch-footer__links__link {
  font-size: 13px;
  line-height: 16px;
  color: #1B2A30;
  margin: 0 0 12px 0;
  display: block;
  text-align: right;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .soft-launch-footer {
    padding: 54px 0 16px 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .soft-launch-footer {
    padding: 44px 0 16px 0;
  }
  .soft-launch-footer__columns__left, .soft-launch-footer__columns__right {
    width: 100%;
  }
  .soft-launch-footer__description {
    font-size: 16px;
    line-height: 24px;
    color: #808899;
  }
  .soft-launch-footer__copyright {
    font-size: 13px;
    line-height: 20px;
    color: #808899;
    margin: 0 0 15px 0;
  }
  .soft-launch-footer__links {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .soft-launch-footer__links__link {
    width: 50%;
    text-align: left;
    margin: 0 0 15px 0;
  }
  .soft-launch-footer__links__link:nth-child(even) {
    text-align: right;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .soft-launch-footer {
    padding: 44px 0 16px 0;
  }
  .soft-launch-footer__columns__left, .soft-launch-footer__columns__right {
    width: 100%;
  }
  .soft-launch-footer__description {
    font-size: 13px;
    line-height: 20px;
    color: #808899;
  }
  .soft-launch-footer__copyright {
    font-size: 13px;
    line-height: 20px;
    color: #808899;
    margin: 0 0 15px 0;
  }
  .soft-launch-footer__links {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .soft-launch-footer__links__link {
    width: 50%;
    text-align: left;
    margin: 0 0 15px 0;
  }
  .soft-launch-footer__links__link:nth-child(even) {
    text-align: right;
  }
}

@media (max-width: 576px) {
  .soft-launch-footer {
    background: #FFFFFF;
    padding: 51px 0 50px 0;
    position: relative;
    z-index: 4;
  }
  .soft-launch-footer__columns {
    display: block;
  }
  .soft-launch-footer__logo {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 0 19px 0;
  }
  .soft-launch-footer__description {
    font-size: 13px;
    line-height: 20px;
    color: #808899;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .soft-launch-footer__copyright {
    font-size: 13px;
    line-height: 20px;
    color: #808899;
    text-align: center;
    margin: 0 0 23px 0;
  }
  .soft-launch-footer__links__link {
    text-align: center;
    margin: 0 0 15px 0;
  }
}

.default-button {
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  background: #2589FF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 16px 24px;
  transition: 0.1s;
  border: none;
  text-align: center;
}

.default-button:hover {
  background: #0069E5;
}

.default-button:active {
  background: #005ECC;
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .default-button {
    padding: 16px 24px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .default-button {
    padding: 16px 24px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .default-button {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 20px;
  }
}

.default-headline-launch {
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
  color: #474766;
  letter-spacing: -0.6px;
}

.default-headline-launch__blue {
  color: #2589FF;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .default-headline-launch {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .default-headline-launch {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .default-headline-launch {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (max-width: 576px) {
  .default-headline-launch {
    font-size: 28px;
    line-height: 32px;
  }
}

.header-advertising-audit {
  padding: 15px 0;
}

.header-advertising-audit__logo {
  text-decoration: none;
  font-weight: 600;
}

.header-advertising-audit__logo__picture {
  display: block;
}

.advertising-audit-initial-screen {
  padding: 151px 0 50px 0;
}

.advertising-audit-initial-screen__sides {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.advertising-audit-initial-screen__sides__left {
  width: 51%;
}

.advertising-audit-initial-screen__sides__right {
  width: 49%;
}

.advertising-audit-initial-screen__headline {
  font-size: 62px;
  font-weight: 700;
  line-height: 68px;
  color: #474766;
  margin: 27px 0 33px 0;
  letter-spacing: -1.4px;
}

.advertising-audit-initial-screen__description {
  font-size: 18px;
  line-height: 28px;
  color: #808899;
  margin: 0 0 37px 0;
}

.advertising-audit-initial-screen__price {
  font-size: 28px;
  line-height: 36px;
  color: #474766;
  margin: 0 0 35px 0;
  font-weight: 600;
}

.advertising-audit-initial-screen__target {
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  background: #2589FF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 16px 24px;
  transition: 0.1s;
}

.advertising-audit-initial-screen__target:hover {
  background: #0069E5;
}

.advertising-audit-initial-screen__target:active {
  background: #005ECC;
}

.advertising-audit-initial-screen__illustration {
  display: block;
  max-width: 100%;
  margin: 0 0 0 43px;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .advertising-audit-initial-screen {
    padding: 121px 0 50px 0;
  }
  .advertising-audit-initial-screen__sides__left {
    width: 501px;
  }
  .advertising-audit-initial-screen__sides__right {
    width: calc(100% - 501px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .advertising-audit-initial-screen__headline {
    font-size: 52px;
    line-height: 68px;
    margin: 0 0 18px 0;
  }
  .advertising-audit-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px 0;
  }
  .advertising-audit-initial-screen__illustration {
    min-width: 482px;
    margin: 11px 0px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .advertising-audit-initial-screen {
    padding: 99px 0 21px 0;
  }
  .advertising-audit-initial-screen__sides__left {
    width: 389px;
  }
  .advertising-audit-initial-screen__sides__right {
    width: calc(100% - 389px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .advertising-audit-initial-screen__headline {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -0.3px;
    margin: 0 0 26px 0;
    font-weight: 600;
  }
  .advertising-audit-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 26px 0;
  }
  .advertising-audit-initial-screen__price {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 30px 0;
  }
  .advertising-audit-initial-screen__target {
    padding: 15px 22px;
    font-size: 18px;
    line-height: 20px;
  }
  .advertising-audit-initial-screen__illustration {
    min-width: 446px;
    margin: 0px 0 0 0px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .advertising-audit-initial-screen {
    padding: 99px 0 21px 0;
  }
  .advertising-audit-initial-screen__sides__left {
    width: 389px;
  }
  .advertising-audit-initial-screen__sides__right {
    width: calc(100% - 389px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .advertising-audit-initial-screen__headline {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.3px;
    margin: 0 0 26px 0;
    font-weight: 600;
  }
  .advertising-audit-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 26px 0;
  }
  .advertising-audit-initial-screen__price {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px 0;
  }
  .advertising-audit-initial-screen__target {
    padding: 15px 22px;
    font-size: 18px;
    line-height: 20px;
  }
  .advertising-audit-initial-screen__illustration {
    min-width: 446px;
    margin: 0px 0 0 0px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .advertising-audit-initial-screen {
    padding: 90px 0 26px 0;
  }
  .advertising-audit-initial-screen__sides__left {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .advertising-audit-initial-screen__sides__right {
    width: 100%;
  }
  .advertising-audit-initial-screen__headline {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 14px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.3px;
  }
  .advertising-audit-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 0px;
    margin: 0 0 20px 0;
  }
  .advertising-audit-initial-screen__price {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 25px 0;
  }
  .advertising-audit-initial-screen__target {
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .advertising-audit-initial-screen__illustration {
    width: 305px;
    margin: 0px auto 0 auto;
    transform: translateX(-2px);
  }
}

.what-is-included-in-ad-audit {
  padding: 91px 0 79px 0;
}

.what-is-included-in-ad-audit .default-headline-launch {
  margin: 0 0 0px 0;
}

.what-is-included-in-ad-audit__sides {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.what-is-included-in-ad-audit__sides__left {
  width: 57%;
  position: relative;
}

.what-is-included-in-ad-audit__sides__right {
  width: 43%;
  padding: 37px 0 0 0;
}

.what-is-included-in-ad-audit__illustration {
  display: block;
  transform: translate(-58%, 0%);
  position: absolute;
  left: 50%;
  top: 61px;
}

.what-is-included-in-ad-audit__method {
  margin: 0 0 30px 0;
  position: relative;
}

.what-is-included-in-ad-audit__method::before {
  content: "";
  width: 25px;
  height: 20px;
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -36px;
  top: 9px;
}

.what-is-included-in-ad-audit__method__title {
  font-size: 28px;
  color: #474766;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 18px 0;
  letter-spacing: -0.6px;
}

.what-is-included-in-ad-audit__method__title__icon {
  margin: 0 13px 0 0;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-3px);
}

.what-is-included-in-ad-audit__method__title__icon_1 {
  width: 23px;
}

.what-is-included-in-ad-audit__method__title__icon_2 {
  width: 23px;
}

.what-is-included-in-ad-audit__method__title__icon_3 {
  width: 23px;
}

.what-is-included-in-ad-audit__method__description {
  font-size: 18px;
  color: #808899;
  line-height: 28px;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .what-is-included-in-ad-audit {
    padding: 78px 0 28px 0;
  }
  .what-is-included-in-ad-audit__sides__left {
    width: 56%;
  }
  .what-is-included-in-ad-audit__sides__right {
    width: 44%;
    padding: 40px 0 0 0;
  }
  .what-is-included-in-ad-audit__illustration {
    width: 497px;
    top: 46%;
    max-width: 133%;
    transform: translate(-57%, -50%);
  }
  .what-is-included-in-ad-audit__method {
    margin: 0 0 31px 0;
  }
  .what-is-included-in-ad-audit__method__title {
    font-size: 24px;
    line-height: 28px;
  }
  .what-is-included-in-ad-audit__method__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .what-is-included-in-ad-audit {
    padding: 30px 0 15px 0;
  }
  .what-is-included-in-ad-audit .default-headline-launch {
    text-align: center;
  }
  .what-is-included-in-ad-audit__sides__left {
    width: 100%;
    height: 381px;
    margin: 0 0 43px 0;
  }
  .what-is-included-in-ad-audit__sides__right {
    width: 100%;
  }
  .what-is-included-in-ad-audit__illustration {
    width: 600px;
    top: 61%;
    max-width: 133%;
    transform: translate(-50%, -50%);
  }
  .what-is-included-in-ad-audit__method {
    margin: 0 0 25px 0;
    padding: 0 0 0 39px;
  }
  .what-is-included-in-ad-audit__method::before {
    left: 0px;
    top: 4px;
  }
  .what-is-included-in-ad-audit__method__title {
    letter-spacing: -0px;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 13px 0;
  }
  .what-is-included-in-ad-audit__method__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .what-is-included-in-ad-audit {
    padding: 30px 0 15px 0;
  }
  .what-is-included-in-ad-audit .default-headline-launch {
    text-align: center;
  }
  .what-is-included-in-ad-audit__sides__left {
    width: 100%;
    height: 381px;
    margin: 0 0 43px 0;
  }
  .what-is-included-in-ad-audit__sides__right {
    width: 100%;
  }
  .what-is-included-in-ad-audit__illustration {
    width: 600px;
    top: 61%;
    max-width: 133%;
    transform: translate(-50%, -50%);
  }
  .what-is-included-in-ad-audit__method {
    margin: 0 0 25px 0;
    padding: 0 0 0 39px;
  }
  .what-is-included-in-ad-audit__method::before {
    left: 0px;
    top: 4px;
  }
  .what-is-included-in-ad-audit__method__title {
    letter-spacing: -0px;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 13px 0;
  }
  .what-is-included-in-ad-audit__method__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .what-is-included-in-ad-audit {
    padding: 24px 0 11px 0;
  }
  .what-is-included-in-ad-audit .default-headline-launch {
    text-align: center;
  }
  .what-is-included-in-ad-audit__sides__left {
    width: 100%;
    height: 230px;
    margin: 0px 0 15px 0;
  }
  .what-is-included-in-ad-audit__sides__right {
    width: 100%;
    padding: 0;
  }
  .what-is-included-in-ad-audit__illustration {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 296px;
  }
  .what-is-included-in-ad-audit__method {
    margin: 0 0 23px 0;
    padding: 0 0 0 49px;
  }
  .what-is-included-in-ad-audit__method::before {
    left: 11px;
    top: -1px;
    transform: scale(0.8);
  }
  .what-is-included-in-ad-audit__method__title {
    letter-spacing: -0px;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 13px 0;
  }
  .what-is-included-in-ad-audit__method__title__icon {
    margin: 0 0 21px 3px;
    display: block;
  }
  .what-is-included-in-ad-audit__method__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.when-you-need-an-ad-audit {
  padding: 53px 0 79px 0;
}

.when-you-need-an-ad-audit .default-headline-launch {
  margin: 0 0 37px 0;
}

.when-you-need-an-ad-audit__directions {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.when-you-need-an-ad-audit__direction {
  padding: 0 20px;
  margin: 0 0 40px 0;
  width: 50%;
}

.when-you-need-an-ad-audit__direction__shell {
  padding: 33px 60px 28px 98px;
  background: #F5F9FF;
  border-radius: 20px;
  position: relative;
  min-height: 100%;
}

.when-you-need-an-ad-audit__direction__icon {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  left: 24px;
  top: 24px;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0px 0px 15.6px rgba(0, 0, 0, 0.25);
}

.when-you-need-an-ad-audit__direction__icon__picture {
  width: 30px;
}

.when-you-need-an-ad-audit__direction__name {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #474766;
  margin: 0 0 15px 0;
}

.when-you-need-an-ad-audit__direction__description {
  font-size: 18px;
  line-height: 28px;
  color: #808899;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .when-you-need-an-ad-audit {
    padding: 31px 0 79px 0;
  }
  .when-you-need-an-ad-audit .default-headline-launch {
    margin: 0 0 40px 0;
  }
  .when-you-need-an-ad-audit__directions {
    margin: 0 -10px;
  }
  .when-you-need-an-ad-audit__direction {
    padding: 0 10px;
    margin: 0 0 20px 0;
  }
  .when-you-need-an-ad-audit__direction__shell {
    padding: 39px 60px 32px 107px;
  }
  .when-you-need-an-ad-audit__direction__name {
    font-size: 24px;
    line-height: 28px;
  }
  .when-you-need-an-ad-audit__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .when-you-need-an-ad-audit {
    padding: 20px 0 79px 0;
  }
  .when-you-need-an-ad-audit .default-headline-launch {
    margin: 0 0 40px 0;
  }
  .when-you-need-an-ad-audit__direction {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .when-you-need-an-ad-audit__direction__shell {
    padding: 39px 60px 32px 107px;
  }
  .when-you-need-an-ad-audit__direction__name {
    font-size: 24px;
    line-height: 28px;
  }
  .when-you-need-an-ad-audit__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .when-you-need-an-ad-audit {
    padding: 20px 0 79px 0;
  }
  .when-you-need-an-ad-audit .default-headline-launch {
    margin: 0 0 40px 0;
  }
  .when-you-need-an-ad-audit__direction {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .when-you-need-an-ad-audit__direction__shell {
    padding: 39px 60px 32px 107px;
  }
  .when-you-need-an-ad-audit__direction__name {
    font-size: 18px;
    line-height: 20px;
  }
  .when-you-need-an-ad-audit__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .when-you-need-an-ad-audit {
    padding: 26px 0 40px 0;
  }
  .when-you-need-an-ad-audit .default-headline-launch {
    margin: 0 0 22px 0;
  }
  .when-you-need-an-ad-audit__direction {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .when-you-need-an-ad-audit__direction__shell {
    padding: 21px 18px 21px 50px;
  }
  .when-you-need-an-ad-audit__direction__icon {
    width: 31px;
    height: 31px;
    left: 10px;
    top: 15px;
  }
  .when-you-need-an-ad-audit__direction__icon__picture {
    width: 16px;
  }
  .when-you-need-an-ad-audit__direction__name {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 9px 0;
  }
  .when-you-need-an-ad-audit__direction__description {
    font-size: 16px;
    line-height: 24px;
  }
}

.drawing-of-audit-initial-screen {
  padding: 102px 0 50px 0;
}

.drawing-of-audit-initial-screen__sides {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.drawing-of-audit-initial-screen__sides__left {
  width: 55%;
}

.drawing-of-audit-initial-screen__sides__right {
  width: 45%;
}

.drawing-of-audit-initial-screen__headline {
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  color: #474766;
  margin: 8px 0 33px 0;
  letter-spacing: -1.4px;
}

.drawing-of-audit-initial-screen__description {
  font-size: 18px;
  line-height: 28px;
  color: #808899;
  margin: 0 0 37px 0;
}

.drawing-of-audit-initial-screen__target {
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  background: #2589FF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 16px 24px;
  transition: 0.1s;
}

.drawing-of-audit-initial-screen__target:hover {
  background: #0069E5;
}

.drawing-of-audit-initial-screen__target:active {
  background: #005ECC;
}

.drawing-of-audit-initial-screen__illustration {
  display: block;
  max-width: 108%;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .drawing-of-audit-initial-screen {
    padding: 77px 0 50px 0;
  }
  .drawing-of-audit-initial-screen__sides__left {
    width: 495px;
  }
  .drawing-of-audit-initial-screen__sides__right {
    width: calc(100% - 495px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .drawing-of-audit-initial-screen__headline {
    font-size: 38px;
    line-height: 44px;
    margin: 8px 0 22px 0;
  }
  .drawing-of-audit-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 34px 0;
  }
  .drawing-of-audit-initial-screen__illustration {
    width: 470px;
    margin: 10px auto 0 auto;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .drawing-of-audit-initial-screen {
    padding: 32px 0 50px 0;
  }
  .drawing-of-audit-initial-screen__sides__left {
    width: 366px;
  }
  .drawing-of-audit-initial-screen__sides__right {
    width: calc(100% - 366px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .drawing-of-audit-initial-screen__headline {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -0.3px;
    margin: 0 0 29px 0;
    font-weight: 600;
  }
  .drawing-of-audit-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 25px 0;
  }
  .drawing-of-audit-initial-screen__target {
    padding: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  .drawing-of-audit-initial-screen__illustration {
    max-width: 402px;
    margin: 31px 0 0 0px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .drawing-of-audit-initial-screen {
    padding: 32px 0 50px 0;
  }
  .drawing-of-audit-initial-screen__sides__left {
    width: 366px;
  }
  .drawing-of-audit-initial-screen__sides__right {
    width: calc(100% - 366px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
  .drawing-of-audit-initial-screen__headline {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.3px;
    margin: 0 0 29px 0;
    font-weight: 600;
  }
  .drawing-of-audit-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 25px 0;
  }
  .drawing-of-audit-initial-screen__target {
    padding: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  .drawing-of-audit-initial-screen__illustration {
    max-width: 402px;
    margin: 31px 0 0 0px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .drawing-of-audit-initial-screen {
    padding: 34px 0 43px 0;
  }
  .drawing-of-audit-initial-screen__sides__left {
    width: 100%;
    margin: 0 0 33px 0;
  }
  .drawing-of-audit-initial-screen__sides__right {
    width: 100%;
  }
  .drawing-of-audit-initial-screen__headline {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px 0;
    text-align: center;
    font-weight: 600;
    transform: translateY(-8px);
    letter-spacing: -0.3px;
  }
  .drawing-of-audit-initial-screen__description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 0px;
    margin: 0 0 27px 0;
  }
  .drawing-of-audit-initial-screen__target {
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .drawing-of-audit-initial-screen__illustration {
    width: 305px;
    margin: 0px auto 0 auto;
    transform: translateX(-2px);
  }
}

.terms-of-draw {
  padding: 37px 0 40px 0;
}

.terms-of-draw .default-headline-launch {
  margin: 0 0 38px 0;
}

.terms-of-draw__terms {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.terms-of-draw__term {
  padding: 0 20px;
  width: 33%;
}

.terms-of-draw__term__icon {
  margin: 0 0 24px 0;
  width: 60px;
  height: 60px;
  background: #EFF6FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.terms-of-draw__term__icon_green {
  background: #49DEA8;
}

.terms-of-draw__term__icon__picture {
  width: 28px;
}

.terms-of-draw__term__description {
  font-size: 18px;
  line-height: 28px;
  color: #808899;
}

.terms-of-draw__term__description a {
  color: #005ECC;
}

.terms-of-draw__default-button-shell {
  margin: 48px 0 0 0;
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .terms-of-draw {
    padding: 67px 0 40px 0;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .terms-of-draw {
    padding: 9px 0 40px 0;
  }
  .terms-of-draw__term {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0 0 31px 0;
  }
  .terms-of-draw__term__icon {
    min-width: 74px;
    height: 74px;
    margin: 0 20px 0 0;
  }
  .terms-of-draw__term__icon__picture {
    width: 34px;
  }
  .terms-of-draw__term__description {
    font-size: 16px;
    line-height: 24px;
  }
  .terms-of-draw__default-button-shell {
    margin: 11px 0 0 0;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .terms-of-draw {
    padding: 9px 0 40px 0;
  }
  .terms-of-draw__term {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0 0 31px 0;
  }
  .terms-of-draw__term__icon {
    min-width: 74px;
    height: 74px;
    margin: 0 20px 0 0;
  }
  .terms-of-draw__term__icon__picture {
    width: 34px;
  }
  .terms-of-draw__term__description {
    font-size: 16px;
    line-height: 24px;
  }
  .terms-of-draw__default-button-shell {
    margin: 11px 0 0 0;
  }
}

@media (max-width: calc(576px - 1px)) {
  .terms-of-draw {
    padding: 9px 0 20px 0;
  }
  .terms-of-draw .default-headline-launch {
    margin: 0 0 19px 0;
  }
  .terms-of-draw__term {
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 31px 0;
  }
  .terms-of-draw__term__icon {
    min-width: 40px;
    height: 40px;
    margin: 0 12px 0 0;
  }
  .terms-of-draw__term__icon__picture {
    width: 14px;
  }
  .terms-of-draw__term__description {
    font-size: 16px;
    line-height: 24px;
  }
  .terms-of-draw__default-button-shell {
    display: none;
  }
}

.what-you-will-get-as-a-result-of-audit {
  padding: 120px 0 40px 0;
}

.what-you-will-get-as-a-result-of-audit .default-headline-launch {
  margin: 0 0 38px 0;
  text-align: center;
}

.what-you-will-get-as-a-result-of-audit__columns {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.what-you-will-get-as-a-result-of-audit__column {
  padding: 0 30px;
  width: 50%;
}

.what-you-will-get-as-a-result-of-audit__column__shell {
  background: #F5F9FF;
  border-radius: 12px;
  padding: 35px 40px 56px 40px;
  position: relative;
}

.what-you-will-get-as-a-result-of-audit__column__illustration {
  margin: 0 auto 16px auto;
  display: block;
  height: 209px;
}

.what-you-will-get-as-a-result-of-audit__column__description {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #808899;
}

.what-you-will-get-as-a-result-of-audit__column__plus {
  position: absolute;
  left: calc(100% - 8px);
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  height: 78px;
  background: #005ECC;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .what-you-will-get-as-a-result-of-audit {
    padding: 77px 0 40px 0;
  }
  .what-you-will-get-as-a-result-of-audit .default-headline-launch {
    margin: 0 0 25px 0;
  }
  .what-you-will-get-as-a-result-of-audit__columns {
    margin: 0 -16px;
  }
  .what-you-will-get-as-a-result-of-audit__column {
    padding: 16px;
  }
  .what-you-will-get-as-a-result-of-audit__column__shell {
    padding: 35px 20px 56px 20px;
  }
  .what-you-will-get-as-a-result-of-audit__column__illustration {
    height: 188px;
    margin: 0 auto 26px auto;
  }
  .what-you-will-get-as-a-result-of-audit__column__description {
    font-size: 16px;
    line-height: 24px;
  }
  .what-you-will-get-as-a-result-of-audit__column__plus {
    left: calc(100% - 10px);
    width: 52px;
    height: 52px;
  }
  .what-you-will-get-as-a-result-of-audit__column__plus__picture {
    width: 22px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .what-you-will-get-as-a-result-of-audit {
    padding: 18px 0 40px 0;
  }
  .what-you-will-get-as-a-result-of-audit .default-headline-launch {
    margin: 0 0 33px 0;
  }
  .what-you-will-get-as-a-result-of-audit__columns {
    margin: 0 -10px;
  }
  .what-you-will-get-as-a-result-of-audit__column {
    padding: 10px;
  }
  .what-you-will-get-as-a-result-of-audit__column__shell {
    padding: 37px 20px 56px 20px;
  }
  .what-you-will-get-as-a-result-of-audit__column__illustration {
    height: 140px;
    margin: 0 auto 26px auto;
  }
  .what-you-will-get-as-a-result-of-audit__column__description {
    font-size: 16px;
    line-height: 24px;
  }
  .what-you-will-get-as-a-result-of-audit__column__plus {
    left: calc(100% - 10px);
    width: 40px;
    height: 40px;
  }
  .what-you-will-get-as-a-result-of-audit__column__plus__picture {
    width: 17px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .what-you-will-get-as-a-result-of-audit {
    padding: 18px 0 40px 0;
  }
  .what-you-will-get-as-a-result-of-audit .default-headline-launch {
    margin: 0 0 33px 0;
  }
  .what-you-will-get-as-a-result-of-audit__columns {
    margin: 0 -10px;
  }
  .what-you-will-get-as-a-result-of-audit__column {
    padding: 10px;
  }
  .what-you-will-get-as-a-result-of-audit__column__shell {
    padding: 37px 20px 56px 20px;
  }
  .what-you-will-get-as-a-result-of-audit__column__illustration {
    height: 100px;
    margin: 0 auto 26px auto;
  }
  .what-you-will-get-as-a-result-of-audit__column__description {
    font-size: 16px;
    line-height: 24px;
  }
  .what-you-will-get-as-a-result-of-audit__column__plus {
    left: calc(100% - 10px);
    width: 40px;
    height: 40px;
  }
  .what-you-will-get-as-a-result-of-audit__column__plus__picture {
    width: 17px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .what-you-will-get-as-a-result-of-audit {
    padding: 9px 0 40px 0;
  }
  .what-you-will-get-as-a-result-of-audit .default-headline-launch {
    margin: 0 0 19px 0;
    text-align: center;
  }
  .what-you-will-get-as-a-result-of-audit__column {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .what-you-will-get-as-a-result-of-audit__column__shell {
    padding: 37px 20px 41px 20px;
  }
  .what-you-will-get-as-a-result-of-audit__column__illustration {
    height: 140px;
    margin: 0 auto 19px auto;
  }
  .what-you-will-get-as-a-result-of-audit__column__illustration_2 {
    height: 102px;
  }
  .what-you-will-get-as-a-result-of-audit__column__description {
    font-size: 16px;
    line-height: 24px;
  }
  .what-you-will-get-as-a-result-of-audit__column__plus {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 10px);
    width: 40px;
    height: 40px;
  }
  .what-you-will-get-as-a-result-of-audit__column__plus__picture {
    width: 17px;
  }
}

.drawing-of-audit-note {
  padding: 58px 0 33px 0;
  background: #F5F9FF;
}

.drawing-of-audit-note__headline {
  color: #808899;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.drawing-of-audit-note__headline__icon {
  margin: 0 37px 0 0;
  min-width: 108px;
  height: 108px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.drawing-of-audit-note__headline__icon__picture {
  display: block;
  width: 50px;
}

.drawing-of-audit-note__headline__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .drawing-of-audit-note {
    padding: 52px 0;
  }
  .drawing-of-audit-note__headline__icon {
    min-width: 92px;
    height: 92px;
    margin: 0 29px 0 0;
  }
  .drawing-of-audit-note__headline__icon__picture {
    width: 50px;
  }
  .drawing-of-audit-note__headline__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .drawing-of-audit-note {
    padding: 40px 0;
  }
  .drawing-of-audit-note__headline__icon {
    min-width: 74px;
    height: 74px;
    margin: 0 19px 0 0;
  }
  .drawing-of-audit-note__headline__icon__picture {
    width: 50px;
  }
  .drawing-of-audit-note__headline__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .drawing-of-audit-note {
    padding: 40px 0;
  }
  .drawing-of-audit-note__headline__icon {
    min-width: 74px;
    height: 74px;
    margin: 0 19px 0 0;
  }
  .drawing-of-audit-note__headline__icon__picture {
    width: 50px;
  }
  .drawing-of-audit-note__headline__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .drawing-of-audit-note {
    padding: 25px 0;
  }
  .drawing-of-audit-note__headline {
    display: block;
    padding: 0 5px;
  }
  .drawing-of-audit-note__headline__icon {
    width: 75px;
    min-width: 75px;
    height: 75px;
    margin: 0 0 16px 0;
  }
  .drawing-of-audit-note__headline__icon__picture {
    width: 34px;
  }
  .drawing-of-audit-note__headline__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.advanced-marketing-platform {
  padding: 171px 0 112px 0;
}

.advanced-marketing-platform .default-headline-launch {
  margin: 0 0 43px 0;
}

.advanced-marketing-platform__columns {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.advanced-marketing-platform__columns__left, .advanced-marketing-platform__columns__right {
  padding: 0 30px;
}

.advanced-marketing-platform__columns__left {
  width: 52%;
}

.advanced-marketing-platform__columns__right {
  width: 48%;
}

.advanced-marketing-platform__list__item {
  font-size: 18px;
  line-height: 28px;
  color: #474766;
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 32px 0;
}

.advanced-marketing-platform__list__item::before {
  content: "";
  width: 25px;
  height: 20px;
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0px;
  top: 9px;
}

.advanced-marketing-platform__illustration {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .advanced-marketing-platform {
    padding: 115px 0 71px 0;
  }
  .advanced-marketing-platform__columns {
    margin: 0 -15px;
  }
  .advanced-marketing-platform__columns__left, .advanced-marketing-platform__columns__right {
    padding: 0 15px;
  }
  .advanced-marketing-platform__columns__left {
    width: 49%;
  }
  .advanced-marketing-platform__columns__right {
    width: 51%;
  }
  .advanced-marketing-platform__list__item {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 35px 0;
  }
  .advanced-marketing-platform__list__item::before {
    transform: scale(0.8);
    top: 3px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .advanced-marketing-platform {
    padding: 59px 0 60px 0;
  }
  .advanced-marketing-platform .default-headline-launch {
    margin: 0 0 39px 0;
  }
  .advanced-marketing-platform__columns {
    margin: 0 -15px;
  }
  .advanced-marketing-platform__columns__left, .advanced-marketing-platform__columns__right {
    padding: 0 15px;
  }
  .advanced-marketing-platform__columns__left {
    width: 52%;
  }
  .advanced-marketing-platform__columns__right {
    width: 48%;
  }
  .advanced-marketing-platform__list__item {
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 37px 0;
  }
  .advanced-marketing-platform__list__item::before {
    transform: scale(0.8);
    top: 3px;
  }
  .advanced-marketing-platform__illustration {
    width: 216%;
    transform: translateX(-30px);
  }
}

@media (max-width: 576px) {
  .advanced-marketing-platform {
    padding: 57px 0 75px 0;
  }
  .advanced-marketing-platform .default-headline-launch {
    margin: 0 0 21px 0;
  }
  .advanced-marketing-platform__columns__left {
    width: 100%;
  }
  .advanced-marketing-platform__list__item {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 25px 0;
    padding: 0 0 0 38px;
  }
  .advanced-marketing-platform__list__item::before {
    transform: scale(0.8);
    top: 3px;
  }
  .advanced-marketing-platform__illustration {
    display: none;
  }
}

.make-a-gift {
  padding: 48px 0 50px 0;
  background-color: #2589FF;
}

.make-a-gift__columns {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.make-a-gift__headline {
  color: #fff;
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  margin: 0 0 24px 0;
}

.make-a-gift__headline img {
  width: 56px;
  vertical-align: middle;
}

.make-a-gift__description {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.make-a-gift__target {
  font-size: 18px;
  line-height: 20px;
  color: #2589FF;
  padding: 16px 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .make-a-gift {
    padding: 48px 0 50px 0;
  }
  .make-a-gift__headline {
    font-size: 38px;
    line-height: 44px;
  }
  .make-a-gift__headline img {
    width: 38px;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .make-a-gift {
    padding: 48px 0 50px 0;
  }
  .make-a-gift__columns__left {
    width: 100%;
    margin: 0 0 38px 0;
  }
  .make-a-gift__columns__right {
    width: 100%;
  }
  .make-a-gift__headline {
    font-size: 38px;
    line-height: 44px;
  }
  .make-a-gift__headline img {
    width: 38px;
  }
  .make-a-gift__description {
    font-size: 20px;
    line-height: 23px;
  }
  .make-a-gift__target {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .make-a-gift {
    padding: 48px 0 50px 0;
  }
  .make-a-gift__columns__left {
    width: 100%;
    margin: 0 0 38px 0;
  }
  .make-a-gift__columns__right {
    width: 100%;
  }
  .make-a-gift__headline {
    font-size: 28px;
    line-height: 32px;
  }
  .make-a-gift__headline img {
    width: 28px;
  }
  .make-a-gift__description {
    font-size: 16px;
    line-height: 24px;
  }
  .make-a-gift__target {
    width: 100%;
  }
}

@media (max-width: calc(576px - 1px)) {
  .make-a-gift {
    padding: 48px 0 50px 0;
  }
  .make-a-gift__columns__left {
    width: 100%;
    margin: 0 0 38px 0;
  }
  .make-a-gift__columns__right {
    width: 100%;
  }
  .make-a-gift__headline {
    font-size: 28px;
    line-height: 32px;
  }
  .make-a-gift__headline img {
    width: 28px;
  }
  .make-a-gift__description {
    font-size: 16px;
    line-height: 24px;
  }
  .make-a-gift__target {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .br {
    display: none;
  }
  .br_desktop {
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: calc(1280px - 1px)) {
  .br {
    display: none;
  }
  .br_slim-desktop {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .br {
    display: none;
  }
  .br_ipad {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .br {
    display: none;
  }
  .br_tablet {
    display: block;
  }
}

@media (max-width: calc(576px - 1px)) {
  .br {
    display: none;
  }
  .br_mobile {
    display: block;
  }
}

.notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

.notification_active {
  display: block;
}

.notification__back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.notification__window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 395px;
  max-width: calc(100% - 30px);
  padding: 35px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}

.notification__close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  border: none;
  background-color: transparent;
}

.notification__close::before, .notification__close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
}

.notification__close::before {
  transform: translateY(1px) rotate(-45deg);
}

.notification__close::after {
  transform: translateY(-1px) rotate(45deg);
}

.notification__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #474766;
}

.notification__description {
  margin: 15px 0 0 0;
  color: #808899;
  text-align: center;
  font-size: 16px;
}

.notification__description a {
  color: #2589FF;
}

@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .notification {
    padding: 99px 0 21px 0;
  }
}

.thanks {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 395px;
  max-width: calc(100% - 30px);
  padding: 35px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #eee;
}

.thanks__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #474766;
}

.thanks__description {
  margin: 15px 0 0 0;
  color: #808899;
  text-align: center;
  font-size: 16px;
}

.thanks__description a {
  color: #2589FF;
}


.leave-request{
  background: #2589FF;
  padding: 48px 0;
  overflow: hidden;
}
.leave-request__content{
  display: flex;
}
.leave-request__right{
  width: 62%;
}
.leave-request__title{
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.leave-request__description{
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 16px 0 0 0;
}
.leave-request__left{
  width: 38%;
  position: relative;
}
.leave-request__img-wrap{
  position: absolute;
  left: 0;
  top: -48px;
  height: calc( 100% + 145px);
}
.leave-request__img-wrap img{
  height: 100%;
}
.leave-request__btn-wrap{
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.leave-request__btn{
  background: #FFFFFF;
  border-radius: 6px;
  color: #2589FF;
  border: none;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: all ease 0.3s;
}
.leave-request__btn:hover{
  box-shadow: 0 0 10px rgb(255 255 255 / 80%);
}
.leave-request__img-wrap-mob{
  display: none;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .leave-request{
    padding: 40px 0;
  }
  .leave-request__right{
    width: 60%;
  }
  .leave-request__left{
    width: 40%;
  }
  .leave-request__img-wrap{
  position: absolute;
  left: 12px;
  top: -40px;
  height: calc( 100% + 80px);
}
  .leave-request__title{
    font-size: 28px;
    line-height: 36px;
  }
  .leave-request__description{
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .leave-request{
      padding: 40px 0;
    }
    .leave-request__right{
      width: 75%;
      padding-right: 16px;
    }
    .leave-request__left{
      width: 25%;
    }
    .leave-request__title{
      font-size: 24px;
      line-height: 120%;
    }
    .leave-request__description{
      font-size: 16px;
      line-height: 24px;
    }
    .leave-request__img-wrap{
      display: none;
    }
    .leave-request__btn{
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
    .leave-request{
      padding: 40px 0;
    }
    .leave-request__right{
      width: 65%;
      padding-right: 16px;
    }
    .leave-request__left{
      width: 200px;
    }
    .leave-request__title{
      font-size: 24px;
      line-height: 120%;
    }
    .leave-request__description{
      font-size: 16px;
      line-height: 24px;
    }
    .leave-request__img-wrap{
      display: none;
    }
    .leave-request__btn{
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .leave-request{
    padding: 20px 0 40px 0;
    position: relative;
    z-index: 4;
  }
  .leave-request__content{
    flex-direction: column;
  }
  .leave-request__right{
    width: 100%;
  }
  .leave-request__left{
    width: 100%;
  }
  .leave-request__img-wrap{
    display: none;
  }
  .leave-request__btn-wrap{
    position: relative;
    margin-top: 20px;
  }
  .leave-request__title{
    font-size: 24px;
    line-height: 120%;
  }
  .leave-request__description{
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .leave-request__btn{
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  }
  .leave-request__img-wrap-mob{
    display: block;
    width: 100%;
  }
  .leave-request__img-wrap-mob img{
    display: block;
    width: 209px;
    margin: auto;
  }
}



.button {
  display: inline-block;
  background: #268FF0;
  border-radius: 6px;
  padding: 0 26px;
  border: 0;
  color: #fff;
  line-height: 52px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  max-width: 100%;
  height: 52px;
  outline: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

.button:hover {
  background: #71b3f0;
  text-decoration: none;
  color: #fff;
}


.future{
  margin: 8px 0 0 0;
  padding: 160px 0;
  background: linear-gradient(180deg, rgba(214, 230, 255, 0) 0%, #D6E6FF 100%);
  overflow: hidden;
}
.future__content{
  display: flex;
  position: relative;
}
.future__left{
  width: 50%;
  padding: 0 2% 0 0;
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -0.01em;
  color: #474766;           
}
.future__right{
  width: 50%;
  padding: 0 0 0 2%;
}
.future__title{
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #0069E5;
}
.future__description{
  font-size: 18px;
  line-height: 28px;
  color: #474766;
  margin: 12px 0 0 0;
}

.future__block:nth-child(2){
  margin: 12px 0 0 0;
}

.blur-img{
  position: relative;
  width: 100%;
}
.blur-img__img{
  width: 415px;
  height: 436px;
  position: absolute;
  top: -200px;
  right: -130px;
  background-image: url('../img/blur_img_2.png');
  background-size: cover;
}
@media screen and (min-width: 1600px) {
  .blur-img{
    position: relative;
    width: 1280px;
    margin: auto;
  }
  .blur-img__img{
    width: 415px;
    height: 436px;
    position: absolute;
    top: -200px;
    right: -260px;
    background-image: url('../img/blur_img_2.png');
    background-size: cover;
  }
}
@media (min-width: 1280px) and (max-width: 1500px) {
  .blur-img__img{
    width: 329px;
    height: 346px;
    position: absolute;
    top: -130px;
    right: -130px;
    background-image: url('../img/blur_img_2.png');
    background-size: cover;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .future{
    margin: 0;
    padding: 120px 0;
  }
  .future__left{
    width: 50%;
    padding: 0 2% 0 0;
    font-size: 38px;
    line-height: 44px;    
  }
  .future__right{
    width: 50%;
    padding: 0 0 0 2%;
  }
  .future__title{
    font-size: 28px;
    line-height: 36px;   
  }
  .future__description{
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 0 0;
  }
  
  .future__block:nth-child(2){
    margin: 24px 0 0 0;
  }
  
  .blur-img{
    position: relative;
    width: 100%;
  }
  .blur-img__img{
    width: 329px;
    height: 346px;
    position: absolute;
    top: -130px;
    right: -130px;
    background-image: url('../img/blur_img_2.png');
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .future{
    margin: 0;
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(214, 230, 255, 0) 0%, #D6E6FF 100%);
    overflow: hidden;
  }
  .future__left{
    width: 50%;
    padding: 0 2% 0 0;
    font-size: 28px;
    line-height: 36px;      
  }
  .future__right{
    width: 50%;
    padding: 0 0 0 2%;
  }
  .future__title{
    font-size: 24px;
    line-height: 28px;    
  }
  .future__description{
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 0 0;
  }
  
  .future__block:nth-child(2){
    margin: 24px 0 0 0;
  }
  
  .blur-img{
    position: relative;
    width: 100%;
  }
  .blur-img__img{
    width: 229px;
    height: 241px;
    position: absolute;
    top: -150px;
    right: -70px;
    background-image: url('../img/blur_img_2.png');
    background-size: cover;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .future{
    margin: 0;
    padding: 80px 0;
  }
  .future__content{
    flex-direction: column;
  }
  .future__left{
    width: 100%;
    padding: 0;
    font-size: 28px;
    line-height: 36px;      
  }
  .future__right{
    margin: 32px 0 0 0;
    width: 100%;
    padding: 0;
  }
  .future__title{
    font-size: 24px;
    line-height: 28px;    
  }
  .future__description{
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 0 0;
  }
  
  .future__block:nth-child(2){
    margin: 24px 0 0 0;
  }
  
  .blur-img__img{
    display: none;
  }
}

@media (max-width: 576px) {
  .future{
    margin-top: 0;
    padding: 0 0 60px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #D6E6FF 100%);
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .future__content{
    flex-direction: column;
  }
  .future__left{
    width: 100%;
    padding: 0;
    font-size: 28px;
    line-height: 36px;      
  }
  .future__right{
    margin: 32px 0 0 0;
    width: 100%;
    padding: 0;
  }
  .future__title{
    font-size: 24px;
    line-height: 28px;    
  }
  .future__description{
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 0 0;
  }
  
  .future__block:nth-child(2){
    margin: 24px 0 0 0;
  }
  
  .blur-img__img{
    display: none;
  }
}


.educational-3col__content{
  padding: 110px 0 162px 0;
  position: relative;
}
.educational-3col__blocks{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px;
  z-index: 2;
}
.educational-3col__block{
  background: #F5F9FF;
  border-radius: 12px;
  padding: 32px;
  position: relative;
}
.educational-3col__title{
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #474766;
}
.educational-3col__description{
  font-size: 18px;
  line-height: 28px;
  color: #808899;
  margin: 24px 0 0 0;
}
.educational-3col__img{
  width: 100%;
  position: absolute;
  top: 180px;
  left: 0;
}
.educational-3col__img img{
  width: 100%;
}
.educational-3col__img:nth-of-type(1) {
  width: 100%;
}
.educational-3col__blur-img{
  position: absolute;
  width: 282px;
  height: 268px;
  top: -25px;
  left: -100px;
  background-image: url('../img/blur_img_1.png');
  background-size: cover;
  z-index: 1;
}
.educational-3col__slider-wrap{
  display: none;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .educational-3col__content{
    padding: 110px 0 120px 0;
    position: relative;
  }
  .educational-3col__blocks{
    grid-gap: 24px;
  }
  .educational-3col__block{
    padding: 24px 16px 68px 16px;
  }
  .educational-3col__title{
    font-size: 24px;
    line-height: 28px;
  }
  .educational-3col__description{
    font-size: 16px;
    line-height: 24px;
    color: #808899;
    margin: 12px 0 0 0;
  }
  .educational-3col__img{
    top: 132px;
  }
  .educational-3col__img img{
    width: 100%;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .educational-3col__content{
    padding: 110px 0 120px 0;
    position: relative;
  }
  .educational-3col__blocks{
    grid-gap: 24px;
  }
  .educational-3col__block{
    padding: 24px 16px 68px 16px;
  }
  .educational-3col__title{
    font-size: 24px;
    line-height: 28px;
  }
  .educational-3col__description{
    font-size: 16px;
    line-height: 24px;
    color: #808899;
    margin: 12px 0 0 0;
  }
  .educational-3col__img{
    top: 145px;
  }
  .educational-3col__img img{
    width: 100%;
  }
  .educational-3col__blur-img{
    position: absolute;
    width: 282px;
    height: 268px;
    top: -10px;
    left: -100px;
    background-image: url('../img/blur_img_1.png');
    background-size: cover;
    z-index: 1;
  }
}
@media (min-width: 576px) and (max-width: 900px) {
  .educational-3col{
    padding: 40px 0 25px 0;
  }
  .educational-3col .center{
    padding: 0 0 0 20px;
  }
  .educational-3col__content{
    padding: 0;
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .educational-3col__blocks{
    width: 960px;
    height: 350px;
    grid-gap: 24px;
  }
  .educational-3col__block{
    height: 188px;
    padding: 24px 16px 68px 16px;
  }
  .educational-3col__title{
    font-size: 24px;
    line-height: 28px;
  }
  .educational-3col__description{
    font-size: 16px;
    line-height: 24px;
    color: #808899;
    margin: 12px 0 0 0;
  }
  .educational-3col__img{
    top: 145px;
  }
  .educational-3col__img img{
    width: 100%;
  }
  .educational-3col__blur-img{
    display: none;
  }
}
@media (max-width: 576px) {
  .educational-3col{
    padding: 15px 0 40px 0;
  }
  .educational-3col__block{
    height: auto;
    padding: 24px 16px 90px 16px;
    margin: 0 0 45% 0;
  }
  .educational-3col__title{
    font-size: 24px;
    line-height: 28px;
  }
  .educational-3col__description{
    font-size: 16px;
    line-height: 24px;
    color: #808899;
    margin: 12px 0 0 0;
  }
  .educational-3col__img{
    top: 145px;
  }
  .educational-3col__img img{
    width: 100%;
  }
  .educational-3col__slider-wrap{
    display: block;
  }
  .educational-3col__content{
    display: none;
  }
  .educational-3col__blur-img{
    display: none;
  }
}

.what-awaits{
  padding: 120px 0 160px 0;
}
.what-awaits h2{
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  color: #474766;
  font-weight: 600;
}
.what-awaits__content{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px;
  margin: 48px 0 0 0;
}
.what-awaits__block{
  height: 362px;
  background: #F5F9FF;
  border-radius: 12px;
  overflow: hidden;
}
.what-awaits__block__bg-img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 46%;
  background-position: bottom right;
  box-sizing: border-box;
  padding: 32px;
}
.what-awaits__block__title{
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #474766;
}
.what-awaits__block__description{
  margin: 24px 0 0 0;
  font-size: 18px;
  line-height: 28px;
  color: #808899;;
}
.what-awaits__btn-wrap{
  width: 100%;
  margin: 48px 0 0 0;
  display: flex;
  justify-content: center;
}
.what-awaits__slider-wrap{
  display: none;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .what-awaits{
    padding: 80px 0 126px 0;
  }
  .what-awaits h2{
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    color: #474766;
  }
  .what-awaits__content{
    width: 100%;
    grid-gap: 24px;
    margin: 40px 0 0 0;
  }
  .what-awaits__block__bg-img{
    padding: 24px 16px;
  }
  .what-awaits__block__title{
      font-size: 24px;
      line-height: 28px;
  }
  .what-awaits__block__description{
    margin: 12px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #808899;
  }
  .what-awaits__block{
    height: 304px;
  }
  .what-awaits__btn-wrap{
    margin: 40px 0 0 0;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .what-awaits{
      padding: 80px 0;
  }
  .what-awaits h2{
      font-size: 38px;
      line-height: 44px;
  }
  .what-awaits__content{
    width: 100%;
    grid-gap: 24px;
    margin: 40px 0 0 0;
  }
  .what-awaits__block__title{
      font-size: 21px;
      line-height: 25px;
  }
  .what-awaits__block__description{
      margin: 16px 0 0 0;
      font-size: 16px;
      line-height: 24px;
  }
  .what-awaits__block{
      height: 304px;
      background: #F5F9FF;
      border-radius: 12px;
      overflow: hidden;
  }
  .what-awaits__block__bg-img{
      padding: 32px 24px 0 16px;
  }
  .what-awaits__btn-wrap{
    margin: 40px 0 0 0;
  }
}
@media (max-width: 900px) {
  .what-awaits{
    padding: 80px 0;
  }
  .what-awaits .center{
    padding: 0 0 0 20px;
  }
  .what-awaits h2{
    font-size: 38px;
    line-height: 44px;
    text-align: left;
  }
  .what-awaits__content-wrap{
    width: 100%;
    margin: 40px 0 0 0;
    overflow-x: scroll;
  }
  .what-awaits__content{
    width: 960px;
    grid-gap: 24px;
    margin: 0 0 0 0;
  }
  .what-awaits__block__title{
      font-size: 21px;
      line-height: 25px;
  }
  .what-awaits__block__description{
      margin: 16px 0 0 0;
      font-size: 16px;
      line-height: 24px;
  }
  .what-awaits__block{
      height: 304px;
      background: #F5F9FF;
      border-radius: 12px;
      overflow: hidden;
  }
  .what-awaits__block__bg-img{
      padding: 32px 24px 0 16px;
  }
  .what-awaits__btn-wrap{
    margin: 40px 0 0 0;
  }
}

@media (max-width: 576px) {
  .what-awaits{
      padding: 60px 0 60px 0;
  }
  .what-awaits h2 {
      font-size: 28px;
      line-height: 32px;
      text-align: left;
  }
  .what-awaits__content-wrap{
      display: none;
  }
  .what-awaits__block{
      width: 100%;
  }
  .what-awaits__btn-wrap{
    display: none;
  }
  .what-awaits__slider-wrap{
    display: block;
    margin: 25px 0 0 0;
  }
}

.any-other-questions{
  padding: 120px 0;
}
.any-other-questions__text{
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #474766;
  width: 69%;
}
.any-other-questions__email{
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #0069E5;
  width: 69%;
}
.any-other-questions__email a{
  text-decoration: none;
  color: inherit;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .any-other-questions{
    padding: 120px 0;
  }
  .any-other-questions__text{
    font-size: 28px;
    line-height: 36px;
  }
  .any-other-questions__email{
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .any-other-questions{
    padding: 80px 0;
  }
  .any-other-questions__text{
    font-size: 28px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
  .any-other-questions__email{
    font-size: 28px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .any-other-questions{
    padding: 80px 0;
  }
  .any-other-questions__text{
    font-size: 28px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
  .any-other-questions__email{
    font-size: 28px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .any-other-questions{
    padding: 60px 0;
  }
  .any-other-questions__text{
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
  }
  .any-other-questions__email{
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
  }
}

.leave-request-footer{
  background: #2589FF;
}
.leave-request-footer__content{
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../img/leave-request-footer__bg.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 90% 0;
}
.leave-request-footer__text{
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  width: 1032px;
}
.leave-request-footer__btn{
  background: #FFFFFF;
  border-radius: 6px;
  color: #2589FF;
  border: none;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow ease 0.3s;
}
.leave-request-footer__btn:hover{
  box-shadow: 0 0 10px rgb(255 255 255 / 80%);
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .leave-request-footer__text{
    font-size: 28px;
    line-height: 36px;
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .leave-request-footer__text{
    font-size: 24px;
    line-height: 28px;
    width: 70%;
  }
  .leave-request-footer__btn{
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .leave-request-footer__text{
    font-size: 24px;
    line-height: 28px;
    width: 65%;
  }
  .leave-request-footer__btn{
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 576px) {
  .leave-request-footer{
    position: relative;
    z-index: 4;
  }
  .leave-request-footer__content{
    padding: 40px 0;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: none;
  }
  .leave-request-footer__text{
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .leave-request-footer__btn{
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

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

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

.slick-track:after {
  clear: both
}

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

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

[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
}

.slick-slide{
  padding: 0 15px;
}
.slick-list{
  margin: 0 -15px;
}
.slick-dots{
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.slick-dots li button {
  margin: 0 4px;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px!important;
  height: 10px!important;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #2589FF;
  opacity: 0.2;
}
.slick-dots li{
  display: block;
}
.slick-active button{
  background: #2589FF!important;
  opacity: 1!important;
}

.about-new{
  padding: 120px 0;
}
.about-new__wrap{
  display: flex;
}
.about-new__left{
  width: 50%;
  padding-right: 30px;
  align-self: center;
}
.about-new h2{
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -0.01em;
  color: #474766;
  margin-bottom: 40px;
}
.about-new__p{
  font-size: 18px;
  line-height: 28px;
  color: #474766;
}
.about-new__right{
  padding-left: 20px;
  width: 50%;
  height: 400px;
}
.about-new__right img{
  height: 100%;
}
.about-new__img-wrap_mob{
  display: none;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .about-new{
      padding: 120px 0;
    }
    .about-new__wrap{
      display: flex;
    }
    .about-new__left{
      width: 50%;
      padding-right: 32px;
      align-self: center;
    }
    .about-new h2{
      font-size: 38px;
      line-height: 44px;
    }
    .about-new__p{
      font-size: 16px;
      line-height: 24px;
    }
    .about-new__right{
      padding-left: 0;
      width: 50%;
      height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-new{
    padding: 80px 0;
  }
  .about-new__wrap{
    display: flex;
  }
  .about-new__left{
    width: 50%;
    padding-right: 10px;
    align-self: center;
  }
  .about-new h2{
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 32px;
  }
  .about-new__p{
    font-size: 16px;
    line-height: 24px;
  }
  .about-new__right{
    padding-left: 0;
    width: 50%;
    height: 300px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
    .about-new{
      padding: 80px 0;
    }
    .about-new__wrap{
      display: flex;
    }
    .about-new__left{
      width: 50%;
      padding-right: 10px;
      align-self: center;
    }
    .about-new h2{
      font-size: 38px;
      line-height: 44px;
      margin-bottom: 32px;
    }
    .about-new__p{
      font-size: 16px;
      line-height: 24px;
    }
    .about-new__right{
      padding-left: 0;
      width: 50%;
      height: 300px;
    }
}

@media (max-width: 576px) {
  .about-new{
    padding: 60px 0;
  }
  .about-new__wrap{
    display: flex;
    flex-direction: column;
  }
  .about-new__left{
    width: 100%;
    padding-right: 0;
  }
  .about-new h2{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: center;
  }
  .about-new__p{
    font-size: 16px;
    line-height: 24px;
  }
  .about-new__img-wrap_lg{
    display: none;
  }
  .about-new__img-wrap_mob{
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .about-new__img-wrap_mob img{
    height: auto;
    width: 100%;
  }
}

.light-blue {
    background: #f5f9ff;
}
.slogan-with-logos {
    padding: 64px 0;
}
.slogan-with-logos img {
    max-width: 100%;
}
.slogan-with-logos .block-info {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.slogan-with-logos .title-h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    margin: 0 0 40px 0;
    color: #474766;
    display: block;
    text-align: center;
}
.slogan-with-logos .logos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -8px;
}
.slogan-with-logos .logo-wrapper {
    margin: 0 8px;
}

@media screen and (max-width: 1279px) {
    .slogan-with-logos {
        padding: 48px 0;
    }
    .slogan-with-logos .title-h3 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 24px 0;
    }
}
@media screen and (max-width: 1023px) {
    .slogan-with-logos .title-h3 {
        margin-bottom: 32px;
        font-size: 28px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .slogan-with-logos {
        padding: 40px 0;
    }
    .slogan-with-logos .title-h3 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
        text-align: left;
    }
    .slogan-with-logos .logo-wrapper:nth-child(5), .slogan-with-logos .logo-wrapper:nth-child(6), .slogan-with-logos .logo-wrapper:nth-child(7), .slogan-with-logos .logo-wrapper:nth-child(8) {
        display: none;
    }
}

.formblock__error-message{
  color: #ff0000;
  margin: -8px 0 8px 0;
  line-height: 0px;
  transition: all .3s;
  font-size: 13px;
}









.blue-block-3col{
    background: #2589FF;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.blue-block-3col__bg-img{
    padding: 48px 0;
    width: 100%;
    background-image: url("../img/blue-bg-img.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 83% center;
    margin: 0 -16px;
    display: flex;
}
.blue-block-3col__block{
    width: calc(33% - 16px);
    margin: 0 16px;
}
.blue-block-3col__title{
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.blue-block-3col__description{
    margin: 8px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}
  
 
    @media screen and (max-width: 1350px) {
    .blue-block-3col__bg-img{
      padding: 48px 0;
    }
    .blue-block-3col__title{
      font-size: 38px;
      line-height: 44px;
    }
    .blue-block-3col__description{
      margin: 12px 0 0 0;
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 980px) {
    .blue-block-3col__bg-img{
      padding: 40px 0;
    }
    .blue-block-3col__title{
      font-size: 38px;
      line-height: 44px;
    }
    .blue-block-3col__description{
      margin: 12px 0 0 0;
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 750px) {
    .blue-block-3col__3col{
        position: relative;
        z-index: 150;
      }
      .blue-block-3col__bg-img{
        padding: 40px 0 20px 0;
        width: 100%;
        background-size: cover;
        background-position: center bottom;
        margin: 0;
        display: flex;
        flex-direction: column;
      }
      .blue-block-3col__block{
        width: 100%;
        margin: 0 0 20px 0;
      }
      .blue-block-3col__title{
        font-size: 28px;
        line-height: 32px;
      }
      .blue-block-3col__description{
        margin: 8px 0 0 0;
        font-size: 16px;
        line-height: 24px;
      }
  }
  @media screen and (max-width: 581px) {
    .blue-block-3col__3col{
      position: relative;
      z-index: 150;
    }
    .blue-block-3col__bg-img{
      padding: 40px 0 20px 0;
      width: 100%;
      background-size: 95% auto;
      background-position: 490% bottom;
      margin: 0;
      display: flex;
      flex-direction: column;
    }
    .blue-block-3col__block{
      width: 100%;
      margin: 0 0 20px 0;
    }
    .blue-block-3col__title{
      font-size: 28px;
      line-height: 32px;
    }
    .blue-block-3col__description{
      margin: 8px 0 0 0;
      font-size: 16px;
      line-height: 24px;
    }
  }


.section-benefits {
  padding-top: 160px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 60px;
}
.section-benefits .default-headline-launch {
  text-align: left;
  margin: 0 0 38px 0;
}
.benefits__item {
  border: 2px solid #2589FF;
  border-radius: 12px;
  padding: 48px 32px 32px calc(33% + 20px);
  overflow: hidden;
  position: relative;
}
.benefits .img-block {
  width: 33%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.benefits .img-block.icon1 {
  background: url(../img/marketer.png) center bottom no-repeat;
  background-size: 80%;
}
.benefits .img-block.icon2 {
  background: url(../img/businessman.png) center bottom no-repeat;
  background-size: 60%;
}
.benefits .text-block h3 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}
.benefits .text-block p {
  color: #808899;
}


/*.slick-list {
  overflow: initial;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  top: initial;
  left: calc(50% - 21px);
  right: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  margin: 0;
}
.slick-dots button {
  font-size: 0px;
  color: transparent;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 5px;
  margin: 0 5px;
  background: #D4E9FC;
  border: 0;
  outline: none;
}
.slick-dots .slick-active button {
  background: #2589FF;
}*/

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .section-benefits {
    padding-top: 120px;
  }
  .benefits {
    grid-gap: 0 32px;
  }
  .benefits__item {
    padding: 40px 32px 32px calc(30% + 20px);
  }
  .benefits .img-block {
    width: 30%;
  }
  .benefits .img-block.icon1 {
    background-size: 85%;
  }
  .benefits .img-block.icon2 {
    background-size: 65%;
  }
}
@media screen and (max-width: 992px) {
  .section-benefits {
    padding-top: 80px;
  }
  .section-benefits h2 {
    text-align: left;
  }
  .benefits__item {
    padding: 24px 16px 180px;
    min-width: 270px;
  }
  .benefits {
    grid-gap: 0 16px;
    margin: 0 -20px;
    padding: 0 20px 20px;
  }
  .benefits .text-block h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .benefits .img-block {
    width: 100%;
    height: 180px;
    top: initial;
    bottom: 0;
  }
  .benefits .img-block.icon1 {
    background-size: 146px;
  }
  .benefits .img-block.icon2 {
    background-size: 113px;
  }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 576px) {
  .benefits {
    display: block;
    padding: 0 20px 0;
  }
  .section-benefits {
    padding-top: 60px;
  }
  .benefits .text-block h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .benefits__item{
    margin: 0 0 20px 0;
  }
}



.section-made {
  background: #F5F9FF;
  padding: 64px 0 32px;
  color: #474766;
}
.section-made h2 {
  margin-bottom: 24px;
  text-align: center;
}
.section-made_text {
  text-align: center;
  color: #808899;
  margin-bottom: 12px;
  max-width: 1100px;
  margin: 0 auto 12px auto;
  font-size: 18px;
  line-height: 24px;
}
.section-made__sides {
  display: flex;
  align-items: center;
}
.section-made__sides__left {
  width: 65%;
  position: relative;
}
.section-made__sides__left img {
  max-width: 100%;
}
.section-made__sides__right {
  width: 35%;
  padding: 0 0 0 0;
}
.section-made__method {
  margin-bottom: 32px;
}
.section-made__method__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 8px;
}
.section-made__method__description {
  color: #808899;
}


@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .section-made {
    padding: 48px 0 32px;
  }
  .section-made__method__title {
    font-size: 24px;
    line-height: 28px;
  }
  .section-made__method__description {
    font-size: 16px;
    line-height: 24px;
  }
  .section-made__sides__left {
    padding-right: 24px;
  }
}
@media screen and (max-width: 992px) {
  .section-made {
    padding: 40px 0 24px;
  }
  .section-made__sides {
    align-items: flex-start;
    flex-direction: column;
  }
  .section-made_text {
    font-size: 16px;
    line-height: 24px;
  }
  .section-made__sides__left {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .section-made__sides__left img {
    max-width: 106%;
    margin: 0 -3%;
  }
  .section-made__sides__right {
    width: 100%;
  }

}
@media screen and (max-width: 767px) {
  .section-made_text {
    text-align: left;
  }
  .section-made h2 {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .section-made {
    padding: 0;
    background: initial
  }
  .section-made__sides__left {
    width: 130%;
  }
}



.academy-head-info{
  margin: 0 0 20px 0;
  display: flex;
}
.academy-head-info__row{
  position: relative;
  color: #0069E5;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin: 0 16px 0 0;
}
.academy-head-info__row img{
  width: 20px;
}
.academy-head-info__row span{
  display: inline-block;
  margin: 0 0 0 8px;
  position: relative;
  top: -3px;
}







/*callbackform*/

.over-overlay {
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  z-index: 10;
  min-height: 100vh;
  display: none;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.37);
  z-index: 5;
}

.form-popup {
  display: none;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 10vh;
  left: 0;
  right: 0;
  z-index: 11;
}

.callbackform__message {
  position: relative;
  padding: 40px 48px;
  background: #fff;
  border: 1px solid rgb(149, 149, 149, 0.5);
  border-radius: 32px;
}

.callbackform__message_thnx-with-email {
  text-align: center;
}
.callbackform__message_thnx-with-email .callbackform__description {
  margin: 8px auto 0;
  width: 90%;
}

.close-icon {
  cursor: pointer;
  z-index: 6;
  position: absolute;
  top: 24px;
  right: 24px;
  height: 16px;
  width: 16px;
  background-image: url(../img/default/close-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.close-icon:hover {
  opacity: 1;
}

.callbackform__thnx-img {
  display: block;
  margin: 0 auto 4px auto;
  width: 56px;
}

.callbackform__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  color: #474766;
}

.callbackform__description {
  font-size: 18px;
  line-height: 22px;
  color: #474766;
  margin: 16px 0 8px 0;
}

.callbackform__note {
  color: #A3A3B2;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0 0 0;
}

.callbackform__input-container {
  position: relative;
  margin-top: 16px;
  display: inline-block;
  width: 100%;
}
.callbackform__input-container .callbackform__input {
  margin: 0;
}

.callbackform__input {
  margin: 16px 0 0 0;
  background: #F8F8F8;
  border-radius: 10px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #474766;
  padding: 11px 24px;
  border: 1px solid #F8F8F8;
  border: none;
  width: 100%;
  outline: none;
}

.callbackform__input::placeholder {
  color: #A3A3B2;
}

.callbackform__btn {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 16px 24px;
  margin: 24px 0 0 0;
  background: #2589FF;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: .2s all;
}

.callbackform__btn_disabled {
  background: #E7E7E7;
  color: #A3A3B2;
}

.callbackform__btn:hover {
  background: #489CFF;
}

.callbackform__btn_disabled:hover {
  background: #E2E2E2;
}

.callbackform__agreecheck {
  margin: 16px 0 0 0;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 8px;
  margin: 8px -8px -8px -8px;
  transition: .2s;
}

.callbackform__agreecheck.error {
  border: 1px solid #FF5858;
  border-radius: 10px;
  padding: 8px;
  margin: 8px -8px -8px -8px;
}

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

.callbackform__checkbox+label {
  display: block;
  user-select: none;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #A3A3B2;
}

.callbackform__checkbox+label a {
  color: inherit;
  text-decoration: underline;
}
.callbackform__checkbox+label a:hover {
  text-decoration: none;
}

.callbackform__checkbox+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  cursor: pointer;
  border: 1px solid #808899;
}

.callbackform__checkbox:checked+label::before {
  background-image: url("../img/default/checkbox.svg");
  background-size: 80%;
}

.callbackform__error-message {
  color: #FF5858;
  position: relative;
  line-height: 0px;
  opacity: 0;
  transition: all .2s;
  font-size: 13px;
  margin: 8px 0 -8px 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  padding: 0;
  width: max-content;
  max-width: 100%;
}

.callbackform__message input.error {
  border: 1px solid #FF5858;
}

.callbackform__add-to-calendar {
  border: 2px solid rgb(240, 240, 240, 0.9);
  border-radius: 12px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #F0F0F0;
  padding: 18px;
  margin: 16px 0 0 0;
  position: relative;
}

.callbackform__add-to-calendar img {
  width: 20px;
  position: relative;
  top: 3px;
  margin: -5px 0 0 3px;
}

.callbackform__on-email-button {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.callbackform__on-email-button svg {
  margin-left: 8px;
}

.callbackform__on-email-button:hover svg path {
  fill: #489CFF;
}

@keyframes input-error {
  0% {
    transform: translate(0);
  }

  33% {
    transform: translate(5px);
  }

  66% {
    transform: translate(-5px);
  }

  100% {
    transform: translate(0);
  }
}

/*new styles*/
.hidden {
  display: none;
}

.callbackform___stap-phone-code {
  display: none;
  position: relative;
}

.callbackform___stap-with-email {
  display: none;
  position: relative;
}

.callbackform__note-message {
  color: #A3A3B2;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0 0;
}

.allbackform__note-message_top {
  margin: 24px 0 0 0;
}

.callbackform__input-code-wrap {
  position: relative;
}

.callbackform__input-code-state {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: none;
}

.callbackform__input-code-state_sending {
  background: url(../img/default/sending.svg) center center no-repeat;
  transform: rotate(0);
  animation: rotation 2s linear infinite;
  display: block;
}

.callbackform__input-code-state_success {
  background: url(../img/default/success.svg) center center no-repeat;
  display: block;
}

.callbackform__input-code-state_new-code {
  background: url(../img/default/new-code.svg) center center no-repeat;
  display: block;
  cursor: pointer;
}

.callbackform__input-clear {
  background: url(../img/default/input-clear.svg) center center no-repeat;
  display: block;
  cursor: pointer;
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.callbackform__href-next-step {
  text-decoration: underline;
  cursor: pointer;
  width: max-content;
  font-size: 18px;
  line-height: 28px;
  color: #A3A3B2;
  margin: 32px 0 0 0;
}

.callbackform__arrow-back {
  position: absolute;
  top: -20px;
  left: -30px;
  cursor: pointer;
  opacity: 0.5;
}
.callbackform__arrow-back:hover {
  opacity: 1;
}

.callbackform__arrow-back img {
  width: 24px;
}

.callbackform___stap-phone-code-hidden {
  display: none;
}

.callbackform__message_thnx {
  display: none;
}

.callbackform__title_ltl {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 750px) {
  .callbackform__arrow-back {
    top: -19px;
    left: -12px;
  }

  .callbackform__arrow-back img {
    width: 17px;
  }

  .callbackform__title_ltl {
    font-size: 18px;
    line-height: 24px;
  }
}

/*pre-btn-qw*/
.pre-btn-qw {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}

.pre-btn-qw__text {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #F0F0F0;
}

.pre-btn-qw__switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pre-btn-qw__switch {
  background: #BDBDBD;
  width: 50px;
  height: 30px;
  border-radius: 15px;
  position: relative;
  transition: .3s;
  flex-shrink: 0;
  cursor: pointer;
}

.pre-btn-qw__switch-tongue {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #FFFFFF;
  top: 2px;
  left: 2px;
  transition: .3s;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.pre-btn-qw__switch-input:checked+.pre-btn-qw__switch {
  background: #2589FF;
}

.pre-btn-qw__switch-input:checked+.pre-btn-qw__switch .pre-btn-qw__switch-tongue {
  left: 22px;
}

@media screen and (max-width: 767px) {
  .callbackform__on-email-button {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .pre-btn-qw {
    margin-top: 12px;
  }

  .pre-btn-qw__text {
    font-size: 14px;
  }
}

/*new styles*/
@media screen and (max-width: 1350px) {
  .callbackform__description {
    font-size: 16px;
    line-height: 22px;
  }

  .callbackform__note {
    margin: 16px 0 0 0;
  }

  .callbackform__btn {
    font-size: 16px;
    border-radius: 8px;
  }

  .callbackform__input {
    font-size: 16px;
    line-height: 22px;
    border-radius: 8px;
  }

  .callbackform__add-to-calendar {
    border-radius: 8px;
    padding: 12px;
  }
}

@media screen and (max-width: 750px) {
  .form-popup {
    max-width: 400px;
  }

  .callbackform__message {
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 32px 24px 32px 24px;
  }

  .close-icon {
    top: 17px;
    right: 16px;
    height: 16px;
    width: 16px;
  }

  .callbackform__title {
    font-size: 24px;
    line-height: 28px;
  }

  .callbackform__description {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 8px 0;
  }

  .callbackform__input {
    margin: 8px 0 0 0;
    line-height: 20px;
    padding: 12px 16px;
  }

  .callbackform__btn {
    padding: 14px 24px;
  }

  .callbackform__checkbox+label {
    padding: 0 0 0 32px;
  }
}

/*phone mask*/

.callbackform__input-phone-mask {
    padding: 12px 24px 12px 73px;
}
.callbackform__input.border-square {
    border-radius: 10px 10px 0 0;
}

.callbackform__flag-container {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 57px;
    height: 40px;
    background: #fff;
    border-radius: 6px;
    padding: 12px 0 12px 12px;
    display: flex;
    align-items: center;
}

.callbackform__flag-container::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    background: url(../img/default/callbackform__flag-arrow.svg) center center no-repeat;
    background-size: contain;
    width: 8px;
    height: 6px;
}

.callbackform__flag {
    /*  height: 15px;*/
    /*  box-shadow: 0px 0px 1px 0px #888;*/
    border-radius: 2.5px;
    width: 20px;
    margin: 0 16px 0 0;
    transform: scale(1.2);
    background-image: url("../img/default/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    flex-shrink: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .callbackform__flag {
        background-image: url("../img/default/flags@2x.png"); } }

/*.callbackform__flag img {
    border-radius: 4px;
    width: 28px;
    height: 18px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}*/

.callbackform__dropdown {
    position: absolute;
    top: 56px;
    background: #F8F8F8;
    z-index: 1;
    width: 100%;
    border: 1px solid #EDEDED;
    border-radius: 0px 0px 12px 12px;
    overflow: hidden;
}

.callbackform__dropdown.hide {
    display: none;
}

.callbackform__dropdown.show {
    display: block;
}

.callbackform__country-list {
    padding: 0;
    margin: 0;
    height: 100%;
    max-height: 50vh;
    overflow: auto;
}

.callbackform__country-item {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 22px;
    cursor: pointer;
}
.callbackform__country-item.hide {
    display: none;
}

.callbackform__country-item:hover {
    background: #fff;
}

.callbackform__country-name {
    display: inline-block;
    margin-right: 8px;
}


@media screen and (max-width: 750px) {
    .callbackform__dropdown {
        top: 44px;
    }
}



/*flags*/


.callbackform__flag {}
  .callbackform__flag.flag_be {
    width: 18px; }
  .callbackform__flag.flag_ch {
    width: 15px; }
  .callbackform__flag.flag_mc {
    width: 19px; }
  .callbackform__flag.flag_ne {
    width: 18px; }
  .callbackform__flag.flag_np {
    width: 13px; }
  .callbackform__flag.flag_va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .callbackform__flag {
      background-size: 5652px 15px; } }
  .callbackform__flag.flag_ac {
    height: 10px;
    background-position: 0px 0px; }
  .callbackform__flag.flag_ad {
    height: 14px;
    background-position: -22px 0px; }
  .callbackform__flag.flag_ae {
    height: 10px;
    background-position: -44px 0px; }
  .callbackform__flag.flag_af {
    height: 14px;
    background-position: -66px 0px; }
  .callbackform__flag.flag_ag {
    height: 14px;
    background-position: -88px 0px; }
  .callbackform__flag.flag_ai {
    height: 10px;
    background-position: -110px 0px; }
  .callbackform__flag.flag_al {
    height: 15px;
    background-position: -132px 0px; }
  .callbackform__flag.flag_am {
    height: 10px;
    background-position: -154px 0px; }
  .callbackform__flag.flag_ao {
    height: 14px;
    background-position: -176px 0px; }
  .callbackform__flag.flag_aq {
    height: 14px;
    background-position: -198px 0px; }
  .callbackform__flag.flag_ar {
    height: 13px;
    background-position: -220px 0px; }
  .callbackform__flag.flag_as {
    height: 10px;
    background-position: -242px 0px; }
  .callbackform__flag.flag_at {
    height: 14px;
    background-position: -264px 0px; }
  .callbackform__flag.flag_au {
    height: 10px;
    background-position: -286px 0px; }
  .callbackform__flag.flag_aw {
    height: 14px;
    background-position: -308px 0px; }
  .callbackform__flag.flag_ax {
    height: 13px;
    background-position: -330px 0px; }
  .callbackform__flag.flag_az {
    height: 10px;
    background-position: -352px 0px; }
  .callbackform__flag.flag_ba {
    height: 10px;
    background-position: -374px 0px; }
  .callbackform__flag.flag_bb {
    height: 14px;
    background-position: -396px 0px; }
  .callbackform__flag.flag_bd {
    height: 12px;
    background-position: -418px 0px; }
  .callbackform__flag.flag_be {
    height: 15px;
    background-position: -440px 0px; }
  .callbackform__flag.flag_bf {
    height: 14px;
    background-position: -460px 0px; }
  .callbackform__flag.flag_bg {
    height: 12px;
    background-position: -482px 0px; }
  .callbackform__flag.flag_bh {
    height: 12px;
    background-position: -504px 0px; }
  .callbackform__flag.flag_bi {
    height: 12px;
    background-position: -526px 0px; }
  .callbackform__flag.flag_bj {
    height: 14px;
    background-position: -548px 0px; }
  .callbackform__flag.flag_bl {
    height: 14px;
    background-position: -570px 0px; }
  .callbackform__flag.flag_bm {
    height: 10px;
    background-position: -592px 0px; }
  .callbackform__flag.flag_bn {
    height: 10px;
    background-position: -614px 0px; }
  .callbackform__flag.flag_bo {
    height: 14px;
    background-position: -636px 0px; }
  .callbackform__flag.flag_bq {
    height: 14px;
    background-position: -658px 0px; }
  .callbackform__flag.flag_br {
    height: 14px;
    background-position: -680px 0px; }
  .callbackform__flag.flag_bs {
    height: 10px;
    background-position: -702px 0px; }
  .callbackform__flag.flag_bt {
    height: 14px;
    background-position: -724px 0px; }
  .callbackform__flag.flag_bv {
    height: 15px;
    background-position: -746px 0px; }
  .callbackform__flag.flag_bw {
    height: 14px;
    background-position: -768px 0px; }
  .callbackform__flag.flag_by {
    height: 10px;
    background-position: -790px 0px; }
  .callbackform__flag.flag_bz {
    height: 14px;
    background-position: -812px 0px; }
  .callbackform__flag.flag_ca {
    height: 10px;
    background-position: -834px 0px; }
  .callbackform__flag.flag_cc {
    height: 10px;
    background-position: -856px 0px; }
  .callbackform__flag.flag_cd {
    height: 15px;
    background-position: -878px 0px; }
  .callbackform__flag.flag_cf {
    height: 14px;
    background-position: -900px 0px; }
  .callbackform__flag.flag_cg {
    height: 14px;
    background-position: -922px 0px; }
  .callbackform__flag.flag_ch {
    height: 15px;
    background-position: -944px 0px; }
  .callbackform__flag.flag_ci {
    height: 14px;
    background-position: -961px 0px; }
  .callbackform__flag.flag_ck {
    height: 10px;
    background-position: -983px 0px; }
  .callbackform__flag.flag_cl {
    height: 14px;
    background-position: -1005px 0px; }
  .callbackform__flag.flag_cm {
    height: 14px;
    background-position: -1027px 0px; }
  .callbackform__flag.flag_cn {
    height: 14px;
    background-position: -1049px 0px; }
  .callbackform__flag.flag_co {
    height: 14px;
    background-position: -1071px 0px; }
  .callbackform__flag.flag_cp {
    height: 14px;
    background-position: -1093px 0px; }
  .callbackform__flag.flag_cr {
    height: 12px;
    background-position: -1115px 0px; }
  .callbackform__flag.flag_cu {
    height: 10px;
    background-position: -1137px 0px; }
  .callbackform__flag.flag_cv {
    height: 12px;
    background-position: -1159px 0px; }
  .callbackform__flag.flag_cw {
    height: 14px;
    background-position: -1181px 0px; }
  .callbackform__flag.flag_cx {
    height: 10px;
    background-position: -1203px 0px; }
  .callbackform__flag.flag_cy {
    height: 14px;
    background-position: -1225px 0px; }
  .callbackform__flag.flag_cz {
    height: 14px;
    background-position: -1247px 0px; }
  .callbackform__flag.flag_de {
    height: 12px;
    background-position: -1269px 0px; }
  .callbackform__flag.flag_dg {
    height: 10px;
    background-position: -1291px 0px; }
  .callbackform__flag.flag_dj {
    height: 14px;
    background-position: -1313px 0px; }
  .callbackform__flag.flag_dk {
    height: 15px;
    background-position: -1335px 0px; }
  .callbackform__flag.flag_dm {
    height: 10px;
    background-position: -1357px 0px; }
  .callbackform__flag.flag_do {
    height: 14px;
    background-position: -1379px 0px; }
  .callbackform__flag.flag_dz {
    height: 14px;
    background-position: -1401px 0px; }
  .callbackform__flag.flag_ea {
    height: 14px;
    background-position: -1423px 0px; }
  .callbackform__flag.flag_ec {
    height: 14px;
    background-position: -1445px 0px; }
  .callbackform__flag.flag_ee {
    height: 13px;
    background-position: -1467px 0px; }
  .callbackform__flag.flag_eg {
    height: 14px;
    background-position: -1489px 0px; }
  .callbackform__flag.flag_eh {
    height: 10px;
    background-position: -1511px 0px; }
  .callbackform__flag.flag_er {
    height: 10px;
    background-position: -1533px 0px; }
  .callbackform__flag.flag_es {
    height: 14px;
    background-position: -1555px 0px; }
  .callbackform__flag.flag_et {
    height: 10px;
    background-position: -1577px 0px; }
  .callbackform__flag.flag_eu {
    height: 14px;
    background-position: -1599px 0px; }
  .callbackform__flag.flag_fi {
    height: 12px;
    background-position: -1621px 0px; }
  .callbackform__flag.flag_fj {
    height: 10px;
    background-position: -1643px 0px; }
  .callbackform__flag.flag_fk {
    height: 10px;
    background-position: -1665px 0px; }
  .callbackform__flag.flag_fm {
    height: 11px;
    background-position: -1687px 0px; }
  .callbackform__flag.flag_fo {
    height: 15px;
    background-position: -1709px 0px; }
  .callbackform__flag.flag_fr {
    height: 14px;
    background-position: -1731px 0px; }
  .callbackform__flag.flag_ga {
    height: 15px;
    background-position: -1753px 0px; }
  .callbackform__flag.flag_gb {
    height: 10px;
    background-position: -1775px 0px; }
  .callbackform__flag.flag_gd {
    height: 12px;
    background-position: -1797px 0px; }
  .callbackform__flag.flag_ge {
    height: 14px;
    background-position: -1819px 0px; }
  .callbackform__flag.flag_gf {
    height: 14px;
    background-position: -1841px 0px; }
  .callbackform__flag.flag_gg {
    height: 14px;
    background-position: -1863px 0px; }
  .callbackform__flag.flag_gh {
    height: 14px;
    background-position: -1885px 0px; }
  .callbackform__flag.flag_gi {
    height: 10px;
    background-position: -1907px 0px; }
  .callbackform__flag.flag_gl {
    height: 14px;
    background-position: -1929px 0px; }
  .callbackform__flag.flag_gm {
    height: 14px;
    background-position: -1951px 0px; }
  .callbackform__flag.flag_gn {
    height: 14px;
    background-position: -1973px 0px; }
  .callbackform__flag.flag_gp {
    height: 14px;
    background-position: -1995px 0px; }
  .callbackform__flag.flag_gq {
    height: 14px;
    background-position: -2017px 0px; }
  .callbackform__flag.flag_gr {
    height: 14px;
    background-position: -2039px 0px; }
  .callbackform__flag.flag_gs {
    height: 10px;
    background-position: -2061px 0px; }
  .callbackform__flag.flag_gt {
    height: 13px;
    background-position: -2083px 0px; }
  .callbackform__flag.flag_gu {
    height: 11px;
    background-position: -2105px 0px; }
  .callbackform__flag.flag_gw {
    height: 10px;
    background-position: -2127px 0px; }
  .callbackform__flag.flag_gy {
    height: 12px;
    background-position: -2149px 0px; }
  .callbackform__flag.flag_hk {
    height: 14px;
    background-position: -2171px 0px; }
  .callbackform__flag.flag_hm {
    height: 10px;
    background-position: -2193px 0px; }
  .callbackform__flag.flag_hn {
    height: 10px;
    background-position: -2215px 0px; }
  .callbackform__flag.flag_hr {
    height: 10px;
    background-position: -2237px 0px; }
  .callbackform__flag.flag_ht {
    height: 12px;
    background-position: -2259px 0px; }
  .callbackform__flag.flag_hu {
    height: 10px;
    background-position: -2281px 0px; }
  .callbackform__flag.flag_ic {
    height: 14px;
    background-position: -2303px 0px; }
  .callbackform__flag.flag_id {
    height: 14px;
    background-position: -2325px 0px; }
  .callbackform__flag.flag_ie {
    height: 10px;
    background-position: -2347px 0px; }
  .callbackform__flag.flag_il {
    height: 15px;
    background-position: -2369px 0px; }
  .callbackform__flag.flag_im {
    height: 10px;
    background-position: -2391px 0px; }
  .callbackform__flag.flag_in {
    height: 14px;
    background-position: -2413px 0px; }
  .callbackform__flag.flag_io {
    height: 10px;
    background-position: -2435px 0px; }
  .callbackform__flag.flag_iq {
    height: 14px;
    background-position: -2457px 0px; }
  .callbackform__flag.flag_ir {
    height: 12px;
    background-position: -2479px 0px; }
  .callbackform__flag.flag_is {
    height: 15px;
    background-position: -2501px 0px; }
  .callbackform__flag.flag_it {
    height: 14px;
    background-position: -2523px 0px; }
  .callbackform__flag.flag_je {
    height: 12px;
    background-position: -2545px 0px; }
  .callbackform__flag.flag_jm {
    height: 10px;
    background-position: -2567px 0px; }
  .callbackform__flag.flag_jo {
    height: 10px;
    background-position: -2589px 0px; }
  .callbackform__flag.flag_jp {
    height: 14px;
    background-position: -2611px 0px; }
  .callbackform__flag.flag_ke {
    height: 14px;
    background-position: -2633px 0px; }
  .callbackform__flag.flag_kg {
    height: 12px;
    background-position: -2655px 0px; }
  .callbackform__flag.flag_kh {
    height: 13px;
    background-position: -2677px 0px; }
  .callbackform__flag.flag_ki {
    height: 10px;
    background-position: -2699px 0px; }
  .callbackform__flag.flag_km {
    height: 12px;
    background-position: -2721px 0px; }
  .callbackform__flag.flag_kn {
    height: 14px;
    background-position: -2743px 0px; }
  .callbackform__flag.flag_kp {
    height: 10px;
    background-position: -2765px 0px; }
  .callbackform__flag.flag_kr {
    height: 14px;
    background-position: -2787px 0px; }
  .callbackform__flag.flag_kw {
    height: 10px;
    background-position: -2809px 0px; }
  .callbackform__flag.flag_ky {
    height: 10px;
    background-position: -2831px 0px; }
  .callbackform__flag.flag_kz {
    height: 10px;
    background-position: -2853px 0px; }
  .callbackform__flag.flag_la {
    height: 14px;
    background-position: -2875px 0px; }
  .callbackform__flag.flag_lb {
    height: 14px;
    background-position: -2897px 0px; }
  .callbackform__flag.flag_lc {
    height: 10px;
    background-position: -2919px 0px; }
  .callbackform__flag.flag_li {
    height: 12px;
    background-position: -2941px 0px; }
  .callbackform__flag.flag_lk {
    height: 10px;
    background-position: -2963px 0px; }
  .callbackform__flag.flag_lr {
    height: 11px;
    background-position: -2985px 0px; }
  .callbackform__flag.flag_ls {
    height: 14px;
    background-position: -3007px 0px; }
  .callbackform__flag.flag_lt {
    height: 12px;
    background-position: -3029px 0px; }
  .callbackform__flag.flag_lu {
    height: 12px;
    background-position: -3051px 0px; }
  .callbackform__flag.flag_lv {
    height: 10px;
    background-position: -3073px 0px; }
  .callbackform__flag.flag_ly {
    height: 10px;
    background-position: -3095px 0px; }
  .callbackform__flag.flag_ma {
    height: 14px;
    background-position: -3117px 0px; }
  .callbackform__flag.flag_mc {
    height: 15px;
    background-position: -3139px 0px; }
  .callbackform__flag.flag_md {
    height: 10px;
    background-position: -3160px 0px; }
  .callbackform__flag.flag_me {
    height: 10px;
    background-position: -3182px 0px; }
  .callbackform__flag.flag_mf {
    height: 14px;
    background-position: -3204px 0px; }
  .callbackform__flag.flag_mg {
    height: 14px;
    background-position: -3226px 0px; }
  .callbackform__flag.flag_mh {
    height: 11px;
    background-position: -3248px 0px; }
  .callbackform__flag.flag_mk {
    height: 10px;
    background-position: -3270px 0px; }
  .callbackform__flag.flag_ml {
    height: 14px;
    background-position: -3292px 0px; }
  .callbackform__flag.flag_mm {
    height: 14px;
    background-position: -3314px 0px; }
  .callbackform__flag.flag_mn {
    height: 10px;
    background-position: -3336px 0px; }
  .callbackform__flag.flag_mo {
    height: 14px;
    background-position: -3358px 0px; }
  .callbackform__flag.flag_mp {
    height: 10px;
    background-position: -3380px 0px; }
  .callbackform__flag.flag_mq {
    height: 14px;
    background-position: -3402px 0px; }
  .callbackform__flag.flag_mr {
    height: 14px;
    background-position: -3424px 0px; }
  .callbackform__flag.flag_ms {
    height: 10px;
    background-position: -3446px 0px; }
  .callbackform__flag.flag_mt {
    height: 14px;
    background-position: -3468px 0px; }
  .callbackform__flag.flag_mu {
    height: 14px;
    background-position: -3490px 0px; }
  .callbackform__flag.flag_mv {
    height: 14px;
    background-position: -3512px 0px; }
  .callbackform__flag.flag_mw {
    height: 14px;
    background-position: -3534px 0px; }
  .callbackform__flag.flag_mx {
    height: 12px;
    background-position: -3556px 0px; }
  .callbackform__flag.flag_my {
    height: 10px;
    background-position: -3578px 0px; }
  .callbackform__flag.flag_mz {
    height: 14px;
    background-position: -3600px 0px; }
  .callbackform__flag.flag_na {
    height: 14px;
    background-position: -3622px 0px; }
  .callbackform__flag.flag_nc {
    height: 10px;
    background-position: -3644px 0px; }
  .callbackform__flag.flag_ne {
    height: 15px;
    background-position: -3666px 0px; }
  .callbackform__flag.flag_nf {
    height: 10px;
    background-position: -3686px 0px; }
  .callbackform__flag.flag_ng {
    height: 10px;
    background-position: -3708px 0px; }
  .callbackform__flag.flag_ni {
    height: 12px;
    background-position: -3730px 0px; }
  .callbackform__flag.flag_nl {
    height: 14px;
    background-position: -3752px 0px; }
  .callbackform__flag.flag_no {
    height: 15px;
    background-position: -3774px 0px; }
  .callbackform__flag.flag_np {
    height: 15px;
    background-position: -3796px 0px; }
  .callbackform__flag.flag_nr {
    height: 10px;
    background-position: -3811px 0px; }
  .callbackform__flag.flag_nu {
    height: 10px;
    background-position: -3833px 0px; }
  .callbackform__flag.flag_nz {
    height: 10px;
    background-position: -3855px 0px; }
  .callbackform__flag.flag_om {
    height: 10px;
    background-position: -3877px 0px; }
  .callbackform__flag.flag_pa {
    height: 14px;
    background-position: -3899px 0px; }
  .callbackform__flag.flag_pe {
    height: 14px;
    background-position: -3921px 0px; }
  .callbackform__flag.flag_pf {
    height: 14px;
    background-position: -3943px 0px; }
  .callbackform__flag.flag_pg {
    height: 15px;
    background-position: -3965px 0px; }
  .callbackform__flag.flag_ph {
    height: 10px;
    background-position: -3987px 0px; }
  .callbackform__flag.flag_pk {
    height: 14px;
    background-position: -4009px 0px; }
  .callbackform__flag.flag_pl {
    height: 13px;
    background-position: -4031px 0px; }
  .callbackform__flag.flag_pm {
    height: 14px;
    background-position: -4053px 0px; }
  .callbackform__flag.flag_pn {
    height: 10px;
    background-position: -4075px 0px; }
  .callbackform__flag.flag_pr {
    height: 14px;
    background-position: -4097px 0px; }
  .callbackform__flag.flag_ps {
    height: 10px;
    background-position: -4119px 0px; }
  .callbackform__flag.flag_pt {
    height: 14px;
    background-position: -4141px 0px; }
  .callbackform__flag.flag_pw {
    height: 13px;
    background-position: -4163px 0px; }
  .callbackform__flag.flag_py {
    height: 11px;
    background-position: -4185px 0px; }
  .callbackform__flag.flag_qa {
    height: 8px;
    background-position: -4207px 0px; }
  .callbackform__flag.flag_re {
    height: 14px;
    background-position: -4229px 0px; }
  .callbackform__flag.flag_ro {
    height: 14px;
    background-position: -4251px 0px; }
  .callbackform__flag.flag_rs {
    height: 14px;
    background-position: -4273px 0px; }
  .callbackform__flag.flag_ru {
    height: 14px;
    background-position: -4295px 0px; }
  .callbackform__flag.flag_rw {
    height: 14px;
    background-position: -4317px 0px; }
  .callbackform__flag.flag_sa {
    height: 14px;
    background-position: -4339px 0px; }
  .callbackform__flag.flag_sb {
    height: 10px;
    background-position: -4361px 0px; }
  .callbackform__flag.flag_sc {
    height: 10px;
    background-position: -4383px 0px; }
  .callbackform__flag.flag_sd {
    height: 10px;
    background-position: -4405px 0px; }
  .callbackform__flag.flag_se {
    height: 13px;
    background-position: -4427px 0px; }
  .callbackform__flag.flag_sg {
    height: 14px;
    background-position: -4449px 0px; }
  .callbackform__flag.flag_sh {
    height: 10px;
    background-position: -4471px 0px; }
  .callbackform__flag.flag_si {
    height: 10px;
    background-position: -4493px 0px; }
  .callbackform__flag.flag_sj {
    height: 15px;
    background-position: -4515px 0px; }
  .callbackform__flag.flag_sk {
    height: 14px;
    background-position: -4537px 0px; }
  .callbackform__flag.flag_sl {
    height: 14px;
    background-position: -4559px 0px; }
  .callbackform__flag.flag_sm {
    height: 15px;
    background-position: -4581px 0px; }
  .callbackform__flag.flag_sn {
    height: 14px;
    background-position: -4603px 0px; }
  .callbackform__flag.flag_so {
    height: 14px;
    background-position: -4625px 0px; }
  .callbackform__flag.flag_sr {
    height: 14px;
    background-position: -4647px 0px; }
  .callbackform__flag.flag_ss {
    height: 10px;
    background-position: -4669px 0px; }
  .callbackform__flag.flag_st {
    height: 10px;
    background-position: -4691px 0px; }
  .callbackform__flag.flag_sv {
    height: 12px;
    background-position: -4713px 0px; }
  .callbackform__flag.flag_sx {
    height: 14px;
    background-position: -4735px 0px; }
  .callbackform__flag.flag_sy {
    height: 14px;
    background-position: -4757px 0px; }
  .callbackform__flag.flag_sz {
    height: 14px;
    background-position: -4779px 0px; }
  .callbackform__flag.flag_ta {
    height: 10px;
    background-position: -4801px 0px; }
  .callbackform__flag.flag_tc {
    height: 10px;
    background-position: -4823px 0px; }
  .callbackform__flag.flag_td {
    height: 14px;
    background-position: -4845px 0px; }
  .callbackform__flag.flag_tf {
    height: 14px;
    background-position: -4867px 0px; }
  .callbackform__flag.flag_tg {
    height: 13px;
    background-position: -4889px 0px; }
  .callbackform__flag.flag_th {
    height: 14px;
    background-position: -4911px 0px; }
  .callbackform__flag.flag_tj {
    height: 10px;
    background-position: -4933px 0px; }
  .callbackform__flag.flag_tk {
    height: 10px;
    background-position: -4955px 0px; }
  .callbackform__flag.flag_tl {
    height: 10px;
    background-position: -4977px 0px; }
  .callbackform__flag.flag_tm {
    height: 14px;
    background-position: -4999px 0px; }
  .callbackform__flag.flag_tn {
    height: 14px;
    background-position: -5021px 0px; }
  .callbackform__flag.flag_to {
    height: 10px;
    background-position: -5043px 0px; }
  .callbackform__flag.flag_tr {
    height: 14px;
    background-position: -5065px 0px; }
  .callbackform__flag.flag_tt {
    height: 12px;
    background-position: -5087px 0px; }
  .callbackform__flag.flag_tv {
    height: 10px;
    background-position: -5109px 0px; }
  .callbackform__flag.flag_tw {
    height: 14px;
    background-position: -5131px 0px; }
  .callbackform__flag.flag_tz {
    height: 14px;
    background-position: -5153px 0px; }
  .callbackform__flag.flag_ua {
    height: 14px;
    background-position: -5175px 0px; }
  .callbackform__flag.flag_ug {
    height: 14px;
    background-position: -5197px 0px; }
  .callbackform__flag.flag_um {
    height: 11px;
    background-position: -5219px 0px; }
  .callbackform__flag.flag_un {
    height: 14px;
    background-position: -5241px 0px; }
  .callbackform__flag.flag_us {
    height: 11px;
    background-position: -5263px 0px; }
  .callbackform__flag.flag_uy {
    height: 14px;
    background-position: -5285px 0px; }
  .callbackform__flag.flag_uz {
    height: 10px;
    background-position: -5307px 0px; }
  .callbackform__flag.flag_va {
    height: 15px;
    background-position: -5329px 0px; }
  .callbackform__flag.flag_vc {
    height: 14px;
    background-position: -5346px 0px; }
  .callbackform__flag.flag_ve {
    height: 14px;
    background-position: -5368px 0px; }
  .callbackform__flag.flag_vg {
    height: 10px;
    background-position: -5390px 0px; }
  .callbackform__flag.flag_vi {
    height: 14px;
    background-position: -5412px 0px; }
  .callbackform__flag.flag_vn {
    height: 14px;
    background-position: -5434px 0px; }
  .callbackform__flag.flag_vu {
    height: 12px;
    background-position: -5456px 0px; }
  .callbackform__flag.flag_wf {
    height: 14px;
    background-position: -5478px 0px; }
  .callbackform__flag.flag_ws {
    height: 10px;
    background-position: -5500px 0px; }
  .callbackform__flag.flag_xk {
    height: 15px;
    background-position: -5522px 0px; }
  .callbackform__flag.flag_ye {
    height: 14px;
    background-position: -5544px 0px; }
  .callbackform__flag.flag_yt {
    height: 14px;
    background-position: -5566px 0px; }
  .callbackform__flag.flag_za {
    height: 14px;
    background-position: -5588px 0px; }
  .callbackform__flag.flag_zm {
    height: 14px;
    background-position: -5610px 0px; }
  .callbackform__flag.flag_zw {
    height: 10px;
    background-position: -5632px 0px; }






tb-notification-button {
  margin: 16px 0 0 0 !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100%;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button[channel="tg"] {
  border: 2px solid #2589FF !important;
  background: #FFF !important;
  padding: 21px 24px !important;
  border-radius: 12px !important;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button:hover {
  border: 2px solid #489CFF !important;
  box-shadow: none !important;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button tb-notification-button__icon > svg path {
  fill: #2589FF;
}
tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button:hover tb-notification-button__icon > svg path {
  fill: #489CFF;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button>a {
  font-family: 'SuisseIntl', sans-serif !important;
  color: #2589FF !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
}
tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button:hover>a {
  color: #489CFF !important;
}

tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button__icon {
  margin: -10px 0 !important;
}

tb-notification-button__text {
  font-size: 0;
}

tb-notification-button__text::before {
  content: 'В Telegram-боте';
  font-size: 18px !important;
  line-height: 20px !important;
}

@media screen and (max-width: 1350px) {
  tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-widget-buttons.tb-btn-style-gradient tb-notification-button[channel="tg"] {
    border-radius: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  tb-notification-button__text::before {
    font-size: 16px !important;
  }
}

.empty-button {
    background: #FFF;
    color: #2589FF;
    border: 2px solid #2589FF;
    padding: 18px 24px;
}
.empty-button:hover {
    background: #FFF;
    color: #489CFF;
    border: 2px solid #489CFF;
}
