#swiper-app{
	font-size: 2rem;
}
.slider__content {
	position: relative;
}

.services__slider {
	position: static;
}
.services__slider a {
	background-color: transparent;
	color: #3772d9;
	font-weight: 400;
	transition: 0.3s;
	border-color: #3772d9;
	text-decoration: none !important;

}
#swiper-app .links-section__item:last-child {
	border-right: 0;
}

#swiper-app .links-section__item span {
	display: block;
	white-space: break-spaces;
}
.site__name {
	font-size: 1.6rem;
	line-height: 24px;
	color: #3772d9;
	margin-bottom: 1rem;
}
.site__link {
	color: #c2c7d1;
	margin: 0 0 0 1.2rem;
}

.links__icon {
	display: none;
}
#swiper-app .links-section__item:hover .site__link {
	color: #3772d9;
}
.links__icon {
	display: none;
}
#swiper-app .links-section__item:hover .links__icon {
	display: flex !important;
}
#swiper-app .links-section__item span {
	display: block;
	white-space: break-spaces;
}
#swiper-app .links-section__item {
	border: 0;
	background-color: #fff;
	border-radius: 8px;
	padding: 1.6rem;
	display: block;
	height: 128px;
	text-align: left;
}
.services__slider {
	position: static;
}
.services__slider__button {
	color: #3772d9;
	background: #fff;
	box-shadow: 0 6.79083px 13.5817px #dadde3;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	top: 45%;
}
.services__slider__button:hover {
	background: #3772d9;
	color: #fff;
}
.services__slider__button__prev {
	left: -6rem;
}
.services__slider__button__next {
	right: -6rem;
}
.services__slider__button:after {
	font-size: 1.6rem;
	font-weight: 700;
}
.custom__arrows svg {
	color: #3772d9;
}
/* MEDIA */
@media (max-width:767px) {
	.services__slider__button{
		display: none;
	}
}
