

/* Start:/local/templates/main/components/bitrix/news.list/buyers/style.css?17488365531054*/
.buyer__items {
	display: flex;
	flex-wrap: wrap;
}

.buyer__item {
	width: 25%;
	padding: 5px;
}

.buyer__link {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden;
}

.buyer__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	color: #fff;
	transition: 0.3s;
}

.buyer__content:hover {
	background: #004676;
}

.buyer-item__logo {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buyer-item__logo img {
	max-width: 80%;
}

.buyer-item__title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.buyer__wrapper {
	margin: 0 -5px;
}

@media (max-width: 1280px) {
	.buyer__item {
		width: 33.333%;
	}
}

@media (max-width: 1100px) {
	.buyer__item {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.buyer__item {
		width: 100%;
	}
	.buyer__link {
		padding-bottom: 250px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.list/buyers/style.css?17488365531054 */
