.btn {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 800;
  border-radius: .25rem;
  text-transform: none;
  cursor: pointer;
}

.btn-orange {
  color: #fff;
  background-color: #eb8f08;
  border-color: #f79e1b;
}

.btn-orange:hover {
  color: hsla(0,0%,100%,.8);
  background-color: #e68c08;
  border-color: #f79e1b;
}

.btn-outline-light-blue {
  color: #586e86;
  background-color: transparent;
  border: 2px solid #b3cfee;
}

.btn-outline-light-blue:hover {
  color: #586e86;
  background-color: rgba(179,207,238,.1);
  border-color: #b3cfee;
}

.notify-cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d0e3f8 !important;
  color: #586e86 !important;
  z-index: 10;
  font-size: 14px !important;
  line-height: 1.5;
}
.notify-cookies .btn {
  min-width: 150px;
}
@media only screen and (max-width: 1199.98px) {
  .notify-cookies .btn {
    min-width: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .notify-cookies .btn {
    min-width: 150px;
  }
}
@media only screen and (max-width: 575.98px) {
  .notify-cookies .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .notify-cookies .btn:not(:first-child) {
    margin-top: 15px;
  }
}
.notify-cookies__sprite-first {
  background: url(../../../uploads/notify-cookies__sprite.png) no-repeat -19px -9px;
  min-width: 35px;
  height: 36px;
  margin-right: 15px;
}
.notify-cookies__sprite-last {
  width: 90px;
  height: 50px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .notify-cookies__sprite-last {
    display: none;
  }
}
.notify-cookies__sprite-last::after,
.notify-cookies__sprite-last::before {
  background: url(../../../uploads/notify-cookies__sprite.png) no-repeat;
  content: "";
  display: block;
  position: absolute;
}
.notify-cookies__sprite-last::before {
  width: 19px;
  height: 20px;
  background-position: -63px -16px;
}
.notify-cookies__sprite-last::after {
  width: 12.89px;
  height: 13.57px;
  background-position: -94px -20px;
  right: 0;
  bottom: 0;
}
