

/* Start:/local/templates/edisontheme/components/bitrix/news.list/main_banner_slider/style.css?17732971601063*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.hero__img {
	position: relative;
}
.hero__content {
	position: absolute;
	bottom: 80px;
	left: 50px;
}
.hero__text {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 48px;
	line-height: 46px;
	color: #fff;
}
.hero__text p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hero__content .brands-all,
.hero__content .brands-all::after,
.hero__content .brands-all__icon::before {
	background: transparent;
}
@media (max-width: 1025px) {
	.hero__text {
		font-size: 32px;
		line-height: 30px;
	}
	.hero__text p {
    	font-size: 18px;
	}
}
@media (max-width: 767px) {
	.hero__content {
		bottom: 30px;
		left: 20px;
		max-width: 90%;
	}
	.hero__text {
        font-size: 22px;
        line-height: 20px;
    }
	.hero__text p {
        font-size: 16px;
    }
	.hero__text br {
		display: none;
	}
}
/* End */


/* Start:/local/templates/edisontheme/components/bitrix/highloadblock.list/brands/style.css?1761580270617*/
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.brand-card {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s;
}

.brand-card:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.brand-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 8px;
}

.brand-name {
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

/* End */
/* /local/templates/edisontheme/components/bitrix/news.list/main_banner_slider/style.css?17732971601063 */
/* /local/templates/edisontheme/components/bitrix/highloadblock.list/brands/style.css?1761580270617 */
