@charset "UTF-8";

#left_block h1{
	color:#FF0000;
	font-size:25px;
	font-weight:bold;
}

#left_block h2{
    background-color: #655F4F;
    color: #FFFFFF;
    font-size: 110%;
    margin: 12px auto 10px;
    padding: 5px 10px;
    text-align: left;
}

#left_block p{
	line-height:2em;
}

#left_block h2 a:link{color: #FFFFFF; text-decoration: none;}
#left_block h2 a:visited{color: #FFFFFF; text-decoration: none;}
#left_block h2 a:hover{color: #FFFFFF; text-decoration: none;}
#left_block h2 a:active{color: #FFFFFF; text-decoration: none;}

#left_block table{
	width:100%;
}


#left_block table tr td{
	padding:5px;
	width:20%;
	text-align:center;
	padding-bottom:10px;
}

@media only screen and (max-width: 767px) {

 #main #right_block{
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
    
    #main #right_block .banner{
         width: 45%;
        margin-bottom: 20px;
    }   
}