.b24-form-control-container input {
  -webkit-appearance: auto;
}
.application__title,
.application-form,
.application-inner .b24-form .b24-form-sign,
.example-form .b24-form .b24-form-sign,
.form-section-right .b24-form .b24-form-sign {
  display: none;
}
.application-inner,
.application-inner .b24-form-header,
.example-form .b24-form {
  text-align: left;
}
body .b24-form-header-title {
  font: 16px / 20px "Roboto", sans-serif;
  font-weight: 700;
}
body .b24-form-header-description {
  font: 13px / 16px "Roboto", sans-serif;
  font-weight: 400;
}
.application-inner .application__desktop {
  display: none;
}
.application-inner .b24-form-header {
  border-bottom: none;
}
.application-inner .b24-form-recaptcha,
.example-form .b24-form-recaptcha,
.form-section-right .b24-form-recaptcha {
  position: absolute;
  visibility: hidden;
}
.form-section-right .b24-form-control-container input {
  -webkit-appearance: auto;
  margin-bottom: auto;
}
body .b24-form-control-text .b24-form-control {
  height: 60px;
}
body .b24-window-popup-wrapper .b24-window-scrollable {
  max-height: 100vh;
}
body .b24-form-wrapper,
body .b24-window-popup-wrapper,
body .b24-form-control-file .b24-form-control,
body .b24-form-btn {
  border-radius: 24px;
}
.b24-form-btn {
  border-radius: 24px !important;
}

body .b24-form-state-container .b24-form-success {
  background-color: #42c813;
}

body .b24-form-success-icon {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%20169%20169%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%2284.5%22%20cy%3D%2284.5%22%20r%3D%2265.5%22/%3E%3Cfilter%20x%3D%22-.8%25%22%20y%3D%22-.8%25%22%20width%3D%22101.5%25%22%20height%3D%22101.5%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22b%22%3E%3CfeGaussianBlur%20stdDeviation%3D%22.5%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowBlurInner1%22/%3E%3CfeOffset%20dx%3D%22-1%22%20dy%3D%22-1%22%20in%3D%22shadowBlurInner1%22%20result%3D%22shadowOffsetInner1%22/%3E%3CfeComposite%20in%3D%22shadowOffsetInner1%22%20in2%3D%22SourceAlpha%22%20operator%3D%22arithmetic%22%20k2%3D%22-1%22%20k3%3D%221%22%20result%3D%22shadowInnerInner1%22/%3E%3CfeColorMatrix%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.0886691434%200%22%20in%3D%22shadowInnerInner1%22%20result%3D%22shadowMatrixInner1%22/%3E%3CfeGaussianBlur%20stdDeviation%3D%22.5%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowBlurInner2%22/%3E%3CfeOffset%20dx%3D%221%22%20dy%3D%221%22%20in%3D%22shadowBlurInner2%22%20result%3D%22shadowOffsetInner2%22/%3E%3CfeComposite%20in%3D%22shadowOffsetInner2%22%20in2%3D%22SourceAlpha%22%20operator%3D%22arithmetic%22%20k2%3D%22-1%22%20k3%3D%221%22%20result%3D%22shadowInnerInner2%22/%3E%3CfeColorMatrix%20values%3D%220%200%200%200%201%200%200%200%200%201%200%200%200%200%201%200%200%200%200.292285839%200%22%20in%3D%22shadowInnerInner2%22%20result%3D%22shadowMatrixInner2%22/%3E%3CfeMerge%3E%3CfeMergeNode%20in%3D%22shadowMatrixInner1%22/%3E%3CfeMergeNode%20in%3D%22shadowMatrixInner2%22/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20stroke-opacity%3D%22.05%22%20stroke%3D%22%23000%22%20fill-opacity%3D%22.07%22%20fill%3D%22%23000%22%20cx%3D%2284.5%22%20cy%3D%2284.5%22%20r%3D%2284%22/%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22/%3E%3Cuse%20fill%3D%22%23000%22%20filter%3D%22url%28%23b%29%22%20xlink%3Ahref%3D%22%23a%22/%3E%3Cpath%20fill%3D%22%2342c813%22%20d%3D%22M76.853%20107L57%2087.651l6.949-6.771%2012.904%2012.576L106.051%2065%20113%2071.772z%22/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
  .application-inner {
    text-align: center;
    padding: 0 10px;
  }
  .application__title {
    display: block;
  }
  .application-inner .b24-form {
    display: none;
  }
  body .b24-form-control-string .b24-form-control {
    height: 46px;
    font: 14px var(--b24-font-family);
  }
  body .b24-form-header-title {
    font: 14px / 16px "Roboto", sans-serif;
  }
  body .b24-form-header-description {
    font: 11px / 12px "Roboto", sans-serif;
  }
  body .b24-form-control-not-empty+.b24-form-control-label {
    font-size: 10px;
  }
  body .b24-form-field {
    margin-bottom: 0;
  }
  body .b24-form-control-text .b24-form-control {
    height: 75px;
  }
  body .b24-form-field-agreement .b24-form-field-agreement-link {
    font-size: 9px;
  }
  body .b24-form-control-file .b24-form-control {
    padding: 5px 8px 5px 30px !important;
    font-size: 12px;
  }
  body .b24-form-btn {
    padding: 9px 20px;
    min-height: 40px;
  }
}
