.unknown_selector{position: absolute;
    display: flex;
    font-size: 14px;
    color: white;
    width: 100%;
    justify-content: center;
bottom: 8px;}

@media (prefers-reduced-motion: reduce){.btn{-webkit-transition:none;-o-transition:none;transition:none}}.btn:hover{color:#212529;text-decoration:none;transition: all .2s ease;}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(201,152,78,0.25);box-shadow:0 0 0 .2rem rgba(201,152,78,0.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#212529;background-color:#c9984e;border-color:#c9984e}.btn-primary:hover{color:#fff;background-color:#b88538;border-color:#af7e35}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 .2rem rgba(176,135,72,0.5);box-shadow:0 0 0 .2rem rgba(176,135,72,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#212529;background-color:#c9984e;border-color:#c9984e}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#af7e35;border-color:#a57732}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled)

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #212529;
  background-color: #c9984e;
  border-color: #c9984e;
  font-weight: bold;
}

.btn {
  padding: 12px 26px;
  white-space: nowrap;
  border-radius: 0;
}

.btn.btn-primary {
  color: #fff;
  transition: all .2s ease;
}

.cookie{position:fixed;bottom:0;left:0;width:100vw;padding:20px 0;background-color:rgba(41,41,41,0.86);color:#ececed;font-style:normal;font-weight:500;font-size:12px;z-index:100}@media (min-width: 768px){.cookie{font-size:15px}.cookie .container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:no-wrap;flex-wrap:no-wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media (max-width: 991.98px){.cookie .btn{margin-top:10px}}.cookie__text{margin-bottom:0;margin-right:90px}