

/* Start:/local/templates/.default/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?17577098403063*/
.brand-detail-info .brand-detail-info__banner {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
}

.brand-detail-info .brand-detail-info__banner-logo-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding: 20px;
	align-items: center;
}

.brand-detail-info .brand-detail-info__banner-bg-image {
	width: 100%;
	height: 100%;
	-webkit-filter: blur(4px);
	filter: blur(4px);
}

.brand-detail-info .brand-detail-info__banner-bg-image > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: revert;
	filter: opacity(0.8);
}

.brand-detail-info .brand-detail-info__banner-logo {
	width: 140px;
	height: 140px;
	padding: 10px;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-detail-info .brand-detail-info__banner-logo > img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.brand-detail-info .brand-detail-info__description-text-wrapper {
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.brand-detail-info .brand-detail-info__description-text {
	display: block;
}

.brand-detail-info .brand-detail-info__collapse-btns {
	display: none;
	margin-top: 10px;
	cursor: pointer;
}

.brand-detail-info .brand-detail-info__collapse-btns a {
	font-weight: bold;
	color: #000;
}

.brand-detail-info .brand-detail-info__collapse-btns a:hover {
	text-decoration: underline;
	color: #ed1c24;
}

.brand-detail-info .brand-detail-info__collapse-btns i {
	margin-left: 10px;
}

.brand-detail-info .brand-detail-info__collapse-btns .brand-detail-info__collapse-btns-show {
	display: block;
}

.brand-detail-info .brand-detail-info__collapse-btns .brand-detail-info__collapse-btns-hide {
	display: none;
}

.brand-detail-info .brand-detail-info__collapse-btns[data-active='true'] .brand-detail-info__collapse-btns-show {
	display: none;
}

.brand-detail-info .brand-detail-info__collapse-btns[data-active='true'] .brand-detail-info__collapse-btns-hide {
	display: block;
}

@media (max-width: 1024px) {
	.brand-detail-info .brand-detail-info__banner {
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.brand-detail-info .brand-detail-info__description-text-wrapper {
		font-size: 13px;
		line-height: 20px;
	}

	.brand-detail-info .brand-detail-info__banner {
		height: 124px;
		margin-bottom: 20px;
	}

	.brand-detail-info .brand-detail-info__banner-logo {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 480px) {
	.brand-detail-info .brand-detail-info__banner {
		height: 110px;
	}

	.brand-detail-info .brand-detail-info__banner-logo-wrapper {
		padding: 15px;
	}

	.brand-detail-info .brand-detail-info__banner-logo {
		width: 90px;
		height: 90px;
	}
}


/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/modern/style.css?1757709840745*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/brands_catalog/style.css?17577098402730*/
div.news-list img.preview_picture{float:left; margin:0 4px 6px 0;}
.news-date-time {color:#486DAA;}
#ajax-loader img{width:20px; height:20px; vertical-align: middle;display: none;}


div.more-items{border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding: 10px 0; text-align: center; margin-top:30px;}
a#load-items{font-size:14px; font-weight: bold;}

/*---------*/

.tags {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.tags .tags__content-wrapper {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tags .tags__sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tags .tags__sidebar .tags__sidebar-item {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.tags .tags__sidebar .tags__sidebar-item {
		margin-top: 10px;
	}
}

.tags .tags__sidebar .tags__sidebar-item-tags-wrapper {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	flex-direction: column;
	align-content: space-between;
}

.tags .tags__sidebar .tags__sidebar-item-tags {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tags .tags__sidebar .tags__sidebar-tag {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.85em;
	color: #000;
	height: 30px;
	padding: 0 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 3px;
	cursor: pointer;
	background-color: #f2f2f2;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	flex-direction: row;
}

.tags .tags__sidebar .tags__sidebar-tag span {
	text-overflow: ellipsis;
	overflow: hidden;
}

.tags .tags__sidebar .tags__sidebar-tag:hover {
	color: #ed1c24;
}

.tags .tags__sidebar .tags__sidebar-tag:focus {
	color: #ed1c24;
}

.tags .tags__sidebar .tags__sidebar-tag[data-active=true] {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	color: #ffffff;
	background-color: var(--main-color);
}

.tags .tags__sidebar .tags__sidebar-tag[data-active=true] .icon_cancel_filter_small {
	display: inline;
}

.tags .tags__sidebar .icon_cancel_filter_small {
	display: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 7px;
	height: 0.85em;
	width: auto;
	stroke: #ffffff;
	fill: #ffffff;
}
/* End */
/* /local/templates/.default/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?17577098403063 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/modern/style.css?1757709840745 */
/* /local/templates/.default/components/bitrix/news.list/brands_catalog/style.css?17577098402730 */
