.brands {
	overflow: hidden;
	margin-bottom: 120px;
}

.brands__title {
	width: 50%;
	margin: 0 auto 40px;

	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;

	text-align: center;
}
.brands__items {
	display: flex;
	justify-content: center;
}
.brands__item {
	width: 206px!important;
	height: 206px!important;
	border-radius: 50%;
	transition: all 0.25s ease;
    background-size: 70%;
	background-repeat: no-repeat;
    background-position: center;
	border: 1px solid #ECECEC;
}

.brands__item:hover {
	transition: all 0.25s ease;
	border-color: transparent;
	box-shadow: 3px 1px 3px #f2f9fa, 6px 6px 7px #ffffff, inset -2px -8px 13px #ffffff, inset 0 4px 10px #019fc4;
}

.swiper-slide {
	width: 206px;
	height: 206px;
}

@media screen and (max-width: 1023px) {
	.brands {
		margin-bottom: 80px;
	}
	.brands__title {
		width: 90%;
		margin: 0 auto 40px;

		font-weight: 500;
		font-size: 26px;
		line-height: 31px;
		text-align: center;
		letter-spacing: -0.03em;

		text-align: center;
	}
	.brands__item {
		width: 128px!important;
		height: 128px!important;

		border-radius: 50%;
		transition: all 0.25s ease;
	}
}