/* stylelint-disable */
.section-default {
  overflow: hidden;
}
.section-default .container {
  z-index: 5;
}
.section-default__wrapp {
  position: relative;
}
.section-default__bg {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: -1;
}
.section-default__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: 0.3s ease;
}
.section-default__bg picture,
.section-default__bg img {
  width: 100%;
  height: 100%;
}
.section-default__box .editor .row {
  margin-top: clamp(12px, 3.516vw, 36px);
}
@media (min-width: 768px) {
  .section-default {
    padding: clamp(36px, 4.167vw, 80px) 0 clamp(36px, 2.604vw, 50px);
  }
  .section-default__wrapp {
    padding: 184px clamp(16px, 4.167vw, 80px) clamp(16px, 4.167vw, 80px);
  }
  .section-default__bg::before {
    border-radius: 12px;
  }
  .section-default__bg picture,
  .section-default__bg img {
    border-radius: 12px;
  }
}
@media (min-width: 1025px) {
  .section-default {
    background-color: var(--bg-d);
  }
  .section-default__box {
    max-width: 802px;
  }
}
@media (max-width: 767px) {
  .section-default .container {
    padding: 0;
  }
  .section-default__wrapp {
    padding: 267px 12px 27px;
  }
}
/*# sourceMappingURL=section-default.css.map */