.google_cookie {
  display: none;
  position: fixed;
  z-index: 80000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 0px;
  width: 95%;
  max-width: 930px;
  max-height: 95svh;
  background: #231F20;
  filter: drop-shadow(0px 0px 68px rgba(0, 0, 0, 0.15));
  color: #fff;
  padding: 76px 90px 58px 90px !important;
  text-align: center;
}
.google_cookie > span {
  display: table;
  margin: 0px auto 70px auto !important;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: initial;
  color: #fff;
}
.google_cookie.hideCookie {
  display: none !important;
}
.google_cookie.showCookie {
  display: table !important;
}
.google_cookie .cookie_options {
  margin: 0px auto 50px auto !important;
  width: 100%;
  justify-content: center;
  display: none;
  grid-row-gap: 25px;
  grid-column-gap: 120px;
  grid-template-columns: repeat(2, min-content);
}
.google_cookie .cookie_options.cookieOpen {
  display: grid !important;
}
.google_cookie .cookie_options.cookieOpen + .cookie_buttons {
  grid-template-columns: repeat(2, 1fr);
}
.google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(3) {
  display: table !important;
}
.google_cookie .cookie_options.cookieOpen + .cookie_buttons button:nth-child(2) {
  display: none !important;
}
.google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons {
  grid-template-columns: repeat(2, 1fr);
}
.google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(3) {
  display: none;
}
.google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(4) {
  display: none;
}
.google_cookie .cookie_options:not(.cookieOpen) + .cookie_buttons button:nth-child(2) {
  display: table;
}
.google_cookie .cookie_options .check {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 15px auto;
}
.google_cookie .cookie_options .check > * {
  grid-row: 1;
}
.google_cookie .cookie_options .check input {
  grid-column: 1/1;
  z-index: 2;
  padding: 0px !important;
  margin: 0px !important;
  background: transparent;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: 1px solid #000 !important;
}
.google_cookie .cookie_options .check input:checked ~ span {
  display: block !important;
}
.google_cookie .cookie_options .check input[name=ad_storage] {
  pointer-events: none !important;
  border: 1px solid #666666 !important;
}
.google_cookie .cookie_options .check input[name=ad_storage] + span {
  color: #fff !important;
  background: #666666;
}
.google_cookie .cookie_options .check input[name=ad_storage] + span:before {
  color: #fff !important;
}
.google_cookie .cookie_options .check span {
  grid-column: 1/1;
  color: green;
  font-size: 8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  display: none;
  position: relative !important;
}
.google_cookie .cookie_options .check span:before {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 15px !important;
  font-family: fontello;
  content: "\e802";
  color: #3149e7;
}
.google_cookie .cookie_options .check label {
  grid-column: 2/2;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  margin: 0px !important;
  vertical-align: top;
  line-height: 15px !important;
}
.google_cookie .cookie_buttons {
  width: 100%;
  margin: 0px auto;
  display: grid;
  grid-column-gap: 15px;
}
.google_cookie .cookie_buttons button.deny {
  font-size: 13px;
  border: 0px;
  background: transparent;
  grid-column-end: 3;
  grid-column-start: 1;
  margin: 10px auto 0px auto;
  opacity: 0.4;
  cursor: pointer;
  width: 100px;
}
.google_cookie .cookie_buttons button:not(.deny) {
  border: 1px solid #FFD900;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  height: 60px;
  cursor: pointer;
}
.google_cookie .cookie_buttons button:not(.deny):first-child {
  background: #FFD900;
  color: #000;
}
.google_cookie .cookie_buttons button:not(.deny):not(:first-child) {
  color: #fff;
  background: transparent;
}

@media (max-width: 1000px) {
  .google_cookie {
    padding: 30px !important;
  }
  .google_cookie > span {
    font-size: 14px !important;
    line-height: initial;
    margin-bottom: 20px !important;
  }
  .google_cookie .cookie_options {
    grid-template-columns: 1fr;
    grid-row-gap: 4px;
    grid-template-columns: min-content;
    margin: 0px auto 20px auto !important;
  }
  .google_cookie .cookie_options .check label {
    font-size: 14px !important;
    margin: 0px !important;
    vertical-align: top !important;
    line-height: 15px !important;
  }
  .google_cookie .cookie_buttons button {
    font-size: 12px !important;
    height: 40px !important;
    line-height: 12px !important;
  }
}/*# sourceMappingURL=cookie.css.map */