	#banjk {
	font-size:20px;
	letter-spacing: 4.3px;
	word-spacing: 2.9px;}
	#hjkk, #hjoo {
	background: linear-gradient(135deg, #2e7d32, #fceabb, #f8b500, #2e7d32);
	color:black;
	}
    .radek-obrazku {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      gap: 20px;
      /*background: linear-gradient(135deg, #fceabb, #f8b500);*/
      margin: 30px auto;
      padding: 20px;
    }
    .mini-obrazek {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 200px;
      height: 170px;
      text-align: center;
      font-family: sans-serif;
      flex-shrink: 0;
    /*  background: linear-gradient(135deg, #fceabb, #f8b500);*/
      padding: 10px;
     /* border-radius: 8px;*/
    /*  box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
      margin-bottom: 20px;
   /*   transition: transform 0.3s ease;*/
    /*  box-sizing: border-box;*/
    }
    .mini-obrazek:hover {
      transform: scale(1.05);
    }
    .mini-obrazek img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 6px;
    }
    .mini-obrazek h4 {
      font-size: 15px;
      margin: 0px 0 0px;
      color: black;
    }
    .mini-obrazek p {
      font-size: 12px;
      color: #555;
      margin: 0;
      padding: 0 5px;
    }
    @media (max-width: 1168px) {
      .radek-obrazku {
        flex-direction: column;
        align-items: center;
      }
      .mini-obrazek {
        width: 100%;
        max-width: 300px;
        height: auto;
      }
	 #popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    #popup {
      background: white;
      padding: 30px;
      border-radius: 10px;
      max-width: 400px;
      width: 90%;
      text-align: center;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
      animation: fadeIn 0.5s ease-in-out;
      position: relative;
    }
    #popup h2 {
      margin-top: 0;
      font-size: 22px;
    }
    #popup input[type="email"] {
      padding: 10px;
      width: 90%;
      margin: 15px 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    #popup button {
      padding: 10px 20px;
      background-color: #28a745;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    .close-btn {
      position: absolute;
      top: 10px; right: 15px;
      font-size: 20px;
      cursor: pointer;
      color: #888;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }
    /* Styl zùstává stejný   ho zkrátit dle potreby */
    .chat-toggle {
      position: fixed;
      bottom: 20px;
      right: 20px;
    /*  background: #0084FF;*/
      color: white;
      width: 60px;
      height: 60px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      cursor: pointer;
     /* box-shadow: 0 5px 15px rgba(0,0,0,0.3);*/
      z-index: 1000;
	background-image: url('https://www.ubpro.eu/B/uploads/--l--/chat.png'); /* nahraďte správnou cestou */
   /*background: linear-gradient(135deg, #fceabb, #f8b500);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    }
    .chat-box {
      position: fixed;
      bottom: 90px;
      right: 20px;
      width: 300px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      overflow: hidden;
      display: none;
      flex-direction: column;
      z-index: 1000;
    }
    .chat-header {
  background: linear-gradient(135deg, #fceabb, #f8b500);
    /*  background: #ff6a00;*/
      color: white;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      color:black;
    }
    .chat-body {
      padding: 10px;
      font-size: 14px;
    }
    .chat-footer {
      padding: 10px;
     /* background: #f5f5f5;*/
     
    }
    .chat-footer form {
      display: flex;
      flex-direction: column;
    }
    .chat-footer input, .chat-footer button {
      margin-top: 5px;
      padding: 8px;
      border-radius: 5px;
    }
    .chat-footer input {
      /*border: 1px solid #ccc;*/
    }
    .chat-footer button {
        background: linear-gradient(135deg, #fceabb, #f8b500);
     /* background: #0084FF;*/
      color: white;
      border: none;
      cursor: pointer;
    }
   a {
   text-decoration: none;
   color:black;font-size:18px;
   padding:0px;
   margin:0px;}
	body {
	padding:0px;
	margin:0px;
	}
