#app .contact-us {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #app .contact-us h1 img {
    display: block;
    margin-left: auto;
  }
}
#app .contact-us > div {
  margin-top: 16px;
  padding: 32px 24px;
  border-radius: 16px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #app .contact-us > div {
    flex-direction: column;
    gap: 16px;
  }
}
#app .contact-us > div > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#app .contact-us > div > div span {
  padding: 10px;
  background-color: #F3F3F3;
  border-radius: 8px;
  font-size: 17px;
  line-height: 20.57px;
  font-weight: 400;
  color: #0057FF;
  width: fit-content;
}
#app .contact-us > div > div a {
  font-size: 21px;
  line-height: 25.41px;
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
}
#app .contact-us > div > div a:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #app .contact-us > div > div a:nth-child(2) {
    margin-top: 8px;
    font-size: 18px;
  }
}
#app .contact-us > div > div:nth-child(3) a {
  text-decoration: none;
}
#app .contact-us-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
#app .contact-us-row.question-block {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #app .contact-us-row {
    flex-direction: column;
    align-items: flex-start;
  }
  #app .contact-us-row > div {
    width: 100%;
    margin-top: 20px;
  }
  #app .contact-us-row label {
    width: 100% !important;
  }
  #app .contact-us-row label + label {
    margin-top: 20px;
  }
}
#app .contact-us-row .full {
  width: 100%;
}
#app .contact-us form {
  border-radius: 16px;
  margin-top: 16px;
  background-color: #ffffff;
  padding: 32px 24px;
  display: grid;
}
#app .contact-us form p {
  font-size: 21px;
  line-height: 27.72px;
  font-weight: 500;
  color: #000000;
}
#app .contact-us form input,
#app .contact-us form textarea {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #C7D3D3;
  outline: none;
}
#app .contact-us form label.error {
  position: relative;
}
#app .contact-us form label.error input,
#app .contact-us form label.error textarea {
  border: 2px solid #FA4F4F;
}
#app .contact-us form label.error:before {
  content: attr(data-name);
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  font-weight: 600;
  font-size: 12px;
  color: #FA4F4F;
}
#app .contact-us form input::placeholder,
#app .contact-us form textarea::placeholder {
  color: #BFC5CC;
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 500;
}
#app .contact-us form input {
  padding: 22.5px 16px;
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 500;
}
#app .contact-us form label {
  display: flex;
  flex-direction: column;
  width: calc((100% - 20px) / 3);
}
#app .contact-us form label span {
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 500;
  color: #203B4F;
  margin-bottom: 10px;
}
#app .contact-us form textarea {
  max-height: 129px;
  min-height: 129px;
  max-width: 100%;
  min-width: 100%;
  resize: none;
  margin-top: 14px;
}
#app .contact-us form button {
  padding: 18px 0;
  max-width: 255px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
  border-radius: 16px;
  background: linear-gradient(93.77deg, #FFD000 -2.72%, #FFBC00 104.62%);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  margin-top: 24px;
  outline: none;
}
@media screen and (max-width: 768px) {
  #app .contact-us form button {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  [data-section="contacts"] > div {
    padding: 10px;
    flex-direction: column;
  }
  [data-section="contacts"] > div > div {
    align-items: center;
  }
  [data-section="contacts"] > div > div span {
    width: 100%;
    text-align: center;
  }
  [data-section="contacts"] > div > div:not(:first-child) {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=contact-us.css.map */