.contacts {
  margin-block: 0 !important;
  padding: 60px 0 50px 0;
}
@media (max-width: 959px) {
  .contacts {
    padding: 40px 0px 30px 0px;
  }
}
.contacts h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1%;
  text-align: left;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .contacts h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.contacts .contacts_grid_alt {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  grid-template-rows: repeat(3, auto);
  gap: 32px 20px;
  grid-auto-flow: row;
  grid-template-areas: "contacts_main contacts_map" "contacts_social contacts_map" "contacts_address contacts_map";
  justify-content: space-between;
}
.contacts .contacts_grid_alt dl {
  margin: 0;
}
.contacts .contacts_grid_alt dt {
  /* body/400 */
  color: #aeb1b8;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 8px;
}
.contacts .contacts_grid_alt dd .footer__phone {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 24px;
  transition: 0.2s ease-out;
}
.contacts .contacts_grid_alt dd .footer__phone:hover {
  color: #f7ddb0;
}
.contacts .contacts_grid_alt .footer__btn {
  padding: 0 24px;
  width: max-content;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  color: #0f1113;
  background: #f7ddb0;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 32px;
}
.contacts .contacts_grid_alt .footer__btn:hover {
  filter: brightness(90%);
}
@media (max-width: 959px) {
  .contacts .contacts_grid_alt .footer__btn {
    width: 100%;
  }
}
.contacts .contacts_grid_alt .footer__social {
  transition: 0.2s ease-out;
}
.contacts .contacts_grid_alt .footer__social:hover {
  background-color: #636465;
}
@media (max-width: 959px) {
  .contacts .contacts_grid_alt {
    grid-template-columns: 1fr;
    gap: 32px;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "contacts_main" "contacts_social" "contacts_address" "contacts_map";
  }
  .contacts .contacts_grid_alt .footer__socials {
    justify-content: flex-start;
    margin-top: 0px;
  }
  .contacts .contacts_grid_alt .footer__socials .footer__social {
    background-color: var(--gray__600);
    border-radius: 50%;
    padding: 0;
    border: none;
  }
}
.contacts .contacts_grid_alt .contacts_map {
  margin-top: 0px;
}
.contacts .contacts_grid_alt .contacts_map iframe {
  max-width: 800px;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .contacts .contacts_grid_alt .contacts_map iframe {
    max-width: 100%;
    height: 400px;
  }
}
@media (max-width: 639px) {
  .contacts .contacts_grid_alt .contacts_map iframe {
    height: 250px;
  }
}
.contacts .contacts_address .static_map_link {
  text-decoration: none;
  transition: all 350ms ease-in-out;
  color: #ffffff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 768px) {
  .contacts .contacts_address .static_map_link {
    display: flex;
  }
  .contacts .contacts_address .static_map_link:after {
    content: '';
    background: none;
  }
}