@charset "utf-8";

header,
.left_sidebar{
	background: #fff url(../images/8-marta.png) repeat-x 0px -21px;
}
@media screen and (max-width:1600px){
	header,
	.left_sidebar{
		background-size: auto 83px;
		background-position: 0px -15px;
	}
}
@media screen and (max-width:1400px){
	header,
	.left_sidebar{
		background-size: auto 78px;
		background-position: 0px -15px;
	}
}
@media screen and (max-width:768px){
	header,
	.left_sidebar{
		background-size: auto 49px;
		background-position: 0px 0;
	}
}