.contacts-hero {
  padding-bottom: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 20px 0;
}

.contacts-hero__container {
  
  margin: 0 auto;
 
}

.contacts-hero__content {
  min-height: 500px;
    padding: 64px 72px;
    border-radius: 32px;
    background: url(../img/contacts-hero-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.contacts-hero__title {
  color: #432A19;
  margin-bottom: 24px;
font-weight: 700;
font-size: 32px;
line-height: 130%;
letter-spacing: 0px;
text-transform: uppercase;
}

.contacts-hero__desc {
  color: #636160;
  margin-bottom: 32px;
font-weight: 400;
font-size: 24px;
line-height: 140%;
letter-spacing: 0px;
}

.contacts-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 52px;
  width: 238px;
  padding: 0 32px;
  border-radius: 999px;

  background: #0F8E38;
  color: #fff;
  text-decoration: none;

  transition: background .3s ease, transform .2s ease;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;
text-align: center;

}

.contacts-hero__btn:hover {
  background: #89BD23;
  transform: translateY(-1px);
}

/* ===== BREADCRUMBS ===== */
.contacts-breadcrumbs {
  margin-top: 16px;
  padding: 15px 16px;
  background: #F5F6F5;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #636160;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;

}

.contacts-breadcrumbs__current {
  color: #432A19;
  font-weight: 500;
}


/*section contacts-info*/

.contacts-info {
  padding-bottom: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.contacts-info__container {
  margin: 0 auto;
}

.contacts-info__title {
  color: #432A19;
  margin-bottom: 48px;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
}

/* LIST */
.contacts-info__list {
  display: flex;
  gap: 15px;
}

/* CARD */
.contacts-info__card {
  flex: 1;
  background: #fff;
  border-radius: 24px;
  padding: 32px 24px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* ICON */
.contacts-info__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts-info__icon img {
  max-width: 100%;
  max-height: 100%;
}

/* TEXT */
.contacts-info__label {
  color: #432A19;
  margin-bottom: 8px;
font-weight: 700;
font-size: 22px;
line-height: 130%;
letter-spacing: 0px;
text-transform: uppercase;
}

.contacts-info__value {
  color: #636160;
  text-decoration: none;
font-weight: 500;
font-size: 18px;
line-height: 130%;
letter-spacing: 0px;


}

/* SOCIALS */
.contacts-info__socials {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.contacts-info__social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

/*section contact form*/
.contact-form {
   padding-bottom: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px 0;
}

.contact-form__container {
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

/* LEFT */
.contact-form__content {
  flex: 1;
  background: #f4f5f1;
  border-radius: 32px;
  padding: 48px;
}

.contact-form__title {
  color: #432A19;
  margin-bottom: 24px;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;
}

.contact-form__text {
  color: #636160;
  margin-bottom: 16px;
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;

}

.contact-form__text--bold {
font-weight: 700;
font-size: 18px;
line-height: 140%;
letter-spacing: 0px;
color: #636160;
}

/* RIGHT */
.contact-form__box {
  flex: 1;
  background: #178f35;
  border-radius: 32px;
  padding: 40px;
}

.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ROW */
.contact-form__row {
  display: flex;
  gap: 16px;
}

.contact-form__input,
.contact-form__select,
.contact-form__textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: none;
  outline: none;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
color: #636160;
}
.contact-form__select {
  width: 100%;
  padding: 14px 48px 14px 16px; /* ← место под стрелку */
  border-radius: 12px;
  border: none;
  outline: none;

  font-weight: 500;
  font-size: 16px;
  color: #636160;

  /* ❗ отключаем системный UI */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* кастомная стрелка */
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23432A19' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 8px;

  cursor: pointer;
}

/* TEXTAREA */
.contact-form__textarea {
  min-height: 120px;
  resize: none;
}

/* POLICY */
.contact-form__policy {
  font-size: 13px;
  color: #FFFFFF;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
}

.contact-form__policy a {
  color: #FFFFFF;
  text-decoration: underline;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
text-decoration: underline;
text-decoration-style: solid;
}

/* BUTTON */
.contact-form__submit {
  margin-top: 12px;
  align-self: center;
  padding: 14px 48px;
  border-radius: 999px;
  border: none;
  height: 52px;
  width: 254px;
text-align: center;
  background: #FFFFB2;
  color: #432A19;
  cursor: pointer;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
text-transform: uppercase;
}
.contact-form__submit:hover{
     background: #FFFF5B;
}
/* ===== SECTION map===== */
.find {
  padding-bottom: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px 80px;
}

.find__container {
  margin: 0 auto;
}

/* ===== TITLE ===== */
.find__title {
  margin: 0 0 40px;
  text-transform: uppercase;
  color: #432A19;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;
text-transform: uppercase;

}

/* ===== CONTENT ===== */
.find__content {
  display: flex;
  gap: 20px;
}

/* ===== PHOTO ===== */
.find__photo {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
}

.find__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== MAP ===== */
.find__map {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  background: #f2f2f2;
}

.find__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


/* ===== ADAPTIVE ===== */
@media (max-width: 1200px) {
  .find__container {
    padding: 60px 40px;
  }
}
@media (max-width: 1024px) {
  .contacts-hero__content {
    padding: 48px;
    background:
      url("../img/contacts-hero-bg.jpg") center bottom / cover no-repeat;
  }
  .contacts-info__list {
    flex-wrap: wrap;
  }

  .contacts-info__card {
    flex: 0 0 calc(50% - 16px);
  }
   .contact-form__container {
    flex-direction: column;
  }

  .contact-form__row {
    flex-direction: column;
  }
  .find__content {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .contacts-hero__content {
    padding: 32px 24px;
    min-height: auto;
    background: url(../img/contacts-hero-bg.jpg);
  }

  .contacts-hero__title {
    font-size: 24px;
  }

  .contacts-hero__desc {
    font-size: 16px;
  }
  .contacts-info {
    padding: 50px 20px 0px;
  }

  .contacts-info__title {
    font-size: 26px;
    margin-bottom: 0px;
  }

  .contacts-info__card {
    flex: 0 0 100%;
  }
  .contact-form {
    padding: 64px 0;
    padding-bottom: 0px;
  }

  .contact-form__content,
  .contact-form__box {
    padding: 32px 24px;
  }

  .contact-form__title {
    font-size: 24px;
  }
  .find__container {
    padding: 40px 0px;
  }

  .find__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .find__content {
    flex-direction: column;
  }

  .find__photo,
  .find__map {
    height: 300px;
  }
  .contacts-hero__btn {
    margin: 0px auto;
}
.contacts-info__label {
    font-size: 20px;
}
.contact-form__text {
    font-size: 16px;
}
.find {
    padding: 30px 20px 25px;
}
.find__map iframe {
    width: 100%;
    height: 260px;
    border: none;
    display: block;
}
}