﻿.lins {
    background: linear-gradient(to right, #f3f5ff, #d1d9ff);
	border-radius: 20px;
	padding: 18px 0;
}
.libl {
	background-color: #fff; 
	margin: 20px 20px;
	padding: 20px 14px;
	border-radius: 20px;
	font-size: 18px;
	color:#000;
	display: flex;
	align-items: center;
}
.circ{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px; 
	height: 56px;
	background-color: #FAC515;
	border-radius: 50%; 
	margin-right: 20px;
}

@media screen and (max-width:1024px) {
	.libl {
		margin: 14px 10px;
	}
}

.klin span {
	display: block;
	margin: 30px 0 64px;
	font-size: 18px;
	font-weight: 500;
	color:#000;
	padding-right: 20px;
	line-height:1.5;
}
.klin {
	justify-content: space-between;
	background: #fff;
    max-width: 1426px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: -0.56px;
    padding: 0px 5%;
}
.posr {
	display: flex;
	position: relative;
	justify-content: flex-end;
}
.poss {
	position: relative;
}
.poss .slick-arrow {
    border: 0;
    cursor: pointer;
    display: block;
    height: 48px !important;
	width: 48px !important;
    position: absolute;
    margin: 0;
	text-indent: -9999px;
	top: 4px;
}
.poss .slick-prev {
    right: 66px;
	background: url(/images/icon-arrow-left.svg);
}
.poss .slick-next {
    background: url(/images/icon-arrow-right.svg);
    right: 0;
}

@media screen and (max-width:1024px) {
	.klin .posr {
		display: none;
	}
	
	.klin span {
		margin: 10px 0 32px;
	}
	.klin .posr { 
		display: none;
	}
	.posr {
		justify-content: flex-start;
	}
}


.links-slider .slick-slide{
    height:auto;
}

.links-slider .slick-slide > div{
    display:flex;
    align-items:flex-start;
}

.klin .slick-slide {
    display: inline-block;    
}
.links-slider a img {
	display: flex;
	width: 48px;
	height: 48px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 10px;
	background: var(--Brand-100, #DFEAFF);
}