<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#mod_kea_knaz {
}
	#mod_kea_knaz .knaz_img {
		display: block;
		float: right;
		
	}
		#mod_kea_knaz .knaz_img:hover img { }
		#mod_kea_knaz .knaz_img img {
			width: 300px;
			-webkit-border-radius: 5px!important;
			-moz-border-radius: 5px!important;
			border-radius: 5px!important;
			border: #a7a9ac 1px solid;
		}

@media only screen and (max-width: 767px){ 
	#mod_kea_knaz {
	}
	#mod_kea_knaz table td {
	}
	#mod_kea_knaz .knaz_img {
		float: none;
		text-align: center;
		margin-bottom: 25px;
	}
	#mod_kea_knaz .knaz_img img {
		max-width: 100%;
		text-align: center
	}
}
</pre></body></html>