@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');*/

* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(bricks-8.jpg);
  font-size: 1.2em;
  background-color: #fff;
  color: #555;
}

p {
  padding: 0 0 10px 0;
  line-height: 1.5em;
  text-indent: 20px;
}

h1, h2, h3, h4 {
  font: normal 140% 'century gothic', arial;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 10px 0 5px 0;
  color: #000;
}

h2 {
  /*font-size: 120% 'century gothic', arial;*/
  font: normal 120% 'century gothic', arial;
}

h3 {
  /*font-size: 120% 'century gothic', arial;*/
  font: normal 105% 'century gothic', arial;
}

h4 {
  /*font-size: 95% 'century gothic', arial;*/
  font: normal 95% 'century gothic', arial;
}

a, a:hover {
  outline: none;
  text-decoration: underline;
  color: #136cb2;
}

ul {
  margin: 2px 0 22px 17px;
}

ul li {
  margin: 0 0 6px 0;
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

#header {
  display: flex;
  flex-direction: column; /* Якщо заголовок над меню */
  justify-content: flex-end; /* Вирівнює вміст по вертикалі до низу */
  background-color: #41353E;
  height: 192px;
  font-size: 0.8em;
  margin-left: 0px;
  margin-right: 0px;
  min-width: 900px;
}

.main, .logo, .menubar, .site_content, .footer {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 880px;
  padding-bottom: 40px;
}

.logo h1, .logo h2 {
  font: normal 300% 'century gothic', arial, sans-serif;
  text-align: center;
  margin: 0 0 0 0px;
}

.logo_text h1, .logo_text h1 a, .logo_text h1 a:hover {
  padding: 18px 0 0 0;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.logo_text h2 {
  font-size: 0.9em;
  padding: 4px 0 0 0;
  margin-left: 0px;
  color: #999;
}

.menubar {
  width: 900px;
  height: 36px;
  margin-top: 10px;
}

.menubar_m {
    display: none;
  }

ul.menu {
  float: right;
}

ul.menu li {
  float: left;
  padding: 0 0 0 9px;
  margin: 1px 2px 0 0;
  list-style: none;
}

ul.menu li a {
  font: normal 110% 'trebuchet ms', sans-serif;
  display: block;
  height: 20px;
  padding: 6px 30px 5px 15px;
  color: #fff;
  text-decoration: none;
}

ul.menu li.selected a {
  color: #aeb002;
}

ul.menu li a:hover {
  color: #e4ec04;
}

hr {
  border: solid 1px #f3f3f3;
  margin-right: 3%;
  margin-top: -4px;
  margin-bottom: -4px;
}

.link {
  display: inline-block;
  margin: -10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1em;
  width: 100%;
  height: 20px;
}
    
.link a {
  text-decoration: none;
} 

.site_content {
  width: 880px;
  overflow: hidden;
  border-radius: 5px;
  margin: 5px auto 0 auto;
  background-color: white;
}

#sidebar_container {
  float: right;
  width: 224px;
}

.sidebar {
  float: right;
  font-size: 0.8em;
  width: 222px;
  padding: 5%;
  margin: 0 0 16px 0;
  border: solid 1px #f2f2f2;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.sidebar_a_ads {
  float: right;
  font-size: 0.8em;
  width: 222px;
  padding: 5% 9% 5% 1%;
  margin: 0 0 16px 0;
  border: solid 1px #f2f2f2;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.sidebar_adbtc {
  float: right;
  text-align: center;
  font-size: 0.8em;
  width: 222px;
  padding: 5% 5% 5% 5%;
  margin: 0 0 16px 0px;
  border: solid 1px #f2f2f2;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.sidebar h2 {
  color: #136cb2;
  font-size: 1.2em;
  font-weight: bolder;
  padding: 5px 0 0 0;
  text-align: center;
}

.sidebar p {
  line-height: 1em;
  padding: 0 0 10px 5px;
  text-indent: 0px;
  margin-top: 5px;
}

.sidebar a {
  text-decoration: none;
}

.sidebar a:hover {
  color: #aeb002;
}

.sidebar ul {
  margin: 0;
}

.sidebar ul li {
  list-style-type: none;
  margin: 0 0 0 0;
}

.sidebar .rating_sidebar {
  float: right;
}

.col {
  float: right;
}

.content {
  text-align: left;
  width: 620px;
  padding: 0 0 0 15px;
  float: left;
}

.content a {
  text-decoration: none;
}

.films_block {
  margin-bottom: 5%;
}

.posts .posts_content {
  text-align: justify;
  margin-right: 3%;
}

.posts .posts_content a:hover {
  color: #aeb002;
}

.num {
  list-style: decimal;
}

.posts_content p {
  margin-top: 10px;
  font-size: 0.9em;
}

.posts_content ul {
  font-size: 0.9em;
}

.posts_content ul ul {
  margin-top: 10px;
  margin-bottom: -10px;
  font-size: 1em;
}

.posts_content ul ul ul {
  margin-top: 10px;
  margin-bottom: -10px;
}

.benefit-box {
    background-color: #f9fbfd; /* Світло-блакитний фон */
    border-left: 5px solid #007bff; /* Акцентна лінія зліва */
    border-radius: 8px;
    padding: 20px 25px;
    margin: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* Легка тінь */
    font-family: 'century gothic', arial;
}

.benefit-box h3 {
    color: #333;
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.benefit-box ul {
    list-style: none; /* Прибираємо стандартні крапки */
    padding: 0;
    margin: 0;
}

.benefit-box ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #555;
}

/* Додаємо гарну галочку перед кожним пунктом */
.benefit-box ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #28a745; /* Зелений колір галочки */
    font-weight: bold;
}

.benefit-box ul li strong {
    color: #222;
}

.benefit-box p {
    font-size: 0.95rem;
    font-family: 'century gothic', arial;
}

/* Загальні стилі меню для ПК */
.main-navigation {
    display: flex;
    justify-content: center; /* ЦЕЙ РЯДОК ВИРІВНЮЄ ПО ЦЕНТРУ */
    align-items: flex-end;
    gap: 30px; /* Відстань між посиланнями */
    background: #41353E;
    padding-top: 10px; 
    padding-bottom: 5px;
    width: 100%;
}

.main-navigation a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease; /* Робить зміну кольору плавною */
    font-family: Arial, sans-serif;
}

.main-navigation a:hover {
    color: #FFD700; /* Золотий колір */
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5); /* Легке сяйво для ефекту */
}

/* Приховуємо кнопку гамбургера на ПК */
.mobile-nav-toggle {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    background: #333;
    width: fit-content;
}

.mobile-nav-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    border-radius: 2px;
}

.cta-container {
    text-align: center;      /* Центруємо кнопку */
    padding: 3px 0;         /* Відступи зверху та знизу від хедера і тексту */
    background-color: #fff;  /* Фон під кнопкою (можна змінити) */
}

.cta-button {
    display: inline-block;
    padding: 6px 12px;
    background-color: #FFD700; /* Золотий колір (як у вашому меню) */
    color: #333 !important;    /* Темний колір тексту для контрасту */
    text-decoration: none !important;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;       /* Закруглені краї (як сучасна кнопка) */
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3); /* Легка золотиста тінь */
    transition: all 0.3s ease; /* Плавно змінюємо стиль при наведенні */
    font-family: Arial, sans-serif;
}

/* Ефект при наведенні */
.cta-button:hover {
    background-color: #ffc107; /* Трохи темніший золотий при наведенні */
    transform: translateY(-2px); /* Кнопка ніби піднімається */
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.5); /* Тінь стає більшою */
}

.faucet-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-family: Arial, sans-serif;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .faucet-table th {
        background-color: #f8f9fa;
        color: #333;
        font-weight: bold;
        padding: 12px;
        border: 1px solid #dee2e6;
        text-align: center;
    }
    .faucet-table td {
        padding: 10px;
        border: 1px solid #dee2e6;
        vertical-align: middle;
        text-align: center;
    }
    .faucet-table tr:nth-child(even) {
        background-color: #fcfcfc;
    }
    .faucet-table tr:hover {
        background-color: #f1f1f1;
    }
    .btn-claim {
        display: inline-block;
        padding: 6px 12px;
        background-color: #28a745;
        color: white !important;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
        font-size: 13px;
        margin: 0 auto;
    }
    .btn-claim:hover {
        background-color: #218838;
    }
  
    .read-also-box {
        margin: 30px 0;
        padding: 20px;
        border-left: 4px solid #007bff; /* Синій акцент */
        background-color: #f8f9fa;
        border-radius: 4px;
        font-family: sans-serif;
        text-align: left;
    }
    .read-also-label {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #6c757d;
        text-transform: uppercase;
        margin-bottom: 8px;
        letter-spacing: 0.5px;
    }
    .read-also-link {
        font-size: 16px;
        font-weight: 600;
        color: #007bff;
        text-decoration: none;
        transition: color 0.2s ease-in-out;
    }
    .read-also-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }  

/*.youtube {
  width: 600px;
  height: 340px;
  text-align: center;
  margin-top: 20px;
}*/

.center {
  text-align: center;
}

#clear {height:0; font-size: 0px; line-height:0px; clear:both;}

#footer {
  width: 100%;
  height: 210px;
  padding: 0 0 5px 0;
  text-align: center;
  background-color: #41353E;
  color: #a8aa94;
  margin-left: 0px;
  margin-right: 0px;
  min-width: 900px;
}

#footer a {
  color: #a8aa94;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
}

#footer p {
  padding: 0 0 10px 0;
}


/* CSS Mobile */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {

  #header {
    position: -webkit-sticky;  
    position: sticky;
    top: 0;
    z-index: 1100;
    background-color: #444;
    /*background-color: #257965;*/
    min-width: 100%;
    /*height: 20%;*/
    /*text-align: center;*/
    display: flex;
    justify-content: center; /* Центрує кнопку по горизонталі */
    align-items: center;     /* Центрує кнопку по вертикалі */
    /*position: relative;*/
    height: 125px;            /* Вкажіть висоту вашого хедеру */
  }

  .logo {
    width: 100%;
    padding-bottom: 15px;
  }

  .site_content {
    background-image: url(bricks-8.jpg);  
    width: 100%;
  }

 /* .menubar {
    width: 100%;
    height: 100%;
  }*/
  
  .menubar {
    display: none;
  }
  
  .menubar_m {
    display: block;  
    width: 100%;
    height: 20px;
    font-size: 0.7em;
    padding-top: 5px;
    color: #FFAA00;
    text-align: center;
  }
  
  .menubar_m a {
  color: #FFAA00;
  text-decoration: none;
}
  
  .menubar_m a:hover {
  color: white;
  text-decoration: none;
}

  .content {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 0px;
  }

  .site_content { 
    width: 100%;
    text-align: center;
  }
  
  #sidebar_container {
    display: none;
  }

  #footer {
    /*display: none;*/
    background-color: #444;
    /*background-color: #257965;*/
    min-width: 100%;
    height: 141px;
    font-size: 0.55em;
    padding: 0px 0px 0px 0px;
  }
  
   #footer p {
       color: #fff;
       margin: 0px 0px 5px 0px;
       padding: 0px 0px 0px 0px;
   }
   
   #footer a {
  color: #fff;
  text-decoration: none;
   }

   #footer a:hover {
  color: #a8aa94;
  text-decoration: none;
   }

  /*ul.menu {
    float: none;
  }

  ul.menu li {
    margin: 0;
    padding: 0;
    float: none;
  }*/
  
  ul.menu {
  float: right;
  width: 100%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

ul.menu li {
  font-size: 0.5em;
  float: left;
  padding: 0px 5px 0px 5px;
  list-style: none;
  margin: 0px 0px 0px 2px;
}

ul.menu li a {
  font: normal 110% 'trebuchet ms', sans-serif;
  display: block;
  padding: 2px 2px 2px 2px;
  color: #fff;
  text-decoration: none;
}

  .logo h1 {
    font: normal 235% 'century gothic', arial, sans-serif;
    text-align: center;
    /*margin-top: 0px;
    padding-top: 0px;*/
    margin: 0px 0px 0px 0px;
  }
  
  /*vs 1.1*/
  
    .logo_text h1 {
    padding: 0px 0px 0px 0px;  
  } 

  /*.logo h2 {
    font: normal 100% 'century gothic', arial, sans-serif;
    font-size: 0.8em;
    text-align: center;
    color: white;
    margin-left: 8px;
  }*/
  
  .logo h2 {
    font: normal 65% 'century gothic', arial, sans-serif;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: white;
  }
  
  .logo_text h2 {
    padding: 0px 0px 0px 0px;
    margin: -5px 0px 0px 0px;
    color: white;
  }
  
  .link {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    font-size: 0.8em;
    width: 100%;
    height: 30px;
  } 
  
  .link a {
    text-decoration: none;
  }

  /*.content h1 {
    font: normal 105% 'century gothic', arial;
    font-weight: normal;
    text-align: center;
  }

  .content h2 {
    font: normal 100% 'century gothic', arial;
    font-weight: normal;
    margin-left: 3%;
    text-align: center;
  }*/
  
    .content h1 {
    /*font: normal 90% 'century gothic', arial;*/
    font-size: 1.2em;
    font-family: 'century gothic', arial;
    font-weight: 600;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: auto;
    padding-right: auto;
    margin-right: 3%;
    text-align: center;
  }

  .content h2 {
    /*font: normal 80% 'century gothic', arial;*/
    font-size: 1.05em;
    font-family: 'century gothic', arial;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*margin-left: 3%;*/
    text-align: center;
  }
  
  .content h3 {
    /*font: normal 80% 'century gothic', arial;*/
    font-size: 0.95em;
    font-family: 'century gothic', arial;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*margin-left: 3%;*/
    text-align: center;
  }
  
  .content h4 {
    /*font: normal 80% 'century gothic', arial;*/
    font-size: 0.9em;
    font-family: 'century gothic', arial;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*margin-left: 3%;*/
    text-align: center;
  }

  .films_block img {
    width: 43%;
  }
  
  .posts p {
    font-size: 0.8em;
  }

  .posts_content p {
    line-height: 1.3em;
    font-size: 0.85em;
    font-family: 'century gothic', arial;
    padding: 2% 2% 2% 2%;
    padding-right: auto;
    padding-left: auto;
    text-align: justify;
    text-indent: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  
  hr {
      margin: -4px 0 -4px 0;
  }
  
  .posts_content ul {
    text-align: left;
    font-size: 0.85em;
    font-family: 'century gothic', arial;
  }
  
  .posts_content ul ul {
    margin-top: 10px;
    font-size: 1em;
    text-align: left;
    margin-bottom: -10px;
  }

  .posts_content ul ul ul {
    margin-top: 10px;
    font-size: 1em;
    text-align: left;
    margin-bottom: -10px;
  }
  
.benefit-box {
    background-color: #f9fbfd; /* Світло-блакитний фон */
    border-left: 5px solid #007bff; /* Акцентна лінія зліва */
    border-radius: 8px;
    padding: 20px 25px;
    margin: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* Легка тінь */
    font-family: 'century gothic', arial;
}

.benefit-box h3 {
    color: #333;
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.benefit-box ul {
    list-style: none; /* Прибираємо стандартні крапки */
    padding: 0;
    margin: 0;
}

.benefit-box ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 0.95rem;
    font-family: 'century gothic', arial;
    color: #555;
}

/* Додаємо гарну галочку перед кожним пунктом */
.benefit-box ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #28a745; /* Зелений колір галочки */
    font-weight: bold;
}

.benefit-box ul li strong {
    color: #222;
}

.benefit-box p {
    font-size: 0.95rem;
    font-family: 'century gothic', arial;
}

/* Стилі для МОБІЛЬНИХ пристроїв (екрани менше 768px) */
    
.mobile-nav-toggle {
    display: flex; /* Показуємо кнопку */
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001; /* Щоб кнопка була над випадаючим меню */
}

.main-navigation {
    display: none; /* Ховаємо меню за замовчуванням */
    flex-direction: column;
    width: 50%;
    background: #444;
    position: fixed;
    /*position: absolute;*/
    left: 50%; 
    transform: translateX(-50%);
    top: 125px; /* Залежить від висоти вашої шапки */
    z-index: 1050;
    align-items: center; /* Вирівнює посилання по центру по горизонталі */
    padding: 10px 0; /* Невеликий відступ зверху/знизу всього блоку */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.main-navigation.active {
    display: flex; /* Показуємо, коли додано клас .active */
}

.main-navigation a {
    display: block;
    width: 100%;       /* Щоб клік спрацьовував на всю ширину */
    padding: 2px 10px; /* Перше число — це вертикальний відступ між пунктами */
    border-bottom: 1px solid #555;
    line-height: 1.1; 
    text-align: left;  /* Текст строго зліва */
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s; /* Плавний відгук */
}

.main-navigation a:active, 
.main-navigation a:hover { 
    color: #FFD700 !important; /* Золотий колір тексту */
    background-color: rgba(255, 215, 0, 0.1); /* Легкий золотистий фон при натисканні */
}

.cta-button {
    /*font-size: 16px;
    padding: 10px 20px;
    width: 80%; /* На мобільних кнопка стає ширшою для зручності */
    font-size: 15px;
    width: 88%;
    display: inline-block;
    background-color: #FFD700; /* Золотий колір самої кнопки */
    color: #333 !important;
    padding: 5px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
}

.cta-container {
    background-color: transparent !important; /* Прозорий фон */
    padding: 1px 0;    /* Відступи, щоб кнопка не липла до тексту */
    text-align: center;
    width: 100%;
}

.desktop-only {
    display: none !important;
}

.content p, .content ul, .content li, .content span {
    /*font-family: inherit !important;
    font-size: inherit !important;*/
    line-height: inherit !important;
}

.faucet-table { font-size: 12px; }
.btn-claim { padding: 4px 8px; }

  .youtube {
  display: none;     
  /*width: 310px;
  height: 176px;
  text-align: center;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;*/
  /*new*/
  /*position: relative;  
  height: 186px;
  width:   100%;
  margin-top: 10px;
  margin-bottom: 20px;*/
}

  /*.youtube iframe {
  width: 98%;
  height: 98%;
  text-align: center;*/
  /*display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:   0;
  right:  0;
  width:  100px;
  min-width:  100%;
  height: 100px;
  min-height: 100%;
  }*/




}