.calc, .res {
  max-width: 100%;
}
.slid-wrap {
  max-width: 100%;
  margin-top: 30px;
}
@media (max-width: 360px) {
  body .res {
    padding: 40px 25px;
  }
  body .other label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
  body .other label:after {
    display: none;
  }
  body .other label span {
    float: none;
  }
  body .other label span + span {
    margin-top: auto;
  }
}
@media (max-width: 577px) {
  .calc .other label {
    display: flex;
    flex-direction: column;
  }
  .calc .other label span + span {
    margin-top: 0;
  }
  .calc .s_float + .s_float {
    float: unset;
  }
}
.mosaic-form--u-iy1f39gj3 .mosaic-form__success--u-iifoyn8rx {
  z-index: 999;
}
