/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/animated-promo/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.animated-promo {
  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);
}
@media (max-width: 767.98px) {
  .animated-promo {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.animated-promo[data-shadow=true] .animated-promo__inner::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 85px;
  background: linear-gradient(180deg, rgba(235, 240, 245, 0) 0%, #ebf0f5 84.16%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 9;
}
@media (max-width: 575.98px) {
  .animated-promo[data-shadow=true] .animated-promo__inner::before {
    content: none;
  }
}
.animated-promo__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .animated-promo__inner {
    flex-direction: column;
  }
}
.animated-promo__content {
  width: 100%;
  max-width: 480px;
  margin-right: 30px;
}
.animated-promo__title {
  margin-top: 158px;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  color: #3a4454;
  max-width: 480px;
}
@media (max-width: 767.98px) {
  .animated-promo__title {
    margin-top: 49px;
  }
}
@media (max-width: 575.98px) {
  .animated-promo__title {
    font-size: 32px;
    line-height: 100%;
    max-width: 246px;
  }
}
.animated-promo__description {
  margin-top: 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #748994;
  max-width: 415px;
}
@media (max-width: 767.98px) {
  .animated-promo__description {
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .animated-promo__description {
    max-width: 274px;
  }
}
.animated-promo__buttons {
  margin-top: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .animated-promo__buttons {
    margin-top: 24px;
  }
}
.animated-promo__button.primary-button, .animated-promo__button.outlined-button {
  position: relative;
  padding: 14px 35.5px;
  z-index: 11;
}
.animated-promo__images {
  width: 546px;
  height: 599px;
  margin-left: 40px;
  margin-top: 13px;
  margin-bottom: -40px;
  position: relative;
}
@media (max-width: 575.98px) {
  .animated-promo__images {
    width: 100%;
    height: 522px;
    margin: -20px auto 48px;
  }
}
.animated-promo__images-left .animated-promo__image {
  bottom: 0;
  left: 0;
  height: 475px;
  width: 255px;
  z-index: 11;
}
@media (max-width: 575.98px) {
  .animated-promo__images-left .animated-promo__image {
    height: 357px;
    width: 192px;
  }
}
.animated-promo__images-right .animated-promo__image {
  right: 0;
  top: 0;
  height: 544px;
  width: 291px;
  animation: animated-promo 0.7s linear infinite alternate;
}
@media (max-width: 575.98px) {
  .animated-promo__images-right .animated-promo__image {
    height: 409px;
    width: 219px;
  }
}
@media (max-width: 575.98px) {
  .animated-promo__images-right .animated-promo__image {
    animation: none;
  }
}
.animated-promo__image {
  position: absolute;
  z-index: 10;
}
.animated-promo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes animated-promo {
  from {
    transform: translateY(13px);
  }
  to {
    transform: translateY(-13px);
  }
}

/*# sourceMappingURL=style-animated-promo.css.map*/