@font-face {
  font-family: 'LeanOSansFY-Black';
  src: url('https://restlords.com/pl/wp-content/uploads/et-fonts/LeanOSansFY-Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.powrot-badge {
    text-transform: uppercase;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 7px 19px 7px 18px;
    background: #8b2346;
    color: #f4f3f0 !important;
    border-radius: 3px;
    font-size: 15px;
    font-family: "LeanOSansFY-Black", Helvetica, Arial, Lucida, sans-serif !important;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.22s cubic-bezier(0.5, 1, 0.4, 1);
  }
  .powrot-badge:hover,
  .powrot-badge:focus {
    background: #681933;
    border-color: #681933;
  }
  .powrot-badge::before {
    font-family: "LeanOSansFY-Black", Helvetica, Arial, Lucida, sans-serif !important;
    content: "«";
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    transform: translateY(-0.52px); 
  }

  /* Wyłączenie diva w którym było logo firmy */
  #40{
    display:none !important;
  }
  @media (max-width: 600px) {
    .powrot-badge {
      padding-left: 15px;
      padding-right: 16px;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 13px;
      top: 10px;
      left: 10px;
    }
    .powrot-badge::before {
      font-family: "LeanOSansFY-Black", Helvetica, Arial, Lucida, sans-serif !important;
      content: "«";
      display: inline-block;
      font-size: 14px;
      line-height: 1;
      transform: translateY(
        -1.2px
      ); 
    }
  }
  