.portfolio-detail_wrapper {
	justify-content: left;
	align-items: flex-start;
	margin-bottom: 50px;
}
	.pagination {
		align-items: center;
		margin: 0 0 32px 0;
	}
	.menu-section {
		width: 17.9487%!important;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: center;
	}
		.menu-section li {
			display: block;
			width: 100%;
			line-height: 1.3;
			background-color: #fbf9f9;
		}
		.menu-section li:first-of-type {
			background-color: #f2f2f2;
			font-weight: 800;
			border-left: 6px solid #e3231f;
		}
		.menu-section li:nth-of-type(2) {
			padding-top: 10px
		}
		.menu-section li:last-of-type {
			padding-bottom: 20px;
		}
			.menu-section li a,
			.menu-section li span{
				display: block;
				color: #161616;
				text-decoration: none;
				padding: 10px;
			}
			.menu-section li a:hover {
				text-decoration: underline;
			}
		.menu-section li a.active {
			color: #e3231f;
		}
	.portfolio-detail.flex {
		flex-wrap: wrap;
		justify-content: left;
		align-content: center;
		align-items: flex-start;
		margin-left: auto;
		width: 79.4871%;
	}
		.portfolio-list__item {
			width: 100%;
			flex-wrap: wrap;
		}
			.item-year,
			.item-categories {
				line-height: 1.3;
				font-size: 14px;
				margin-bottom: 25px;
			}
			.item-year span,
			.item-categories span {
				color: #858585;
			}
			.item-year {
				width: 17.2599%;
			}
			.item-categories {
				width: 80.9061%;
				margin-left: auto;
			}
	.normal .item-picture {
		width: 31.0679%;
	}
		.normal .item-picture img {
			border: 0 none;
			border-radius: 5px;
			width: 100%;
			height: auto;
			display: block;
		}
	.normal .item-text {
		width: 65.5879%;
		line-height: 1.4;
		margin-left: auto;
	}
		.item-short-text {
			width: 100%;
			line-height: 1.4;
			margin-bottom: 25px;
		}
		.item-photos__item img {
			border: 0 none;
			border-radius: 5px;
		}
		.item-causes {
			width: 100%;
			line-height: 1.4;
			padding: 42px;
			border-left: 5px solid #e3231f;
			border-radius: 3px;
			background: url(/rr_images/decorations/bg-lines5.png) no-repeat 0 0 scroll #e9e9e9;
			background-size: cover;
		}
			.item-causes h3 {
				font-size: 24px;
				font-weight: 900;
				line-height: 1.2;
				margin-bottom: 20px;
			}
		.item-step {
			width: 100%;
			line-height: 1.4;
			margin: 40px 0 0;
		}
			.item-step h3 {
				font-size: 20px;
				font-weight: 900;
				line-height: 1.2;
				margin-bottom: 25px;
			}
			.n2.item-step h3 {
				margin-bottom: 5px;
			}
			.sub-title {
				margin-bottom: 25px;
				color: #858585;
			}
			.item-step-list {
				flex-wrap: wrap;
				align-items: flex-start;
				justify-content: flex-start;
			}
				.item-step-list li {
					width: 31.2500%;
					margin-right: 3.12%;
					margin-bottom: 3.12%;
					line-height: 1.4;
				}
				.item-step-list li:nth-of-type(3n) {
					margin-right: 0;
				}
				.n1 .header-item {
					background: #555555;					
				}
				.n2 .header-item {
					background: #ededed;
				}
				.n2 .header-item h4 {
				    color: #161616;
				}
				.n3 .header-item {
					background: #e3231f;
				}				
				.header-item {
					color: #ffffff;
					font-size: 18px;
					align-content: center;
					align-items: center;
					padding: 0;
					height: 100px;
					border: 0 none;
					border-radius: 3px;
				}
				.header-item h4 {
				    font-size: 18px;
					line-height: 1;
					width: 66.7820%;
				}
				.item-picture {
					width: 27.6%;
				}
				.item-picture img {
					width: 62.70%;
					display: block;
					margin: 0 auto;
				}
				.item-content div {
					margin: 25px 0 0;
				}
.photo-slider__items {
	width: 90%;
}
.photo-slider__items .slick-list {
	position: relative;
}
.photo-slider__items .slick-prev,
.photo-slider__items .slick-next {
	width: 75px;
	height: 75px;
	outline: none;
	top: unset;
	bottom: 0;
	display: block; 
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
}
.photo-slider__items .slick-next {
	background: url(/rr_images/decorations/arrow__right.svg) center center no-repeat transparent;
	right: -11.1%;
	top: 10%;
}
.photo-slider__items .slick-next:hover {
	background: url(/rr_images/decorations/arrow__right__red.svg) center center no-repeat transparent;
}
.photo-slider__items .slick-prev {
	background: url(/rr_images/decorations/arrow__left.svg) center center no-repeat transparent;
	right: -11.1%;
	bottom: 10%;
}
.photo-slider__items .slick-prev:hover {
	background: url(/rr_images/decorations/arrow__left__red.svg) center center no-repeat transparent;
}
.slick-slide div {
    padding-right: 25px!important;
    width: 100%!important;
}
.slick-slide img {
	border-radius: 5px;
    width: 100%!important;
}
.photo-portfolio__items li {
	margin-right: 25px;
}
.photo-portfolio__items li:last-of-type {
	margin-right: 0;
}
.photo-portfolio__items img {
	border: 0 none;
	border-radius: 3px;
}
.photo-slider__item a {
	outline: none;
}
@media only screen and (min-width:1222px) {
	.photo-slider__items .slick-next {
		top: 22%;
	}
	.photo-slider__items .slick-prev {
		bottom: 22%;
	}
	.photo-slider__items .slick-prev,
	.photo-slider__items .slick-next {
		width: 80px;
		height: 80px;
	}
}

.item-content {
	margin: 0;
	overflow: hidden;
	max-height: 400px;
	-webkit-transition: max-height 1s; 
	-moz-transition: max-height 1s; 
	-ms-transition: max-height 1s; 
	-o-transition: max-height 1s; 
	transition: max-height 1s;
}
	.item-content.collapsed {
		max-height: 0;
	}