* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-size: 16px;
  
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  color: #00FF00;
}

h1{
  text-shadow: 1px 2px 2px #f92828;
}

h2 {
  font-size: 14px;
}

body {
  height: 100%;
  width: 100%;
  background-color: #d31818;
  color: #FFFF00;
  background: linear-gradient(180deg, #020202 65%, #c20f0f 100%);
  background-attachment: fixed;

}

.app {
  background-repeat: no-repeat;
}

.app-container {
  width: 100%;
  overflow-y: auto;
}

.header {
  position: relative;
  height: auto;
  border-radius: 0px;
  z-index: 1;
  margin: auto;
}

.header,
.main {
  width: 100%;
  max-width: 1400px;
}

.header-container {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 0px;
}

.main {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  flex-wrap: wrap;
}

.blocks-container {
  width: 100%;
  background-color: #000000;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 20px 15px 15px 15px;
}

.left-column-content,
.right-column-content {
  width: 20%;
}

.menu-list ul {
  background-color: #0e0302cc;
  border-radius: 0px;
  border: 1px solid #636262;
  display: flex;
  justify-content: center;
  margin: 5px 0;
  padding: 10px;
  max-width: 100vw;
}

.s-panel {
  width: 95%;
}

.panel-title,
.title {
  color: #FFFF00;
  font-size: larger;
  cursor: pointer;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}

.title {
  margin: 20 auto;
}

.cxm-slider {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.cxm-slider img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 6s ease;
}

.cxm-slider img.active {
  opacity: 1;
}

.header-menu {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  visibility: visible;
}

.header-menu-list {
  background-color: #020a0ecc;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  margin: 5px 0;
  padding: 10px;
  width: 100%;
  max-width: 400px;
}

.menu-item {
  cursor: pointer;
  margin: 0 10px;
}

.menu-item:hover {
    font-weight: bold;
    cursor: pointer;
    margin: 0 10px;
}



.button {
  background-color: #636262;
  border: 1px solid #63626266;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #636262e6;
}

.slider-image {
  border-radius: 0px;
  height: 450px;
  outline: none;
  width: 100%;
}

.navigation-container {
  width: 100%;
}

.navigation-container h2 {
  cursor: pointer;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-align: center;
}

.navigation-container h2 span {
  display: inline-block;
  transition: 0.5s ease;
}

.navigation-container h2:hover span {
  transform: translateY(-10px);
}



.navigation-list {
  /*background: linear-gradient(90deg, #310a01, #8b3612 50%, #310a01);*/
  background: linear-gradient(180deg, #0c0c0c 50%, #c20f0f 100%);
  /*background-color: #0c0c0c;*/
  border: 1px solid #636262;
  border-radius: 0px;
  padding: 10px;
}

.navigation-item {
  margin: 7px 0;
}

.navigation-item a {
  word-wrap: break-word;
  color: #fff;
  font-size: 12px;
  overflow-wrap: break-word;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navigation-item a:hover {
  color: #fff;
}

.side:hover {
    font-weight: bold;
}

.title-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.title {
  cursor: pointer;
  font-size: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.title span {
  display: inline-block;
  transition: transform 0.5s ease;
}

.title:hover span {
  transform: translateY(-10px);
}

.title:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.title:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.title:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.news-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.news-block {
  background: linear-gradient(180deg, #0c0c0c 50%, #c20f0f 100%);
  border: 1px solid #636262;
  border-radius: 0px;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}

.news-subtitle,
.news-title {
  text-align: center;
  width: 100%;
}

.news-subtitle {
  font-size: 12px;
}

.news-image {
  display: block;
  height: auto;
  margin: 10px auto;
  max-width: 100%;
}

.news-text {
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.main-column-content {
  flex-grow: 1;
  margin: 0 auto;
  width: 60%;
}

.main-shadow {
  align-items: center;
  background-color: #000000;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100%;
  padding: 0px 5px 30px;
  width: 95%;
}

.header-shadow {
  align-items: center;
  background-color: #270503cc;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  margin: 2px auto;
}

.animation-border {
  position: relative;
}

.animation-border:after,
.animation-border:before {
  animation: clippath 60s linear infinite;
  border: 2px solid #636262;
  border-radius: 0px;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.animation-border:after {
  animation: clippath 60s linear -1.5s infinite;
}

.right-border {
  position: relative;
}

.right-border:after,
.right-border:before {
  animation: clippath 50s linear infinite;
  border: 2px solid #636262;
  border-radius: 0px;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.right-border:after {
  animation: clippath 50s linear -1.5s infinite;
}

.left-border {
  position: relative;
}

.left-border:after,
.left-border:before {
  animation: clippath 50s linear infinite;
  border: 2px solid #636262;
  border-radius: 0px;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.left-border:after {
  animation: clippath 50s linear -1.5s infinite;
}

@keyframes clippath {
  0%,
  to {
    -webkit-clip-path: inset(0 0 98% 0);
    clip-path: inset(0 0 98% 0);
  }

  25% {
    -webkit-clip-path: inset(0 98% 0 0);
    clip-path: inset(0 98% 0 0);
  }

  50% {
    -webkit-clip-path: inset(98% 0 0 0);
    clip-path: inset(98% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 98%);
    clip-path: inset(0 0 0 98%);
  }
}

.footer {
  display: block;
  max-width: 1400px;
  background-color: #000000;
  margin: 0 auto;
  padding: 5px;
  border-radius: 0px;
}

.footer-block {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, #0c0c0c 50%, #c20f0f 100%);
  border: 1px solid #636262;
  border-radius: 0px;
  margin: 20px;
  padding: 15px;
}

.footer-block h2 {
  font-size: 14px;
  margin-bottom: 1rem;
}

.footer-block a {
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform-origin: left center;
  font-size: 12px;
  text-shadow: 1px 2px 2px rgb(73 27 10);
}

.footer-block a:hover {
  color: #fff;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 2px 2px rgb(91, 15, 37);
}

.box-footer {
  float: left;
  width: 100%;
  margin-right: 2%;
  padding: 20px;
  box-sizing: border-box;
}

.footer-copy {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}

.footer-a {
  text-align: left;
  flex: 1;
}

.footer-b {
  flex: 0;
}

.tbl-border {
  margin: 20px auto;
  width: 100%;
}

.textbox {
  color: #000;
}

.nav-header {
  max-width: 1400px;
}

.hamburger {
  display: none;
  position: absolute;
  right: 0;
}

.hamburger.is-active {
  display: none;
  position: absolute;
  right: 0;
}

.hamburgerx {
  display: none;
  position: absolute;
  right: 0;
}

.nav-mobile {
  display: none;
  background-color: var(--bgdark);
  background: var(--rgrad);
  transition: transform 0.55s ease;
}

.nav-links-m {
  display: none;
  margin: 0px;
  padding: 15px;
}

.nav-links-m ul li {
  list-style: none;
}

@media (max-width: 992px) {
  .main {
    flex-direction: row;
    align-items: flex-start;
    width: 95%;
  }

  .header {
    width: 95%;
  }

  .main-column-content {
    width: 100%;
    margin-bottom: 20px;
    order: 1; 
  }
  .main-shadow {
    width: 100%;
  }

  .left-column-content,
  .right-column-content {
    width: 47.5%; 
    order: 2; 
  }

  .blocks-container {
    flex-wrap: wrap; 
    display: flex;
    justify-content: space-between; 
  }

  .footer,
  .footer-copy {
    width: 95%;
  }
}
.bbcode-popup{
  background-color: #636262;
}

@media (max-width: 768px) {
  .footer-block {
    grid-template-columns: 1fr 1fr;
  }

  .nav-header {
    height: 30px;
  }

  .header-menu {
    visibility: hidden;
  }
  .nav-links {
    display: none;
  }

  .hamburger {
    display: block;
    margin-right: 10px;
  }

  .hamburger img {
    max-width: 50px;
  }

  .hamburger.is-active {
    display: none;
  }

  .hamburgerx {
    display: none;
  }

  .hamburgerx.is-active {
    display: block;
  }

  .hamburgerx.is-active img {
    max-width: 50px;
  }

  .nav-mobile {
    transition: none;
  }

  .nav-mobile.is-active {
    display: block;
  }

  .nav-links-m {
    display: block;
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .footer-block {
    grid-template-columns: 1fr;
  }
  .left-column-content,
  .right-column-content {
    width: 100%;
    order: 3; 
  }

  .left-column-content {
    margin-right: 0; 
    margin-bottom: 20px;
  }

  .right-column-content {
    order: 3; 
  }
}

@media (max-width: 480px) {
  .footer-copy {
    flex-direction: column;
    text-align: center;
  }

  .footer-a,
  .footer-b {
    flex: 1;
  }

  .main-column-content {
    width: 100%;
  }
}
