.callback-block {
  background-color: var(--head-secondary);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.callback-block__image-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 27%;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.callback-block__image-right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 31%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.callback-block__wrap {
  max-width: 67.3%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(40px, calc(2.5vw + 32px), 80px) 10px;
  position: relative;
}
.callback-block__title:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}
.callback-block__btn {
  position: relative;
}
.callback-block__btn:not(:first-child) {
  margin-top: clamp(30px, calc(1.25vw + 26px), 50px);
}
.callback-block__btn-caption {
  position: absolute;
  top: clamp(-18px, calc(1.0055865922vw + -28.3072625698px), -9px);
  right: -44px;
  background: var(--secondary);
  border-radius: 6px;
  padding: 7px 10px;
  --color: var(--head-primary);
  transform: rotate(11deg);
}

@media (max-width: 1240px) {
  .callback-block__image-left, .callback-block__image-right {
    display: none;
  }
}
@media (max-width: 1025px) {
  .callback-block__wrap {
    max-width: 100%;
  }
}/*# sourceMappingURL=block.css.map */