@charset "UTF-8";
.return-call {
  position: relative;
}
.return-call__back {
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: calc(100% + 180px);
  background: url("/themes/2024/assets/shared/page-return-call/return-call-back.jpg") #37002C no-repeat center top/cover;
  pointer-events: none;
  /* Чтобы клики проходили через слой */
}
.return-call__back:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 5, 98, 0.4);
  z-index: 1;
}
.return-call__back-blur {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-size: cover;
}
.return-call__content-wrapper {
  position: relative;
  padding: 92px 0 166px;
  z-index: 2;
}
.return-call__title {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #F5F5F5;
  margin-bottom: 30px;
}
.return-call__text {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #F5F5F5;
}

/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/***************************************   For screens smaller than 992px   *******************************************/
@media (max-width: 991.98px) {
  .return-call__content-wrapper {
    padding: 92px 0 80px;
  }
  .return-call__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .return-call__text {
    text-align: center;
    margin-bottom: 70px;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .return-call__content-wrapper {
    padding: 40px 0 80px;
  }
  .return-call__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 10px;
  }
  .return-call__text {
    font-size: 14px;
    line-height: 148%;
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=return-call.css.map */
