.contacts__col_map {
    width: 976px;
}

.contacts__map {
    width: 976px;
    height: 467px;
    border-radius: 16px;
    overflow: hidden;
}
@media screen and (max-width: 1400px) {
    .contacts__col_map {
      width: 800px;
    }
    .contacts__col_info {
      width: calc(100% - 800px);
    }
    .contacts__map {
      width: 100%;
    }
  
  }
  @media screen and (max-width: 1024px) {
    .contacts__col {
      width: 100%;
      display: block;
    }
    .contacts__item {
      margin: 0 0 20px 0;
    }
    .contacts__col_map {
      width: 100%;
    }
  }
  @media screen and (max-width: 480px) {
    .contacts__item:last-child .contacts__value a {
      color: #131619;
      text-decoration: none;
    }
  }/*# sourceMappingURL=style.css.map */