#layout.main { position: relative; z-index: 5; margin-top: -60px; padding: 0; }
#layout.main .layout_in { width: 970px; padding: 0;  padding-top: 73px;}

#main_slider { float: left; overflow: hidden; clear: both; width: 100%; height: 580px; padding: 0 0 5px 0; background: url('/images/design/css/slider-shadow.png') repeat-x bottom; position: relative; z-index: 1; cursor: pointer; }
#main_slider .slides { position: absolute; z-index: 1; top: 0; left: 0; }
#main_slider .slide_item { display: none; float: left; clear: both; width: 100%; height: 580px; background-repeat: no-repeat; background-position: center top; }
#main_slider .slide_item.cur { display: block; }
#main_slider .slide_item p { overflow: hidden; width: 970px; margin: 0 auto; padding: 350px 0 0 0;}
#main_slider .slide_item p strong { float: left; clear: both; padding: 5px 10px 7px 10px; margin: 0 0 2px 0; background: #0b922e; font-family: 'FTN57__C'; font-size: 42px; font-weight: bold; color: #ffffff; }
#main_slider .slide_item p span { float: left; clear: both; height: 30px; padding: 5px 45px 0 10px; background: #0b922e url('/images/design/css/slider-txt-arr.png') no-repeat right top; font-family: 'FTN57__C'; font-size: 29px; font-weight: bold; color: #ffffff; }

#main_slider .wide { position: absolute; z-index: 2; top: 0; left: 0; }
#main_slider .wide .slide_item { display: block; clear: none; }

#main_slider .nav { width: 970px; margin: 0 auto; position: relative; z-index: 100; overflow: hidden; height: 580px; }
#main_slider .nav .prev, #main_slider .nav .next { display: none; position: absolute; top: 271px; right: 0; width: 39px; height: 61px; background: url('/images/design/css/slider-arrows.png') no-repeat 0 0; text-indent: -9999px; outline: none; }
#main_slider .nav .prev { right: auto; left: 0; background-position: -40px 0; }
#main_slider .nav .controls { position: absolute; z-index: 100; top: 493px; left: 50%; float: left; }

#main_slider .nav ul { display: inline-block; margin: 0 0 0 -50%; list-style: none; }
#main_slider .nav ul li { display: inline-block; width: 18px; height: 18px; padding: 0 7px; }
#main_slider .nav ul li a { display: block; height: 18px; background: url('/images/design/css/slider-controls.png') no-repeat -18px 0; text-indent: -9999px; outline: none; }
#main_slider .nav ul li.cur a { background-position: 0 0; }

body.project { background: #f5a717 url('/images/pattern.png') repeat; }
body.project #main_slider { height: 658px !important; background: none; }
body.project #layout.main .layout_in { padding: 0 !important;}
body.project #main_slider .nav ul li a { display: inline-block; text-indent: -9999px; outline: none; width: 12px; height: 12px; background: url('/images/slider-default.png') 0 0 no-repeat; }
body.project #main_slider .nav .controls { top: 551px; }
body.project #main_slider .nav ul li.cur a, body.project #main_slider .nav ul li a:hover { background-image: url('/images/slider-active.png'); }

.line-infos { float: left; clear: both; width: 1000px; 
	position: relative;
	min-height: 0;
	margin: 0 0 5px -20px;
	padding: 0 0 15px 0;
}
.line-infos.with-title {
	width: 800px;
	padding-left: 180px;
}
.line-infos .line-title {
	background: url("/images/design/css/line-title.png") no-repeat left top;
	position: absolute;
	top: -13px;
	left: 0;
	width: 268px;
	height: 161px;
	font-size: 13px;
	color: #6b6b6b;
	line-height: 10px;
}
.line-infos .line-title > div {
	display: table-cell;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	width: 173px;
}

/*----------------------------info-block*/
.info-block {
	background-color: #ffffff;
	padding: 10px;
	float: left;
	position: relative;
	box-shadow:0 0 2px rgba(0, 0, 0, 0.1);
	margin: 0 0 20px 20px;
}
.info-block:after {
	position: absolute;
	background: url("/images/design/css/info-block-shadow.png") no-repeat right top;
	content: "";
	bottom: -23px;
	left: 0;
	width: 100%;
	height: 23px;
}
.info-block.shadow-small:after {
	background-image: url("/images/design/css/info-block-shadow-small.png");
}
.info-block > img {
	display: block;
}
.info-block h2 {
	padding: 10px 0 5px 0;
	font-size: 28px;
	color: #009A2C;
}
.info-block .link {
	padding: 10px 0 0 0;
}
.info-block .link a {
	font-size: 12px;
	line-height: 14px;
	color: #f89433;
}
.info-block .link a:hover { color: #009a2c; }
.info-block p { padding: 0; }

/*------------------------info-block type-1*/
.info-block.type-1 {}
.info-block.type-1 .text {
	color: #ffffff;
	width: 187px;
	height: 248px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('/images/design/css/green-bg.png');
	background: rgba(0, 153, 50, 0.9);
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.info-block.type-1 .text > div {
	padding: 0 10px;
}
.info-block.type-1 .text h2 {
	color: #ffffff;
	font-family: 'FTN57__C';
	/* font-family: 'PFBulletinMedium'; */
	margin: 24px 0 2px 0;
	font-weight: normal;
}
.info-block.type-1 .text p {
	font-size: 12px;
	color: #ffffff;
	margin: 0 0 10px;
	line-height: 15px;
}
.info-block.type-1 .text .price {
	font-family: 'FTN57__C';
	/* font-family: 'PFBulletin'; */
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 40px;
	margin: 0 0 7px 0;
	font-weight: bold;
}
.info-block.type-1 .text .price strong { font-size: 28px; }
.info-block.type-1 .text .price span {
	font-size: 19px;
	vertical-align: top;
	line-height: 30px;
}
.info-block.type-1 .text .price span s { font-weight: normal; font-size: 18px; }
.info-block.type-1 .text .time {
	font-size: 13px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYJJREFUeNqsVdFRwzAMdTn+wwbJBmGDskG7QUYoG5gNChO4TNAwgY8J2k7QdIKUCYzUe77TGTtOQnX3Lr5Y0pNlSV4459SA1IQ1oSWc8G9DeMH6SNgRLikHiwQBO36HMTv/ieiUIOIAriD7+KPFBAFqwplgCUVkP4YlbExoEyo2hB6KaiJKwiEMLIzcTYw8RsIB6hiBBcFc5zJdDmRKpoZlO9Mpn34fBLuXBEayBncydB8F0sFpWUXSXfofPVjDfHpJkRwG9lk2Poo+kZ5GkOhgz2TIOWAjI10mFD2JTEPOucIdWH+CIQLZH4yvxIkk/L1YWVZ6RKX4nDcZXes7+5GmxTemRqWG5YS5UwmblDxBr7t3k4XVVz+AscX3Vf1fdvh2t1OLhvGXWN9hTNx6IJxFK2ycZ6ZKFoFNjWsjar6cGHkfCzCmvBUkesRpNJy6WIpTT6YmvGF9RRF0eBZZnoG1sGlRJJfckynLzbi82GCSqjEnkFLgca9EE/ky/MwZ/wowAPnZTQr8CyrgAAAAAElFTkSuQmCC") no-repeat 0 0;
	margin: 0 0 5px -2px;
	padding: 4px 0 0 31px;
	min-height: 20px;
}
.info-block.type-1 .text .link {

}
.info-block.type-1 .text .link a {
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
}
.info-block.type-1 .text .link a:hover {
	text-decoration: none;
}

/*------------------------info-block type-2*/
.info-block.type-2 {
	padding-bottom: 18px;
}
.info-block.type-2 .media {
	margin: 0 0 12px 0;
	position: relative;
}
.info-block.type-2 .media img {
	display: block;
}
.info-block.type-2 .media .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -17px;
	width: 28px;
	height: 35px;
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAjCAYAAACHIWrsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYpJREFUeNq8l1tKw0AUhic1Dz4IraAgiuAO0h2YHTRLyA6cvgu9qXh5MN1BlhB3kOwg3UHdQfukL53xDD0DAZvmNnN+ONCEKV/+k58zE+dn0fMYYwnUHdQGf/PTx92WWVAPKkKY0gAqhFr/Pp3c2wL6B+4rcArQT9NAB1oqK9bkyjW0eGXKYZWG6PaBymFRCbrd2nRYVICBGlEBdaASFSioPgVQi+O79aiAOlB5k0A1Dc0xpRiob5sOi/LR7YjKYVFx2TzuMTsK0a1HBWS4ISjohKKlh+ZxoAJFBWS413JXUuH2Eyp2BR1w71AIEljuOCw8m+xW4NC6xag/E2N9YbOlGweSOZiLrHjTVksT1cLzhfg3aUynVAVjevEslmULTDpUwQguX8TR3cJUaKZXr3JWZ2HX0KzVoL5+k1ndP3RpaQwt5DfvstEJzpXtghHefsivNk/ptjhGBABrfS5tAuQAWnZNVx1gji008m1RBYwANDb9uZaWxN03DdNAjgCdQHXiGgIsYxb0J8AATM2btLHn3kgAAAAASUVORK5CYII=) no-repeat left top;
}
.info-block.type-2 p {
	font-size: 12px;
	color: #555555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*------------------------info-block type-3*/
.info-block.type-3 {}
.info-block.type-3 .text {
	color: #ffffff;
	position: absolute;
	left: 10px;
	bottom: 20px;
	white-space: nowrap;
}
.info-block.type-3 .text span {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpikFkl9gwgwAADhQHDq6hH4gAAAABJRU5ErkJggg==);
	background: rgba(28, 170, 82, 0.9);
	display: inline-block;
	padding: 5px 8px 0 10px;
	margin-bottom: 2px;
	font-family: 'FTN57__C';
	font-size: 29px;
	height: 32px;
	font-weight: bold;
}
.info-block.type-3 .text a {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpikFkl9gwgwAADhQHDq6hH4gAAAABJRU5ErkJggg==);
	background: rgba(28, 170, 82, 0.9);
	display: inline-block;
	position: relative;
	font-family: 'FTN57__C';
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 8px 0 10px;
	height: 24px;
	font-weight: bold;
}
.info-block.type-3 .text a:after {
	content: "";
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANlJREFUeNpi/N7M9IxhEAEmhkEGRh006qBRB406aNRBow6ip4NYLEu42SK2CDJJGrNSy0EsFGl27uQD0Wyy1my/lri8+/f87O/BEWXsfExsMXuEqBFS1EtDVHIUdRM1FRxF/VwGdBRr6FrBweOgn5/+/V4d/H7QOOj3ltSPlOQ2JqqGzNb0D3+vr/kxYOUQsmN+rQl5/+/+3l8DWjD+2Vv+iUnege3Pwfov1CgUQYBxtF826qDh5iCW//8HmYP+/htkDvo3yIKI5d+gC6HB5qC//0dDCC8ACDAAXChNqSvOMfUAAAAASUVORK5CYII=) no-repeat center center;
	background: rgba(247, 131, 2, 0.9) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAElJREFUeNpi+P//fz4QrwdifSBmQMYgAgbeoytAlsRQgC6JooDxP1gJBvgAxA64JEHgAV6d2OwEAX9cro3H5U97dH/iDCGAAAMAD5PSPPLiq5sAAAAASUVORK5CYII=) no-repeat center center;
	position: absolute;
	top: 0;
	right: -26px;
	width: 26px;
	height: 27px;
}

/*------------------------info-block type-4*/
.info-block.type-4 {}
.info-block.type-4 h2 {}
.info-block.type-4.news {
	width: 260px;
	padding-bottom: 18px;
}

.info-block.type-4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-block.type-4 ul li {
	padding: 6px 0 7px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
	line-height: 16px;
	color: #606060;
	margin: 0;
}
.info-block.type-4 ul li.last { border: 0; }
.info-block.type-4 ul li small{ float: left; width: 40px; font-size: 12px; color: #9f9f9f; }
.info-block.type-4 ul li p { overflow: hidden; font-size: 12px; }
.info-block.type-4 ul li p a { color: #f89433; } .info-block.type-4 ul li p a:hover { color: #009a2c; }
