.contacts_1 {
  position: relative;
  height: 400px;
  background: #eee; }
  .contacts_1__map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .contacts_1__open-button {
    display: none; }
  .contacts_1__close-button {
    display: none;
    position: absolute;
    padding: 0;
    width: 48px;
    height: 48px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='#fff' d='M26.686,25.355 L24.565,27.477 L13.251,16.163 L2.645,26.770 L0.523,24.648 L11.130,14.042 L0.523,3.435 L2.645,1.314 L13.251,11.920 L24.565,0.607 L26.686,2.728 L15.373,14.042 L26.686,25.355 Z'/%3E%3C/svg%3E") center center no-repeat;
    top: 10px; }
  @media all and (max-width: 960px) {
  .contacts_1 {
    height: 300px; } }
  @media all and (max-width: 640px) {
  .contacts_1 {
    height: auto;
    padding: 15px;
    text-align: center; }
    .contacts_1__map-wrapper {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 106; }
      .contacts_1__map-wrapper.opened {
        position: fixed;
        display: block; }
        .contacts_1__map-wrapper.opened .contacts_1__close-button {
          display: block; }

    .contacts_1__open-button {
      position: relative;
      z-index: 1;
      display: block; } }

.map-only-theme9 .map-inner.fixed .close-map {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  z-index: 106;
  border-radius: 6px; }

.map-only-theme9 .show-map {
  display: inline-block;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  position: relative;
  z-index: 1; }

@media all and (min-width: 641px) {
  .map-only-theme9 .show-map {
    display: none; } }