@media screen and (min-width: 750px) {
  .footer {
    position: relative;
    height: 400px;
    margin-top: 2rem;
  }
  .footer .footer__maps {
    display: flex;
  }
  .footer .footer__info {
    position: absolute;
    bottom: 0;
    z-index: 4;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    height: 675px;
  }
  .footer .footer__maps {
    width: 100%;
    height: 400px;
    display: flex;
    position: relative;
  }
  .footer .footer__maps .nh__maps_cont {
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0 100%);
    width: 60%;
    height: 400px;
    position: absolute;
    left: 0;
    z-index: 3;
    border-top: 3px solid #001880;
  }
  .footer .footer__maps .nh__maps {
    width: 100%;
    height: 100%;
  }
  .footer .footer__maps .nh__maps_img_cont {
    position: absolute;
    right: 0;
    width: 60%;
    height: 400px;
  }
  .footer .footer__maps .nh_maps_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer .footer__info {
    height: 306px;
  }
  .footer .footer__info .footer__nav {
    display: flex;
  }
  .footer .footer__info_cont {
    padding-top: 3rem;
  }
  .footer .footer__info_cont .footer__logo_cont {
    display: flex;
  }
  .footer .footer__info_cont .footer__left_cont_descr {
    font-size: 12px;
    width: 278px;
  }
  .footer .footer__info_cont .footer__logo_img {
    width: 145px;
    height: 45px;
  }
  .footer .footer__info_cont .footer__logo_cont_descr {
    font-weight: 500;
    font-size: 12px;
  }
  .footer .footer__social .footer__social_cont {
    height: 100%;
  }
  .footer .footer__social .footer__social_logo {
    display: none;
  }
  .footer .footer__social .footer__contact_us_button {
    width: 165px;
    height: 27px;
  }
  .footer .footer__social .footer__contact_us_link {
    font-size: 13px;
  }
}

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