.cookie-banner {
  position: fixed;
  display: block;
  width: 100%;
  padding: 28px 0;
  background: #eef0f3;
  font-size: 14px;
  color: #636f77;
  z-index: 2147483647;
  border: 0 solid white;
  bottom: 0; }
  @media screen and (max-width: 850px) {
    .cookie-banner {
      padding: 20px 0; } }
  .cookie-banner__body {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px; }
    @media screen and (max-width: 850px) {
      .cookie-banner__body {
        display: block;
        width: 85%; } }
  .cookie-banner__background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 1000; }
  .cookie-banner__title {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    text-align: left;
    color: #555555;
    font-weight: bold; }
    @media screen and (max-width: 850px) {
      .cookie-banner__title {
        font-size: 14px;
        margin: 0 0 14px; } }
  .cookie-banner__message {
    display: block;
    margin: 0;
    padding: 0;
    color: #555555;
    text-align: left;
    line-height: 1.3;
    font-size: 14px; }
    @media screen and (max-width: 850px) {
      .cookie-banner__message {
        font-size: 10px; } }
  .cookie-banner__buttons {
    margin: 0 0 0 50px; }
    @media screen and (max-width: 850px) {
      .cookie-banner__buttons {
        margin: 14px 0 0; } }
  .cookie-banner__agree {
    display: inline-block;
    border: 1px solid black;
    border-radius: 2px;
    background: white;
    color: #555555;
    padding: 8px 22px;
    cursor: pointer; }
    @media screen and (max-width: 850px) {
      .cookie-banner__agree {
        padding: 4px 14px; } }
  .cookie-banner a {
    color: #14377d;
    font-size: 14px; }
    @media screen and (max-width: 850px) {
      .cookie-banner a {
        font-size: 10px; } }
  .cookie-banner .cookie-banner__title {
    text-align: left;
    font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
    font-weight: normal; }

/*# sourceMappingURL=cookie-banner.css.map */
