

/* Start:/local/templates/dresscodeV2/components/bitrix/news/typesEnterprices/style.css?17482538182332*/
.brandsHeading{
	border-top: 1px solid #e7e8ea;
	padding-top: 24px;
}

.brandsDescription{
	margin-bottom: 24px;
	color: #888888;
	font-size: 12px;
}

.brandsBigPicture{
	margin-top: 24px;
	margin-bottom: 24px;
}

.backToList{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 24px;
	display: block;
	color: #000000;
	float: right;
}

.backToList:active{
	position: relative;
	top: 1px;
}

#left .heading .arrow{
	background-position: -27px 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#left .heading.opened .arrow{
	-moz-transform:    rotate(90deg);
	-o-transform:      rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform:         rotate(90deg);
}

#nextSection{
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title{
	background-color: #f3f3f3;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
	font-size: 14px;
	display: block;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li,
#nextSection .title{
	border-bottom: 1px solid #e7e8ea;
}

/*#nextSection li{
	padding: 12px 24px;
}*/

#nextSection li a, #nextSection li div{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
    padding: 12px 24px;
	font-size: 13px;
	color: #000000;
	cursor: pointer;
}

#nextSection li a:hover, #nextSection li div:hover,
#nextSection li .selected{
	/* color: #ffa800; */
	color: #ff232b;
}

#nextSection li .cnt{
	color: #888888;
	float: right;
}

.brand-search-from{
	display: inline-block;
}

.brand-search-from__input{
	width: 180px;
	height: 30px;
	border: 1px solid #e7e8ea;
	color: #888888;
	border-radius: 4px;
	padding: 0 12px;
}

.brand-search-from__btn{
	margin-left: 4px;
	height: 30px;
	width: 60px;
	background: #ed1c24;
	border-radius: 4px;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.brand-search-from__btn:hover{
	background: #ff232b;
}

@media screen and (max-width: 500px){
	.brand-search-from{
		display: none;
	}
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/system.pagenavigation/.default/style.css?17482538182724*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}
.show-more-pagination-btn {
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	min-width: 113px;
	margin-left: 5px;
	font-size: 15px;
	color: #fff;
	background-color: #ED1C24;
	transition: all .2s ease;
	border-radius: 25px;
	cursor: pointer;
}
.show-more-pagination-btn:hover, .show-more-pagination-btn:focus {
	background-color: #BB151C;
}
.show-more-pagination-btn:active {
	background-color: #A91117;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/catalog.section.list/level2/style.css?1750257180839*/
#nextSection{
	margin-bottom: 24px;
	border-radius: 4px;
}

#nextSection .title{
	font-family: 'robotobold';
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
	font-size: 14px;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
    padding: 12px 24px;
	font-size: 13px;
}

#nextSection li .cnt{
	float: right;
}

#nextSection .sectionLine{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#nextSection .sectionColumn{
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

#nextSection .sectionColumn.last{
	width: 60px;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/catalog.section.list/catalog-pictures/style.css?17702165041290*/
.catalog-section-list-pictures {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.catalog-section-list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(20% - 8px);
	min-height: 100px;
	border-radius: 21px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #F6F6F6;;
	transition: all 0.3s ease;
	text-decoration: none;
}

.catalog-section-list-item:hover {
	background-color: rgb(230, 230, 230);
	text-decoration: none;
}

.catalog-section-list-link {
	color: #000000;
	display: block;
	max-width: 50%;
	font-size: 14px;
	-webkit-hyphens: auto;
	hyphens: auto;
	max-width: 160px;
	word-break: break-word;
}

.catalog-section-list-item img {
	mix-blend-mode: multiply;
	margin-left: auto;
	object-fit: contain;
	width: 80px;
	display: block;
	max-width: 100%;
	max-height: 60px;
}

@media all and (max-width: 1640px){
	.catalog-section-list-item{
		width: calc(25% - 8px);
	}

}

@media all and (max-width: 1300px){
	.catalog-section-list-pictures .catalog-section-list-item{
		width: calc(33.33% - 8px);
	}
}

@media all and (max-width: 700px){
	.catalog-section-list-pictures .catalog-section-list-item{
		width: calc(50% - 5px);
		padding: 10px !important;
	}
	.catalog-section-list-link {
		font-size: 13px;
	}
}

/* End */
/* /local/templates/dresscodeV2/components/bitrix/news/typesEnterprices/style.css?17482538182332 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/.default/style.css?17482538182724 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.section.list/level2/style.css?1750257180839 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.section.list/catalog-pictures/style.css?17702165041290 */
