.cookie-policy{
  background-color:#fff;
  border-top:1px solid #e0eaf7;
  bottom:66px;
  display:none;
  font-size:10px;
  opacity:.95;
  padding:.5rem;
  position:fixed;
  text-align:center;
  width:100%;
  z-index:100;
}
@media screen and (min-width:1200px){
  .cookie-policy{
    bottom:0;
    font-size:14px;
    padding:1rem;
  }
}

.cookie-policy__btn{
  background:#f60;
  border:1px solid #f60;
  border-radius:6px;
  color:#fff;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  height:48px;
  line-height:48px;
  padding:0 25px;
  position:relative;
  text-align:center;
  transition:color .3s,background .3s,border .3s;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}