#contact {
  padding: 40px 0 20px 0;
}

#contact .container {
  gap: 0 88px;
}

#contact .contact-form {
  flex-basis: 525px;
  flex-shrink: 0;
}

#contact .form-row.flex {
  gap: 0 20px;
}


#contact .form-field {
  padding: 0 0 19px 0;
}

#contact .title {
  font-size: 38.5px;
  line-height: 1em;
  max-width: 480px;
  margin: 0 auto 16px auto;
}

#contact .title span {
  width: fit-content;
  margin: 0 auto;
  padding: 0 19px;
  font-size: 32.5px;
  line-height: 49px;
  font-weight: 400;
}

#contact p {
  font-size: 23.5px;
  line-height: 28.5px;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

#contact form {
  margin-top: 25px;
  max-width: 524px;
}

#contact input,
#contact input::placeholder,
#contact select {
  font-family: 'FuturaPT';
  font-weight: 350;
  height: 40px;
  line-height: 40px;
  color: #262626;
  font-size: 15px;
  padding: 0;
  text-indent: 10px;
  border-color: var(--dark-gray);
}

#contact textarea,
#contact textarea::placeholder {
  color: #262626;
}

#contact textarea {
  width: 100%;
  resize: none;
  font-size: 13px;
  height: 40px;
  padding: 11px 10px;
  border-color: var(--dark-gray);
}

#contact button[type="submit"] {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  width: 100%;
  max-width: 224px;
  margin-top: 21px;
  padding: 0;
  background-color: var(--red);
  color: #fff;
}

#contact .form-field .select::after {
  display: none;
}

#contact .form-field select {
  appearance: none;
  background-image: url('../../../images/2024/icons/icon-select.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 12px;
}

#contact .form-action:last-of-type {
  padding-top: 0;
}

@media screen and (max-width: 1100px ) {
  #contact .container {
    gap: 0 50px;
  }
  #contact .contact-form {
    flex-shrink: unset;
  }
}

@media screen and (max-width: 992px ) {
  #contact .title {
    font-size: 42px;
  }
  #contact .container {
    gap: 0 35px;
  }
}

@media screen and (max-width: 768px ) {
  #contact .container {
    flex-direction: column;
    gap: 50px 0;
  }
  #contact .contact-form {
    margin-top: 0;
  }
  #contact .contact-form {
    flex-basis: unset;
  }
}

@media screen and (max-width: 567px ) {
  #contact {
    padding: 26px 0 50px 0;
  }
  #contact .title {
    font-size: 27px;
    line-height: 1em;
    margin-bottom: 15px;
  }
  #contact .title span {
    font-size: 22px;
    line-height: 37.5px;
    margin-bottom: 10px;
  }
  #contact p {
    font-size: 15.5px;
    line-height: 18px;
  }
  #contact .form-row {
    flex-direction: column;
  }
  #contact .form-action:last-of-type {
    text-align: center;
  }
  #contact .form-field {
    padding: 0 0 14px 0;
  }
  #contact input,
  #contact input::placeholder,
  #contact select {
    height: 44px;
    line-height: 44px;
    text-indent: 15px;
    padding: 0.15em 0 0;
  }
  #contact textarea {
    height: 44px;
    padding: 11px 15px;
  }
  #contact button[type="submit"] {
    margin-top: 22px;
  }
  #contact .form-field select {
    background-position: calc(100% - 18px);
  }
}

@media screen and (max-width: 370px ) {
  #contact br.lg-hide {
    display:none;
  }
}