

/* Start:/local/templates/simba_shop/components/bitrix/news.list/brands/style.css?1707915808349*/
/* comp brands */
.main-brands-wrapper {
	margin-top: 70px;
}

.main-brand-list {
	row-gap: 30px;
}

.main-brand-item {
	/*flex: 0 0 20%;*/
}

.main-brand-item:hover {
	box-shadow: 0 3px 22px rgba(0, 15, 54, 0.03);
}

.main-brand-item img{
	max-width: 100px;
	width: 100%;
}

.main-brand-item__link {
	flex: 1;
	height: 85px;
}
/* END comp brands */
/* End */


/* Start:/local/templates/simba_shop/components/bitrix/news.list/news/style.css?17162104501288*/
/* comp Main News */
.main-news-wrapper {
	padding: 120px 0;
	background-color: var(--sim-color-blue);
	margin-bottom: 70px;
	position: relative;
}

.main-news-wrapper::after {
	content: '';
	position: absolute;
	background-image: url(/local/templates/simba_shop/components/bitrix/news.list/news/images/bg_light.png);
	background-repeat: no-repeat;
	background-position: center;
	bottom: -70px;
	right: 0;
	width: 750px;
	height: 700px;
	z-index: 0;
}

.main-news-wrapper .page-title {
	color: var(--color-white);
}

.main-news-list {
	gap: 30px;
	overflow: hidden;
	max-width: 100%;
}

.news-item {
	max-width: 300px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 40%);
}

.news-item__picture {
	height: 200px;
	overflow: hidden;
}

.news-item img {
	width: 100%;
}

.news-item__details {
	background: var(--color-white);
	padding: 12px 15px 30px;
	gap: 12px;
}

.news-item__tags {
	color: var(--sim-color-blue);
	gap: 10px 30px;
	font-weight: 600;
	font-size: 13px;
}

.news-item__title {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}

.news-item__date {
	font-size: 13px;
	color: rgba(3, 15, 75, 0.5);
}

@media screen and (max-width: 991px){
	.news-item {
		max-width: 100%;
	}

	.news-item__picture {
		height: auto;

	}

	.news-item picture {
		flex: 1;
	}

}
/* END comp Main News */
/* End */
/* /local/templates/simba_shop/components/bitrix/news.list/brands/style.css?1707915808349 */
/* /local/templates/simba_shop/components/bitrix/news.list/news/style.css?17162104501288 */
