﻿@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

* {
  margin: 0;
  padding: 0;
}

body {
  background-image: url(money.webp);
  font-size: 1.2em;
  background-color: #fff;
  color: #333;
}

p {
  padding: 10px 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 0px 0;
  padding: 5px 0 5px 0;
  color: #000;
}

h2 {
  font: normal 120% 'century gothic', arial;
}

h3 {
  font: normal 105% 'century gothic', arial;
}

h4 {
  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 {
  padding: 18px 0 0 0;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.3s ease;
}

.logo_text h1 a:hover {
  color: #FFD700; 
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.5); 
}

.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 {
  display: flex !important;
  flex-direction: row !important;/* Змушує контент та сайдбар стати в один рядок */
  justify-content: flex-start !important;  
  flex-wrap: nowrap !important;/* Забороняє сайдбару падати вниз при зумі */
  width: 100%;             
  max-width: 1100px;        
  margin: 2px auto 0 auto;
  padding: 0;
  background-color: white;
  border-radius: 5px;
  box-sizing: border-box;
}

#sidebar_container {
  /* float: right; <-- ПОВНІСТЮ ВИДАЛИТЬ ЦЮ СТРОКУ, вона більше не потрібна */
  width: 27% !important;/* Трохи зменшуємо відсоток, щоб залишився красивий проміжком */
  flex-shrink: 0;/* Забороняємо сайдбару стискатися при масштабуванні */
  margin-top: -20px;
  order: 2;/* ГАРАНТІЯ FLEXBOX: насильно ставить цей блок другим (праворуч) */
}

.sidebar {
  width: 100%; 
  box-sizing: border-box;  
  /*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 {
  width: 100%; 
  box-sizing: border-box;
  /*float: right;*/
  font-size: 0.8em;
  /*width: 222px;*/
  padding: 5% 1% 5% 1%;
  margin: 0 0 16px 0;
  border: solid 0px #f2f2f2;
  border-radius: 5px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;   /* Розташовує елементи один під одним */
  align-items: center;      /* Вирівнює кожен елемент строго по центру горизонталі */
  text-align: center;       /* Додатково центрує звичайний текст всередині */
}

.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: 73% !important;/* Контент займає ліву частину */
  flex-shrink: 0;/* Забороняємо контенту стискатися */
  padding: 0;
  order: 1;
}

.content a {
  text-decoration: none;
}

.films_block {
  margin-bottom: 5%;
}

.posts .posts_content {
  text-align: justify;
  margin: 0px 10px 0px 10px;
}

.posts .posts_content a:hover {
  color: #aeb002;
}

.num {
  list-style: decimal;
}

.posts_content p {
  margin-top: 0px;
  font-size: 0.9em;
  font-weight: 500;
  color: #333;
}

.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: 10px;
    width: 100%;
}

.main-navigation a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease; /
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
}

.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;
    }  

#scrollToTopBtn {
    display: none; /* Спочатку кнопка прихована */
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #444; /*#ff9900; Яскравий колір (можна змінити під дизайн сайту) */
    color: white; 
    cursor: pointer; 
    width: 50px; /* Зручний розмір для натискання пальцем */
    height: 50px; 
    border-radius: 50px; /* Кругла форма */
    font-size: 22px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Тінь для об'єму */
    transition: opacity 0.3s, background-color 0.3s;
    -webkit-tap-highlight-color: transparent; /* Прибирає синій спалах при натисканні на iOS */
}

#scrollToTopBtn:active {
    background-color: #cc7a00; /* Темніє при натисканні */
}
 
/* Цей код всередині HTML переб'є будь-які локальні CSS файли */
.logo h1.animated-heading, 
h1.animated-heading {
  display: inline-block !important;
  width: 100% !important;
  transform-origin: center center !important;
  /* Замінено ease-in-out на linear + cubic-bezier для більш плавної роботи */
  animation: pulseHeading 5s infinite cubic-bezier(0.4, 0, 0.2, 1) !important;
  /* Підказуємо браузеру задіяти відеокарту (GPU) */
  will-change: transform;
  transform: translateZ(0); 
}

@keyframes pulseHeading {
  /* Використовуємо scale3d замість звичайного scale */
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.025, 1.025, 1); }
  100% { transform: scale3d(1, 1, 1); }
}

/* Оновлені базові стилі для плашок */
.status-badge {
  /* Вмикаємо flex для ідеального центрування тексту всередині */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle;
  width: 20px !important;  
  height: 20px !important; 
  border-radius: 50% !important; /* Робить блок ідеальним колом */
  /*padding: 3px 8px !important; Трохи зменшили відступи для компактності */
  border-radius: 25px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  text-indent: 0 !important; /* Скидає будь-яке зміщення тексту */
  letter-spacing: normal !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Повне і абсолютне видалення старої кульки */
.status-badge::before {
  content: "" !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* НОВІ АНІМАЦІЇ ДЛЯ НАСИЧЕНИХ КОЛЬОРІВ */
@keyframes badgePulseGreen {
  0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.6); }
  70% { box-shadow: 0 0 0 6px rgba(40, 167, 69, 0); }
  100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}
@keyframes badgePulseYellow {
  0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.6); }
  70% { box-shadow: 0 0 0 6px rgba(255, 193, 7, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); }
}
@keyframes badgePulseRed {
  0% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6); }
  70% { box-shadow: 0 0 0 6px rgba(220, 53, 69, 0); }
  100% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); }
}

/* ЯСКРАВІ ТА НАСИЧЕНІ КОЛЬОРИ ПЛАШОК */

/* Зелений (Успіх) */
.bg-green { 
  background-color: #28a745 !important; 
  color: #ffffff !important; 
  /*animation: badgePulseGreen 1.8s infinite;*/ 
}

/* Жовтий (Увага) - текст темний для кращої читабельності */
.bg-yellow { 
  background-color: #ffc107 !important; 
  color: #212529 !important; 
  /*animation: badgePulseYellow 1.8s infinite;*/ 
}

/* Червоний (Небезпека/Ризик) */
.bg-red { 
  background-color: #dc3545 !important; 
  color: #ffffff !important; 
  /*animation: badgePulseRed 1.8s infinite;*/ 
}

@keyframes logoGlow {
  0% { text-shadow: 0 0 5px rgba(255,255,255,0.2); opacity: 0.9; }
  50% { text-shadow: 0 0 20px rgba(255,215,0,0.8), 0 0 30px rgba(255,215,0,0.6); opacity: 1; }
  100% { text-shadow: 0 0 5px rgba(255,255,255,0.2); opacity: 0.9; }
}

.logo_text h1 a {
  display: inline-block;
  /*animation: logoGlow 3s infinite ease-in-out;*/
}

/* Контейнер ховає все, що виходить за межі екрану */
.money-marquee-container {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #115e29 0%, #1e9243 50%, #115e29 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), inset 0 2px 4px rgba(255,255,255,0.2);
    padding: 12px 0px 12px 0px;
    margin: 5px 0px 5px 0;
    display: flex;
}

/* Лінія, яка рухається (ОПТИМІЗОВАНО ДЛЯ GPU) */
.money-track {
    display: flex;
    white-space: nowrap;
    gap: 50px;
    padding-right: 50px;
    animation: scroll-money 20s linear infinite;

    /* ЦІ ТРИ РЯДКИ ПЕРЕНЕСУТЬ НАВАНТАЖЕННЯ НА ВІДЕОКАРТУ І ОХОЛОДЯТЬ НОУТБУК: */
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    
    /* ЦІ ДВА РЯДКИ ОСТАТОЧНО ЗНЕШКОДЯТЬ НАВАНТАЖЕННЯ ВІД ТЕКСТУ: */
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: none;
}

/* Зупинка руху при наведенні мишки */
.money-marquee-container:hover .money-track {
    animation-play-state: paused;
}

/* Стиль однієї пачки грошей/купюри */
.money-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bill-block {
    background: #a3e2a4;
    color: #115e29;
    padding: 3px 12px;
    border: 2px dashed #1e9243; /* Пунктир іноді важкий, але з GPU має працювати тихо */
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    
    /* Спрощуємо радіус розмиття тіні з 6px до 3px, щоб полегшити прорахунок */
    box-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}

.coin-gold {
    color: #ffd700;
    font-size: 18px;
    
    /* Замість важкого розмиття тексту робимо пласку, легку тінь без blur */
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

/* Головна магія нескінченного руху */
@keyframes scroll-money {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0); /* Зсув у 3D просторі для задіяння відеокарти */
    }
}


@media screen and (min-width: 992px) {
.site-columns-wrapper {
    display: grid !important;
    justify-content: center;
    /* Трьохколонкова структура: ліва 160px, центр гнучкий, права 160px */
    grid-template-columns: 160px minmax(0, 1100px) 160px !important;
    gap: 5px; 
    max-width: 1450px; 
    margin: 0px auto; 
    padding: 0 15px;
    box-sizing: border-box;
}

.site-aside {
    display: block !important;
    margin-top: -20px; 
 }

}

/* Оформлення віджетів (Блоки 1, 2 та банери) */
.widget-box, 
.sidebar-banner-left, 
.sidebar-banner-left-long {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px; 
    margin-bottom: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    text-align: center;
    
    /* Автоматичне підлаштування під ширину сайдбару (160px) */
    width: 100% !important;
    max-width: 160px !important;
    box-sizing: border-box !important;
}


/* Робимо заголовки компактнішими під 140px */
.widget-box h3 {
    font-size: 11px; 
    margin-top: 0;
    margin-bottom: 8px;
    color: #115e29;
    border-bottom: 2px solid #a3e2a4;
    padding-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Контейнер для центрування та створення 3D простору */
.crypto-coin-container {
    width: 80px;
    height: 80px;
    margin: 10px auto;
    perspective: 1000px; /* Створює глибину для 3D ефекту */
}

/* Стиль та анімація самого знака долара */
.css-gold-dollar {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #ffe066 0%, #f5b041 70%, #d35400 100%);
    color: #ffffff;
    font-size: 46px;
    font-weight: 900;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #f39c12;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), inset 0 2px 4px rgba(255, 255, 255, 0.6);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    font-family: 'Arial', sans-serif;
    
    /* Запуск нескінченного обертання 
    animation: rotate-dollar-coin 3.5s infinite linear;
    transform-style: preserve-3d;*/
}

/* Ефект зміни кольору та тіні при наведенні мишки */
.crypto-coin-container:hover .css-gold-dollar {
    box-shadow: 0 0 15px #ffd700, inset 0 2px 4px rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

/* Магія 3D обертання по колу */
@keyframes rotate-dollar-coin {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.table_m {
    width: 70%; 
    border-collapse: collapse; 
    font-family: Arial, sans-serif; 
    margin: 20px auto; /* auto вирівняє таблицю по центру замість тегу <div align="center"> */
    font-size: 14px; 
    color: #333;
    border: 1px solid #ddd;
}

/* Захист для зображень, щоб вони не вилазили за межі тексту */
.content img {
  max-width: 100%;
  height: auto;
}

/* Захист для таблиць, щоб вони не ламали сітку, а створювали внутрішню прокрутку, якщо не вміщаються */
.faucet-table {
  max-width: 100%;
  display: block;
  overflow-x: auto;
}

.center {
  text-align: center;
}

#clear {height:0; font-size: 0px; line-height:0px; clear:both;}

#footer {
  width: 100%;
  height: 180px;
  padding: 0 0 5px 0;
  text-align: center;
  background-color: #41353E;
  color: #a8aa94;
  margin-left: 0px;
  margin-right: 0px;
  min-width: 900px;
  font-size: 0.95em;
}

#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 screen and (max-width: 991px) {

  #header {
    position: -webkit-sticky;  
    position: sticky;
    top: 0;
    z-index: 1100;
    background-color: #444;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    height: 135px;  
  }

  .site-columns-wrapper {
    display: block !important; /* Повністю скасовуємо Grid на мобільних */
    padding: 0 !important;       /* Змінено з 0 2px на 0 */
    width: 100% !important;
    margin: 0 !important;
  }
    
  /* Повністю ховаємо бокові колонки на телефонах і планшетах */
  .site-aside {
    display: none !important; 
  }
    
  /* Контент розгортається на 100% екрана смартфона */
  .main-content, .content {
    width: 100% !important; 
    max-width: 100% !important;
    float: none !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }

  .logo {
    width: 100%;
    padding-bottom: 15px;
  }

  .site_content { 
    background-color: white; 
    width: 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: 0px;
    padding-right: 0px;
  }

  .site_content { 
    background-color: white !important; 
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;   /* Повністю прибирає відступ зліва */
    margin-right: 0 !important;  /* Повністю прибирає відступ справа */
    padding: 0 !important;       /* Обнуляємо внутрішні відступи контейнера */
    box-sizing: border-box !important; /* Гарантує, що рамки не роздують блок */
  }
  
  #sidebar_container {
    display: none;
  }

  #footer {
    background-color: #444;
    min-width: 100%;
    height: 180px;
    font-size: 0.75em;
    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: 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: 0px 0px 0px 0px;
  }
  
  /*vs 1.1*/
  
    .logo_text h1 {
    padding: 0px 0px 0px 0px; 
  } 
  
  .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;
  }

  .logo_text h1 a {
    padding: 0px 0px 0px 0px;
  }
  
  .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-size: 1.2em;
    font-family: 'century gothic', arial;
    font-weight: 600;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: auto;
    padding-right: auto;
    margin-right: 3%;
    text-align: center;
  }

  .content h2 {
    font-size: 1.05em;
    font-family: 'century gothic', arial;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  
  .content h3 {
    font-size: 0.95em;
    font-family: 'century gothic', arial;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  
  .content h4 {
    font-size: 0.9em;
    font-family: 'century gothic', arial;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    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;
    font-weight: 700;
    padding: 2% 0% 2% 0%;
    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;
  }

  .posts_content li {
    font-weight: 600;
  }
  
.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;
}
    

.mobile-nav-toggle {
    display: flex; 
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    margin: 0 0 20px 0;
    z-index: 1001; 
}

.main-navigation {
    display: none; 
    flex-direction: column;
    width: 50%;
    background: #444;
    position: fixed;
    left: 50%; 
    transform: translateX(-50%);
    top: 135px;
    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; 
}

.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 {
    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 {
    line-height: inherit !important;
}

.faucet-table { font-size: 12px; }
.btn-claim { padding: 4px 8px; }

.table_m {
        width: 100%; /* На мобільних ширина стане 100% */
}

.youtube {
  display: none;     
}

}