* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
 p {
    font-size: 17px;
    font-family: OCR A Std, monospace;
    color: #5BE575;
 }

 .inf {
    display: flex;
    text-align: center;
    font: caption;	
    justify-content: center;
    margin: 0% 0% 1% 0%;
}
 

.info {
    color: #5BE575;
    background:#696969;
    width: 15%;
    display: flex;
    align-items: center; 
    justify-content: center;
}

.inflogo {
    width: 30%;
    height: 100%;
    margin: 0% 0% 0% 0%;
}

  .contHeader{
    display: flex;
    text-align: center;
     font: caption;	
     justify-content: space-evenly;
}

.cildContHead{
    background:#696969;
    width: 20%;
    height: 20%;
    border: #010101 3px solid;
    cursor: pointer;
}
.cildContHeadone {
    display: none;
}
.imgHeader{
height: 40%;
    width:100%;
}

.glavokno {
    background-color: #696969;
    width: 50%;
    height: 700px;
    margin: 3% 0% 0% 25%;
    border-radius: 5%;
}

.oknocontent {
    display: flex;
    color:#5BE575;
}

.textone {
    max-width: 30%;
    margin: 10% 0% 0% 18%;
    font-size: 160%;
}

.oknozastav {
    width: 35%;
    height: 50%;
    margin: -27% 0% 0% 62%;
    border-radius: 5%;
}

.texttwo {
    max-width: 70%;
    font-size: 150%;
    margin: 5% 0% 0% 15%;
}

.ychimkodbod {
    display: none;
}

