.wy-nav-content {
    max-width: none;
}

.cookie-info-block {
  width: 340px;
  border-radius: 3px;
  background-color: #48ace2;
  padding: 10px 15px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 24px;
  position: fixed;
  z-index: 100000;
  top: 140px;
  right: 25px;
  color: #fff; }
.cookie-info-block button {
  display: block;
  padding: 8px 30px;
  background: #fff;
  border: none;
  border-radius: 3px;
  margin-top: 8px;
  margin-bottom: 5px;
  color: #000; }
.cookie-info-block a, .cookie-info-block .anchor {
  color: #000 !important;
  text-decoration: underline !important;
  cursor: pointer; }
.cookie-info-close {
  position: absolute;
  cursor: pointer;
  right: 11px; }

@media (min-width: 769px) {
  .cookie-info-block::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #48ace2;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -11px;
    bottom: 23px; } }
@media (max-width: 768px) {
  .cookie-info-block {
    right: 0;
    border-radius: 0;
    width: 100%;
    top: initial;
    bottom: 0px;
  }
  .cookie-info-block button {
    margin-left: auto;
    margin-right: auto;
  }
}
