.contact_landing-section {
  color: var(--text-color)
}

.contact_landing-bottom {
  height: 15.5rem;
  margin-top: -4.5rem
}

.options-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex
}

.title-small {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5
}

.link-big {
  color: var(--text-color);
  font-size: 1.75rem;
  font-weight: 600;
  position: relative
}

.contact_image-section {
  aspect-ratio: 2400 / 1280;
  line-height: 0
}

.contact-image {
  object-fit: cover;
  width: auto;
  height: 100%
}

.contact_form-section {
  padding-block: 7.5rem
}

.contact_form-section .container {
  position: relative
}

.contact_form-section .btn {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start
}

/* form */
.contact-form {
  column-gap: 2rem;
  row-gap: 2rem;
  color: var(--text-color);
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 100%;
  font-weight: 500;
  display: grid
}

.contact-form h2 {
  margin-bottom: 2.875rem
}

.contact-field {
  position: relative
}

.contact-field .text-field:not(:placeholder-shown)~.contact-field-label,
.contact-field textarea:not(:placeholder-shown)~.contact-field-label {
  visibility: hidden
}

.text-field {
  border: 0 solid var(--text-color);
  border-bottom-width: 1px;
  height: 3.75rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.25rem;
  background: transparent;
  width: 100%
}

.text-field:focus {
  border-bottom-color: var(--text-color)
}

.text-field::placeholder {
  color: transparent;
  user-select: none
}

.contact-field-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 1.25rem;
  color: var(--placeholder-color);
  pointer-events: none;
  white-space: nowrap
}

.contact-form h2,
.contact-field--textarea,
.image-preview-multiple,
input.uploader-input {
  grid-area: span 1 / span 2 / span 1 / span 2
}

.contact-field--textarea .contact-field-label {
  top: 0;
  transform: none
}

/* uploader */
.image-preview-multiple {
  min-height: 8rem
}

.preview-list {
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  display: flex
}

.preview-item {
  row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  width: 8rem;
  font-size: 1rem;
  line-height: 1;
  display: flex
}

.success-message {
  color: var(--text-color);
  text-align: center;
  background-color: var(--main-color-light);
  width: 100%;
  padding-block: 3rem;
  font-size: 1.25rem;
  font-weight: 500
}

.form-done,
.form-fail,
.visually-hidden {
  display: none
}

.error-message {
  color: var(--text-color);
  height: 3.75rem;
  margin-top: 0;
  padding: 0;
  font-size: 1.25rem;
  position: absolute;
  inset: auto 0% 0%
}

.error-message-text {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex
}

textarea {
  resize: none
}

textarea {
  border: 0 solid var(--text-color);
  border-bottom-width: 1px;
  min-width: 100%;
  max-width: 100%;
  min-height: 10rem;
  max-height: 10rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.25rem;
  background: transparent;
}

textarea:focus {
  border-bottom-color: var(--text-color)
}

textarea::placeholder {
  color: transparent;
  user-select: none
}

.uploadcare--widget__button.uploadcare--widget__button_type_open,
.uploadcare--widget__button.uploadcare--widget__button_type_cancel {
  padding: 0.5rem 1rem;
  border: 1.5px solid var(--text-color);
  color: var(--text-color) !important;
  background-color: transparent !important;
  box-shadow: 0 0 20px -10px hsla(0, 0.00%, 0.00%, 0.25);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.uploadcare--widget__button {
  border-radius: unset;
  cursor: pointer
}

.uploadcare--widget__button:focus:not(:focus-visible) {
  outline: none
}

.uploadcare--widget__progress {
  margin-bottom: 0.25rem
}

.uploadcare--progress_type_canvas {
  color: #c2aa7a
}

.uploadcare--widget {
  width: 100%
}

.uploadcare--widget.uploadcare--dragging .uploadcare--widget__dragndrop-area {
  color: var(--text-color);
  display: flex
}

.uploadcare--widget__dragndrop-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border: 2px dashed var(--text-color);
  color: #757575;
  background: transparent;
  font-size: 1.25rem;
  min-height: 5rem;
  height: 5rem;
  margin-bottom: 0.75rem;
  padding: 0
}

@media (pointer:coarse) {
  .uploadcare--widget__dragndrop-area {
    display: none
  }

  .image-preview-multiple {
    min-height: 2.25rem
  }
}

@media screen and (max-width: 991px) {
  .options-wrapper {
    align-content: space-between
  }
}

@media screen and (max-width: 767px) {
  .contact_landing-bottom {
    height: 24rem;
    margin-top: -12.5rem;
  }


  .options-wrapper {
    row-gap: 1rem;
    flex-direction: column;
    margin-top: 4rem
  }

  .title-small {
    font-size: 1.375rem
  }
}

@media screen and (max-width: 479px) {
  .contact-form {
    grid-template-columns: 1fr
  }

  .link-big {
    font-size: 1.5rem
  }
}