@charset "utf-8";
/* colors  https://htmlweb.ru/html/combine_colors_correctly.php?ysclid=me62sbpo5j363365456 */
/* Цвета https://colorscheme.ru/html-colors.html */
/* Как сделать тёмную тему для сайта https://skillbox.ru/media/code/kak_sdelat_tyemnuyu_temu_dlya_sayta/ */

html {
  font-size: 1rem;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Sans-serif;
  background: linear-gradient(to right, #32CD32, #30D5C8);
  color: #333333;
  font-size: 1.15em;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

.page {
  max-width: 1085px;
  margin: 0 auto;
  padding: 10px;
  background-color: rgba(190, 223, 223, 0.999);
}

header, nav, footer {
  background-color: rgba(190, 223, 223, 0.999);
}

header {
  margin-top: 0px;
  background-color: rgba(190, 223, 223, 0.999);
}

nav {
  margin-top: 10px;
  background: linear-gradient(to left, #32CD32, #30D5C8);
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

/* Контентная зона */
.main {
  background-color: rgba(190, 223, 223, 0.999);
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.content {
  width: 768px;
  background-color: rgba(190, 223, 223, 0.999);
}

.sidebar {
  width: 307px;
  background-color: rgba(190, 223, 223, 0.999);
}

footer {
  background: linear-gradient(to left, #aac1c1, #aac1c1);
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}

footer a {
  color: AliceBlue;
  border-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: Black;
}

h1, h2 {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1.7em;
}

a:link {
  color: #007799;
  text-decoration: none;
  font-weight: 500;
}

a:visited {
  color: #444466;
}

a:hover {
  color: #005577;
  border-bottom: 1px dashed #005577;
}

.main-menu {
  display: block;
}

.burger {
  font-size: 24px;
  cursor: pointer;
  display: none;
  padding: 10px;
}

.main-menu ul {
  display: flex;
  gap: 20px; /* расстояние между пунктами */
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu li a {
  color: #F5F5DC;
  font-weight: 500;
  border-bottom: 1px dashed #F5F5DC;
  text-decoration: none;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  transition: color 0.3s ease;
}

.main-menu li a:hover {
  color: #007799;
  border-bottom: 1px dashed #007799;
}




/* Адаптивность */
@media (max-width: 768px) {
  .main {
    flex-direction: column;
  }
  
  .content, .sidebar {
    width: 100%;
  }
  
  .main-menu ul {
    flex-direction: column;
    gap: 5px;
  }
  
  nav {
  padding: 5px;
  }
  
  .burger {
    display: block;
  }

  .main-menu {
    display: none;
  }

  .main-menu.active {
    display: block;
  }
}
/* Адаптивность */



/* ---------- from old css ------------ */
a img {
  border: 0;
}

a img:visited {
  border: 0;
}

a img:hover {
  border: 0;
}

.bux-link {
  font-weight: normal;
  text-transform:uppercase;
  color: Purple;
  border-bottom: 1px dashed #007799;
}

img {
  max-width: 100%;
  height: auto;
}

/* Реклама от линкСлот */
#slot_360377 > div {
  width: 100% !important;
  height: auto !important;
  max-width: 468px !important;
  overflow: hidden !important;
}

#slot_360377 img {
  width: 100% !important;
  height: auto !important;
  max-width: 468px !important;
  display: block !important;
}
/* Реклама от линкСлот */

.trust li {
  margin: 3px;
}

.name {
  background-color: LimeGreen; /* светло-зелёный фон */
  color: white; /* тёмно-зелёный текст */
  padding: 0px 8px 4px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
}

.pays {
  background-color: LimeGreen; /* светло-зелёный фон */
  color: white; /* тёмно-зелёный текст */
  padding: 0px 8px 4px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
}

.name2 {
  background-color: #30d3b3; /* жёлтый */
  color: white; /* тёмно-красный */
  padding: 0px 8px 4px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
}

.check {
  background-color: #30d3b3; /* жёлтый */
  color: white; /* тёмно-красный */
  padding: 0px 8px 4px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
}

.name3 {
  color: #8b1a1a; /* тёмно-красный */
}

.note {
  color: #8b1a1a; /* тёмно-красный */
}

.name4 {
  background-color: #b22222; /* жёлтый */
  color: white; /* тёмно-красный */
  padding: 0px 8px 4px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
}

.nopay {
  background-color: #b22222; /* жёлтый */
  color: white; /* тёмно-красный */
  padding: 0px 8px 4px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
}

.update {
  font-size: 12px;
  color: grey;
}

/* rotate svg icons, svg icons from  site tabler.io/icons */
a:hover .icon {
  transform: rotate(360deg);
  transition: transform 1.2s ease;
}
/* end rotate svg icons */

