.request-block {
  padding: 60px 0;
  text-align: center; }
  .request-block h2 {
    margin: 0px auto 60px;
    width: 660px; }
    @media screen and (max-width: 768px) {
      .request-block h2 {
        width: 100%; } }
    @media screen and (max-width: 1280px) {
      .request-block h2 {
        margin-bottom: 48px; } }
  .request-block form {
    width: 338px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: auto; }
    @media screen and (max-width: 375px) {
      .request-block form {
        width: 100%; } }
.button-primary-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all 0.2s ease;
  height: 56px;
  padding: 16px;
  border-radius: 10px;
  gap: 8px;
  background-color: #3DA746;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500; }
  .button-primary-large:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .button-primary-large:hover {
    background-color: #5BC564; }
  .button-primary-large:active {
    background-color: #299332; }
  .button-primary-large:focus {
    outline: none; }
  .button-primary-large:disabled {
    cursor: not-allowed;
    background-color: rgba(89, 89, 89, 0.5);
    border-color: rgba(89, 89, 89, 0.5); }
    .button-primary-large:disabled:hover {
      cursor: not-allowed;
      background-color: rgba(49, 53, 63, 0.8);
      border-color: rgba(49, 53, 63, 0.8); }

.caption-xs {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: 400; }
