.cookie-panel {
  width: 100%;
  background-color: #fff;
  padding: 35px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 400;
  box-shadow: 0 -2px 10px 0 rgb(0 0 0 / 25%);
}

.cookie-panel__info {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-panel__info_button {
  height: auto;
  min-width: 132px;
  background-color: #0e52bc;
  border-radius: 2.25rem;
  color: #fff;
  letter-spacing: .09rem;
  text-transform: uppercase;
  padding: 5px 2px;
  cursor: pointer;
  border: 1px solid #0e52bc;
  transition: all .3s linear;
  outline: none;
  margin: 0;
  text-align: center;
}