.projects {
	background: #E7ECF1;
	padding: 30px 0 80px;
}

.projects-item {
	position: relative;
	padding-top: calc(100% - 30px);
	display: block;
	width: calc(100% - 30px)!important;
	margin: 15px;
	font-weight: 700;
	font-size: 22px;
	line-height: 130%;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;

}

.projects-back {
	background-color: rgba(136, 156, 174, 0.8);
	background-blend-mode: multiply;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: 0.3s;
}

.projects-name {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 40px 25px;
	z-index: 2;
}

.projects-logo {
	position: absolute;
	left: 25px;
	bottom: 35px;
	z-index: 2;
}
.projects-item:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	background: linear-gradient(180deg, #256FB4 0%, rgba(37, 111, 180, 0) 100%);
	transform: rotate(180deg);
	z-index: 2;

}
.projects-list {
	margin: 0 -15px;
}
.projects-nav {

}

.projects .slick-dots {
	display: none!important;
}

.projects-item::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border: 12px solid transparent;
	border-right: 12px solid #E7ECF1;
	border-bottom: 12px solid #E7ECF1;
	z-index: 5;
}

.projects-nav-line {
	width: calc(100% - 100px);
	height: 2px;
	background: #D1D4DA;
	position: relative;
	margin-top: -17px;
	margin-bottom: 30px;
}

.projects-nav-line > div {
	cursor: pointer;
	height: 2px;
	background: #004A8D;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.1s;
}

.projects-nav-line > div:hover {
	height: 5px;
}

.projects-link a {
	position: relative;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	color: #6F6F6F;
	padding-right: 20px;
}
.projects-link a:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 10px;
	background: url(img/arr.svg) center no-repeat;
	right: 2px;
	top: 2px;
}

.projects-item:hover .projects-back {
	transform: scale(1.05);
}
@media (max-width: 992px){
	.projects-list {
		margin: 0 -15px;
		overflow: hidden;
	}

	.projects-list .slick-list {
		overflow: visible;
	}

	.projects-item {
		font-size: 20px;
		margin: 0 15px 0;
		width: calc(100% - 30px)!important;
	}
	.projects-name {

		padding: 25px 15px;
	}

	.projects-logo{
		max-width: 75px;
		max-height: 75px;
		left: 20px;
		bottom: 28px;
	}
	.projects {
		background: #fff;
		padding: 0 0 40px;
	}
	.projects-item::after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		border: 12px solid transparent;
		border-right: 12px solid #fff;
		border-bottom: 12px solid #fff;
		z-index: 5;
	}
	.projects-nav-line,
	.projects-nav {
		/*display: none!important;*/
	}
	.projects-link a:before {
		top: 0;
	}
	.projects-link a {
		font-size: 12px;
		line-height: 14px;
	}
	.projects .slick-dotted.slick-slider {
		margin-bottom: 30px;
	}
}
@media (max-width: 768px){
	.projects-list {
		margin: 0 -14px 0 -7px;
		padding-right: 20vw;
		overflow: hidden;
	}

	.projects-list .slick-list {
		overflow: visible;
	}

	.projects-item {
		font-size: 14px;
		margin: 0 7px 0;
		width: calc(100% - 14px)!important;
	}
	.projects-name {

		padding: 25px 15px;
	}

	.projects-logo{
		max-width: 56px;
		max-height: 56px;
		left: 15px;
		bottom: 18px;
	}
	.projects {
		background: #fff;
		padding: 0 0 40px;
	}
	.projects-item::after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		border: 12px solid transparent;
		border-right: 12px solid #fff;
		border-bottom: 12px solid #fff;
		z-index: 5;
	}
	.projects-nav-line,
	.projects-nav {
		display: none!important;
	}
	.projects-link a:before {
		top: 0;
	}
	.projects-link a {
		font-size: 10px;
		line-height: 12px;
	}
	.projects .slick-dotted.slick-slider {
		margin-bottom: 30px;
	}
}