body {
  font-family: "Rubik", sans-serif;
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
  color: white;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 1100px; /* РћРіСЂР°РЅРёС‡РёРІР°РµРј С€РёСЂРёРЅСѓ body */
  margin-left: auto; /* Р¦РµРЅС‚СЂРёСЂСѓРµРј РїРѕ РіРѕСЂРёР·РѕРЅС‚Р°Р»Рё */
  margin-right: auto; /* Р¦РµРЅС‚СЂРёСЂСѓРµРј РїРѕ РіРѕСЂРёР·РѕРЅС‚Р°Р»Рё */
}

.container {
  width: 100%;
  flex-grow: 1;
}

.header {
  background-color: rgba(26, 26, 26, 0.9); /* РќРµРјРЅРѕРіРѕ РїСЂРѕР·СЂР°С‡РЅС‹Р№ С‚РµРјРЅС‹Р№ С„РѕРЅ */
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; /* Р”Р»СЏ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёСЏ РєРЅРѕРїРєРё */
}

.header .logo {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
  background: linear-gradient(
    to right,
    white 28%,
    #ffc107 56%
  ); /* Р“СЂР°РґРёРµРЅС‚ СЃ Р±РѕР»СЊС€РёРј Р°РєС†РµРЅС‚РѕРј РЅР° "click" */
  background-clip: text;
  -webkit-background-clip: text; /* Р”Р»СЏ РїРѕРґРґРµСЂР¶РєРё РіСЂР°РґРёРµРЅС‚Р° РЅР° С‚РµРєСЃС‚Рµ */
  -webkit-text-fill-color: transparent; /* РџСЂРѕР·СЂР°С‡РЅС‹Р№ С†РІРµС‚ С‚РµРєСЃС‚Р° */
  display: inline-block;
}

.logo a {
  text-decoration: none; /* РЈР±РёСЂР°РµРј РїРѕРґС‡РµСЂРєРёРІР°РЅРёРµ Сѓ СЃСЃС‹Р»РєРё */
  color: inherit; /* РЎРѕС…СЂР°РЅСЏРµРј С†РІРµС‚ Р»РѕРіРѕС‚РёРїР° */
  transition: transform 0.3s ease, color 0.3s ease;
}

.logo a:hover {
  color: #fff; /* Р¦РІРµС‚ РїСЂРё РЅР°РІРµРґРµРЅРёРё */
  transform: scale(1.1); /* РќРµРјРЅРѕРіРѕ СѓРІРµР»РёС‡РёРІР°РµРј СЂР°Р·РјРµСЂ Р»РѕРіРѕС‚РёРїР° */
}

.header .icon-buttons {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.header .icon-buttons .btn {
  background-color: #444;
  border: none;
  padding: 4px 10px;
  font-size: 20px;
  color: white;
  border-radius: 5px;
}

.header .icon-buttons .btn:hover {
  background-color: #ffc107;
}

.advert-banner {
  width: 470px;
  height: 62px;
  background-color: #555;
  display: inline-block;
  margin-right: 20px;
  border: 1px #ffc107 solid; /* Р”РѕР±Р°РІР»СЏРµРј СЂР°РјРєСѓ РІРѕРєСЂСѓРі Р±Р°РЅРЅРµСЂР° */
  box-sizing: border-box; /* Р’РєР»СЋС‡Р°РµРј СЂР°РјРєСѓ РІ СЂР°Р·РјРµСЂ СЌР»РµРјРµРЅС‚Р° */
  position: relative; /* Р”Р»СЏ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёСЏ РєРЅРѕРїРєРё РІРЅСѓС‚СЂРё Р±Р°РЅРЅРµСЂР° */
}

/* РљРЅРѕРїРєР° "+" РІ РїСЂР°РІРѕРј РІРµСЂС…РЅРµРј СѓРіР»Сѓ Р±Р°РЅРЅРµСЂР° */
.plus-button {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #ffc107;
  color: #1a1a1a;
  font-size: 12px;
  border: none;
  border-radius: 0 0 0 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.header .advert-banner .plus-button:hover {
  background-color: #1e7f7f;
}

#bannerUpload {
  display: none;
} /* РњРѕР±РёР»СЊРЅР°СЏ РІРµСЂСЃРёСЏ */
@media (max-width: 767px) {
  .header {
    flex-direction: column; /* Р Р°СЃС‚СЏРіРёРІР°РµРј Р»РѕРіРѕ Рё Р±Р°РЅРЅРµСЂ РїРѕ РІРµСЂС‚РёРєР°Р»Рё */
    align-items: center; /* Р¦РµРЅС‚СЂРёСЂСѓРµРј СЌР»РµРјРµРЅС‚С‹ */
    text-align: center;
  }

  .header .logo {
    margin-bottom: 10px; /* Р”РѕР±Р°РІР»СЏРµРј РѕС‚СЃС‚СѓРї СЃРЅРёР·Сѓ РґР»СЏ Р»РѕРіРѕ */
  }

  .header .advert-banner {
    margin: 10px;
    width: 100%; /* Р‘Р°РЅРЅРµСЂ СЂР°СЃС‚СЏРіРёРІР°РµС‚СЃСЏ РЅР° РІСЃСЋ С€РёСЂРёРЅСѓ */
    max-width: 350px; /* РћРіСЂР°РЅРёС‡РёРІР°РµРј С€РёСЂРёРЅСѓ Р±Р°РЅРЅРµСЂР° */
    height: auto; /* РђРІС‚РѕРјР°С‚РёС‡РµСЃРєРё РїРѕРґСЃС‚СЂР°РёРІР°РµРј РІС‹СЃРѕС‚Сѓ */
  }

  .header .advert-banner img {
    width: 100%; /* РР·РѕР±СЂР°Р¶РµРЅРёРµ Р±СѓРґРµС‚ СЂР°СЃС‚СЏРіРёРІР°С‚СЊСЃСЏ РїРѕ С€РёСЂРёРЅРµ РєРѕРЅС‚РµР№РЅРµСЂР° */
    height: auto; /* РђРІС‚РѕРјР°С‚РёС‡РµСЃРєР°СЏ РїРѕРґРіРѕРЅРєР° РІС‹СЃРѕС‚С‹ */
  }
}

.main-content {
  padding-top: 20px;
}

.item {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.item-header {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Р¦РµРЅС‚СЂРёСЂСѓРµРј СЌР»РµРјРµРЅС‚С‹ РїРѕ РІРµСЂС‚РёРєР°Р»Рё */
}

.item-title {
  font-size: 1em;
  color: #ffc107;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 80%; /* РЈСЃС‚Р°РЅР°РІР»РёРІР°РµРј С€РёСЂРёРЅСѓ РґР»СЏ С‚РµРєСЃС‚Р° */
}

.favicon-container {
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: #555;
  border-radius: 5px;
  margin-right: 10px; /* РћС‚СЃС‚СѓРї РѕС‚ favicon */
  display: flex;
  align-items: center;
  justify-content: center;
}

.favicon {
  width: 60%;
  height: 60%;
  object-fit: cover;
}

.title-and-small {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item-title-text {
  font-size: 1.2em;
  color: inherit;
}

.text-small {
  font-size: 0.7em;
  color: #bbb;
  margin-top: 5px; /* РћС‚СЃС‚СѓРї СЃРЅРёР·Сѓ РґР»СЏ С‚РµРєСЃС‚Р° */
}

.item button {
  background-color: #ffc107;
  color: white;
  border: none;
  padding: 5px 20px;
  border-radius: 5px;
  margin-left: 10px; /* РћС‚СЃС‚СѓРї РѕС‚ С‚РµРєСЃС‚Р° */
}

.item button:hover {
  background-color: #c0392b;
}

button:hover {
  filter: brightness(80%);
}

.footer {
  border-top: 1px #ffc107 solid;
  background-color: rgba(26, 26, 26, 0.9); /* РќРµРјРЅРѕРіРѕ РїСЂРѕР·СЂР°С‡РЅС‹Р№ С‚РµРјРЅС‹Р№ С„РѕРЅ */
  padding: 20px;
  text-align: center;
  color: #777;
}

.footer p {
  margin: 0;
}

/* РЎРґРµР»Р°С‚СЊ С„СѓС‚РµСЂ С„РёРєСЃРёСЂРѕРІР°РЅРЅС‹Рј РІРЅРёР·Сѓ */
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
@media (max-width: 555px) {
  .favicon-container {
    display: none;
  }
  .item-title-text {
    font-size: 1em;
  }
  .item-header {
    display: block !important;
  }
  .item-title {
    width: 100% !important;
    padding-bottom: 10px;
  }
  .banner_ls, .banner_ls div, .banner_ls img {
    width: 100% !important;
    height: 60px !important;
  }
}
@media (max-width: 390px) {
  .mHidden {
    display: none;
  }
}