html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin:0;
  font-family: "Gill Sans", sans-serif;
}

#renderCanvas {
  width   : 100%;
  height  : 100%;
  touch-action: none;
  min-height:700px;
}

.sub_block_title{
    position:absolute;
    
    top:0%;
    left:0%;
    max-height:400px;
    height: 100%;
    width:100%;
    
    color:white;
    font-size:100%;
    
    text-align:left;
    font-size: 0;
    
    
    /*display:flex;*/

    /*align-items: center;
    justify-content:center;
    */
    /*text-shadow: 1px 1px 10px rgba(0,0,0,1);*/
    text-shadow:0 0 4px black,0 0 4px black,0 0 4px black,0 0 4px black;
    /*font-weight:900;*/
    margin-top: 20px;
    
}

.sub_block_title .txt{
    display: block;
    width: 100%;
    height: 30%;
    text-align: center;
}

.sub_block_title h1{
    position:relative;
    display:block;
    margin-top:0;
    margin-bottom:0;
    font-size:15pt;
    font-family: "Gill Sans", sans-serif;
}

.sub_block_title p{
    position:relative;
    display:block;
    margin-top:0;
    margin-bottom:0;
    font-size:12pt;
    font-family: "Gill Sans", sans-serif;
}


.input_table{
    width:50%;
    height:calc(70%);
    font-size:0;
    padding-top:0;
    display: inline-block;
    vertical-align: top;
}

.input_table .item{
    width:calc( 100% - 12px );
    margin:5px;
    height:calc( 100%/6 - 12px );
    display:inline-block;
    vertical-align:top;
    /*box-shadow: 1px 1px 2px rgba(0,0,0,0.5),1px 1px 4px rgba(0,0,0,0.5);*/
    border: solid 1px black;
    text-shadow:none;
}

.input_table .item_subject{
    width:25pt;
    height:100%;
    display:inline-block;
    font-size:12pt;
    background-color:rgba(1,121,82,1);
    vertical-align:top;
}

.input_table .item_subject .inner{
    width:100%;
    height:100%;
    display:flex;
   justify-content: center;
   align-items: center;
   
    
}


.input_table .item input{
     -webkit-appearance: none;
     -moz-appearance: none;
     border: none;
    width:calc( 100% - 25pt );
    height:100%;
    display:inline-block;
    font-size:12pt;
    text-align:center;
    background-color:rgba(250,250,250,0.8);
    vertical-align:top;
    color:black;

   
}

.Frame_design {
    /*background: linear-gradient(to right, rgba(50,50,50,0.5),rgba(50,50,50,0.5));*/
    /*box-shadow: 1px 2px 4px rgb(0 0 0);*/
}

.Frame_design1:before {
    content: "";
    border-top: 8px solid rgb(1,121,82);
    border-left: 8px solid rgb(1,121,82);
    width: 5%;
    padding-top: 5%;
    position: absolute;
    top: calc( 0% - 4px );
    left: calc( 0% - 4px );
}
.Frame_design1:after {
    content: "";
    border-bottom: 8px solid rgb(1,121,82);
    border-right: 8px solid rgb(1,121,82);
    width: 5%;
    padding-top: 5%;
    position: absolute;
    bottom: calc( 0% - 4px );
    right: calc( 0% - 4px );
}

.run_table{
    width:calc( 200% - 12px );
    margin:5px;
    height:calc( 100%/6 - 12px );
    display:inline-block;
    font-size:0;
   
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5),1px 1px 4px rgba(0,0,0,0.5);
    border: solid 0px black;
    text-shadow: none;
   
}

.run_table .image{
    width:calc( 0pt );
    height:100%;
    display:inline-block;
    vertical-align:top;
    background: #DD9347dd;
}

.run_table .image .inner{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.run_table .image .inner img{
   
    height:70%;
    
}

.run_table .txt,.input_table .txt {
    width:calc( 100% - 25pt - 4px );
    height:calc( 100% - 2px );
    display:inline-block;
    vertical-align:top;
   /* background-color: rgba(0, 0, 0, 0.883);
    color: white;*/
    background-color:  rgba(250,250,250,0.8);
    color:black;
    padding: 1px 2px;
}

.run_table .txt{
    width: calc( 100% - 0pt - 4px );
    background: #8cc14a;
    color: white;
}

.run_table .txt p ,.input_table .txt p{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}


/*
@media screen and (max-width: 1200px) {
   
    .sub_block_title{
	left:5px;
	right:5px;
	width:calc(100% - 10px);
    }

   
}
*/

@media screen and (max-width: 600px) {
   
    
   
}


.sub_block .icon{
    display:inline-block;
    vertical-align: middle;
    width:15%;
}



@media screen and (max-width: 1200px) {
    .sub_block_title{
        top: 0px;
        align-items: normal;
    }
}

.sub_block_title_txt{
    width:95%;
    font-size:38px;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:5%;
    height:100%;
    background: linear-gradient(to right, #222222ff, #22222200);
    color:white;
}

.sub_block_item_subtitle{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    color: rgba(1,121,82,1);
    font-size: 20pt;
}
    


