.a-contacts {
  padding: 24px 0 60px 0;
}
@media only screen and (min-width: 1025px) {
  .a-contacts {
    padding: 24px 0 130px 0;
  }
}
.a-contacts__columns {
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-contacts__columns {
    display: flex;
  }
}
.a-contacts__address {
  padding: 18px 0 0 0;
  flex: 0 0 312px;
  max-width: 312px;
}
.a-contacts__block + .a-contacts__block {
  margin: 50px 0 0 0;
}
.a-contacts .a-contacts-block {
  margin: 12px 0;
}
.a-contacts__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}
.a-contacts__title + .a-contacts-block {
  margin: 16px 0;
}
.a-contacts .a-social__item {
  flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
}
.a-contacts .a-social__item + .a-social__item {
  margin: 0 0 0 12px;
}
.a-contacts .a-social__item_tg {
  color: #27ace5;
}
.a-contacts .a-social__item_wa {
  color: #40b93c;
}
.a-contacts__text {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.a-contacts__email {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-skip-ink: none;
  text-decoration-color: #000000;
  text-decoration-thickness: 1px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #000000;
}
.a-contacts__email:hover, .a-contacts__email[data-hovered=true] {
  text-decoration-color: transparent;
}
.a-contacts__email:hover {
  color: #40b93c;
}
.a-contacts__map {
  min-height: 400px;
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-contacts__map {
    flex: 1;
    min-height: 472px;
    margin: 0 0 0 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-contacts__map {
    margin: 0 0 0 70px;
  }
}
.a-contacts__phone {
  white-space: nowrap;
}