.cookie-consent {
  background: #444444;
  border-radius: 10px;
  bottom: 30px;
  box-sizing: border-box;
  display: none;
  min-height: 20px;
  overflow: hidden;
  padding: 30px;
  position: fixed;
  right: 30px;
  width: 350px;
  z-index: 999;
}

.cookie-consent__title {
  color: #ffffff;
  display: block;
  font-family: OpenSans, arial, "sans-serif";
  font-size: 22px;
  line-height: 20px;
}

.cookie-consent__desc {
  color: #ffffff;
  display: block;
  font-family: OpenSans, arial, "sans-serif";
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0;
}

.cookie-consent__desc a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-consent__button a:first-of-type {
  background: #3e9b67;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-family: OpenSans, arial, "sans-serif";
  font-size: 14px;
  font-weight: bold;
  margin-left: 0;
  margin-top: 14px;
  padding: 15px 24px;
  text-align: center;
  transition: background 0.3s;
}

.cookie-consent__button a {
  background: #363636;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: OpenSans, arial, "sans-serif";
  font-size: 14px;
  margin-top: 14px;
  margin-left: 14px;
  padding: 15px 24px;
  text-align: center;
  transition: background 0.3s;
}

.cookie-consent__button a:first-of-type:hover {
  background: #007c0c;
  cursor: pointer;
}

@media (max-width: 980px) {
  .cookie-consent {
    bottom: 0 !important;
    border-radius: 0;
    left: 0 !important;
    width: 100% !important;
  }
}
