

/* Start:/local/templates/v2/components/bitrix/news.detail/brand-info/style.css?17762473372104*/
.brand-info {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.brand-info__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 122%;
	color: #333333;
}

.brand-info__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin-top: 22px;
}

.brand-info__country {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 167%;
	text-transform: uppercase;
	color: #64707B;
	margin-top: 24px;
}

.brand-info__desc {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 160%;
	color: #000000;
	max-width: 786px;
}

.brand-info__img {
	width: 300px;
	height: 127px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.brand-info__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media screen and (max-width: 1024px) {
	.brand-info__img {
		width: 250px;
		height: auto;
	}
}

@media screen and (max-width: 992px) {
	.brand-info__img {
		width: 200px;
		height: auto;
	}
}

@media screen and (max-width: 769px) {
	.brand-info {
		padding: 20px;
	}

	.brand-info__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.brand-info__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	.brand-info__country {
		margin-top: 0;
	}

	.brand-info__desc {
		margin-top: 20px;
		font-size: 14px;
	}

	.brand-info__img {
		max-width: 200px;
		width: 100%;
	}
}

/* End */


/* Start:/local/components/imaweb/brand.sections/templates/.default/style.css?17762473372737*/
.brand-categories__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 140%;
	color: #111111;
}

.brand-categories__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	margin-top: 20px;
}

.categories-item {
	background: #FFFFFF;
	border: 1px solid #EEF0F3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	height: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.categories-item:hover {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.categories-item__img {
	width: 100%;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.categories-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.categories-item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.categories-item__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 119%;
	color: #175085;
}

.categories-item__count {
	width: 56px;
	height: 27px;
	background: #EEF0F3;
	border-radius: 50%;
	padding: 4.5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 129%;
	color: #64707B;
}

@media screen and (max-width: 1024px) {
	.brand-categories__items {
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 769px) {
	.brand-categories__items {
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 576px) {
	.brand-categories__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.brand-detail {
	padding-top: 15px;
	padding-bottom: 50px;
}

.brand-detail__categories {
	margin-top: 60px;
}

.brand-detail__collections {
	margin-top: 60px;
}

/* End */


/* Start:/local/templates/v2/components/bitrix/news.list/brandCollections/style.css?1776247337887*/
.brand-collections__title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 140%;
	color: #111111;
}

.brand-collections__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-top: 20px;
}

.brand-collections__item {
	background: #FFFFFF;
	border: 1px solid #EEF0F3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 15px 20px;
	min-height: 53px;
	text-decoration: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 119%;
	color: #64707B;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.brand-collections__item:hover {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	color: #175085;
}

/* End */
/* /local/templates/v2/components/bitrix/news.detail/brand-info/style.css?17762473372104 */
/* /local/components/imaweb/brand.sections/templates/.default/style.css?17762473372737 */
/* /local/templates/v2/components/bitrix/news.list/brandCollections/style.css?1776247337887 */
