.cookie {
  position: fixed;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  z-index: 200;
}
.cookie .text {
  font-size: 12px;
  line-height: 1.35em;
  text-align: center;
}
.cookie .text A {
  color: orange;
  cursor: pointer;
}
.cookie .btn {
  display: inline-block;
  min-width: 113px;
  padding: 10px 20px;
  font-size: 1.3em;
  color: #fff;
  font-weight: 700;
  background-color: #eb6c09;
  border: none;
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.cookie.type-1 {
  justify-content: flex-start;
  left: 50%;
  bottom: -200px;
  width: 700px;
  margin-left: -350px;
  padding: 20px 20px 21px;
  border-radius: 3px;
}
.cookie.type-1 .btn {
  margin-left: 7px;
}
.cookie.type-1.show {
  bottom: 20px;
  transition: bottom 0.85s cubic-bezier(0.13, 0.04, 0.39, 1.3) !important;
}
.cookie.type-1.hide {
  bottom: -200px;
  transition: bottom 0.85s cubic-bezier(0.68, -0.15, 0.74, 0.05) !important;
}
.cookie.black {
  color: #fff;
  background-color: rgba(40, 40, 40, 0.9019607843);
}
.cookie.black .btn {
  color: #282828;
  background-color: #fff;
}
.cookie.black .btn:hover {
  color: #424242;
  opacity: 1;
}

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