.contacts_article {
  color: #202020;
  font-family: Ubuntu, "sans-serif";
  font-size: 16px;
  line-height: 138.5%;
  margin-bottom: 110px;
}

.map_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.map {
  width: 100%;
}

iframe {
  border-radius: 5px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  height: 350px;
}

.contacts_block {
  padding: 30px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 50px;
}

.contacts {
  width: 300px;
}

.contacts_address {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.contacts_address:before {
  content: url("/source/img/icons/map.svg");
  display: flex;
  align-self: center;
}

.contacts_phone {
  display: flex;
  gap: 10px;
  color: #202020;
  margin-bottom: 10px;
}

.contacts_phone:before {
  content: url("/source/img/icons/phone.svg");
  display: flex;
  align-self: center;
}

.contacts_time {
  display: flex;
  gap: 10px;
}

.contacts_time:before {
  content: url("/source/img/icons/time.svg");
  display: flex;
  align-self: center;
}

.logo {
  font-size: 26px;
  font-weight: 700;
  color: #EACC97;
  font-family: Noto Sans, "sans-serif";
  line-height: 138.5%;
  margin-left: 30px;
}

.logo_text {
  margin-left: 30px;
  font-size: 16px;
  width: 300px;
}

@media (max-width: 480px) {
  iframe {
    height: 300px;
  }
  .contacts_article {
    margin-bottom: 60px;
  }
}

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