.contacts {
  margin-bottom: 80px;
}
.contacts .h1 {
  margin-bottom: 32px;
}
.contacts .contacts-addresses__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 24px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .contacts .contacts-addresses__items {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.contacts .contacts-addresses__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts .contacts-question .custom-collapse .custom-collapse-button:after {
  content: none;
}
.contacts .contacts-question .custom-collapse.show .custom-collapse-button {
  display: none;
}
.contacts .contacts-question .accordion:has(.show) .custom-accordion-button {
  display: none;
}
.contacts .contacts-question__form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
}
.contacts .contacts-question__form .field__name {
  width: 100%;
  max-width: 104px;
}
.contacts .contacts-question__form .captcha-container {
  display: flex;
  justify-content: center;
}
.contacts .contacts-question__form .btn-container {
  display: flex;
  justify-content: center;
}
.contacts .contacts-question__form .field__wrap {
  width: 100%;
}
.contacts .contacts-question__form .field__wrap .field__input {
  width: 100%;
}
.contacts .js-contacts-map-icon-wrapper {
  width: 40px;
  height: 30px;
  padding: 3px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.contacts .js-contacts-map-icon-wrapper .js-contacts-map-icon {
  width: 100%;
  height: 100%;
  background: url("/local/templates/bim/static/icons/logo-map.svg") no-repeat center center;
  background-size: contain;
}

.contacts-company {
  margin-bottom: 64px;
}
.contacts-company .h2 {
  margin-bottom: 24px;
}

.contacts-addresses {
  margin-bottom: 64px;
}

.contacts-map {
  width: 100%;
  height: 600px;
  background: #CED4DA;
  margin-bottom: 64px;
}

.contacts-question__send {
  margin-top: 24px;
}

.contacts-question > .h3 {
  margin-bottom: 16px;
}
.contacts-question > .p2 {
  margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
  .contacts {
    margin-bottom: 72px;
  }
  .contacts-company {
    margin-bottom: 32px;
  }
  .contacts-addresses {
    margin-bottom: 32px;
  }
  .contacts-map {
    height: 370px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .contacts > .h1 {
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=contacts.css.map */
