.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1020
}
.cookie__container {
  max-width: 1058px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}
.cookie__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px
}
.cookie__text {
  max-width: 810px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222
}
.cookie__text a {
  color: #222;
  text-decoration: underline
}
.cookie__button {
  height: 40px;
  text-transform: uppercase
}
@media (max-width:580px) {
  .cookie__block {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px
  }
  .cookie__button {
    width: 100%;
    margin-top: 20px
  }
}