.nashi-proekty-list{
	width: 100%;
}

.nashi-proekty-item{
	width: 100%;
}

.nashi-proekty-list .sp-top-thumbnails.sp-has-pointer .sp-thumbnail{
	padding: 0 50px;
}

.nashi-proekty-list .sp-thumbnail-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: rgb(41 34 92);
}

.nashi-proekty-list .sp-top-thumbnails.sp-has-pointer .sp-thumbnail{
	position: initial;
}

.nashi-proekty-list .sp-thumbnail-container .sp-thumbnail{
	height: 310px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
	border-bottom: 4px solid transparent;
	-moz-transition: border-bottom 0.2s ease-in;
	-webkit-transition: border-bottom 0.2s ease-in;
	-o-transition: border-bottom 0.2s ease-in;
	transition: border-bottom 0.2s ease-in;
}

.nashi-proekty-list .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail{
	border-bottom: 4px solid #EB5B3F;
}

.nashi-proekty-list .sp-thumbnail{
	text-align: center;
}
.nashi-proekty-list .sp-thumbnail img{
	width: 100%;
	height: 100%;
}

.nashi-proekty-list .sp-thumbnail-picture{
	position: relative;
	top: 0;
	width: 420px;
	height: 220px;
	/*max-width: 420px;*/
	/*max-height: 220px;*/
	/*width: 100%;*/
	/*height: 100%;*/

	opacity: 0.4;
	background-size: cover!important;
	background-repeat: no-repeat;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}



.nashi-proekty-list .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail .sp-thumbnail-picture{
    opacity: 1;
    top: -30px;
    height: 250px;
    background-position: center bottom!important;
}

.nashi-proekty-list .sp-thumbnails.sp-grab{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	background: rgb(41 34 92);
}
.nashi-proekty-list .sp-thumbnails{
	margin: 0 auto;
}

.nashi-proekty-list .sp-thumbnail-container,
.nashi-proekty-list .sp-thumbnails-container{
	overflow: initial;
}

.nashi-proekty-list .sp-thumbnail-description{
    color: #fff;
    text-transform: uppercase;
    max-width: 330px;
    margin: 20px auto;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}

.nashi-proekty-list .sp-top-thumbnails{
	width: 100%!important;
	background: rgb(41 34 92);
}




