.contacts{ padding:0 0 86px; }

.contacts-grid{
  margin-top:40px;
  display:grid;
  grid-template-columns:420px 1fr;
  gap:116px;
  align-items:start;
}

.contacts-logo{
  width:224px;
  margin-bottom:56px;
}

.contacts dl{
  margin:0;
  display:grid;
  gap:42px;
}

.contacts dt{
  color:#a2a2a2;
  font-size:13px;
  font-weight:700;
  margin:0 0 10px;
}

.contacts dd{
  margin:0;
  max-width:282px;
  font-size:16px;
  font-weight:500;
  line-height:1.08;
}

.social-row{
  display:flex;
  gap:14px;
  margin-top:102px;
}

.social-row a{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  color:#fff;
}

.social-row img{
  width:64px;
  height:64px;
  max-width:none;
}

.map-image,
.map-frame{
  width:721px;
  height:541px;
  object-fit:cover;
  border-radius:14px;
  border:0;
}

@media (max-width:900px){
  .contacts{
    width:calc(100% - 38px);
    padding:30px 0 0;
    margin-bottom:40px;
  }

  .contacts h2{
    font-size:28px;
    line-height:1.05;
    margin-bottom:28px;
  }

  .contacts-grid{
    margin-top:0;
    grid-template-columns:1fr;
    gap:18px;
  }

  .contacts-logo{
    width:235px;
    margin:0 0 28px;
  }

  .contacts dl{
    display:grid;
    gap:32px;
    padding-left:68px;
    margin:0;
  }

  .contacts dt{
    margin:0 0 14px;
    color:#b8b8b8;
    font-size:16px;
    font-weight:400;
    line-height:1;
  }

  .contacts dd{
    max-width:250px;
    font-size:16px;
    font-weight:400;
    line-height:1.08;
  }

  .contacts dd a{
    display:block;
  }

  .social-row{
    margin-top:26px;
    gap:14px;
  }

  .social-row a{
    width:58px;
    height:58px;
  }

  .social-row img{
    width:58px;
    height:58px;
  }

  .map-image,
  .map-frame{
    width:100%;
    height:270px;
    margin-top:18px;
    border-radius:12px;
    object-fit:cover;
  }

}
.contacts{
  padding-top:40px ; /* отступы слева/справа */
}

.contacts dl{
  margin:0;
  display:grid;
  gap:42px;
}

.contacts dl > div{
  position:relative;
  padding-left:62px;
}

.contacts dl > div::before{
  content:"";
  position:absolute;
  left:0;
  top:22px;
  width:18px;
  height:18px;
  background:center / contain no-repeat;
  opacity:.75;
}

.contacts dl > div:first-child::before{
  background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.68 14.91 16.08 14.82 16.43 14.94C17.55 15.31 18.75 15.5 20 15.5C20.55 15.5 21 15.95 21 16.5V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.06 7.57C9.17 7.92 9.09 8.31 8.81 8.59L6.62 10.79Z' fill='%23525252'/%3E%3C/svg%3E");
}

.contacts dl > div:nth-child(2)::before{
  background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM12 11.5C10.62 11.5 9.5 10.38 9.5 9C9.5 7.62 10.62 6.5 12 6.5C13.38 6.5 14.5 7.62 14.5 9C14.5 10.38 13.38 11.5 12 11.5Z' fill='%23525252'/%3E%3C/svg%3E");
}

.map-image{
  display:none;
}

.map-frame{
  width:721px;
  height:541px;
  border:0;
  border-radius:14px;
  overflow:hidden;
}

@media (max-width:900px){
.contacts{
  padding:30px 19px 40px; /* слева/справа */
}

  .contacts dl{
    gap:32px;
    padding-left:0;
  }

  .contacts dl > div{
    padding-left:48px;
  }

  .contacts dl > div::before{
    top:24px;
  }

  .map-frame{
    width:100%;
    height:270px;
    margin-top:18px;
    border-radius:12px;
  }
}
