.billing {
  font-family: Roboto, sans-serif;
  height: 100%; }
  .billing__heading {
    margin-bottom: 20px; }
  .billing__title {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.14;
    color: #2c2c2c;
    font-size: 16px; }
  .billing__subtitle {
    margin: 15px 0 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.33;
    color: #1e73b2; }
  .billing__form {
    margin-bottom: 30px;
    height: 144px; }
    @media (max-width: 640px) {
      .billing__form {
        margin-bottom: 0; } }
  .billing__input {
    padding: 10px 12px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    font-family: inherit;
    font-size: 15px;
    line-height: 1;
    color: #000;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.33); }
    .billing__input:focus {
      outline: none;
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7); }
    .billing__input:not(:last-of-type) {
      margin-bottom: 15px; }
    .billing__input::-webkit-input-placeholder {
      color: #b9b9b9; }
    .billing__input::-moz-placeholder {
      color: #b9b9b9; }
    .billing__input:-moz-placeholder {
      color: #b9b9b9; }
    .billing__input:-ms-input-placeholder {
      color: #b9b9b9; }
  .billing__ico {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 104px;
    height: 51px;
    margin-top: 100px; }
    @media (max-width: 640px) {
      .billing__ico {
        margin-top: 10px; } }
  .billing__text {
    margin-top: 5px;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.5;
    color: #838383; }
  .billing__paysys {
    display: block;
    width: 160px;
    margin: 13px auto 0 auto; }

/*# sourceMappingURL=billing.css.map */
