/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/src/hero-mobile/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.hero-mobile {
  position: relative;
  margin-top: var(--margins-top);
  margin-bottom: var(--margins-bottom);
  padding-top: var(--paddings-top);
  padding-bottom: var(--paddings-bottom);
  background: var(--gradient);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .hero-mobile {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.hero-mobile__inner {
  position: relative;
  z-index: 2;
}
.hero-mobile__content {
  position: relative;
  z-index: 3;
}
.hero-mobile__title {
  margin-top: var(--margins-title);
  max-width: var(--widths-title);
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  color: var(--colors-title);
}
@media (max-width: 767.98px) {
  .hero-mobile__title {
    font-size: 36px;
    margin-top: var(--margins-title--mobile);
    max-width: var(--widths-title--mobile);
  }
}
.hero-mobile__description {
  margin-top: var(--margins-description);
  max-width: var(--widths-description);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--colors-description);
}
@media (max-width: 767.98px) {
  .hero-mobile__description {
    margin-top: var(--margins-description--mobile);
    max-width: var(--widths-description--mobile);
  }
}
.hero-mobile__buttons {
  margin-top: var(--margins-button);
}
@media (max-width: 767.98px) {
  .hero-mobile__buttons {
    margin-top: var(--margins-button--mobile);
  }
}
.hero-mobile__images {
  margin-top: var(--margins-description);
  display: flex;
  align-items: center;
}
.hero-mobile__images-item {
  display: block;
  width: 182px;
  height: 54px;
}
.hero-mobile__images-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-mobile__images-item + .hero-mobile__images-item {
  margin-left: 18px;
}
@media (max-width: 767.98px) {
  .hero-mobile__images {
    margin-top: var(--margins-description--mobile);
  }
}
.hero-mobile__extra {
  position: absolute;
  top: -51px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero-mobile__extra::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -154px;
  background: linear-gradient(127.94deg, #1a61ab -12.84%, #003C71 137.13%);
  width: 435px;
  height: 435px;
  border-radius: 50%;
  z-index: 2;
}
.hero-mobile__extra-text {
  position: relative;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  text-align: right;
  color: #ffffff;
  max-width: 240px;
  z-index: 3;
}
.hero-mobile__extra-image {
  position: relative;
  width: 150px;
  height: 150px;
  margin-top: 40px;
  z-index: 3;
}
.hero-mobile__extra-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .hero-mobile__extra {
    display: none;
  }
}
.hero-mobile__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-mobile__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=style-hero-mobile.css.map*/