/* Portfolio CSS */
#p-wrap-top{
	width: 1100px;
	overflow: hidden;
	background: white;
	z-index: 2;
	/*position: fixed;*/
	/*top: 0;*/	
}
#p-wrap-top p{
	color: #c13a33;
	font-size: 30px;
	font-weight: bold;
}
#p-wrap-top hr{border-bottom: 1px solid #333231;}
#p-wrap-top div{
	float: right;
	background: #c13a33;
	color: white;
	width: 45px;
	padding-top: 20px;
	height: 50px;
	text-align: center;
	font-size: 45px;
}
.p-pdf:hover{color:#c13a33;}
.p-pdf img{
	width: 40px;
	padding-right: 5px;
	vertical-align: middle
}

.p-site{
	position: relative;
	padding: 30px 0;	
	border-bottom: 1px solid #c13a33;
	color: #444;
}
.p-site h2{
	display: inline-block;
	padding: 12px 20px 10px 40px;
	background: #c13a33;
	color: white;
	margin: 0 0px 0 -50px;
	min-width: 420px;
	text-transform: none;
	font-size: 24px;
	text-align: left;
}

.p-site img{max-width: 100%;}
.p-site > img{
	float: left;
	margin: 20px 0 0 20px;
	max-width: 585px;
	z-index: 1;
}
.big_pic img{margin-top: -50px;}

.p-desc{
	font-size: 18px;
	padding: 20px 0;
}
.p-site .basic{
	width: 300px;
	float: left;
	font-style: italic;
}

.site-link{margin-top: 8px;}
.site-link span{font-size: 16px;}
.site-link a{color: #8e8e8e;}
.site-link a:hover{color: #444;}

.p-recomend{
	position: absolute;
	bottom: 30px;
	box-sizing: border-box;
	/*width: 288px;
	height: 196px;
	padding: 46px 0 0 42px;
	background-image: url(/bitrix/templates/simpo.biz2015/img/port_cloud.png);
	z-index: 1;*/
	padding: 16px;
	font-style: italic;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
}
.p-recomend span{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

#p-wrap-bottom{
    width: 1100px;
    height: 50px;
    background: #c13a33;
    z-index: 2;
}

/**/
#help-left{float: left; width: 300px;}
#help-right{float: left; margin: 40px 0 100px 120px;}
#help-right ul{margin-top: 20px;}
#help-holder{max-width: 200px;}

/**/
#p-side{
	position: fixed;
	top: 20%;
	left: -1px;
	left: -225px;
	background: white;
	border: 1px solid #c13a33;
	border-right: 8px solid #c13a33;
	border-radius: 0 4px 4px 0;
	width: 200px;
	padding: 12px;
	transition: 0.5s;
	z-index: 1;
}
#p-side:hover{left: -1px;}
#p-side li{border-bottom: 1px dashed #c13a33;padding: 2px 0;list-style: none;}
#p-side li a:hover{text-decoration: none; color: #c13a33;}
.p-arrow{
	width:0;
	border-color: transparent transparent transparent #fff;
	border-style:solid;
	border-width: 10px;
	position:absolute;
	top: 50%;
	left: 221px;
}

/* XS */
@media (max-width: 719px){
.p-site{padding: 12px 0;}
.p-site h2{min-width: 100%;padding-left: 20px;}
.p-site > img{max-width: 100%;margin: 0 0 12px !important;}
#help-right{margin: 0;}
.p-recomend{position: relative; width: 100%; clear: both;}
}
