

/* Start:/local/templates/bekker-peregorodki/components/bitrix/news.list/popular/style.css?17837737911427*/
/* простые стили обычных категорий */

.categories__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -0.5% 80px;
	width: auto;
}

.categories__item {
	width: 32.333%;
	position: relative;
	margin: 0 0.5% 1%;
}

.categories__item a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.categories__item_img{
	/*height: 360px;*/
	height: 0;
	padding-top: 80%;
	position: relative;
	overflow: hidden;
}

.categories__item_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.categories__item__desc{
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	padding-top: 15px;
}

.categories__item__name {
	color: #261C1A;
	font-family: 'BellotaTextBold', sans-serif;
	font-size: 20px;
}


@media only screen and (max-width: 1400px) {
	.categories__item__desc{
		align-items: flex-start;
		flex-direction: column;
		flex: 1;
	}
	.btn.categories__item_btn{
		padding: 12px 20px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 1000px) {
	.categories__item {
		width: 49%;
	}
}

@media only screen and (max-width: 640px) {
	.categories__list{
		border-bottom: 1px solid rgba(174, 174, 174, 0.3);
		gap: 30px;
		margin: 0 0 40px;
		padding: 0 0 40px;
		width: 100%;
	}
	.categories__item {
		width: 100%;
	}
}
/* End */
/* /local/templates/bekker-peregorodki/components/bitrix/news.list/popular/style.css?17837737911427 */
