.lendpromo__label {
	line-height: 120%;
}

.lendslider__block {
	margin-bottom: 70px;
}

.lendslider__col {
	
}

.lendslider__item {
	display: flex;
	align-items: center;
}

.lendslider__desc {
	width: 30%;
	text-align: center;
}

.lendslider__img {
	width: 70%;
	padding-left: 30px;
	height: 500px;
}

.lendslider__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lendslider__block_2 .lendslider__item {
	flex-direction: column;
}

.lendslider__block_2 .lendslider__desc {
	width: 100%;
}

.lendslider__block_2 .lendslider__desc li {
	list-style: none;
}

.lendslider__block_2 .lendslider__img {
	width: 100%;
}

.slick-arrow {
	background: #E8E0DD;
	border: none;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: calc(50% - 20px);
	z-index: 1;
	cursor: pointer;
}

.slick-prev {
	left: -50px;
}

.slick-next {
	right: -50px;
}



