#bg_slide  .bg_slide2{
	height:500px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.item_header { font-family: 'Cuprum', sans-serif; height: 53px; background-color:#d91b26; opacity:0.9;}
.item_header div {padding-top: 7px;}
.item_header div div:nth-child(1){font-size: 24px; color: white; float: left;}
.item_header div div:nth-child(2){font-size: 26px; color: #f6e854; float: right;}

.item article { height: 326px; }

.param{ font-family: 'PT Sans', sans-serif; font-size: 18px; width: 473px; float: left; }
.param table tr td:nth-child(1){ width: 180px; }
.param table tr td:nth-child(2){ font-family: 'PT Sans', sans-serif; font-weight: bold; color: #7a7a7a; }
.param table td {padding: 2px 0 2px 0;}
.param table td span{ color: #d81420; }

.item  article .map { width: 475px; height: 313px; float: right; padding-top: 8px; }
.item  article .map img { border: 1px solid #b2b2b2;}
.item_desc{ font-family: 'Cuprum', sans-serif; font-weight: bold; font-size: 24px; color: #4c4c4c; margin-bottom: 6px;}

.item .line{width: 100%; border-bottom: 1px solid #dedede; height: 35px; }

.manager_box{ width: 475px; float: right; }
/* .manager_box .cover_grey{  height: 220px; background: rgba(243, 243, 243, 1);} */
.cover_grey{  height: 220px; background: rgba(243, 243, 243, 1);}

.param_2 {width: 95%; font-size: 16px; color: #545454; }

.cover_padding { width: 91%; margin:22px auto; }
.manager_content {margin-top: 20px;}
.manager_content > div:nth-child(1){ width: 136px; float:left;  } 
.manager_content > div:nth-child(2){ width: 280px; float:right; }

.manager_content_right div {  padding-bottom: 10px; }
.manager_content_right div:nth-child(1) a, .manager_content_right div:nth-child(1) a:visited{ font-family: 'PT Sans', sans-serif; font-size: 20px; color: #d81420; }
.manager_content_right div:nth-child(2){ font-family: 'PT Sans Italic', sans-serif; font-size: 18px; color: #939393; font-style: italic; }
.manager_content_right div:nth-child(3){ font-family: 'PT Sans Bold', sans-serif; font-size: 20px; color: #000; font-weight: bold; }
.manager_content_right div:nth-child(4) a, .manager_content_right div:nth-child(4) a:visited { font-family: 'PT Sans', sans-serif; font-size: 16px; color: #d81420; }

.manager_box .manager_title{ font-family: 'Cuprum', sans-serif; font-size: 24px; font-weight: bold; color: #4c4c4c;}
/* переопределение для отладки 
	.content{  background: rgba(252, 252, 252, 1);  }
*/
.item_sold {
	position: absolute;
	width: 195px;
	height: 195px;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(/img/saled-big.png?v=2) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 1;
}