.btn-up {
  /* фиксированное позиционирование */
  position: fixed;
  /* цвет фона */
  background-color: #673ab7;
  /* расстояние от правого края окна браузера */
  right: 20px;
  /* расстояние от нижнего края окна браузера */
  bottom: 0;
  /* скругление верхнего левого угла */
  border-top-left-radius: 8px;
  /* скругление верхнего правого угла */
  border-top-right-radius: 8px;
  /* вид курсора */
  cursor: pointer;
  /* отображение элемента как flex */
  display: flex;
  /* выравниваем элементы внутри элемента по центру вдоль поперечной оси */
  align-items: center;
  /* выравниваем элементы внутри элемента по центру вдоль главной оси */
  justify-content: center;
  /* ширина элемента */
  width: 60px;
  /* высота элемента */
  height: 50px;
}
.all-but{
  width:100%;
  padding: 25px 30px;
  background-color: white;
  color:#673ab7;
  font-weight: bold;
  font-size:20px;
  border: none;
  border-radius: 5px;
  letter-spacing: 4px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom:10px;
}

.sub-but{
  width:100%;
  padding: 25px 30px;
  background-color: #673ab7;
  color:white;
  font-weight: bold;
  font-size:20px;
  border: none;
  border-radius: 5px;
  letter-spacing: 4px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}


.togle-but{
  width:100%;
  padding: 25px 30px;
  background-color: #ac4fa7;
  color:white;
  font-weight: bold;
  font-size:20px;
  border: none;
  border-radius: 5px;
  letter-spacing: 4px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}
.togle-but1{
  width:100%;
  padding: 25px 30px;
  background-color: #ac4fa7;
  color:white;
  font-weight: bold;
  font-size:20px;
  border: none;
  border-radius: 5px;
  letter-spacing: 4px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom:10px;
}
.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}
.butt_cont  {
  display: none;
  font-size:50px;
  margin-bottom: 50px;
  text-align: center;
}
.gem-menu  {
  display: none;
  font-size:50px;
  margin-bottom: 50px;
  text-align: center;
}
.char-menu  {
  display: none;
  font-size:50px;
  margin-bottom: 50px;
  text-align: center;
}
.move-menu  {
  display: none;
  font-size:50px;
  margin-bottom: 50px;
  text-align: center;
}
.sub-menu  {
  display: none;
  font-size:50px;
  margin-bottom: 50px;
  text-align: center;
}
.other-menu  {
  display: none;
  font-size:50px;
  margin-bottom: 50px;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #512da8; /* цвет заднего фона при наведении */
  }
}
#myInput {
  background-image: url('../css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size:30px;
  width: 100%;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 80%;
  border: 5px solid #ddd;
  font-size: 18px;
}

#myTable th, #myTable td {
  text-align: left;

}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  background-color: #f1f1f1;
}


body{
  background: linear-gradient(to right, #6e316b,  #000000 );
    position:center;
}
body h1{
  color:white;
}
table { border-collapse:collapse; 
page-break-after:always;
width:100%;}
  #navbar{
  overflow: hidden;
  top:10;
  border-bottom-color:grey; 
border-bottom-style:solid;
border-bottom-width:2px;
  }
  #navbar a{
    text-decoration: none;
    color: azure;
  }
  #navbar li{
      position:block;
      float:left;
      display:block;
      text-align:center;
      padding:14px 16px;
      font-size:17px;
      color:white;
  }

  .pictures img{
    width:200px;
    height:200px;
  }
  #sub_picture{
width:20px;
height:20px;
  }
  #medal_pictures{
    width:15%;
    height:15%;
  }
.pictures-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 1%;
}
#navbar nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Меню видно и горизонтально на компьютерах */
  flex-direction: row;
}

#navbar nav ul li {
  margin-right: 50px; /* Отступы между элементами меню */
  padding: 10px;
}

#menu-toggle {
  display: none; /* Скрыть на компьютерах */
  margin-bottom:10px;
}
#navbar a{
  text-decoration: none;
  color: azure;
}
.level_up_osn{
  display: block; /* Заставляет ссылку вести себя как блочный элемент, занимая всю доступную ширину */
  padding: 20px; /* Дополнительный отступ, для удобства нажатия на мобильных */
  text-decoration: none; /* Убираем подчеркивание текста ссылок */
  color: black; /* Цвет текста ссылок */
  border-bottom: 1px solid #ddd; /* Граница между ссылками */
}
.level_up_osn a{
  display: block; /* Заставляет ссылку вести себя как блочный элемент, занимая всю доступную ширину */
  padding: 20px; /* Дополнительный отступ, для удобства нажатия */
  text-decoration: none; /* Убираем подчеркивание текста ссылок */
  border-bottom: 1px solid #ddd; /* Граница между ссылками */
}
img{ width:400px;
  height: 500px;}
  td.style4 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30px; background-color:#CCCCCC }
  th.style4 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30px; background-color:#CCCCCC }
  td.style5 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; color:#000000; font-family:'Arial'; font-size:30px; background-color:#CCCCCC }
  th.style5 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; color:#000000; font-family:'Arial'; font-size:30px; background-color:#CCCCCC }
  td.style10 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:30px; background-color:#99CCFF }
  th.style10 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:30px; background-color:#99CCFF }
  td.style11 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; color:#000066; font-family:'Arial'; font-size:30px; background-color:#99CCFF }
  th.style11 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; color:#000066; font-family:'Arial'; font-size:30px; background-color:#99CCFF }
  td.style19 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:30px; background-color:#CCFFCC }
  th.style19 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:30px; background-color:#CCFFCC }
  td.style20 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; color:#274E13; font-family:'Arial'; font-size:30px; background-color:#CCFFCC }
  th.style20 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; color:#274E13; font-family:'Arial'; font-size:30px; background-color:#CCFFCC }
  td.style27 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:30px; background-color:#FFCCFF }
  th.style27 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:30px; background-color:#FFCCFF }
  td.style28 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; color:#330099; font-family:'Arial'; font-size:30px; background-color:#FFCCFF }
  th.style28 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; color:#330099; font-family:'Arial'; font-size:30px; background-color:#FFCCFF }
  td.style32 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:30px; background-color:#FFCCCC }
  th.style32 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:30px; background-color:#FFCCCC }
  td.style33 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; color:#990000; font-family:'Arial'; font-size:30px; background-color:#FFCCCC }
  th.style33 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; color:#990000; font-family:'Arial'; font-size:30px; background-color:#FFCCCC }     
  td.style50 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:30px; background-color:#FFFF99 }
  th.style50 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:30px; background-color:#FFFF99 }
  td.style51 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; color:#663300; font-family:'Arial'; font-size:30px; background-color:#FFFF99 }
  th.style51 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; color:#663300; font-family:'Arial'; font-size:30px; background-color:#FFFF99 }
  td.style55 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30px; background-color:#CCCCCC }
  th.style55 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30px; background-color:#CCCCCC }
  td.style56 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:30px; background-color:#99CCFF }
  th.style56 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:30px; background-color:#99CCFF }
  td.style57 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:30px; background-color:#CCFFCC }
  th.style57 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:30px; background-color:#CCFFCC }
  td.style58 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:30px; background-color:#FFCCFF }
  th.style58 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:30px; background-color:#FFCCFF }
  td.style59 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:30px; background-color:#FFCCCC }
  th.style59 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:30px; background-color:#FFCCCC }
  td.style60 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:30px; background-color:#FFFF99 }
  th.style60 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:30px; background-color:#FFFF99 }

@media (max-width: 1024px) { 
html, body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    max-width: 100%; /* Гарантируем, что body растягивается на всю ширину */ 
    overflow-x: hidden; /* Предотвращает горизонтальный скролл */
  }
  td.style4 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30%; background-color:#CCCCCC }
  th.style4 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30%; background-color:#CCCCCC }
  td.style5 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; color:#000000; font-family:'Arial'; font-size:40%; background-color:#CCCCCC }
  th.style5 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; color:#000000; font-family:'Arial'; font-size:40%; background-color:#CCCCCC }
  td.style10 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  th.style10 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  td.style11 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  th.style11 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  td.style19 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  th.style19 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  td.style20 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  th.style20 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  td.style27 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  th.style27 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  td.style28 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  th.style28 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  td.style32 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  th.style32 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  td.style33 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  th.style33 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }     
  td.style50 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  th.style50 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  td.style51 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  th.style51 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  td.style55 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:20px; background-color:#CCCCCC }
  th.style55 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:20px; background-color:#CCCCCC }
  td.style56 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  th.style56 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  td.style57 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  th.style57 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  td.style58 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  th.style58 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  td.style59 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  th.style59 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  td.style60 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  th.style60 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }

  .pictures img{
    width:400px;
    height:400px;
  }
  img{
    width:100%;
    height:auto;
  }
  .effects {
    width: 100%; /* Таблица занимает всю доступную ширину */
    color: azure;
    border-collapse: collapse; /* Меняем на collapse, чтобы границы ячеек сливались */
    border-spacing: 0; /* Убираем расстояние между ячейками */
    font-size: 50px;
    table-layout: fixed; /* Добавлено, чтобы колонки имели одинаковую ширину */
    margin: 0;
    padding: 0;
  }

  .effects th, td {
    border: 1px solid #aabcfe; /* Стандартизируем границы */
    font-size: 50px;
    text-align: left; /* Выравниваем текст влево, можно изменить на center, если нужно */
    word-wrap: break-word; /* Позволяет тексту автоматически переноситься на новую строку */
    overflow-wrap: break-word; /* Обеспечивает перенос слов, которые выходят за границы ячейки */
  }
  
  .icon {
    width: 100%; /* Изображения будут растягиваться на всю доступную ширину ячейки */
    height: auto; /* сохраняем пропорции изображения */
  }
  table { border-collapse:collapse; 
    page-break-after:always;
    width:100vw;}
  caption {
    font-size: 50px;
  }
  #navbar{
    overflow: hidden;
    top:10;
    width:100vh;
    border-bottom-color:grey; 
  border-bottom-style:solid;
  border-bottom-width:2px;
    }
  #navbar nav ul {
    display: none; /* Меню скрыто на мобильных устройствах */
    flex-direction: column; /* Меню в колонку на мобильных устройствах */
    
}
#navbar nav ul.show {
    display: flex; /* Показать меню после нажатия на кнопку */
}

#navbar nav ul li {
  font-size: 50px;
    margin-right: 0; /* Убираем горизонтальный отступ на мобильных */
    margin-bottom: 50px; /* Добавляем вертикальный отступ */
}
#menu-toggle {
  display: block; /* Показать кнопку только на мобильных устройствах */
  width: 100%; /* Растягиваем кнопку на всю ширину */
      font-size: 50px; /* Задаем размер текста внутри кнопки */
      border: none; /* Убираем границу кнопки */
      background-color: azure;
      cursor: pointer; /* Курсор в форме указателя для лучшей интерактивности */
      padding: 10px 0; /* Добавляем немного отступа сверху и снизу для лучшего вида */
      text-align: center; /* Центрируем текст внутри кнопки */
}
.level_up_osn{
  top: 0;
  left: 0;
  width: 100%; /* Ширина на весь экран */
  height: 100%; /* Высота на весь экран */
  overflow-y: auto; /* Включаем прокрутку, если контент не помещается */
  z-index: 1000; /* Убедитесь, что меню будет поверх всех других элементов */
  padding: 50px 0; /* Верхний и нижний отступы для всего меню */
}

.level_up_osn a {
  font-size: 50px; /* Увеличиваем размер шрифта */
  margin-bottom: 50px; /* Добавляем отступ снизу для каждой ссылки */
  border-bottom: none; /* Убираем границу между ссылками, так как уже есть отступ */
}

/* Сбросить отступ для последнего элемента, чтобы не было дополнительного пространства в конце */
.level_up_osn a:last-child {
  margin-bottom: 0;
}
.all-but{font-size:40%}
.sub-but{font-size:40%}
.togle-but{font-size:40%}
}
@media (max-width: 1024px) { 
html, body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    max-width: 100%; /* Гарантируем, что body растягивается на всю ширину */ 
    overflow-x: hidden; /* Предотвращает горизонтальный скролл */
  }
  td.style4 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30%; background-color:#CCCCCC }
  th.style4 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30%; background-color:#CCCCCC }
  td.style5 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; color:#000000; font-family:'Arial'; font-size:40%; background-color:#CCCCCC }
  th.style5 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; color:#000000; font-family:'Arial'; font-size:40%; background-color:#CCCCCC }
  td.style10 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  th.style10 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  td.style11 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  th.style11 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  td.style19 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  th.style19 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  td.style20 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  th.style20 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  td.style27 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  th.style27 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  td.style28 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  th.style28 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  td.style32 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  th.style32 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  td.style33 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  th.style33 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }     
  td.style50 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  th.style50 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  td.style51 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  th.style51 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  td.style55 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:20px; background-color:#CCCCCC }
  th.style55 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:20px; background-color:#CCCCCC }
  td.style56 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  th.style56 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  td.style57 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  th.style57 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  td.style58 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  th.style58 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  td.style59 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  th.style59 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  td.style60 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  th.style60 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }

  .pictures img{
    width:400px;
    height:400px;
  }
  img{
    width:20vh;
    align-self:center;
  }
  .effects {
    width: 100%; /* Таблица занимает всю доступную ширину */
    color: azure;
    border-collapse: collapse; /* Меняем на collapse, чтобы границы ячеек сливались */
    border-spacing: 0; /* Убираем расстояние между ячейками */
    font-size: 50px;
    table-layout: fixed; /* Добавлено, чтобы колонки имели одинаковую ширину */
    margin: 0;
    padding: 0;
  }

  .effects th, td {
    border: 1px solid #aabcfe; /* Стандартизируем границы */
    font-size: 50px;
    text-align: left; /* Выравниваем текст влево, можно изменить на center, если нужно */
    word-wrap: break-word; /* Позволяет тексту автоматически переноситься на новую строку */
    overflow-wrap: break-word; /* Обеспечивает перенос слов, которые выходят за границы ячейки */
  }
  
  .icon {
    width: 100%; /* Изображения будут растягиваться на всю доступную ширину ячейки */
    height: auto; /* сохраняем пропорции изображения */
  }
  table { border-collapse:collapse; 
    page-break-after:always;
    width:100vw;}
  caption {
    font-size: 50px;
  }
  #navbar{
    overflow: hidden;
    top:10;
    width:100vh;
    border-bottom-color:grey; 
  border-bottom-style:solid;
  border-bottom-width:2px;
    }
  #navbar nav ul {
    display: none; /* Меню скрыто на мобильных устройствах */
    flex-direction: column; /* Меню в колонку на мобильных устройствах */
    
}
#navbar nav ul.show {
    display: flex; /* Показать меню после нажатия на кнопку */
}

#navbar nav ul li {
  font-size: 50px;
    margin-right: 0; /* Убираем горизонтальный отступ на мобильных */
    margin-bottom: 50px; /* Добавляем вертикальный отступ */
}
#menu-toggle {
  display: block; /* Показать кнопку только на мобильных устройствах */
  width: 100%; /* Растягиваем кнопку на всю ширину */
      font-size: 50px; /* Задаем размер текста внутри кнопки */
      border: none; /* Убираем границу кнопки */
      background-color: azure;
      cursor: pointer; /* Курсор в форме указателя для лучшей интерактивности */
      padding: 10px 0; /* Добавляем немного отступа сверху и снизу для лучшего вида */
      text-align: center; /* Центрируем текст внутри кнопки */
}
.level_up_osn{
  top: 0;
  left: 0;
  width: 100%; /* Ширина на весь экран */
  height: 100%; /* Высота на весь экран */
  overflow-y: auto; /* Включаем прокрутку, если контент не помещается */
  z-index: 1000; /* Убедитесь, что меню будет поверх всех других элементов */
  padding: 50px 0; /* Верхний и нижний отступы для всего меню */
}

.level_up_osn a {
  font-size: 50px; /* Увеличиваем размер шрифта */
  margin-bottom: 50px; /* Добавляем отступ снизу для каждой ссылки */
  border-bottom: none; /* Убираем границу между ссылками, так как уже есть отступ */
}

/* Сбросить отступ для последнего элемента, чтобы не было дополнительного пространства в конце */
.level_up_osn a:last-child {
  margin-bottom: 0;
}
.all-but{font-size:40%}
.sub-but{font-size:40%}
.togle-but{font-size:40%}
}
@media (max-width: 1024px) { 
html, body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    max-width: 100%; /* Гарантируем, что body растягивается на всю ширину */ 
    overflow-x: hidden; /* Предотвращает горизонтальный скролл */
  }
  td.style4 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30%; background-color:#CCCCCC }
  th.style4 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:30%; background-color:#CCCCCC }
  td.style5 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; color:#000000; font-family:'Arial'; font-size:40%; background-color:#CCCCCC }
  th.style5 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; color:#000000; font-family:'Arial'; font-size:40%; background-color:#CCCCCC }
  td.style10 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  th.style10 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  td.style11 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  th.style11 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  td.style19 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  th.style19 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  td.style20 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  th.style20 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  td.style27 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  th.style27 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  td.style28 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  th.style28 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  td.style32 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  th.style32 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  td.style33 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  th.style33 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }     
  td.style50 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  th.style50 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  td.style51 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  th.style51 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  td.style55 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:20px; background-color:#CCCCCC }
  th.style55 { vertical-align:bottom; text-align:center; border-bottom:3px solid #000000 !important; border-top:3px solid #000000 !important; border-left:3px solid #000000 !important; border-right:3px solid #000000 !important; font-weight:bold; color:#000000; font-family:'Arial'; font-size:20px; background-color:#CCCCCC }
  td.style56 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  th.style56 { vertical-align:bottom; text-align:center; border-bottom:3px solid #0B5394 !important; border-top:3px solid #0B5394 !important; border-left:3px solid #0B5394 !important; border-right:3px solid #0B5394 !important; font-weight:bold; color:#000066; font-family:'Arial'; font-size:20px; background-color:#99CCFF }
  td.style57 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  th.style57 { vertical-align:bottom; text-align:center; border-bottom:3px solid #38761D !important; border-top:3px solid #38761D !important; border-left:3px solid #38761D !important; border-right:3px solid #38761D !important; font-weight:bold; color:#274E13; font-family:'Arial'; font-size:20px; background-color:#CCFFCC }
  td.style58 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  th.style58 { vertical-align:bottom; text-align:center; border-bottom:3px solid #351C75 !important; border-top:3px solid #351C75 !important; border-left:3px solid #351C75 !important; border-right:3px solid #351C75 !important; font-weight:bold; color:#330099; font-family:'Arial'; font-size:20px; background-color:#FFCCFF }
  td.style59 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  th.style59 { vertical-align:bottom; text-align:center; border-bottom:3px solid #980000 !important; border-top:3px solid #980000 !important; border-left:3px solid #980000 !important; border-right:3px solid #980000 !important; font-weight:bold; color:#990000; font-family:'Arial'; font-size:20px; background-color:#FFCCCC }
  td.style60 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }
  th.style60 { vertical-align:bottom; text-align:center; border-bottom:3px solid #7F6000 !important; border-top:3px solid #7F6000 !important; border-left:3px solid #7F6000 !important; border-right:3px solid #7F6000 !important; font-weight:bold; color:#663300; font-family:'Arial'; font-size:20px; background-color:#FFFF99 }

  .pictures img{
    width:400px;
    height:400px;
  }
  img{
  max-width:100%;
    max-height:50%;
  }
  .effects {
    width: 100%; /* Таблица занимает всю доступную ширину */
    color: azure;
    border-collapse: collapse; /* Меняем на collapse, чтобы границы ячеек сливались */
    border-spacing: 0; /* Убираем расстояние между ячейками */
    font-size: 50px;
    table-layout: fixed; /* Добавлено, чтобы колонки имели одинаковую ширину */
    margin: 0;
    padding: 0;
  }

  .effects th, td {
    border: 1px solid #aabcfe; /* Стандартизируем границы */
    font-size: 50px;
    text-align: left; /* Выравниваем текст влево, можно изменить на center, если нужно */
    word-wrap: break-word; /* Позволяет тексту автоматически переноситься на новую строку */
    overflow-wrap: break-word; /* Обеспечивает перенос слов, которые выходят за границы ячейки */
  }
  
  .icon {
    width: 100%; /* Изображения будут растягиваться на всю доступную ширину ячейки */
    height: auto; /* сохраняем пропорции изображения */
  }
  table { border-collapse:collapse; 
    page-break-after:always;
    width:100vw;}
  caption {
    font-size: 50px;
  }
  #navbar{
    overflow: hidden;
    top:10;
    width:100vh;
    border-bottom-color:grey; 
  border-bottom-style:solid;
  border-bottom-width:2px;
    }
  #navbar nav ul {
    display: none; /* Меню скрыто на мобильных устройствах */
    flex-direction: column; /* Меню в колонку на мобильных устройствах */
    
}
#navbar nav ul.show {
    display: flex; /* Показать меню после нажатия на кнопку */
}

#navbar nav ul li {
  font-size: 50px;
    margin-right: 0; /* Убираем горизонтальный отступ на мобильных */
    margin-bottom: 50px; /* Добавляем вертикальный отступ */
}
#menu-toggle {
  display: block; /* Показать кнопку только на мобильных устройствах */
  width: 100%; /* Растягиваем кнопку на всю ширину */
      font-size: 50px; /* Задаем размер текста внутри кнопки */
      border: none; /* Убираем границу кнопки */
      background-color: azure;
      cursor: pointer; /* Курсор в форме указателя для лучшей интерактивности */
      padding: 10px 0; /* Добавляем немного отступа сверху и снизу для лучшего вида */
      text-align: center; /* Центрируем текст внутри кнопки */
}
.level_up_osn{
  top: 0;
  left: 0;
  width: 100%; /* Ширина на весь экран */
  height: 100%; /* Высота на весь экран */
  overflow-y: auto; /* Включаем прокрутку, если контент не помещается */
  z-index: 1000; /* Убедитесь, что меню будет поверх всех других элементов */
  padding: 50px 0; /* Верхний и нижний отступы для всего меню */
}

.level_up_osn a {
  font-size: 50px; /* Увеличиваем размер шрифта */
  margin-bottom: 50px; /* Добавляем отступ снизу для каждой ссылки */
  border-bottom: none; /* Убираем границу между ссылками, так как уже есть отступ */
}

/* Сбросить отступ для последнего элемента, чтобы не было дополнительного пространства в конце */
.level_up_osn a:last-child {
  margin-bottom: 0;
}
.all-but{font-size:40%}
.sub-but{font-size:40%}
.togle-but{font-size:40%}
.togle-but1{font-size:40%}
}
.hidden {
  display: none;
}