.cookies {
  position: fixed;
  bottom: 10px;
  left: 50%;
  max-width: 150rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  background: #263238;
  border-radius: 1.8rem;
  transform: translateX(-50%);
  z-index: 3147483646
}
.cookies__text {
  margin-right: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  color: #fff
}
.cookies__button {
  flex-shrink: 0
}
@media (max-width:48em) {
  .cookies {
    left: 2.6rem;
    right: 2.6rem;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    max-width: none;
    width: auto;
    padding: 2.6rem;
    transform: none;
    border-radius: 3.6rem
  }
  .cookies__text {
    margin-right: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.7rem
  }
}