.block-contacts {
  display: grid;
  grid-template-columns: minmax(0, 330px) minmax(0, 1fr);
  grid-gap: 12px;
}
@media screen and (max-width: 767px) {
  .block-contacts {
    grid-template-columns: minmax(0, 1fr);
  }
}
.block-contacts * {
  margin-bottom: 0 !important;
}
.block-contacts__col:first-child {
  border-radius: 16px;
  background: #EFF6FD;
  overflow: hidden;
  padding: 32px 55px 32px 32px;
}
@media screen and (max-width: 767px) {
  .block-contacts__col:first-child {
    max-width: 330px;
    margin: 0 auto;
  }
}
.block-contacts__col iframe {
  width: 100%;
  height: 100%;
}
.block-contacts__col--iframe {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-contacts__col--iframe {
    min-height: 500px;
  }
}
.block-contacts__phones {
  padding-left: 44px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
.block-contacts__phones::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../../../assets/img/icon_phone.svg") center/contain no-repeat;
}
.block-contacts__phone {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}
.block-contacts__work {
  margin-top: 12px;
  font-size: 14px;
  line-height: 142%;
  padding-left: 44px;
  position: relative;
}
.block-contacts__address {
  margin-top: 24px;
  font-size: 16px;
  line-height: 150%;
  padding-left: 44px;
  position: relative;
}
.block-contacts__address::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../../../assets/img/icon_address.svg") center/contain no-repeat;
}
.block-contacts__email {
  display: inline-block;
  text-decoration: none;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 44px;
  position: relative;
}
.block-contacts__email::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../../../assets/img/icon_email.svg") center/contain no-repeat;
}
.block-contacts__social {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
}
.block-contacts__social a {
  text-decoration: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  background-color: #D6E8F9;
  transition: all ease 0.4s;
  line-height: 0;
}

/*# sourceMappingURL=style.css.map */
