.portfolio-list_wrapper {
	justify-content: left;
	align-items: flex-start;
}
	.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-list.flex {
		flex-wrap: wrap;
		justify-content: left;
		align-content: center;
		align-items: flex-start;
		margin-bottom: 25px;
		margin-left: auto;
		width: 79.4871%;
	}
		.portfolio-list__item {
			width: 48.3624%!important;
			margin-right: 3.2752%;
			margin-bottom: 3.2752%;
			align-content: stretch!important;
			align-items: center!important;
		}
		.portfolio-list__item:nth-of-type(even) {
			margin-right: 0;
		}
		
		.item-picture {
			width: 100%;
			margin-bottom: 35px;
		}
			.item-picture img {
				display: block;
				width: 100%;
				height: auto;
				border: 0 none;
				border-radius: 5px;
			}
		.item-title {
			color: #161616;
			font-size: 20px;
			margin-bottom: 20px;
			line-height: 1.3;
		}
		.portfolio-list__item a:hover .item-title {
			text-decoration: underline;
		}
		.portfolio-list__item a {
			text-decoration: none;
		}
		.portfolio-list__item a:hover {
			text-decoration: none;
		}
		.item-text {
			line-height: 1.4;
			color: #161616;
		}
		.portfolio-list__item a:hover .item-text {
			text-decoration: underline;
		}
		.portfolio-list__item .red {
			margin: 20px 0;
			color: #f0eae7;
			width: 47%;
			text-align: center;
			background: #e3231f;
			line-height: 30px;
			text-transform: uppercase;
			border-radius: 5px;
			cursor: pointer;
			border: 0 none;
		}
		.portfolio-list__item a:hover .red {
			color: #fff;
		}