.cookie-block {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -3rem;
  z-index: 1010;
  transition: all 1s;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-block {
    transition: none;
  }
}
.cookie-block .cookie-block_content {
  position: relative;
  max-width: 86rem;
  width: calc(100% - 1rem);
  margin: 0 auto;
  overflow: hidden;
  padding: 15px;
  font-size: 16px;
  transition: all 0.6s;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-block .cookie-block_content {
    transition: none;
  }
}
.cookie-block .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.5rem;
  background: #333;
  transition: all 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-block .progress-bar {
    transition: none;
  }
}
.cookie-block a {
  color: inherit;
}
.cookie-block.active {
  bottom: 2rem;
}
@media (max-width: 767px) {
  .cookie-block.active {
    bottom: 0;
    padding-bottom: 1.5rem;
  }
}
.cookie-block.active .cookie-block_content {
  -webkit-opacity: 1;
  opacity: 1;
}

.cookie-btn {
  padding: 10px !important;
  margin-right: 10px;
}

/*# sourceMappingURL=cookie.css.map */
