

/* Start:/local/templates/fashion/components/bitrix/news/brands/bitrix/news.detail/flat/style.css?17267598684031*/
.brand_box .title_image_wrapper{
	position: relative;
}
.brand_box .title_image_wrapper img {
	display: inline-block;
	max-height: 180px;
	height: auto;
	object-fit: cover;
	max-width: 310px;
}
.title_image_wrapper-country_origin{
	position: absolute;
  top: 20px;
  z-index: 15;
  left: 20px;
}
.brends_country_origin_img img{
	max-width: 42px;
	max-height: 28px;
}
.row.brand_detail_row{
	margin-bottom: 40px;
}
.row.brand_detail_row{
	margin-left: 0px;
	margin-right: 0px;
}

.brand-products .title_box{
	margin-top: 10px;
	padding-top: 20px;
	margin-bottom: 35px;
}

.brand_box {
	margin-bottom: 0px;
}

.brand_box .title_image_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: none;
	margin-right: 20px;
}

.brand_box .title_image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.row.brand_detail_row {
	flex-wrap: nowrap;
}

.brand_box .text_box {
	font-size: 14px;
	width: 100%;
	line-height: 1.5;
}
.brand_box .text_box .brand_content{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: var(--main-txt);
}
.brand-products h2 {
	margin: 0 0 10px;
}

.title-brand-category h3 {
	font-size: 18px;
	font-weight: bold;
}

.title-brand-category span {
	display: inline-block;
}

.brand-category {
	margin-bottom: 15px;
}

.brand_box .brand_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.brand_box .brand_nav ul li.brand_nav_item {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.brand_box .brand_nav ul li.brand_nav_item a {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.brand_box .brand_nav ul li.brand_nav_item a:hover .link_image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.brand_box .brand_nav ul li.brand_nav_item a .link_img_wrapper {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 125%;
	background-color: var(--main_color);
	overflow: hidden;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

.brand_box .brand_nav ul li.brand_nav_item a .link_image {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .85;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
}

.brand_box .brand_nav ul li.brand_nav_item a .link_name_wrapper {
	position: absolute;
	width: 80%;
	height: 80px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	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;
	background-color: rgba(172, 138, 141, 0.7);
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.brand_box .brand_nav ul li.brand_nav_item a .link_name_wrapper:hover {
	background-color: var(--main_color_hover);
}

.brand_box .brand_nav ul li.brand_nav_item a .link_name {
	z-index: 10;
}
.brand-categories {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid var(--border);
	display: inline-flex;
	flex-wrap: wrap;
}
.brand-categories a {
	height: 40px;
	min-width: 140px;
	padding: 0 22px;
	line-height: 40px;
	text-align: center;
	background: var(--secondary_color);
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: .3s ease;
}
.brand-categories a:hover {
	background-color: #dfdfdf;
}
.brand-categories a:hover:active {
	background-color: #d2d2d2;
}
.brand_content p {
	padding-left: 20px;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
}
@media (max-width: 992px) {
	.brand_detail_row {
		flex-direction: column;
	}
	.brand_box .title_image_wrapper {
		margin: 0 auto 20px;
	}
}
@media (max-width: 400px) {
	.brand-categories {
		width: 100%;
	}
	.brand-categories a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		margin-right: 0;
	}
}
/* End */
/* /local/templates/fashion/components/bitrix/news/brands/bitrix/news.detail/flat/style.css?17267598684031 */
