/* 1. Виджет экскурсий
--------------------------------------------------------------------------------------------------------*/
.div-open-widget {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn-open-widget {
    margin: 10px 0 10px 0;
    padding: 10px;
    border: 5px black solid;
    border-radius: 20px;
    background-color: black;
    color: white;
  }

  .open-widget {
    display: none;
  }
  
  .open-widget .active {
    display: block;
  }
/* 1. Конец
--------------------------------------------------------------------------------------------------------*/