 a{
      text-decoration: none;
  }
  .smalltext5{
       font-family: 'Inter', Arial;
         font-size:15px;
         font-weight: 500;
 }
 
 .smalltext5 a{
     color:#069;
 }
.badge {
  display: block;
 position: absolute;
  align-items: center;
 gap: 5px;
  background: #069;
  color: white;
  font-weight: normal;
  font-size: 12px;
  padding: 6px 11px;
  border-radius: 12px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  transition: all 0.25s ease;
  white-space: nowrap;
  margin: -50px 0px 47px 399px; 
}
  @media (max-width: 768px) {
      .badge {
          margin: -50px 0px 47px 225px; 
      }
      
  }
  .loader { position: absolute; top: 50%; left: 50%;  width: 80px; height: 80px; animation: spin 3s linear ; }
  .filter-tab {
    background: none;
    border: none;
    padding: 6px 16px;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    border-radius: 100px;
    transition: background-color 0.15s;
}
.filter-tab:hover {
    background-color: #0FA493;
    color: #fff;
}
.filter-tab.active {
    background-color: #0D7367;
    color: #fff;
    font-weight: 500;
}
  .lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
}
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.2);
    border: none;
    color: #fff;
    font-size: 40px;
    padding: 15px;
    cursor: pointer;
}
.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
  .navbar {
      height: 64px;
      background-color: #ffffff;
      border-bottom: 1px solid #f1f3f4;
      display: flex;
      align-items: center;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .nav-container {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      font-size: 22px;
      font-weight: 500;
      color: #1f1f1f;
      cursor: pointer;
      user-select: none;
    }
    .logo span {
      color: #1a73e8; 
      font-weight: 700;
    }
    .nav-menu {
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .nav-link {
      color: #5f6368;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      transition: color 0.15s;
    }
    .nav-link:hover {
      color: #1a73e8;
    }
    .btn-add-business {
      background-color: #c2e7ff; 
      color: #001d35;
      border: none;
      padding: 8px 20px;
      border-radius: 100px; 
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 1px 3px rgba(60,64,67,0.3);
      transition: box-shadow 0.2s, background-color 0.2s;
    }

    .btn-add-business:hover {
      background-color: #b3dbf2;
      box-shadow: 0 4px 8px rgba(60,64,67,0.15);
    }
     .container {
      max-width: 1200px;
      width: 100%;
      margin: 20px auto;
      padding: 0 24px;
      box-sizing: border-box;
    }
    .rl-status {
width: 280px;
}
    .more-rl {
display: inline-flex;
    align-items: center;
    padding: 3px 12px;
    border-radius: 999px; 
    background: #009900;
    cursor: pointer;
      }
      .more-rl2 {
display: inline-flex;
    align-items: center;
    padding: 3px 12px;
    border-radius: 999px; 
    background: red;
    cursor: pointer;
    
      }
       .more-rl3 {
display: inline-flex;
    align-items: center;
    padding: 3px 12px;
    border-radius: 999px; 
     color:black;
    font-size: 0.75rem;
    
      }
      .more-rl3 img {
           display: block;
           position: absolute;
margin-top:-20px;
    
      }
      .location-container {
    display: flex;
    align-items: space between;
    border-radius: 16px;
    background: #fff;
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
   
}
.event {
    display: flex;
    align-items: stretch;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border: 1px solid #e3e3e3;
    margin: 15px 0;
    overflow: hidden;
}

.event-image {
    width: 160px;
    flex-shrink: 0;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.status-btn {
    align-self: flex-end;
    margin-top: 2px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #f8f9fa;
    color: #5f6368;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: .2s;
    fit: cover;
}

.status-btn:hover {
    background: #e8f0fe;
    color: #1a73e8;
}
.info-reservation { color: #000000; font-size: 14px; font-family: 'Roboto Condensed', Arial;}
.small-reservation-txt { color: #ffffff; font-size: 0.75rem;}
 .modal {
   display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            backdrop-filter: blur(4px);
}
.modal2 {
    display: none; 
  position: fixed;
 inset: 0;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.modal-content {
     position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            border-radius: 12px;
            padding: 30px;
            width: 90%;
            max-width: 500px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal h3 {
            margin-bottom: 20px;
            color: #0f172a;
            font-size: 18px;
            font-weight: 600;
        }
.footer {
    background: #f2f2f2;
    color: #5f6368;
  margin-top: 50px;
  border-top: 1px solid #dadce0;
  
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
     padding: 20px 10px;
     
}

.footer-logo {
   width: 150px;
  height: 23px;
  
  background: url('https://zapisvai.com/footer_logo.png') no-repeat center/contain;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color:#1a73e8;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer-col a {
    color: #3d4042;
    text-decoration: none;
    font-size: 13px;
    
}

.footer-col a:hover {
    color: #95999d;
}

.footer-col p {
    margin: 8px 0;
    color: #3d4042;
    font-size: 13px;
}

.footer-bottom {
    border-top: 1px solid #dadce0;
    text-align: center;
    padding: 10px;
    color: #9ca3af;
    font-size: 12px;
}


.faq-container {
            width: 100%;
           
        }

        .faq-container h1 {
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 24px;
            color: #202124;
            text-align: center;
        }

       
        .faq-item {
            background-color: #ffffff;
            border: 1px solid #dadce0;
            border-radius: 8px;
            margin-bottom: 12px;
            overflow: hidden;
            transition: box-shadow 0.2s ease-in-out, border-color 0.2s;
        }

        
        .faq-item:hover {
            box-shadow: 0 1px 3px 0 rgba(60,64,67,0.3), 0 4px 8px 3px rgba(60,64,67,0.15);
            border-color: transparent;
        }

        
        .faq-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 24px;
            cursor: pointer;
            user-select: none;
            font-size: 16px;
            font-weight: 400;
            color: #202124;
        }

       
        .faq-icon {
            color: #70757a;
            transition: transform 0.2s ease-in-out, color 0.2s;
        }

        
        .faq-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-in-out;
            background-color: #ffffff;
        }

       
        .faq-content {
            padding: 0 24px 20px 24px;
            font-size: 14px;
            line-height: 1.8;
            color: #4d5156;
        }

       
        .faq-content a {
            color: #1a73e8;
            text-decoration: none;
        }
        .faq-content a:hover {
            text-decoration: underline;
        }

        
        .faq-item.active {
            border-color: #dadce0;
        }

        .faq-item.active .faq-header {
            color: #1a73e8;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
            color: #1a73e8;
        }
        
        .gdpr-banner {
        position: fixed;
        bottom: 24px;
        right: 24px;
        background-color: #202124; 
        color: #ffffff;
        padding: 16px 24px;
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.3);
        display: flex;
        flex-direction: column;
        gap: 16px;
        z-index: 10000;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        max-width: 400px;
        animation: gdprSlideUp 0.3s ease-out;
    }

    /* Текст и линк */
    .gdpr-text {
        line-height: 1.5;
        color: #e8eaed;
    }
    .gdpr-text a {
        color: #8ab4f8; 
        text-decoration: none;
    }
    .gdpr-text a:hover {
        text-decoration: underline;
    }

 
    .gdpr-buttons {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
    }

   
    .gdpr-btn {
        border: none;
        background: none;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 16px;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.2s, color 0.2s;
        text-transform: none; 
    }

    
    .btn-secondary {
        color: #9aa0a6; 
    }
    .btn-secondary:hover {
        background-color: rgba(241, 243, 244, 0.08);
        color: #ffffff;
    }

    
    .btn-primary {
        color: #8ab4f8;
        font-weight: 600;
    }
    .btn-primary:hover {
        background-color: rgba(138, 180, 248, 0.08);
    }

    
    @keyframes gdprSlideUp {
        from { transform: translateY(50px); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
    }
.new-objects { padding: 30px 0; margin-bottom: 40px;}
.new-objects h2 { font-family: 'Ubuntu Condensed', Arial; font-size: 24px; margin-bottom: 40px; text-align:left; }
.objects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 20px; }
.object-card { border-radius: 16px; overflow: hidden; background:white; text-decoration:none; color:#000; border: 1px solid #e3e3e3;}
.object-card:hover { box-shadow: 0 2px 6px rgba(60,64,67,0.15); }
.object-card img { width: 100%; aspect-ratio: 5/3; object-fit: cover; }
    @media (max-width: 768px) {
        .gdpr-banner {
            bottom: 0;
            right: 0;
            left: 0;
            max-width: 100%;
            border-radius: 0;
            padding: 20px;
        }
    }
@media (max-width: 768px) {
     .nav-menu { display:none; }
      .nav-link { display: none; } 
      .ih1 { font-size: 1.6rem; }
      .iht { font-size: 0.95rem; }
      .container { padding: 0 16px; margin: 24px auto; }
      .btn-add-business {
      background-color: #c2e7ff; 
      color: #001d35;
      border: none;
      height: 30px;
      padding: 8px 20px;
      border-radius: 100px; 
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 1px 3px rgba(60,64,67,0.3);
      transition: box-shadow 0.2s, background-color 0.2s;
    }
     .location-container {
        flex-direction: column;
    }
    .map-container {
   height: 250px;
}
.navbar{
    display: none;
}
.right-column {
  width: 100%;
}
.left-column { width: 100%; }
 .modal-content {
    width: 90%;
}
 .event {
        flex-direction: column;
    }

    .event-image {
        width: 100%;
        height: 220px;
    }

    .calendar-btn {
        width: 100%;
        margin-top: 20px;
        align-self: stretch;
        text-align: center;
    }
     .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
       font-size: 12px;
    }

    .footer-logo {
        margin: 0 auto 15px;
        display: block;
        
    }
}