<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b-balance-form {
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.b-balance-form__item {
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 10px;
}
@media screen and (max-width: 759px) {
  .b-balance-form__item {
    display: block;
    margin: 0 0 10px 0;
  }
}
.b-balance-form__item .input_phone {
  border-radius: 6px;
}
@media screen and (max-width: 759px) {
  .b-balance-form__item .input_phone {
    border: 1px solid #e6e6e6;
    box-shadow: none;
  }
}
@media screen and (min-width: 480px) {
  .b-balance-form__item_phone input {
    width: 260px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .b-balance-form__item_phone input {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .b-balance-form__item_phone input {
    width: 100%;
  }
}
.b-balance-form__item_price {
  width: 150px;
  margin: 0 15px 10px 10px;
}
@media screen and (max-width: 759px) {
  .b-balance-form__item_price {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .b-balance-form__item_price input {
    width: 260px;
  }
}
@media screen and (max-width: 479px) {
  .b-balance-form__item_price {
    width: 100%;
    margin: 0 0 10px;
  }
  .b-balance-form__item_price input {
    width: 100%;
  }
}
.b-balance-form__item_btn {
  margin: 0 10px 10px 15px;
}
@media screen and (max-width: 759px) {
  .b-balance-form__item_btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .b-balance-form_mod-laptop {
    width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-balance-form_mod-laptop .section-box__title {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .b-balance-form_mod-laptop .input-group_phone {
    width: 340px;
  }
}
</pre></body></html>