.sc-contacts {
  padding-top: 48px;
  padding-bottom: 48px;
}
.contacts-list__wrap{
  display: flex;
  gap: 0px 24px;
}
.contacts-list{
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  margin-top: 32px;
  margin-bottom: 32px;
  flex-direction: column;
}
.contacts-list__item{
  width: 100%;
}
.contacts-map__item{
  display: inline-block;
  width: 100%;
  padding: 10px;
}
#_map {
  width: 100%;
  height: 60vh;
  min-height: 440px;
  max-height: 554px;
  border-radius: 10px;
  overflow: hidden;
}
#_map iframe {
  width: calc(100% + 160px);
  margin-left: -160px;
  height: 100%;
}

@media (max-width: 991px) {
  .contacts-title__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .contacts-title{
    margin-bottom: 0;
  }
  .contacts-map__item{
    margin-top: 16px;
    padding: 0;
  }
  #_map{
    height: 608px;
    max-height: 100%;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .sc-contacts{
    padding-top: 40px;
  }
  #_map{
    height: 267px;
  }
}