.programm_howto {

}


.programm_howto h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 110%;
	line-height: 26px;

	margin-top: 20px;
	margin-bottom: 10px;

}


.programm_howto h4 {
    margin: 15px 0;
}

.programm_howto .howto_description {
	margin-bottom: 15px;
}

.programm_howto ul.howto,
.programm_howto ol.howto {
	margin-top: 20px;
	padding: 0;
	list-style: none;
	
}

.programm_howto li.howto_step {
	border: 1px dashed #697279;
	padding: 10px 20px;
	background-color: #e9e6dd;
	position: relative;
	margin-left: 0px;
	margin-bottom: 50px;
	/*overflow: auto;*/
	/* clear: both; */
}

.programm_howto li.howto_step .howto_image {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}



.programm_howto li.howto_step::after {
	position: absolute;
	content: " ";
	left: 50%;
	bottom: -30px;
	margin-left: -10px;
	
	width: 20px; 
	height: 20px; 
	border-right: 4px solid #697279;
	border-bottom: 4px solid #697279;
	transform: rotate(45deg);


}

.programm_howto li.howto_step:last-child::after {
	display: none;
}



@media (max-width: 500px){
	.programm_howto li.howto_step .howto_image {
		float: none;
		display: block;
		margin: 0 auto 10px auto;
		max-width: 100%;
	}
}