.contacts-block {
  padding-bottom: 60px;
}
.contacts-block .contacts-map {
  height: 400px;
}
.contacts-block .contacts-map > ymaps {
  height: 100% !important;
}
.contacts-block .contacts-list {
  padding-top: 30px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.contacts-block .contact-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 150%;
  color: #514439bf;
  text-decoration: none;
}
.contacts-block .contact-item {
  padding-right: 20px;
}
.contacts-block .contact-row:last-child {
  margin-bottom: 0;
}
.contacts-block .contact-row p {
  font-size: 16px;
  line-height: 150%;
  color: #514439bf;
  margin: 0;
}
.contacts-block a.contact-row:hover {
  color: #f7bc00;
}
.contacts-block .contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 13px;
  flex-shrink: 0;
}
.contacts-block .contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contacts-block .contact-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #514439;
  margin-bottom: 10px;
}
.contacts-block .contacts-socials-row {
  display: flex;
  align-items: center;
}
.contacts-block .soc-link {
  width: 26px;
  height: 26px;
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px;
}
.contacts-block .soc-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contacts-block .soc-link:hover img {
  filter: brightness(1.3);
}

.contacts-block .contacts-map iframe {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .contacts-block .contacts-list {
    flex-wrap: wrap;
  }
  /*.contacts-block .contacts-map {*/
  /*  height: 300px;*/
  /*}*/
}

@media screen and (max-width: 767px) {
  .contacts-block .contacts-list {
    flex-direction: column;
  }
  .contacts-block .contact-item {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
