

/* Start:/local/templates/dresscodeV2/components/bitrix/news/brands/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/components/dev/section.list/templates/.default/style.css?17702165042200*/
.left-sections {
	margin-bottom: 24px;
	border-radius: 4px;
	border: 1px solid #e7e8ea;
}

.left-sections__title {
	font-size: 14px;
	font-family: 'robotobold';
	background-color: #f3f3f3;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
}

.left-sections ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.left-sections > ul {
	margin: 10px 0;
}

.left-sections li > div {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 16px;
}

.left-sections li a {
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	font-size: 14px;
	color: #000;
}

.left-sections li > div > span {
	max-width: 200px;
}

.left-sections__section-count {
	margin-left: auto;
	color: #888 !important;
	font-size: 13px !important;
}

.left-sections__section-level div,
.left-sections__section-level1 div,
.left-sections__section-level2 div {
	padding-left: 16px;
}

.left-sections__section-level3 div {
	padding-left: 26px;
}

.left-sections__section-level4 div {
	padding-left: 36px;
}

.left-sections__section-level4 a {
	color: #888 !important;
}

.left-sections__section-level3:hover a,
.left-sections__section-level4:hover a {
	color: #ff232b !important;
}

.left-sections__section-expander {
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS4wNDM1OCA3LjYxNzU1TDQuNDA1OTQgNC4yNTUxOUwxLjA0MzU4IDAuODkyODIyIiBzdHJva2U9IiNFRDFDMjQiIHN0cm9rZS13aWR0aD0iMS4xMjA3OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') center no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	line-height: 16px;
	cursor: pointer;
	height: 26px;
	width: 21px;
	transition: all .3s ease;
}

.left-sections li.left-sections__section-expanded .left-sections__section-expander {
	transform: rotate(90deg);
}

.left-sections li a:hover {
	color: #ff232b !important;
}

.left-sections__section-selected a {
	font-weight: bold;
	color: #ff232b !important;
}

.left-sections__mobile-wrapper-close,
.left-sections__button {
	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 */
/* /local/templates/dresscodeV2/components/bitrix/news/brands/style.css?17482538182332 */
/* /local/components/dev/section.list/templates/.default/style.css?17702165042200 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/.default/style.css?17482538182724 */
