.description-section{
	overflow: hidden;
}
.description-section__title{
	font: 28px 'Proxima Nova Cn Rg', sans-serif;
	color: #2057DC;
	text-transform: uppercase;
	text-align: center;
	background: #f1f5f8;
	border-radius: 4px;
	padding: 20px 5px;
	margin: 0 0 20px;

	font-style: normal;
	font-weight: 600!important;
	line-height: 100%;
}
.description-section__content{
	margin: 0 0 20px;

}
.description-section__content ul li {
	border-radius: 0px 0px 6px 6px;
}
.description-section__content .cell p{
	font-weight: 600!important;
}
.item-description{
	display: table;
}
.item-description .cell{
	display: table-cell;
	vertical-align: middle;
}
.item-description .cell:first-child{
	position: relative;
	width: 200px;
	text-align: center;
}
.item-description .cell:first-child:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,d6d6d6+51,ececec+100&0+0,0.53+24,0.65+51,0.53+76,0+100 */ /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(236,236,236,0) 0%,rgba(226,226,226,0.53) 24%,rgba(214,214,214,0.65) 51%,rgba(225,225,225,0.53) 76%,rgba(236,236,236,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(236,236,236,0) 0%,rgba(226,226,226,0.53) 24%,rgba(214,214,214,0.65) 51%,rgba(225,225,225,0.53) 76%,rgba(236,236,236,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ececec', endColorstr='#00ececec',GradientType=0 ); /* IE6-9 */
}
.item-description .cell:last-child{
	padding: 0 0 0 15px;
}
.item-description .cell p{
	margin: 0;
	padding: 0;
}
.item-image{
	position: relative;
	display: block;
	width: 120px;
	height: 90px;
	margin: 0 auto 10px;
	background: url('../images/podlogka2.svg') no-repeat center center;
	background-size: contain;
}
.item-image+p{
	color: #6e6e6e;
}
.item-image img,
.work-img img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.works{
	list-style-type: none;
	padding: 0;
	margin: 0 !important;
}
.works--modif{
	text-align: center;
}
.works--modif .works__item{
	border-color: transparent;
	border-radius: 5px;
}
.works--modif .works__item:hover{
	border-color: #eaf1f6;
}
.works--modif .work-border{
	margin: 15px auto 0px;
}
.works__item{
	position: relative;
	float: left;
	width: calc(100/12 * 4%);
	padding: 30px 10px 20px;
	border: 2px solid #eaf1f6;
}
.works__item .number{
	position: absolute;
	font-size: 25px;
	line-height: 1em;
	color: #eaf1f6;
	top: 5px;
	left: 10px;
	z-index: 2;
}
.works__item .hover{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	line-height: 1.3em;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        -webkit-box-pack: center;
	            -ms-flex-pack: center;
	                justify-content: center;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0 15px;
	text-align: center;
	background: #3f9dd6;
	color: #fff;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.works__item:hover .hover{
	height: 100%;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.works__item .hover a{
	display: inline;
	color: #fff;
	text-decoration: underline;
  word-wrap: break-word;
}
.works__item .hover a:hover{
	text-decoration: none;
}
.work-img{
	position: relative;
	width: 135px;
	height: 110px;
	margin: 0 auto;
	background: url('../images/podlogka1.svg') no-repeat center center;
	background-size: contain;
}
.work-img--icon{
	text-align: center;
}
.work-text{
	display: table;
	height:50px;
	width: 100%;
	font:18px proximanovasemibold, sans-serif;
	color: #04467F;
}
.item-description{
	color: #04467F;
}
.work-border{
	width: 50px;
	height: 6px;
	background: #eaf1f6;
	margin: 30px auto 10px;
	border-radius: 3px;
}
.work-text span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.items-list{
	margin: 0 -10px !important;
	list-style-type: none;
}
.items-list__item{
	float: left;
	width: calc(100/12 * 3%);
	padding: 0 10px;
	text-align: center;
	margin: 0 0 20px;
}
.items-list__item .item-image-text{
	min-height: 36px;
	display: block;
	line-height: 1em;
	background: #f1f5f8;
	text-align: left;
	padding: 4px 7px;
	margin: 15px 0 0;
}
.items-list__item .item-image{
	margin-top: 15px;
}
/*Begin star*/
.items-list__item .item-image:before{
	width: 22px;
	position: absolute;
	right: -65px;
	top: -5px;
	content:"";
	background: url(../img/icon/rare-star.png) repeat-y left top;
}
.items-list__item .item-image.star1:before{
	height: 20px;
}
.items-list__item .item-image.star2:before{
	height: 40px;
}
.items-list__item .item-image.star3:before{
	height: 60px;
}
.items-list__item .item-image.star4:before{
	height: 80px;
}
.items-list__item .item-image.star5:before{
	height: 100px;
}
/*End star*/
.item-wrapper-holder{
	border-left: 5px solid #780900 !important;
	color: #04467F;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.item-wrapper{
	display:block;
	border:2px solid #f1f5f8;
	border-bottom: none;
	border-left: none;
}
.item-wrapper-holder:hover .item-image-text{
	background: #3f9dd6;
	color:#fff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}


@media screen and (max-width: 1200px){
	.items-list__item{
		width: calc(100/12 * 4%);
	}
}

@media screen and (max-width: 700px){
	.description-section__title{
		font-size: 22px;
	}
	.works__item{
		float: none;
		max-width: 350px;
		width: 100%;
		padding: 20px 10px 10px;
		margin: 0 auto 20px;
	}
	.items-list__item{
		width: 50%;
	}
}

@media screen and (max-width: 540px){
	.item-description{
		display: block;
	}
	.item-description .cell{
		display: block;
		width: 100%;
	}
	.item-description .cell:first-child{
		width: 100%;
		border-bottom: 1px solid rgba(214,214,214,0.65);
		padding: 0 0 10px;
		margin: 0 0 10px;
	}
	.item-description .cell:first-child:after{
		display: none;
	}
}
@media screen and (max-width: 440px){
	.items-list__item{
		width: 100%;
	}
}