.course_block{
    width: 100%;
    padding: 0px 0px;
	text-align: center;
	margin: 0 auto;
	
	
}
.open_h3{
	display: block;
	background-color: #ed4535;
	border-bottom: 3px solid #FFF;
	color: #FFF;
	padding: 13px 0 13px 10px;
    font-size: 19px;
	font-weight: 600;
	font-weight: normal;
    cursor: pointer;
    margin: 0;
	position: relative;
	text-align: left;
}
.c2{
	background-color: #2ea2e4;
}
.c3{
	background-color: #2c6dda;
	
}
.c4{
	background-color: #273bcc;
	
}
.c5{
	background-color: #108ccf;
    font-size: 16px;
	font-weight: 400;
}



/*.open_h3 span{
	font-size: 22px;
	padding: 0px 2px 0px 2px;
}
*/

.open_h3:after, 
.open_h3.active:after {
	font-size: 11px;
	position: absolute;
	right: 15px;
	top: 13px;
	color: #fff;
}
.open_h3.active::after {
    content: "▲";
}
.open_h3::after {
    content: "▼";
}
.info{
    font-size: 13px;
	height: 100%;
	overflow: auto;
}
.title{
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: lighter;
}
.img-close,
.img-close img{
    width: 50px;
    height: 50px;
}
.open-6.ul_open{
    position: relative;
}
.open-6 li.img-close{
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 150px;
    margin: auto;
}
.open-6 li:last-child{
    list-style-type: none;
}






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


.open_h3{
	width: 100%;
	display: block;
	color: #FFF;
	padding: 13px 20px 13px 7px;
    font-size: 17px;
	font-weight: normal;
    cursor: pointer;
    margin: 0;
	position: relative;
}




.open_h3:after, 
.open_h3.active:after {
	font-size: 11px;
	position: absolute;
	right: 7px;
	top: 13px;
	color: #fff;
}































}
