#cookies-accept .wrapper {
  position: fixed;
  z-index: 1000;
  right: 60px;
  bottom: 60px;
  width: 316px;
  background: #F6E200;
  color: #1e252a;
  border-radius: 0;
  -webkit-box-shadow: 4px 4px 8px 3px rgba(34, 60, 80, 0.2);
          box-shadow: 4px 4px 8px 3px rgba(34, 60, 80, 0.2);
}
@media (max-width: 768px) {
  #cookies-accept .wrapper {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
#cookies-accept .content {
  padding: 20px 35px 20px 22px;
}
@media (max-width: 768px) {
  #cookies-accept .content {
    padding: 27px 13px 22px 30px;
  }
}
#cookies-accept .text {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: TTNormsPro;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 17px;
}
#cookies-accept .text a {
  color: #1e252a;
  text-decoration: underline;
}
#cookies-accept .text a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #cookies-accept .text {
    font-size: 14px;
  }
}
#cookies-accept .btn {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: 38px;
  padding-left: 54px;
  padding-right: 54px;
  background-color: #1e252a;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0;
}
@media (max-width: 768px) {
  #cookies-accept .btn {
    font-size: 12px;
  }
}
