.gemetryka{
    color: #633e3e;
    letter-spacing: 1px;
	}
    
.dzialaj {
font-size: 20px;
color: #000000;
}

#morsstopka{
    width:835px;
    height:550px;
    border:0 solid; 
    overflow:hidden;
    margin-left: -10px;
}
#morsstopka iframe {
    width:835px;
    height:1080px;
    margin-top:-555px;
	margin-bottom: 0px;
    border:0 solid;
 }

.genhead {

	color: #633e3e;
    font-size: 30px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;	
    background-color: black !important;

}
.genMopis{
font-size: 12px;
color: #633e3e;
letter-spacing: 1px;
}

.opisb {
    cursor: help;
    position: relative;
    display: inline-block;
  }

.opisb .opisbtekst {
    visibility: hidden;
    width: 350px;
    background-color: #161616;
    color: rgb(99, 62, 62); 
    font-size: 11px;
    text-align: justify;
    border-radius: 6px;
    border-top:#222 3px solid;
    border-bottom: #222 3px solid;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
.opisb .opisbtekst::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 10%;
      margin-left: -5px;
      border-width: 10px;
      border-style: solid;
      border-color: #222 transparent transparent transparent;
  }
  
.opisb:hover .opisbtekst {
    visibility: visible;
    opacity: 1;
  }

  .button_section {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  
  .button-gene {
      margin: 5px;
      font-family: Verdana;
      color: #777;
      font-weight: 400;
      text-transform: uppercase;
      border-radius: 3px;
      background-color: #443232;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      transition-duration: 0.5s;
      letter-spacing: 2px;
      padding: 8px!important;
  }
  .button-gene:hover {
      background-color: #614949;
      color: #777;
  }
 
  .button-gene-icon i {
      position: relative;
      font-size: 20px;
  }
  .button-gene-text {
      padding: 10px 18px;
  }
 
  div#up2::before {
      opacity: 0;
  }


  textarea{
   width:100%!important;
  }

  #upz2 {
    background-color: #101010;
    border: 2px solid #222;
    border-top: 5px solid var(--color-2);
    margin: auto;
    padding: 5px;
    width: 1000px;
  }

  #upz{
    display: block;
    margin: auto;
    padding: 5px;
    position: relative;
    width: 1020px;
    z-index: 21;
  }

  .zaopa {
    background: #101010;
    border-left: 0 solid #212121;
    display: block;
    font-size: 12px;
    padding: 15px;
    text-align: justify;
    }
    
    .wsh {
    color: #633e3e;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    text-align: center;	
    background-color: black !important;
    width: 80%;

}

.wsh1 {
    color: #633e3e;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;	
    background-color: black !important;
    width: 80%;
}
.wsr{
font-size: 12px;
line-height: 20px;
}

.wsrtx{
    font-size: 12px;
    width:98%;
}

input {
    cursor: text!important;
}

.wskod {
    font-size: 12px;
    border: 2px solid #555;
    border-radius: 3px;
    padding: 3px;
    margin: 15px;
    width: 95%;
    background-color: #222!important;
}