@charset "utf-8";
/* CSS Document */
body, table, tr, td, ul, li {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
#rich_liebherr {
    max-width: 1200px;
	width:100%;
	background-color:#fff;
	margin:0 auto;
	padding: 0 0 10px 0;
	font-family: Open Sans, Arial;
	font-size:14px;
	line-height:150%;
	color:#000;
}

#rich_liebherr #top img{
	padding:0;		
	border:0;
	width:100%;
	height:auto;
}
#film_lh {
	text-align:center;
}
#cechy {
    line-height: 30px;
    font-size: 15px;
}
#zdjęcia_lewa {
	float:left;
	width:50%;
}
#zdjęcia_prawa {
	float:right;
	width:50%;
	text-align:right;
}
#zdjęcia_lewa img, #zdjęcia_prawa img {
	width:100%;
}
#cecha_opis_lewa {
	width:49%;
	float:left;
	color:#000;
	margin:20px 0 0 0;
}
#cecha_opis_prawa {
	width:49%;
	float:right;
	color:#000;
	margin:20px 0 0 0;
}
.cecha_nazwa {
    font-size: 26px;
    color: #404a69;
    line-height: 130%;
    padding: 0 30px;
    font-weight: 700;
    margin-top: 10px;
}
.nazwa {
	font-size:42px;
	font-weight:bold;
	color:#fff;
	background-color:#404a69;
	padding:30px 0;
	text-align:center;
}
.gwiazdka {
	font-size:13px;
	color:#222f46;
	text-align:center;
}
.nazwa2 {
	font-size:26px;
	font-weight:bold;
	color:#fff;
	background-color:#404a69;
	padding:30px 0;
	text-align:center;
}
#rich_liebherr #top .desktop {display:block;}
#rich_liebherr #top .mobile {display:none;}

@media (max-width: 1000px) {
    #cechy {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 860px) {
    #cechy {
        margin-top: 50px;
    }
}

@media all and (max-width : 600px) {
	#rich_liebherr #top .desktop {
        display:none;
    }
	#rich_liebherr #top .mobile {
        display:block;
    }
	#top, #cechy {
		margin-bottom:40px!important;
	}
	#cecha_opis_lewa {
		width:100%;
		float:none;
		margin:20px 0 0 0;
	}
	#cecha_opis_prawa {
		width:100%;
		float:none;
		margin:20px 0 0 0;
	}
	#zdjęcia_lewa {
		float:none;
		width:100%;
	}
	#zdjęcia_prawa {
		float:none;
		width:100%;
		text-align:right;
	}
    #cechy {
        font-size: 14px;
    }
}
