body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
    
  background-image: url("https://www.transparenttextures.com/patterns/kuji.png");
}
tr,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
     background-color: #6743;
     
}
h3 {
    color: seagreen
}
h2 {
    font-style: italic
}
h1 {
  font-family: 'Mistral';
  font-size: 80px;
  text-transform: uppercase;
  color: seagreen;
    margin: 0;
    padding: 0;
    cursor: pointer
}
h4 {
    color: slategrey;
     margin: 0;
    padding: 0;
}
b {
    color: black
}

/* CSS */
.button-54 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}
html, body { 
    height: 100%;
}
html::-webkit-scrollbar { display: none; }
html { -ms-overflow-style: none; scrollbar-width: none; }


.outer {
  border: 2px solid green;
  background-color: #6743;
  background-clip: padding-box
  padding: 20px;
    font-size: 19px;
    padding-top: 6px;
}

.inner {
  background-color: ;
  padding: 5px;
  text-align-last: right;
    font-size: 15px
}
a1 {
    color: #40B800;
    font-variant-caps: petite-caps;
    background-color: #9FE2BF;
    
}
.outer2 {
  border: 2px solid #40B800;
  background-color: #6743;
  background-clip: padding-box
  padding: 20px;
}
.outer3 {
  border: 2px solid #40B800;
  padding: 0px;
    border-bottom-left-radius: 111px;
    border-bottom-right-radius: 111px;
    margin-left: 111px;
    margin-right: 111px;
    border-left-width: 16px;
    border-right-width: 16px;
}
.outer4 {
  border: 2px solid rgb(225, 222, 20);
  border-radius: 10px;
  background-color:  rgb(246, 255, 158, 0.3);
  background-clip: padding-box;
  padding: 0px;
     margin-left: 225px;
    margin-right: 225px;
    text-align: center;
}
.section {
  color: #ffffff;
  height: 75vh;
  margin: 0;
  scroll-margin-top: 1em;
}
.sticky {
    background-color: #6743;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

/**
 * Display lists on a single line.
 * @bugfix Prevent webkit from removing list semantics
 * 1. Add a non-breaking space
 * 2. Make sure it doesn't mess up the DOM flow
 */
.list-inline {
    list-style: none;
    margin-left: -0.5em;
    margin-right: -0.5em;
    padding: 0;
}

.list-inline > li {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.list-inline > li:before {
    content: "\200B"; /* 1 */
    position: absolute; /* 2 */
}
.btn-up {
      position: fixed;
      background-color: #39B342;
      right: 20px;
      bottom: 0px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 50px;
    }

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


#myCheckbox:hover {
  background-color: #6747;
    cursor: pointer
}
#myCheckbox2:hover {
  background-color: #6747;
  cursor: not-allowed
}

/*heheheha*/
.draggable {
display: none;    
width: 200px;
position: absolute;
cursor: auto;
padding: 4px;
user-select: none; /* Отключение курсора выделения текста */
border: none; /* Убирание рамки */
background-color: gainsboro; /* Прозрачный фон */
}
a5{
    cursor: 
}
ul {
   margin: 0;
    
}

.container{
    width:500px;
    margin: 0 auto;
    position: sticky;
    
  }

  input{
    test-align:center;
    width:500px;
    height:24px;
    font-size:17px;
    margin-top:50px;
    text-align:center;
      display: none;
  }

  /****** Lines *******/

  .line {
    overflow:hidden;
    width:100%;
    border:2px solid #dddddd;
    box-shadow:0px 5px 5px 3px rgba(0,0,0,0.3);
    display:block;
    margin-top:10px;
    border-radius:2px;
    position:relative;
  }

  .line .line_cover{
    width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    background:url(./src/led_bg.png);
  }

  .line .line_text{
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
  }

  /****** Line 1 *******/

  #l1.line{
    height:70px;
    background:rgb(50,80,50);
  }

  #l1.line .line_text{
    font-size:60px;
    font-weight:bold;
    color:#00ff00;
    -webkit-animation: l1_animation 10s linear infinite;
    -moz-animation: l1_animation 10s linear infinite;
  }

  @-webkit-keyframes l1_animation {
      0%{left:100%;}
      100%{left:-100%;}
  }
  @-moz-keyframes l1_animation {
      0%{left:100%;}
      100%{left:-100%;}
  }

  /****** Line 2 *******/  

  #l2.line{
    height:70px;
    background:rgb(90,60,50);
  }

  #l2.line .line_text{
    font-size:60px;;
    position:absolute;
    color:#ffb400;
    font-weight:bold;
    -webkit-animation: l2_animation 5s linear infinite;
    -moz-animation: l2_animation 5s linear infinite;
  }

  @-webkit-keyframes l2_animation {
    0%   { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
  }   

  @-moz-keyframes l2_animation {
    0%   { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
  }     

   /****************************** Line 3 ****************************/  
      
      #l3.line{
        height:70px;
    background:rgb(50,80,50);
      }

      #l3.line .line_cover{}
      
      #l3.line .line_text{
        font-size:60px;;
        position:absolute;
        color:#00ff00;
        font-weight:bold;
        font-family:"Trebuchet MS", Helvetica, sans-serif";
        -webkit-animation: l3_animation 5s linear infinite;
        -moz-animation: l3_animation 5s linear infinite;
        text-align: center
      }
      
      @-webkit-keyframes l3_animation {
        0%    {color: rgb(0,0,255); }
        20%   {color: rgb(0,255,255); }
        40%   {color: rgb(255,0,0); }
        60%   {color: rgb(255,255,0); }
        80%   {color: rgb(255,255,255); }
        100%  {color: rgb(0,0,255); }
      }    
      
      @-moz-keyframes l3_animation {
        0%    {color: rgb(0,0,255); }
        20%   {color: rgb(0,255,255); }
        40%   {color: rgb(255,0,0); }
        60%   {color: rgb(255,255,0); }
        80%   {color: rgb(255,255,255); }
        100%  {color: rgb(0,0,255); }
      }    
      
.inf {
    color: darkgreen
}
.gbtn {
  background-color: #4CAF50; /* Зеленый цвет */
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
    border-radius: 22px;
    
}
.gbtn:hover {
  background-color: #0DCD59;
    cursor: pointer
}
 u24 {
            color: aquamarine
        }
.button {
  text-decoration: none;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding-right: 50px;
  margin: 0px;
  transition: all 0.1s linear;
  transform: translateZ(0);
}
.button.blue {
  background: linear-gradient(to bottom, #a2d3e9, #7abedf);
  box-shadow: -1px 0px 1px #6fadcb, 0px 1px 1px #54809d, -2px 1px 1px #6fadcb, -1px 2px 1px #54809d, -3px 2px 1px #6fadcb, -2px 3px 1px #54809d, -4px 3px 1px #6fadcb, -3px 4px 1px #54809d, -5px 4px 1px #6fadcb, -4px 5px 1px #54809d, -6px 5px 1px #6fadcb, -6px 7px 0 rgba(0, 0, 0, 0.05), -5px 8px 0 rgba(0, 0, 0, 0.05), -3px 9px 0 rgba(0, 0, 0, 0.04), -2px 10px 0 rgba(0, 0, 0, 0.04), -1px 11px 0 rgba(0, 0, 0, 0.03), 0px 12px 0 rgba(0, 0, 0, 0.03), 1px 13px 0 rgba(0, 0, 0, 0.02), 2px 14px 0 rgba(0, 0, 0, 0.02), 3px 15px 0 rgba(0, 0, 0, 0.01), 4px 16px 0 rgba(0, 0, 0, 0.01), 5px 17px 0 rgba(0, 0, 0, 0.01), 6px 18px 0 rgba(0, 0, 0, 0.01), inset 0 4px 5px -2px rgba(255, 255, 255, 0.5), inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
.button.yellow {
  background: linear-gradient(to bottom, #f2d851, #ecc92b);
  color: black;
  text-shadow: -2px 2px 0 rgba(255, 255, 255, 0.3);
  box-shadow: -1px 0px 1px #d9b826, 0px 1px 1px #b1961d, -2px 1px 1px #d9b826, -1px 2px 1px #b1961d, -3px 2px 1px #d9b826, -2px 3px 1px #b1961d, -4px 3px 1px #d9b826, -3px 4px 1px #b1961d, -5px 4px 1px #d9b826, -4px 5px 1px #b1961d, -6px 5px 1px #d9b826, -6px 7px 0 rgba(0, 0, 0, 0.05), -5px 8px 0 rgba(0, 0, 0, 0.05), -3px 9px 0 rgba(0, 0, 0, 0.04), -2px 10px 0 rgba(0, 0, 0, 0.04), -1px 11px 0 rgba(0, 0, 0, 0.03), 0px 12px 0 rgba(0, 0, 0, 0.03), 1px 13px 0 rgba(0, 0, 0, 0.02), 2px 14px 0 rgba(0, 0, 0, 0.02), 3px 15px 0 rgba(0, 0, 0, 0.01), 4px 16px 0 rgba(0, 0, 0, 0.01), 5px 17px 0 rgba(0, 0, 0, 0.01), 6px 18px 0 rgba(0, 0, 0, 0.01), inset 0 4px 5px -2px rgba(255, 255, 255, 0.5), inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}
.button.yellow::after, .button.yellow::before {
  background: black;
}
.button.yellow::after {
  filter: drop-shadow(-2px 0 0 rgba(255, 255, 255, 0.4));
}
.button.yellow::before {
  filter: drop-shadow(0 -2px 0 rgba(255, 255, 255, 0.35));
}
.button.yellow .arrow {
  filter: drop-shadow(-2px 0 0 rgba(255, 255, 255, 0.4));
}
.button:active {
  box-shadow: none;
  transform: translate3d(-6px, 6px, 0);
}
.button .arrow {
  filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
}
.button::after {
  filter: drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2));
}
.button::after, .button::before {
  position: absolute;
  content: " ";
  right: 15px;
  top: 6px;
  width: 6px;
  height: 18px;
  background: white;
  transform: rotate(-45deg);
  display: block;
  z-index: 2;
}
.button::before {
  height: 14px;
  top: 18px;
  right: 16px;
  z-index: 3;
  transform: rotate(-137deg);
  filter: drop-shadow(0 -2px 0 rgba(0, 0, 0, 0.15));
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.loader {
  width: 60px;
  height: 40px;
  position: relative;
  display: inline-block;
  --base-color: grey; /*use your base color*/
}
.loader::before {
  content: '';  
  left: 0;
  top: 0;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: radial-gradient(circle 8px at 18px 18px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 18px 0px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 0px 18px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 36px 18px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 18px 36px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 30px 5px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 30px 30px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 5px 30px, var(--base-color) 100%, transparent 0), radial-gradient(circle 4px at 5px 5px, var(--base-color) 100%, transparent 0);
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: rotationBack 3s linear infinite;
}
.loader::after {
  content: '';  
  left: 35px;
  top: 15px;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: radial-gradient(circle 5px at 12px 12px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 12px 0px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 0px 12px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 24px 12px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 12px 24px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 20px 3px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 20px 3px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 20px 20px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 3px 20px, var(--base-color) 100%, transparent 0), radial-gradient(circle 2.5px at 3px 3px, var(--base-color) 100%, transparent 0);
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: rotationBack 4s linear infinite reverse;
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}