#agree-cookie {
  margin: 0;
  padding: 0; }
  #agree-cookie #cookie-wrap {
    max-width: 1170px;
    width: 100%;
    min-height: 128px;
    position: fixed;
    bottom: 0;
    left: calc((100% - 1170px) / 2);
    background-color: #CFDAE2;
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; }
    @media (max-width: 1170px) {
      #agree-cookie #cookie-wrap {
        left: 0; } }
    @media (max-width: 600px) {
      #agree-cookie #cookie-wrap {
        min-height: 203px;
        padding: 10px 8px; } }
    #agree-cookie #cookie-wrap #cookie-consent {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin: 0 20px; }
      @media (max-width: 600px) {
        #agree-cookie #cookie-wrap #cookie-consent {
          flex-direction: column; } }
      #agree-cookie #cookie-wrap #cookie-consent p {
        display: flex;
        font-size: 15px;
        font-weight: 400;
        line-height: 17.58px;
        text-align: left;
        color: #444444;
        max-width: 859px;
        min-height: 74px;
        padding: 10px 0;
        gap: 10px; }
  #agree-cookie button {
    color: #FFFFFF;
    background-color: #4B83AF;
    width: 170px;
    height: 45px;
    min-width: 170px;
    min-height: 45px;
    border-radius: 30px;
    border: none !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.41px;
    text-align: center; }

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