@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

html {
  box-sizing: border-box;
}

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

:focus {
  outline: 0;
}

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

audio,
canvas,
iframe,
video,
img,
svg {
  vertical-align: middle;
}

iframe {
  border: 0;
}

textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

.clear {
  clear: both;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.first-page {
  position: relative;
  width: 100%;
  padding-top: 39px;
  padding-bottom: 110px;
  overflow: hidden;
}

.header {
  position: relative;
}
.header__highlight {
  width: 600px;
  height: 600px;
  left: -250px;
  top: -250px;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__sign-in {
  margin: 0 auto;
}
.header__registration {
  display: inline-block;
  color: #EDEDED;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 32px;
  padding: 10px 18px;
  border-radius: 5px;
  background: linear-gradient(0deg, #0079F7, #0079F7);
  box-shadow: 0 10px 50px rgba(0, 121, 247, 0.25);
  margin-right: 26px;
}
.header__registration:hover {
  cursor: pointer;
  transform: translateY(-4px);
  background: linear-gradient(180deg, #485BFF 0%, #260CC8 100%);
  box-shadow: 0 4px 0 #0060C4;
  transition: 0.2s;
}
.header__login {
  display: inline-block;
  color: #EDEDED;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 32px;
  padding: 10px 18px;
  border-radius: 5px;
  background: linear-gradient(0deg, #5E6287, #5E6287);
  box-shadow: 0 10px 50px rgba(73, 78, 113, 0.5);
  cursor: pointer;
}
.header__login:hover {
  transform: translateY(-4px);
  background: linear-gradient(180deg, #485BFF 0%, #260CC8 100%);
  box-shadow: 0 4px 0 #0060C4;
  transition: 0.2s;
}
.header__contacts {
  max-width: 232px;
}
.header__contacts-icon {
  display: none;
}
.header__mobile-phone {
  display: block;
  font-size: 26px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: right;
}
.header__work-schedule {
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: right;
}

.cabinet {
  display: none;
  flex-wrap: wrap;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: auto;
  pointer-events: none;
}
.user p {
  margin: 0;
  line-height: 12px;
  text-transform: none;
}
.user__avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.user__default-avatar {
  display: none;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 50%;
  line-height: 0;
  padding: 5px;
}

h1 {
  margin: 0 auto 19px;
  text-align: center;
  font-size: 48px;
  line-height: 62px;
  color: #FFFFFF;
  font-weight: 700;
  max-width: 814px;
}

.offer__title-continue {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  max-width: 998px;
  margin: 0 auto 33px;
  padding: 14px 0;
  border: 1px solid #087AF4;
  box-shadow: 0px 4px 40px rgba(35, 119, 242, 0.25);
  border-radius: 5px;
}
.offer__call {
  color: #F3F3F3;
  font-size: 24px;
  line-height: 42px;
  max-width: 928px;
  margin: 0 auto;
  text-align: center;
}
.offer__target-audience {
  max-width: 370px;
  margin: 97px 0 46px 80px;
}
.offer__target-audience-item {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  font-size: 18px;
  background: linear-gradient(90deg, #0F061F 0%, #1F1937 97.25%);
  border-radius: 5px;
  margin-bottom: 12px;
  padding: 6px 15px;
  line-height: 36px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.offer__target-audience-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 32px;
  width: 2px;
  background: #0079F7;
}
.offer__target-audience-item:last-child {
  background: none;
}
.offer__target-audience-item:last-child:before {
  content: none;
}
.offer__start-using {
  display: inline-block;
  max-width: 385px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 26px;
  margin-left: 80px;
  background: linear-gradient(0deg, #0079F7, #0079F7);
  box-shadow: 0px 10px 50px rgba(0, 121, 247, 0.5), 0px 4px 0px #0060C4;
  border-radius: 5px;
}
.offer__start-using:hover {
  cursor: pointer;
  transform: translateY(-4px);
  background: linear-gradient(180deg, #485BFF 0%, #260CC8 100%);
  box-shadow: 0 4px 0 #0060C4;
  transition: 0.2s;
}
.offer__info {
  position: relative;
}
.offer__background-image {
  max-width: 750px;
  position: absolute;
  right: 0;
  z-index: 2;
}
.offer__background-image img {
  position: relative;
  z-index: 2;
}
.offer__highlight {
  width: 600px;
  height: 600px;
  top: 0px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .header__highlight {
    left: -56px;
    top: -68px;
  }

  .offer__background-image {
    max-width: 50%;
  }
  .offer__highlight {
    top: -25%;
    left: -12%;
  }
}
@media (max-width: 992px) {
  .header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__logo {
    flex: 1 1 50%;
  }
  .header__sign-in {
    order: 3;
    margin-bottom: 20px;
  }
  .header__contacts {
    flex: 1 1 50%;
  }

  .offer__background-image {
    position: relative;
    float: right;
    margin-top: 50px;
  }
  .offer__tetle-continue {
    padding-left: 5px;
    padding-right: 5px;
  }
  .offer__target-audience {
    margin-left: 0;
  }
  .offer__start-using {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__highlight {
    display: none;
  }

  .offer__highlight {
    top: -50px;
    left: -50px;
    width: 320px;
    height: 320px;
  }
  .offer__background-image {
    margin: 0 auto;
    max-width: 70%;
    float: none;
  }
  .offer__target-audience {
    margin: 20px auto;
    background: linear-gradient(153.74deg, #FFFFFF -31.86%, rgba(255, 255, 255, 0) 83.32%), rgba(40, 48, 77, 0.59);
    background-blend-mode: overlay, normal;
    backdrop-filter: blur(33px);
    border-radius: 6px;
    padding-left: 23px;
    padding-top: 10px;
    position: relative;
    z-index: 2;
  }
  .offer__target-audience-item {
    background: none;
  }
  .offer__target-audience-item:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #0079F7;
  }
  .offer__target-audience-item:last-child {
    background: none;
  }
  .offer__target-audience-item:last-child:before {
    content: none;
  }
  .offer__start-using {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .header__inner {
    justify-content: space-around;
  }
  .header__contacts {
    display: none;
  }
  .header__contacts-icon {
    display: block;
    margin-top: -22px;
    cursor: pointer;
  }
  .header__contacts-icon svg {
    width: 45px;
    height: 45px;
  }
  .header__sign-in {
    font-size: 10px;
  }
  .header__registration {
    padding: 6px 12px;
    font-size: 10px;
    box-shadow: 0px 10px 50px rgba(73, 78, 113, 0.5);
  }
  .header__registration:hover {
    box-shadow: 0px 10px 50px rgba(0, 121, 247, 0.25);
  }
  .header__login {
    padding: 6px 12px;
    font-size: 10px;
    box-shadow: 0px 10px 50px rgba(0, 121, 247, 0.25);
  }
  .header__login:hover {
    box-shadow: 0px 10px 50px rgba(0, 121, 247, 0.25);
  }

  h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .offer__highlight {
    top: 0;
    left: 0;
  }
  .offer__title-continue {
    font-size: 16px;
    line-height: 26px;
    padding: 11px;
    max-width: 227px;
  }
  .offer__call {
    font-size: 14px;
    max-width: 227px;
    line-height: 24px;
  }
  .offer__target-audience {
    max-width: 232px;
  }
  .offer__target-audience-item {
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 21px;
  }
  .offer__target-audience-item:before {
    top: 10px;
    left: 0;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #0079F7;
  }
  .offer__start-using {
    font-size: 10px;
    padding: 20px 12px;
    max-width: 232px;
  }
  .offer__background-image {
    max-width: 326px;
  }
}
@media (max-width: 391px) {
  .header__registration {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .header__login {
    text-align: center;
    width: 100%;
  }

  .cabinet__login {
    margin-right: 0;
  }
}
.advantages {
  position: relative;
  padding-bottom: 100px;
}
.advantages__title {
  max-width: 562px;
  margin: 0 auto;
  text-align: center;
}
.advantages__title-continue {
  color: #F3F3F3;
  text-align: center;
  font-size: 21px;
  line-height: 32px;
  max-width: 561px;
  margin: 0 auto 42px;
}
.advantages__tools {
  display: flex;
}
.advantages__tools-item {
  display: flex;
  flex-direction: column;
  max-width: 392px;
  margin-right: 19px;
  padding: 39px 38px 43px;
  background: rgba(40, 48, 77, 0.59);
  background-blend-mode: overlay, normal;
  backdrop-filter: blur(33px);
  border-radius: 6px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.advantages__tools-item:nth-child(2) .advantages__tools-item-title {
  max-width: 173px;
}
.advantages__tools-item:last-child {
  margin-right: 0;
}
.advantages__tools-item-title {
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  max-width: 263px;
  padding: 7px 19px;
  margin: 0 auto 20px;
  background: rgba(43, 3, 91, 0.01);
  border: 1px solid #087AF4;
  box-shadow: 0 4px 40px rgba(35, 119, 242, 0.25);
  border-radius: 5px;
}
.advantages__tools-item-image {
  display: block;
  margin: auto;
}
.advantages__tools-item-image img {
  display: block;
  margin: 0 auto;
}
.advantages__tools-item-text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-top: auto;
}

.advantages-background-images {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.advantages-background-images__left {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: -30%;
  background: url(/images/advantages-background.png?74502420bc335d054163b053b8aec3de) no-repeat;
  background-size: contain;
  opacity: 40%;
}
.advantages-background-images__right {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -70%;
  background: url(/images/advantages-background.png?74502420bc335d054163b053b8aec3de) no-repeat;
  background-size: contain;
  opacity: 40%;
  bottom: 0;
}

@media (max-width: 1200px) {
  .advantages-background-images__left {
    left: -50%;
  }
}
@media (max-width: 992px) {
  .advantages__tools {
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantages__tools-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .advantages__tools-item {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .advantages__title-continue {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 31px;
  }
  .advantages__tools-item-title {
    font-size: 16px;
    line-height: 26px;
  }
  .advantages__tools-item-text {
    font-size: 12px;
    line-height: 21px;
  }
  .advantages__tools-item-image {
    max-width: 204px;
    margin-bottom: 20px;
  }

  .advantages-background-images {
    top: 30px;
  }
}
.results {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
.results__title {
  max-width: 1061px;
  margin: 0 auto 62px;
  flex: 0 0 100%;
  text-align: center;
}
.results__inner {
  display: flex;
  justify-content: center;
}

.results-list {
  display: inline-block;
  width: 45%;
}
.results-list:last-child {
  width: 48%;
}
.results-list__item:nth-child(odd) {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 15px;
  max-width: 523px;
}
.results-list__item:nth-child(even) {
  color: #F3F3F3;
  font-size: 16px;
  line-height: 32px;
  padding: 10px 14px 10px 19px;
  background: rgba(43, 3, 91, 0.01);
  border: 1px solid #087AF4;
  box-shadow: 0px 4px 40px rgba(35, 119, 242, 0.25);
  border-radius: 5px;
  margin-bottom: 62px;
}
.results-list__item:nth-child(2) {
  max-width: 418px;
}
.results-list__item:nth-child(4) {
  max-width: 512px;
}
.results-list__item:last-child {
  margin-bottom: 0;
  max-width: 441px;
}

.achievement {
  background: linear-gradient(0deg, #292D4D, #292D4D);
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.achievement__text {
  padding: 27px 0 28px 37px;
}
.achievement__text h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 13px;
}
.achievement__text p {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
.achievement__image {
  flex: 1 0 200px;
  width: 200px;
  height: 250px;
  background: url(/images/robot-results.png?fa08aaa5408e64e2ea09e0307319c14e) no-repeat;
}

@media (max-width: 1200px) {
  .results__list {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .results__inner {
    flex-wrap: wrap;
  }

  .results-list {
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .results-list__item {
    margin: 0 auto;
  }
  .results-list__item:nth-child(odd) {
    max-width: 80%;
  }
  .results-list__item:nth-child(even) {
    max-width: 80%;
  }

  .achievement {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .results__title {
    margin-bottom: 42px;
  }

  .results-list__item {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 11px 18px;
  }
  .results-list__item:nth-child(odd) {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
  }
  .results-list__item:nth-child(even) {
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 21px;
  }
  .results-list__item:nth-child(2) {
    max-width: 242px;
  }
  .results-list__item:nth-child(4) {
    max-width: 224px;
  }
  .results-list__item:nth-child(6) {
    max-width: 242px;
  }

  .achievement {
    width: 80%;
    margin: 0;
  }
  .achievement__text {
    padding: 11px 18px;
  }
  .achievement__text h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .achievement__text p {
    font-size: 12px;
    line-height: 21px;
  }
  .achievement__image {
    display: none;
  }
}
.functional {
  position: relative;
  padding-top: 100px;
}
.functional__inner-background {
  display: none;
}
.functional__title {
  margin: 0 auto 65px;
  text-align: center;
}

.functional-background__photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4px;
  left: 0;
  z-index: 2;
  background: url(/images/functional-background.png?6f46e06bdc1bcdfd3ede9009731af477) bottom no-repeat;
  filter: drop-shadow(0px 0px 2px rgba(41, 43, 64, 0.75));
}
.functional-background__layering {
  position: absolute;
  width: 100%;
  height: 227px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(21, 10, 27, 0) 0%, #150d25 100%);
}

.functional-list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 56px;
  grid-auto-rows: minmax(0, auto);
  grid-row-gap: 37px;
  margin: 0 auto;
}
.functional-list__item {
  max-width: 262px;
  text-align: center;
  position: relative;
  z-index: 4;
}
.functional-list__item:first-child {
  justify-self: end;
}
.functional-list__item:first-child h5 {
  max-width: 287px;
}
.functional-list__item:nth-child(2) {
  justify-self: start;
}
.functional-list__item:nth-child(3) {
  justify-self: center;
}
.functional-list__item:nth-child(4) {
  justify-self: center;
}
.functional-list__item:nth-child(5) {
  justify-self: start;
}
.functional-list__item:nth-child(6) {
  justify-self: end;
  max-width: 276px;
}
.functional-list__item:nth-child(7) {
  justify-self: start;
}
.functional-list__item:nth-child(7) h5 {
  margin-bottom: 0;
}
.functional-list__item:nth-child(8) {
  justify-self: end;
}
.functional-list__item:nth-child(8) h5 {
  margin-bottom: 0;
}
.functional-list__item:nth-child(9) {
  justify-self: center;
  padding-right: 100px;
}
.functional-list__item:nth-child(9) h5 {
  margin-bottom: 0;
}
.functional-list__item:nth-child(10) {
  justify-self: center;
  max-width: 212px;
}
.functional-list__item:nth-child(10) h5 {
  margin-bottom: 0;
}
.functional-list__item:nth-child(11) {
  justify-self: end;
}
.functional-list__item:nth-child(11) h5 {
  margin-bottom: 0;
}
.functional-list__item:nth-child(12) {
  justify-self: start;
}
.functional-list__item:nth-child(12) h5 {
  margin-bottom: 0;
}
.functional-list__item-title {
  color: #F3F3F3;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.functional-list__item-description {
  color: #EDEDED;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1200px) {
  .functional-list__item:nth-child(3) {
    justify-self: start;
  }
  .functional-list__item:nth-child(4) {
    justify-self: end;
  }
  .functional-list__item-title {
    font-size: 18px;
  }
  .functional-list__item-description {
    font-size: 14px;
  }

  .functional-background__photo {
    opacity: 65%;
  }
}
@media (max-width: 1080px) {
  .functional-list__item:nth-child(3) {
    justify-self: start;
  }
  .functional-list__item:nth-child(4) {
    justify-self: end;
  }
  .functional-list__item-title {
    text-align: start;
  }
  .functional-list__item-description {
    text-align: start;
  }
}
@media (max-width: 992px) {
  .functional-background__photo {
    opacity: 35%;
  }
}
@media (max-width: 767px) {
  .functional__background {
    display: none;
  }
  .functional__inner-background {
    display: block;
  }

  .functional-background {
    position: relative;
    height: 285px;
  }
  .functional-background__photo {
    background-size: contain;
    opacity: 100%;
    z-index: 3;
  }
  .functional-background .background-image {
    display: block;
  }
  .functional-background__layering {
    height: 100%;
    background: none;
  }

  .functional-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
    padding: 0 40px;
  }
  .functional-list__item {
    padding-left: 20px;
  }
  .functional-list__item:nth-child(odd) {
    justify-self: start;
  }
  .functional-list__item:nth-child(even) {
    justify-self: end;
  }
  .functional-list__item:nth-child(9) {
    padding-right: 0;
  }
  .functional-list__item:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0079F7;
  }
  .functional-list__background {
    position: relative;
    background-size: contain;
    height: 285px;
    opacity: 90%;
  }
}
@media (max-width: 575px) {
  .functional__title {
    margin-bottom: 32px;
  }

  .functional-list {
    grid-row-gap: 16px;
    padding: 0;
  }
  .functional-list__item-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .functional-list__item-description {
    font-size: 12px;
    line-height: 21px;
  }
  .functional-list__item {
    max-width: 200px;
    padding-left: 12px;
  }
  .functional-list__item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
  }
  .functional-list__item:first-child {
    max-width: 196px;
  }
  .functional-list__item:nth-child(2) {
    max-width: 170px;
  }
  .functional-list__item:nth-child(3) {
    max-width: 196px;
  }
  .functional-list__item:nth-child(4) {
    max-width: 175px;
  }
  .functional-list__item:nth-child(5) {
    max-width: 196px;
  }
  .functional-list__item:nth-child(6) {
    max-width: 200px;
  }
  .functional-list__item:nth-child(7) {
    max-width: 129px;
  }
  .functional-list__item:nth-child(8) {
    max-width: 170px;
  }
  .functional-list__item:nth-child(9) {
    max-width: 129px;
  }
  .functional-list__item:nth-child(10) {
    max-width: 150px;
  }
  .functional-list__item:nth-child(11) {
    max-width: 145px;
  }
  .functional-list__item:nth-child(12) {
    max-width: 128px;
  }
}
.about-project {
  position: relative;
  padding-top: 100px;
  padding-bottom: 78px;
}
.about-project__effectiveness {
  margin-top: 85px;
}
.about-project__in-development {
  display: flex;
  justify-content: space-between;
}
.about-project__earn-more {
  margin-bottom: 160px;
}

.coming-soon {
  width: 50%;
  display: inline-block;
  margin-bottom: 66px;
}
.coming-soon__title {
  display: block;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 25px;
}

.feature-list__item {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 36px;
  background: rgba(43, 3, 91, 0.01);
  border: 1px solid #087AF4;
  box-shadow: 0 4px 20px rgba(35, 119, 242, 0.25);
  border-radius: 5px;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  margin-bottom: 14px;
}
.feature-list__item:nth-child(1) {
  max-width: 426px;
  margin-right: 14px;
}
.feature-list__item:nth-child(3) {
  max-width: 289px;
  margin-right: 14px;
}
.feature-list__item:nth-child(4) {
  max-width: 159px;
}

.free {
  display: inline-block;
  max-width: 480px;
  vertical-align: top;
}
.free__title {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}
.free__description {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 15px;
  max-width: 455px;
}

.effectiveness {
  display: block;
  position: relative;
  max-width: 853px;
  background: linear-gradient(153.51deg, #FFFFFF -31.42%, rgba(255, 255, 255, 0) 83.37%), rgba(40, 48, 77, 0.59);
  background-blend-mode: overlay, normal;
  backdrop-filter: blur(33px);
  border-radius: 6px;
  padding: 37px 45px 36px;
  margin: 85px auto 0;
}
.effectiveness__info {
  max-width: 399px;
  margin-right: 45px;
}
.effectiveness__info-title {
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
  color: #FFFFFF;
}
.effectiveness__info-description {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  max-width: 409px;
}
.effectiveness__try-free {
  position: absolute;
  height: 100%;
  top: -39px;
  right: -30px;
}
.effectiveness__try-free-image {
  width: 100%;
  position: relative;
  left: -20px;
}
.effectiveness__try-free-image img {
  max-width: 87%;
}
.effectiveness__try-free-btn {
  padding: 26px 30px 30px 30px;
  max-width: 315px;
}

@media (max-width: 1053px) {
  .coming-soon {
    width: 100%;
    display: inline-block;
  }

  .feature-list {
    width: 100%;
  }
  .feature-list__item {
    display: inline-block;
    margin-right: 14px;
  }
  .feature-list__item:nth-child(1) {
    max-width: none;
    margin-right: 14px;
  }
  .feature-list__item:nth-child(3) {
    max-width: none;
    margin-right: 14px;
  }
  .feature-list__item:nth-child(4) {
    max-width: none;
  }

  .free {
    display: inline-block;
    max-width: none;
  }
}
@media (max-width: 992px) {
  .effectiveness {
    display: flex;
  }
  .effectiveness__info {
    width: 50%;
    margin-right: 0;
  }
  .effectiveness__try-free {
    position: relative;
    top: 0;
  }
  .effectiveness__try-free-image {
    left: 0;
  }

  .about-project__in-development {
    flex-wrap: wrap;
  }
  .about-project__earn-more {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .effectiveness {
    flex-wrap: wrap;
    justify-content: center;
  }
  .effectiveness__info {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .effectiveness__info-title {
    margin-bottom: 9px;
  }
  .effectiveness__info-description {
    max-width: none;
  }
  .effectiveness__try-free {
    width: initial;
    right: 0;
  }
  .effectiveness__try-free-image {
    max-width: 305px;
    left: 0;
  }
  .effectiveness__try-free-image img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .coming-soon__title {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 23px;
    text-align: center;
  }

  .feature-list {
    display: block;
  }
  .feature-list__item {
    font-size: 12px;
    line-height: 21px;
    display: block;
    margin: 0 auto 25px;
  }
  .feature-list__item:nth-child(1) {
    max-width: 215px;
    margin: 0 auto 25px;
  }
  .feature-list__item:nth-child(2) {
    max-width: 191px;
    margin: 0 auto 25px;
  }
  .feature-list__item:nth-child(3) {
    max-width: 199px;
    margin: 0 auto 25px;
  }
  .feature-list__item:nth-child(4) {
    max-width: 199px;
    margin: 0 auto 25px;
  }

  .free__title {
    font-size: 21px;
    line-height: 32px;
  }
  .free__description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }

  .effectiveness__info {
    margin-right: 0;
    margin-bottom: 26px;
  }
  .effectiveness__info-title {
    font-size: 18px;
    line-height: 28px;
  }
  .effectiveness__info-description {
    max-width: none;
    font-size: 12px;
    line-height: 21px;
  }
  .effectiveness__try-free {
    width: initial;
    right: 0;
  }
  .effectiveness__try-free-image {
    max-width: 177px;
  }
  .effectiveness__try-free-btn {
    padding: 6px 12px;
  }
}
@media (max-width: 375px) {
  .effectiveness__info {
    max-width: 214px;
  }
  .effectiveness__info-title {
    max-width: 178px;
  }
}
.presentation {
  position: relative;
  padding-bottom: 140px;
  overflow: hidden;
}
.presentation__highlight {
  width: 600px;
  height: 600px;
  top: 0;
  right: -10%;
}
.presentation__container {
  display: flex;
}
.presentation__video-manual {
  display: inline-block;
  width: 50%;
  padding-right: 47px;
}
.presentation__online-demo {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 50%;
  padding-left: 47px;
  position: relative;
  border-width: 0;
  border-left: 1px solid;
  border-image: linear-gradient(180deg, rgba(136, 108, 140, 0) 0%, rgb(108, 111, 140) 49.86%, rgba(108, 111, 140, 0) 100%) 0 100%;
}

.video-manual__title {
  color: #FFFFFF;
  font-size: 42px;
  line-height: 62px;
  font-weight: 700;
  max-width: 551px;
  margin-bottom: 17px;
}
.video-manual__description {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 36px;
  max-width: 471px;
  margin-bottom: 40px;
}
.video-manual__video {
  max-width: 543px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 5px;
}

.online-demo__title {
  color: #FFFFFF;
  font-size: 42px;
  line-height: 62px;
  font-weight: 700;
  max-width: 534px;
  margin-bottom: 9px;
}
.online-demo__title-continue {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 36px;
  max-width: 359px;
  margin-bottom: 46px;
  padding: 8px 16px 7px 17px;
  background: rgba(43, 3, 91, 0.01);
  border: 1px solid #087AF4;
  box-shadow: 0px 4px 40px rgba(35, 119, 242, 0.25);
  border-radius: 5px;
}
.online-demo__from-you {
  margin-bottom: 33px;
}
.online-demo__from-us {
  margin-bottom: 30px;
}
.online-demo__sign-up {
  max-width: 459px;
  padding: 27px 30px 31px 31px;
}
.online-demo__get-link {
  max-width: 459px;
  padding: 20px;
}

.from-you__title {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.from-you__item {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 36px;
  padding-left: 19px;
  position: relative;
}
.from-you__item:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
}

.from-us__title {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.from-us__text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 1100px) {
  .presentation {
    padding-bottom: 140px;
  }
  .presentation__container {
    display: flex;
    flex-wrap: wrap;
  }
  .presentation__video-manual {
    display: block;
    margin-bottom: 50px;
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 3;
  }
  .presentation__online-demo {
    display: block;
    width: 100%;
    border: none;
    padding-left: 0;
  }

  .video-manual__title {
    max-width: 100%;
  }
  .video-manual__description {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .video-manual__video {
    margin: 0 auto 30px;
  }

  .online-demo {
    padding-top: 40px;
    border-width: 0;
    border-top: 1px solid;
    border-image: linear-gradient(270deg, rgba(136, 108, 140, 0) 0%, rgb(108, 111, 140) 49.86%, rgba(108, 111, 140, 0) 100%) 100% 0;
  }
  .online-demo__get-link {
    margin: auto;
  }
  .online-demo__title {
    max-width: 100%;
  }
  .online-demo__title-continue {
    max-width: 100%;
    display: inline-block;
  }
  .online-demo__sign-up {
    max-width: 459px;
    padding: 27px 30px 31px 31px;
  }
  .online-demo__from {
    display: flex;
  }
  .online-demo__sign-up {
    margin: 0 auto;
  }

  .from-you {
    flex: 0 0 50%;
    margin-right: 25px;
  }
  .from-you__title {
    margin-bottom: 10px;
  }

  .from-us {
    flex: 0 0 50%;
  }
  .from-us__title {
    margin-bottom: 10px;
  }
  .from-us__text {
    max-width: 450px;
  }
}
@media (max-width: 730px) {
  .from-you {
    display: block;
  }

  .from-us {
    display: block;
  }
  .from-us__text {
    max-width: none;
  }

  .online-demo__from {
    display: block;
  }
}
@media (max-width: 575px) {
  .presentation {
    padding-bottom: 55px;
  }
  .presentation__highlight {
    width: 400px;
    height: 400px;
  }

  .video-manual__title {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .video-manual__description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .online-demo__title {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 9px;
  }
  .online-demo__title-continue {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 33px;
    padding: 11px 18px;
  }
  .online-demo__from-you {
    margin-bottom: 39px;
  }
  .online-demo__from-us {
    margin-bottom: 24px;
  }
  .online-demo__sign-up {
    max-width: 274px;
    padding: 14px 13px;
  }

  .from-you__title {
    font-size: 16px;
  }
  .from-you__item {
    font-size: 12px;
    padding-left: 12px;
  }
  .from-you__item:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #0079F7;
    border-radius: 50%;
  }

  .from-us__title {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
  }
  .from-us__text {
    font-size: 12px;
    line-height: 21px;
  }
}
.earn {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.earn__highlight {
  width: 420px;
  height: 420px;
  top: 0;
  left: 0;
}

.earn-more {
  display: flex;
  position: relative;
  z-index: 2;
}
.earn-more__info {
  width: 50%;
}
.earn-more__image-container {
  position: relative;
  width: 45%;
}
.earn-more__image {
  position: absolute;
  top: -55px;
  background-size: 75%;
  background-repeat: no-repeat;
}

.earn-more-info {
  position: relative;
}
.earn-more-info__title {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 56px;
  font-weight: 700;
  padding-right: 50px;
}
.earn-more-info__description {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 36px;
  max-width: 549px;
}
.earn-more-info__soon {
  position: absolute;
  z-index: 5;
  top: 33px;
  right: -15px;
}

@media (max-width: 1200px) {
  .earn-more-info__soon {
    right: -55px;
  }

  .earn-more__image {
    top: 0;
  }
}
@media (max-width: 905px) {
  .earn {
    padding-bottom: 0;
  }

  .earn-more {
    display: block;
  }
  .earn-more__info {
    width: 100%;
  }

  .earn-more-info__title {
    width: 80%;
  }
  .earn-more-info__soon {
    right: 0;
  }

  .earn-more__image-container {
    width: 80%;
    margin: 0 auto;
  }
  .earn-more__image {
    position: initial;
  }
}
@media (max-width: 575px) {
  .earn__highlight {
    width: 400px;
    height: 400px;
  }

  .earn-more-info__title {
    font-size: 20px;
    line-height: 32px;
    width: 87%;
    margin-bottom: 10px;
  }
  .earn-more-info__description {
    font-size: 14px;
    line-height: 24px;
  }

  .earn-more__image-container {
    width: 100%;
  }
}
.automation {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.automation__title {
  max-width: 1101px;
  text-align: center;
  margin: 0 auto 9px;
}
.automation__text {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  max-width: 771px;
  margin: 0 auto 19px;
}
.automation__actions {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.automation__send-request {
  margin: 0 auto;
  max-width: 311px;
}

.automation-actions__item {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background: #292D4D;
  border-radius: 5px;
  padding: 6px 26px;
  margin-bottom: 14px;
}
.automation-actions__item:nth-child(3) {
  margin-left: 30px;
}
.automation-actions__item:nth-child(odd) {
  margin-right: 14px;
}
.automation-actions__item:last-child {
  background: none;
  color: #EDEAEA;
}

.send-request {
  position: relative;
  max-width: 311px;
}
.send-request__highlight {
  width: 600px;
  height: 600px;
  top: -150px;
  left: -150px;
}
.send-request .blue-button:hover {
  transform: none;
}
.send-request__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 29px 37px;
  z-index: 2;
}
.send-request__image {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 705px) {
  .automation-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .automation-actions__item {
    display: inline-block;
  }
  .automation-actions__item:nth-child(3) {
    margin-left: 0;
  }
  .automation-actions__item:nth-child(odd) {
    margin-right: 0;
  }
  .automation-actions__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .automation {
    padding-bottom: 55px;
  }
  .automation .background-image {
    bottom: 0;
    height: 436px;
  }
  .automation__title {
    font-size: 20px;
    line-height: 32px;
  }
  .automation__text {
    font-size: 14px;
    line-height: 24px;
    max-width: 771px;
    margin-bottom: 14px;
  }
  .automation__actions {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .automation__send-request {
    margin: 0 auto;
    max-width: 311px;
  }

  .automation-actions__item {
    font-size: 12px;
    padding: 11px 18px;
  }

  .send-request {
    position: relative;
    max-width: 185px;
  }
  .send-request__highlight {
    width: 400px;
    height: 400px;
    top: -50px;
    left: -100px;
  }
  .send-request__link {
    padding: 14px 37px;
  }
}
.management {
  padding-bottom: 100px;
  position: relative;
}
.management__title {
  max-width: 813px;
  margin: 0 auto 10px;
}
.management__text {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  max-width: 813px;
  margin: 0 auto 78px;
}
.management__directors {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}

.directors-person {
  max-width: 33%;
  border-bottom: 0;
  position: relative;
}
.directors-person__photo {
  display: block;
  position: relative;
  z-index: 1;
  bottom: -30px;
  margin: 0 auto;
}
.directors-person__info {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 383px;
  margin: 0 auto;
}
.directors-person__experience {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  padding: 11px 14px;
  margin: 0 auto;
  background: rgba(43, 3, 91, 0.01);
  border: 1px solid #087AF4;
  box-shadow: 0px 4px 20px rgba(35, 119, 242, 0.25);
  border-radius: 5px;
}
.directors-person:nth-child(1) img {
  left: 28px;
}
.directors-person:nth-child(2) img {
  width: 92%;
}
.directors-person:nth-child(3) {
  margin-right: 0;
}
.directors-person:nth-child(3) .directors-person__experience {
  max-width: 320px;
}

.director-info {
  display: flex;
  margin-bottom: 50px;
}
.director-info__photo {
  display: inline-block;
  background: #292D4D;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 21px;
}
.director-info__photo img {
  position: absolute;
  bottom: 0;
}
.director-info__about {
  display: inline-block;
}

.director-info-about {
  max-width: 200px;
  vertical-align: top;
}
.director-info-about__name {
  color: #FFFFFF;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}
.director-info-about__post {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .director-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .director-info__photo {
    margin: 0 auto 10px;
  }
  .director-info__about {
    text-align: center;
  }

  .directors-person:nth-child(3) .directors-person__info {
    margin-bottom: 85px;
  }
}
@media (max-width: 1035px) {
  .directors-person {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .management__directors {
    flex-direction: column;
  }

  .director-info {
    margin-bottom: 25px;
  }

  .directors-person {
    max-width: 350px;
    margin: 0 auto 35px;
  }
  .directors-person:nth-child(3) {
    margin: 0 auto 35px;
  }
  .directors-person:nth-child(3) .director-info {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .management {
    padding-bottom: 55px;
  }
  .management__text {
    color: #F3F3F3;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 44px;
  }

  .directors-person__experience {
    font-size: 14px;
    line-height: 21px;
    padding: 11px 14px;
  }

  .director-info-about {
    max-width: 232px;
    padding: 11px 0 13px 0;
  }
  .director-info-about__name {
    color: #FFFFFF;
    font-size: 18px;
  }
  .director-info-about__post {
    font-size: 14px;
    line-height: 24px;
  }
}
.support {
  position: relative;
  padding-bottom: 75px;
  overflow: hidden;
}
.support__highlight {
  width: 600px;
  height: 600px;
  top: 0;
  left: -200px;
}
.support .container-inner {
  max-width: 935px;
  margin: 0 auto;
  position: relative;
}
.support__title {
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.support__title-continue {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 27px;
  position: relative;
  z-index: 2;
}
.support__conditionals {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.support__bonus {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 36px;
  display: inline-block;
  max-width: 388px;
  margin-right: 31px;
  padding: 8px 30px;
  background: rgba(43, 3, 91, 0.01);
  border: 1px solid #087AF4;
  box-shadow: 0px 4px 20px rgba(35, 119, 242, 0.25);
  border-radius: 5px;
}
.support__contacts {
  max-width: 420px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
}
.support__background {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -50px;
}
.support__background img {
  max-width: 90%;
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.conditionals {
  max-width: 669px;
}
.conditionals__item {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  line-height: 32px;
  color: #EBE8E8;
}
.conditionals__item:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #0079F7;
  border-radius: 50%;
}
.conditionals__item:nth-child(1) {
  max-width: 274px;
  margin-right: 47px;
}
.conditionals__item:nth-child(2) {
  max-width: 361px;
}

.support-contacts {
  display: inline-block;
}
.support-contacts__contact-us {
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 29px 22px 19px;
  position: relative;
  z-index: 4;
}
.support-contacts__write {
  display: inline-block;
  margin-right: 22px;
}
.support-contacts__write svg {
  margin-right: 9px;
}
.support-contacts__write span {
  color: #3B3B3B;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-decoration-line: underline;
}
.support-contacts__write span:hover {
  cursor: pointer;
  color: #0079F7;
}
.support-contacts__call {
  display: inline-block;
}
.support-contacts__call svg {
  margin-right: 9px;
}
.support-contacts__call a {
  color: #3B3B3B;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-decoration-line: underline;
}
.support-contacts__call a:hover {
  color: #0079F7;
  cursor: pointer;
}
.support-contacts__button {
  position: relative;
  z-index: 5;
  bottom: -20px;
  margin: 0 auto;
  max-width: 303px;
  padding: 25px 0 29px;
}

@media (max-width: 1200px) {
  .support {
    position: relative;
  }
  .support .container-inner {
    max-width: 100%;
  }
  .support__background {
    right: 0;
  }
}
@media (max-width: 992px) {
  .support {
    position: relative;
  }
  .support__title {
    margin: 0 auto;
    text-align: center;
  }
  .support__title-continue {
    margin: 0 auto 27px;
    text-align: center;
  }
  .support__contacts {
    position: relative;
    bottom: 0;
    display: block;
    margin: 0 auto 30px;
  }
  .support__bonus {
    max-width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .support__background {
    position: relative;
    margin: 0 auto;
    left: 0;
  }
  .support__background img {
    margin: 0 auto;
    right: unset;
  }

  .conditionals {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .support-contacts__wrapper {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .support__highlight {
    width: 400px;
    height: 400px;
    left: -100px;
  }
  .support__title {
    max-width: 680px;
    position: relative;
    z-index: 2;
  }
  .support__title-continue {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .support__conditionals {
    margin-bottom: 28px;
    flex-direction: column;
  }
  .support__bonus {
    font-size: 14px;
    line-height: 24px;
    padding: 11px 18px;
  }
  .support__background {
    width: 70%;
  }

  .conditionals__item {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 21px;
    padding-left: 17px;
  }
  .conditionals__item:before {
    content: "";
    position: absolute;
    top: 8px;
    width: 5px;
    height: 5px;
  }
  .conditionals__item:nth-child(1) {
    margin-right: 0px;
  }

  .support-contacts {
    display: block;
  }
  .support-contacts__contact-us {
    padding: 26px 25px 20px;
  }
  .support-contacts__write {
    display: block;
    margin-right: 22px;
    text-align: center;
  }
  .support-contacts__write svg {
    width: 14px;
    height: 14px;
  }
  .support-contacts__write span {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
  }
  .support-contacts__call {
    display: block;
    text-align: center;
  }
  .support-contacts__call svg {
    width: 14px;
    height: 14px;
  }
  .support-contacts__call a {
    color: #3B3B3B;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
  }
  .support-contacts__button {
    padding: 14px;
  }
  .support-contacts__wrapper {
    width: 100%;
    bottom: -30px;
  }
}
@media (max-width: 425px) {
  .support-contacts__wrapper {
    bottom: -25%;
  }
}
.users-activity {
  position: relative;
  padding-bottom: 82px;
}
.users-activity .container-inner {
  max-width: 935px;
  margin: 0 auto;
}
.users-activity__about {
  margin-right: 20px;
}
.users-activity__title {
  max-width: 538px;
  margin-bottom: 10px;
  display: block;
}
.users-activity__requests {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 42px;
  max-width: 540px;
  margin-bottom: 20px;
}
.users-activity__users-in-system {
  max-width: 478px;
  padding: 11px 17px 17px 17px;
  margin-bottom: 28px;
  background: rgba(43, 3, 91, 0.01);
  border: 1px solid #087AF4;
  box-shadow: 0px 4px 20px rgba(35, 119, 242, 0.25);
  border-radius: 5px;
}
.users-activity__users-in-system strong {
  display: block;
  color: #FFFFFF;
  font-size: 21px;
  line-height: 36px;
  text-align: center;
}
.users-activity__users-in-system span {
  display: block;
  color: #DDDDDD;
  font-size: 16px;
  line-height: 21px;
}
.users-activity__background {
  float: right;
}

.try {
  display: flex;
  align-items: center;
}
.try__join {
  max-width: 349px;
  padding: 24px 10px;
  margin-right: 22px;
}
.try__feedback {
  color: #BDBDC9;
  font-size: 14px;
  line-height: 28px;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-weight: 700;
}
.try__feedback:hover {
  color: #0060C4;
}

@media (max-width: 903px) {
  .users-activity__users-in-system {
    padding: 11px 17px 17px 17px;
    margin-bottom: 28px;
  }
  .users-activity__background {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .users-activity__users-in-system {
    max-width: 100%;
    padding: 11px 17px 17px 17px;
    margin-bottom: 28px;
    background: rgba(43, 3, 91, 0.01);
    border: 1px solid #087AF4;
    box-shadow: 0px 4px 20px rgba(35, 119, 242, 0.25);
    border-radius: 5px;
    text-align: center;
  }

  .try {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .users-activity__title {
    max-width: 538px;
    margin-bottom: 10px;
    display: block;
  }
  .users-activity__requests {
    font-size: 14px;
    line-height: 24px;
    max-width: 540px;
    margin-bottom: 22px;
  }
  .users-activity__users-in-system {
    padding: 11px 18px;
    margin-bottom: 22px;
  }
  .users-activity__users-in-system strong {
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 24px;
  }
  .users-activity__users-in-system span {
    font-size: 10px;
    line-height: 36px;
  }
  .users-activity__background {
    width: 25%;
  }

  .try {
    flex-direction: column;
  }
  .try__join {
    max-width: 206px;
    padding: 14px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .try__feedback {
    color: #BDBDC9;
    font-size: 10px;
    line-height: 28px;
  }
}
@media (max-width: 476px) {
  .users-activity__background {
    width: 50%;
  }
}
@media (max-width: 365px) {
  .users-activity__background {
    width: 44%;
  }
}
.footer {
  position: relative;
  padding-bottom: 60px;
}
.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__private-policy {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  max-width: 268px;
}
.footer__private-policy:hover {
  color: #0060C4;
}
.footer__support {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  max-width: 220px;
}
.footer__contacts {
  text-align: right;
  max-width: 234px;
}
.footer__legal-info {
  margin-top: 40px;
  color: #FFFFFF;
  flex: 1 1 100%;
  text-align: center;
  order: 5;
}

.contacts__phone {
  display: block;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}
.contacts__email {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 21px;
}
.contacts__email svg {
  margin-right: 11px;
}
.contacts__email a {
  color: #FFFFFF;
}
.contacts__email a:hover {
  color: #0060C4;
}

@media (max-width: 992px) {
  .footer .container {
    flex-wrap: wrap;
  }
  .footer__logo {
    order: 1;
  }
  .footer__contacts {
    order: 2;
  }
  .footer__private-policy {
    order: 4;
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
  }
  .footer__support {
    order: 3;
  }
}
@media (max-width: 768px) {
  .footer .container {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
  .footer__contacts {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer__private-policy {
    margin-bottom: 15px;
  }
  .footer__support {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-bottom: 35px;
  }
  .footer__private-policy {
    font-size: 12px;
    line-height: 21px;
  }
  .footer__support {
    font-size: 12px;
    line-height: 21px;
  }
  .footer__legal-info {
    margin-top: 20px;
    font-size: 12px;
  }

  .contacts__phone {
    font-size: 22px;
    line-height: 21px;
  }
  .contacts__mail {
    font-size: 14px;
    line-height: 21px;
  }
  .contacts__mail svg {
    font-size: 11px;
  }
}
.modal-background {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(18, 23, 39, 0.7);
  z-index: 20;
  left: 0;
  top: 0;
}

.form {
  position: relative;
  max-width: 500px;
  padding: 50px;
  margin: 50px auto;
  background: linear-gradient(153.51deg, #FFFFFF -31.42%, rgba(255, 255, 255, 0) 83.37%), #28304D;
  background-blend-mode: overlay, normal;
  border-radius: 6px;
}
.form__header {
  position: relative;
  z-index: 5;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  max-width: 290px;
  margin-bottom: 14px;
}
.form__description {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 32px;
  max-width: 252px;
  margin-bottom: 25px;
}
.form__input {
  position: relative;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 6px;
  z-index: 20;
  border: 1px solid #FFFFFF;
}
.form__button {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
}
.form__privacy-policy {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
}
.form__privacy-policy-link {
  color: #3E9DFF;
}
.form__background-image-robot-hand {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
  width: 237px;
  height: 285px;
  background: url(/images/form-robo-hand.png?ebb6221150859f37ee42a0b983ec843c);
  background-size: contain;
}
.form__background-image-human-hand {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
  width: 178px;
  height: 257px;
  background: url(/images/form-human-hand.png?789bcbd378a7605e3fdafd3cf7693772);
  background-size: contain;
  background-repeat: no-repeat;
}

.required {
  border-color: #ea5455;
  background: #ffcfcf;
  transition: 0.3s;
}

.notification {
  position: relative;
  max-width: 500px;
  padding: 50px;
  margin: 50px auto;
  background: linear-gradient(153.51deg, #FFFFFF -31.42%, rgba(255, 255, 255, 0) 83.37%), #28304D;
  background-blend-mode: overlay, normal;
  border-radius: 6px;
  text-align: center;
}
.notification__title {
  color: #FFFFFF;
  font-size: 20px;
  display: block;
}
.notification__title_success {
  color: #76e776;
}
.notification__title_failure {
  color: #ea5455;
}
.notification__text {
  color: #FFFFFF;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.close-btn:hover {
  cursor: pointer;
  color: #FFFFFF;
  transition: 0.2s;
  transform: translateY(-2px);
}

@media (max-width: 575px) {
  .form {
    margin: auto;
  }
  .form__background-image-robot-hand {
    display: none;
  }
  .form__background-image-human-hand {
    display: none;
  }
}
.spinner {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(18, 23, 39, 0.7);
  z-index: 20;
}

.spring-spinner, .spring-spinner * {
  box-sizing: border-box;
}

.spring-spinner {
  height: 60px;
  width: 60px;
}

.spring-spinner .spring-spinner-part {
  overflow: hidden;
  height: 30px;
  width: 60px;
}

.spring-spinner .spring-spinner-part.bottom {
  transform: rotate(180deg) scale(-1, 1);
}

.spring-spinner .spring-spinner-rotator {
  width: 60px;
  height: 60px;
  border: 8.5714285714px solid transparent;
  border-right-color: #44a1ff;
  border-top-color: #44a1ff;
  border-radius: 50%;
  box-sizing: border-box;
  animation: spring-spinner-animation 3s ease-in-out infinite;
  transform: rotate(-200deg);
}

@keyframes spring-spinner-animation {
  0% {
    border-width: 8.5714285714px;
  }
  25% {
    border-width: 2.5717959709px;
  }
  50% {
    transform: rotate(115deg);
    border-width: 8.5714285714px;
  }
  75% {
    border-width: 2.5717959709px;
  }
  100% {
    border-width: 8.5714285714px;
  }
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding: 0 0;
  margin: 0 0;
  position: relative;
  background-color: #150D25;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

.main {
  overflow: hidden;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
  padding: 0 15px;
  z-index: 3;
}

.title {
  font-size: 42px;
  font-weight: 700;
  line-height: 62px;
  color: #FFFFFF;
}

.blue-button {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  background: linear-gradient(0deg, #0079F7, #0079F7);
  box-shadow: 0 10px 50px rgba(0, 121, 247, 0.25);
}
.blue-button:hover {
  cursor: pointer;
  transform: translateY(-4px);
  background: linear-gradient(180deg, #485BFF 0%, #260CC8 100%);
  box-shadow: 0px 10px 50px rgba(0, 121, 247, 0.25), 0px 4px 0px #0060C4;
  transition: 0.2s;
}

.geography {
  position: relative;
  padding-bottom: 88px;
}
.geography .container {
  height: 692px;
}
.geography img {
  object-fit: cover;
  height: 100%;
}

.highlight {
  position: absolute;
  background: url(/images/highlight.png?1a8667c946b73d03d8664efeb518e780);
  background-size: contain;
  z-index: 1;
}

.arrow-up {
  position: fixed;
  bottom: 150px;
  right: 65px;
  background: #0079F7;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
.arrow-up:hover {
  box-shadow: 0 8px 25px -8px #1877f2;
}

.soon {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 36px;
  display: inline;
  padding: 5px 19px 6px 20px;
  background: rgba(43, 3, 91, 0.01);
  border: 1px solid #087AF4;
  box-shadow: 0px 4px 20px rgba(35, 119, 242, 0.25);
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .container {
    width: 92%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .arrow-up {
    right: 25px;
  }

  .b24-widget-button-wrapper {
    right: 10px !important;
  }
}
@media (max-width: 575px) {
  .container {
    width: 76%;
  }

  .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
  }

  .blue-button {
    font-size: 10px;
    box-shadow: 0 10px 50px rgba(73, 78, 113, 0.5);
  }
  .blue-button:hover {
    box-shadow: 0 10px 50px rgba(0, 121, 247, 0.25);
  }

  .soon {
    font-size: 14px;
    padding: 4px 11px;
  }
}
