.projects{
	margin-bottom: 50px;
}
.projects__overflow-hidden{
	height: 480px;
	overflow: hidden;
}
.projects__overflow-scroll{
	height: 510px;
	overflow-x: scroll;
}
.projects__container{
	margin-left: -3px;
	width: 3200px;
	min-width: 3200px;
}
.projects__block{
	float: left;
}
.projects-item{
	float: left;
	margin: 0 0 3px 3px;
	overflow: hidden;
}
.projects-item__image{
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.projects-item:hover .projects-item__image{
	-webkit-filter: none;
	filter: none;
}
.projects-item__info{
	position: absolute;
	padding: 0 15px;
	top: 0;
	left: 50%;
	margin-left: -85px;
	width: 140px;
	height: 100%;
	text-align: center;
	background: #fff;
	background: rgba(255,255,255,0.88);
	opacity: 0;
	transition: opacity 0.5s;
}
.projects-item:hover .projects-item__info{
	opacity: 1;
}
.projects-item__red{
	color: #c80914;
}
.projects-item_1{
	width: 435px;
	height: 265px;
}
.projects-item_2{
	clear: both;
	width: 145px;
	height: 180px;
}
.projects-item_3{
	width: 287px;
	height: 180px;
}
.projects-item_4{
	width: 338px;
	height: 167px;
}
.projects-item_5{
	clear: both;
	width: 338px;
	height: 278px;
}
.projects-item_6{
	width: 284px;
	height: 448px;
}
.projects-item_7{
	width: 388px;
	height: 245px;
}
.projects-item_8{
	width: 140px;
	height: 245px;
}
.projects-item_9{
	clear: both;
	width: 531px;
	height: 200px;
}
.projects-item_2 .projects-item__info,
.projects-item_8 .projects-item__info{
	padding: 5px;
	left: 0;
	margin-left: 0;
	width: auto;
	height: auto;
	text-align: left;
}
.projects-item_2 .projects-item__info{
	top: 20px;
}
.projects-item_8 .projects-item__info{
	top: 40px;
}
.projects-item_4 .projects-item__info,
.projects-item_9 .projects-item__info{
	margin-left: -95px;
	width: 160px;
}
.projects-item_1 .projects-item__title{margin: 65px 0 30px;}
.projects-item_2 .projects-item__title{margin: 0 0 10px;}
.projects-item_3 .projects-item__title{margin: 30px 0 10px;}
.projects-item_4 .projects-item__title{margin: 20px 0 10px;}
.projects-item_5 .projects-item__title{margin: 70px 0 30px;}
.projects-item_6 .projects-item__title{margin: 140px 0 30px;}
.projects-item_7 .projects-item__title{margin: 40px 0 30px;}
.projects-item_8 .projects-item__title{margin: 0 0 10px;}
.projects-item_9 .projects-item__title{margin: 30px 0 30px;}

.projects__scroll-wrapper{
	margin: 0 auto;
	padding: 0 135px;
	width: 930px;
	height: 10px;
	background: #737373;
}
.projects__scroll{
	height: 10px;
	cursor: pointer;
}
.projects__scroll .ui-slider-handle{
	position: absolute;
	margin-left: -135px;
	width: 270px;
	height: 10px;
	background: #cc2a34;
}


@media screen and (max-width: 1220px) {
	.projects__scroll-wrapper{
		margin: 0 10px;
		width: auto;
	}
}

@media screen and (max-width: 900px) {
	.projects__scroll-wrapper{
		padding: 0 100px;
	}
	.projects__scroll .ui-slider-handle{
		margin-left: -100px;
		width: 200px;
	}
}

@media screen and (max-width: 600px) {
	.projects__scroll-wrapper{
		padding: 0 75px;
	}
	.projects__scroll .ui-slider-handle{
		margin-left: -75px;
		width: 150px;
	}
}

@media screen and (max-width: 400px) {
	.projects__scroll-wrapper{
		padding: 0 50px;
	}
	.projects__scroll .ui-slider-handle{
		margin-left: -50px;
		width: 100px;
	}
}