._cookie {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  top: 0;
  display: none; }
  ._cookie ._cookie_background {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  ._cookie ._cookie_content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 1em 4em;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    width: 95%; }
    ._cookie ._cookie_content ._cookie_header {
      display: block;
      font-weight: 600; }
    ._cookie ._cookie_content ._cookie_description {
      text-align: center;
      padding: 0.5em 0; }
      ._cookie ._cookie_content ._cookie_description a:hover {
        color: #FEDB00 !important; }
    ._cookie ._cookie_content ._cookie_inputs {
      display: flex; }
      ._cookie ._cookie_content ._cookie_inputs ._cookie_inputs_input {
        margin: 0 1em 0 1em; }
        ._cookie ._cookie_content ._cookie_inputs ._cookie_inputs_input label::before {
          border-radius: 0 !important; }
    ._cookie ._cookie_content ._cookie_buttons {
      margin-top: 0.5em;
      display: flex; }
      ._cookie ._cookie_content ._cookie_buttons > div {
        margin: 0 1em 0 1em;
        padding: 0.5em 1em;
        cursor: pointer; }
      ._cookie ._cookie_content ._cookie_buttons ._cookie_buttons_accept {
        background: #5bb75b; }
      ._cookie ._cookie_content ._cookie_buttons ._cookie_buttons_read {
        background: #697677; }
  ._cookie + #section-header, ._cookie + #zone-header-wrapper {
    margin-top: 155px; }

@media (max-width: 1025px) {
  ._cookie ._cookie_content {
    margin-bottom: 0.5em; } }
@media (max-width: 768px) {
  ._cookie + #section-header, ._cookie + #zone-header-wrapper {
    margin-top: 177.5px; } }
@media (max-width: 480px) {
  ._cookie ._cookie_content ._cookie_inputs ._cookie_inputs_input {
    margin: 1em; }
  ._cookie ._cookie_content ._cookie_buttons {
    width: 100%;
    flex-direction: column; }
    ._cookie ._cookie_content ._cookie_buttons > div {
      margin: 0.5em 0; }
  ._cookie + #section-header, ._cookie + #zone-header-wrapper {
    margin-top: 274.5px; } }

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