.contacts {
  padding-bottom: 130px;
}
.contacts__field {
  margin-bottom: 18px;
}
.contacts__field input, .contacts__field textarea {
  width: 100%;
  border: 1px solid #595959;
  border-radius: 30px;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #000;
  outline: none;
  transition: 0.3s;
}
.contacts__field input:focus, .contacts__field textarea:focus {
  border-color: #06c;
}
.contacts__submit {
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #fff;
  background: #06c;
  border-radius: 30px;
  padding: 10px 58px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  border: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
}
.contacts__submit:hover {
  background: #00478e;
}
.contacts__submit:active {
  background: #1d1d1f;
}
.contacts__polite {
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  text-align: center;
  color: #595959;
}
.contacts__polite a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #2997ff;
  transition: 0.3s;
}
.contacts__polite a:hover {
  color: #00478e;
}
.contacts__flex {
  display: flex;
  gap: 240px;
  justify-content: center;
}
@media screen and (max-width: 1250px) {
  .contacts__flex {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .contacts__flex {
    flex-direction: column;
  }
}
.contacts__form {
  max-width: 400px;
  margin-right: 150px;
}
.contacts__form-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.contacts__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
}
.contacts__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
  margin-bottom: 40px;
}
.contacts__row {
  display: flex;
  gap: 150px;
}
@media screen and (max-width: 1250px) {
  .contacts__row {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .contacts__row {
    flex-direction: column;
  }
}
.contacts__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 122%;
  color: #000;
  margin-bottom: 12px;
}
.contacts__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
}
.contacts__option {
  display: flex;
  gap: 8px;
  align-items: center;
}
.contacts__option a {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
  transition: 0.3s;
}
.contacts__option a:hover {
  color: #00478e;
}
.contacts__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contacts__options {
    grid-template-columns: 1fr;
  }
}
.default-form__form {
  max-width: 400px;
  margin-right: 150px;
}
.default-form__field {
  margin-bottom: 18px;
}
.default-form__field input, .default-form__field textarea {
  width: 100%;
  border: 1px solid #595959;
  border-radius: 30px;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #000;
  outline: none;
  transition: 0.3s;
  resize: none;
}
.default-form__field input:focus, .default-form__field textarea:focus {
  border-color: #06c;
}
.default-form__submit {
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #fff;
  background: #06c;
  border-radius: 30px;
  padding: 10px 58px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  border: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
}
.default-form__submit:hover {
  background: #00478e;
}
.default-form__submit:active {
  background: #1d1d1f;
}
.default-form__polite {
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  text-align: center;
  color: #595959;
}
.default-form__polite a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #2997ff;
  transition: 0.3s;
}
.default-form__polite a:hover {
  color: #00478e;
}
.default-form__flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.default-form__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.default-form__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
  margin-bottom: 40px;
}
.default-form__row {
  display: flex;
  gap: 150px;
}
.default-form__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 122%;
  color: #000;
  margin-bottom: 12px;
}
.default-form__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
}
.default-form__option {
  display: flex;
  gap: 8px;
  align-items: center;
}
.default-form__option a {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #000;
  transition: 0.3s;
}
.default-form__option a:hover {
  color: #00478e;
}
.default-form__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 40px;
}

/*# sourceMappingURL=contactsPage~e80d1ebb7619bb99c95e.css.map*/