.contact-section {
  display: flex;
  flex-direction: row;
  gap: 40px;
  min-height: 600px;
  margin: 0 auto;
  padding: 128px 0;
}
@media (min-width: 1536px) {
  .contact-section {
    gap: 208px;
  }
}
@media (max-width: 1279px) {
  .contact-section {
    flex-direction: column;
    gap: 40px;
    padding: 80px 20px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding: 60px 16px;
    gap: 32px;
  }
}
.contact-section__content {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
}
@media (max-width: 1279px) {
  .contact-section__content {
    padding-top: 0;
    text-align: center;
  }
}
.contact-section__title {
  font-size: 48px;
  font-weight: 800;
  color: white;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1279px) {
  .contact-section__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .contact-section__title {
    font-size: 28px;
  }
}
.contact-section__description {
  font-size: 16px;
  text-align: left;
  max-width: 560px;
  margin-top: 32px;
  color: white;
  line-height: 1.6;
}
@media (max-width: 1279px) {
  .contact-section__description {
    text-align: center;
    max-width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .contact-section__description {
    font-size: 15px;
    text-align: left;
    margin-top: 20px;
  }
}
.contact-section__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .contact-section__form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.contact-section__input {
  width: 100%;
}
@media (max-width: 767px) {
  .contact-section__input {
    min-width: 100%;
  }
}
.contact-section__submit {
  width: 285px;
  margin-top: 16px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-section__submit {
    width: 100%;
  }
}
.contact-section input::placeholder,
.contact-section textarea::placeholder {
  color: #fff;
  opacity: 0.9;
}
.contact-section input::-webkit-input-placeholder,
.contact-section textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.9;
}
.contact-section input:-ms-input-placeholder,
.contact-section textarea:-ms-input-placeholder {
  color: #fff;
}
.contact-section input::-ms-input-placeholder,
.contact-section textarea::-ms-input-placeholder {
  color: #fff;
}
.contact-section input,
.contact-section textarea, .contact-section__input, .contact-section__form input, .contact-section__form textarea {
  color: #fff;
  caret-color: #fff;
}
.contact-section input:-webkit-autofill,
.contact-section textarea:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  transition: background-color 9999s ease 0s, color 9999s ease 0s;
}
.contact-section__social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.contact-section__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 54px;
  position: relative;
  transition: transform 0.35s ease, filter 0.35s ease;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
  z-index: 0;
}
.contact-section__social-link::before, .contact-section__social-link::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: inherit;
  -webkit-clip-path: inherit;
  pointer-events: none;
  transition: opacity 0.35s ease, background 0.35s ease;
}
.contact-section__social-link::before {
  background: linear-gradient(135deg, #7C6A62 0%, #EAB58F 55%, #4D3325 100%);
  z-index: 1;
}
.contact-section__social-link::after {
  inset: 3px;
  background: #3a2918;
  z-index: 0;
}
.contact-section__social-link:hover {
  transform: translateY(-4px) scale(1.04);
}
.contact-section__social-link:hover::after {
  background: linear-gradient(145deg, #302212 0%, #4a301f 55%, #422a1a 100%);
}
.contact-section__social-link:hover::before {
  background: linear-gradient(135deg, #EAB58F 0%, #7C6A62 55%, #4D3325 100%);
}
.contact-section__social-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.contact-section__social-icon {
  position: relative;
  z-index: 5;
}
.contact-section__social-icon path, .contact-section__social-icon rect, .contact-section__social-icon circle {
  pointer-events: none;
}

@media (max-width: 1279px) {
  .contact-section {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .contact-section__content {
    order: 1;
  }
  .contact-section__form {
    order: 2;
  }
}

/*# sourceMappingURL=contact-section.css.map */
