.tekst{
	padding:0px 4% 30px 0px;
}
.tekst>h1+img{
	float:left;
	margin:0px 1em 1em 0px;
}
.tekst img+h2{
	clear:both;
}
.prawe{
	background: -o-linear-gradient(bottom,#fff, #eee);
    background: -moz-linear-gradient(bottom, #fff, #eee);
    background: linear-gradient(top,#fff, #eee);
    padding: 1em 2% 30px 2%;
    border-top: solid 2px #666;
	width:330px;
}
.prawe h3{
	margin-top:0px;
	margin-bottom:1em;
}
.prawe>a,.prawe>.hover{
	display:block;
	overflow:hidden;
	padding-bottom:1px;
	font-size:16px;
}
.prawe > * > span {
    display: block;
    float: left;
    background: #edb315;
    color: #fff;
    text-align: center;
    width: 50px;
    font-size: 16px;
    margin-right: 2%;
    padding: 4px 1% 4px 1%;
    border-radius: 5px;
	font-weight:bold;
}
.prawe > * > span > span {
    font-size: 14px;
}
.powrot{
	padding-top:20px;
	display:inline-block;
}
@media screen and (max-width: 720px){
	.prawe{
		width:100%;
		box-sizing:border-box;
		padding: 20px 4% 30px 4%;
	}
}