

/* Start:/local/templates/dresscodeV2/components/dresscode/news/typesParts/style.css?17577079842332*/
.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/news.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/dresscode/catalog.smart.filter/.default/style.css?177021650420076*/
#smartFilter {
	margin-top: 24px;
	border: 1px solid #e7e8ea;
	position: relative;
	border-radius: 4px;
}

#smartFilterForm{
	padding-bottom: 14px;
}

#smartFilter a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#smartFilter span.heading{
    font-family: 'robotobold';
    text-transform: uppercase;
	background: #f3f3f3;
	text-align: center;
    padding-left: 0;
    cursor: pointer;
	font-size: 14px;
	color: #000000;
}

#smartFilter .paramsBox {
    border-bottom: 1px solid #e7e8ea;
	padding: 14px;
	position: relative;
	clear: both;
	font-size: 14px;
}

#smartFilter .paramsBoxTitle {
	display: block;
	position: relative;
    font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding:15px 0 0 15px;
	margin: -15px 0 15px -15px;
	cursor: pointer;
}

#smartFilter .paramsBoxTitle span{
	cursor: pointer;
}

#smartFilter .propExpander {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS4wNDM1OCA3LjYxNzU1TDQuNDA1OTQgNC4yNTUxOUwxLjA0MzU4IDAuODkyODIyIiBzdHJva2U9IiNFRDFDMjQiIHN0cm9rZS13aWR0aD0iMS4xMjA3OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	line-height: 16px;
	cursor: pointer;
	height: 26px;
    width: 21px;
	top: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#smartFilter .paramsBox.active .propExpander {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#smartFilter .showALL {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#smartFilter .showALL:active{
	position: relative;
	top: 1px;
}

#smartFilter .params {
	transition: all .2s ease;
	clear: both;
	opacity: 1;
}

#smartFilter .paramsBox.active .params {
	display: block;
	margin-top: -18px;
	overflow: hidden;
	opacity: 0;
	max-height: 0;
}

#smartFilter .radio,
#smartFilter .checkbox  {
	list-style: none;
	padding: 0;
	margin: 0;
}

#smartFilter .radio li,
#smartFilter .checkbox li {
	position: relative;
	padding-bottom: 12px;
}

#smartFilter .radio label,
#smartFilter .checkbox label{
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

#smartFilter .radio .off,
#smartFilter .checkbox .off {
	display: none;
}

#smartFilter .radio li:last-child,
#smartFilter .checkbox li:last-child {
	padding-bottom: 0;
}

#smartFilter .checkbox-group_search {
	position: relative;
	font-size: 16px;
	margin: 15px 0;
}
#smartFilter .checkbox-group_search-input {
	background: #f2f2f2;
	border: none;
	border-radius: 20px;
	color: #696969;
	height: 35px;
	outline: none;
	padding: 0 50px 0  12px;
	width: 100%;
}

#smartFilter .checkbox-group_list {
	max-height: 320px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 10px;
}

#smartFilter .checkbox-group_list::-webkit-scrollbar {
	width: 7px;
	background-color: #F2F2F2;
}

#smartFilter .checkbox-group_list::-webkit-scrollbar-thumb {
	background-color: #ed1c24;
}

#smartFilter .checkbox-group_list::-webkit-scrollbar-track {
	background-color: #F2F2F2;
}

#smartFilter .checkbox-group_search .checkbox-group_search-input__icon {
	height: 100%;
	max-height: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	width: 40px;
}

#smartFilter .checkbox-group_search .checkbox-group_search-input__icon:before {
	position: absolute;
	content: "";
	right: 16px;
	top: 10px;
	width: 16px;
	height: 16px;
	background-image: url("/local/templates/dresscodeV2/headers/header3/css/images/top-search.png");
	background-repeat: no-repeat;
	background-size: cover;
}


#smartFilter .disabled {
	cursor: default !important;
	color: #888;
}

#smartFilter .disabled .wrap {
	opacity: .6;
}

#smartFilter .dropdown {
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border-radius: 4px;
}

#smartFilter .checkedItem {
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/images/selectArrow.png) 97% 50% no-repeat transparent;
	display: block;
	cursor: pointer;
}

#smartFilter .dropdown label:before,
#smartFilter .checkboxList label:before {
	display: none;
}

#smartFilter .dropdownList {
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
    position: absolute;
    list-style: none;
    margin: 0 -1px;
    opacity: 0;
    padding: 0;
    z-index: 2;
    top: 47px;
    right: 0;
    left: 0;
    visibility: hidden;
}

#smartFilter .dropdownList.opened {
	visibility: visible;
	opacity: 1;
}

#smartFilter .pics .dropdownList {
	top: 52px;
}

#smartFilter .dropdownList .item {
	padding: 8px !important;
	display: block;
}

#smartFilter .dropdownList .selected,
#smartFilter .dropdownList .item:hover {
	cursor: pointer;
	color: #ffffff;
}

#smartFilter .dropdown input {
	top: -44px;
}

#smartFilter .rangeSlider input[type="text"] {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #ffffff;
	border-color: #e7e8ea;
	border-radius: 4px;
	color: #888888;
	height: 26px;
	width: 80px;
}

#smartFilter .rangeSlider input[type="text"]:nth-of-type(1) {
	margin-right: 12px;
}

#smartFilter .rangeSlider label {
	display: inline-block;
	margin-right: 12px;
}

#smartFilter .slider {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/images/uiBg.png) 3px 0 repeat-x transparent;
	margin: 24px auto 0;
	position: relative;
	max-width: 300px;
	height: 54px;
	width: 100%;
}

#smartFilter .slider .trans {
	-webkit-transition: width 0.2s ease-in-out, visibility 0.2s linear;
	-moz-transition: width 0.2s ease-in-out, visibility 0.2s linear;
	-o-transition: width 0.2s ease-in-out, visibility 0.2s linear;
	transition: width 0.2s ease-in-out, visibility 0.2s linear;
}

#smartFilter .handler {
	position: absolute;
    cursor: pointer;
    height: 14px;
    width: 100%;
    top: 19px;
}

#smartFilter .slider .blackoutLeft,
#smartFilter .slider .blackoutRight {
    background: url(/local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/images/handler.png) 0 0 repeat-x transparent;
    position: absolute;
    height: 14px;
    width: 0;
    top: 0;
}

#smartFilter .slider .blackoutLeft {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 0px;
}

#smartFilter .slider .blackoutRight {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	right: 0px;
}

#smartFilter .slider ins {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/images/motionButton.png) 0 0 no-repeat transparent;
    position: absolute;
    cursor: pointer;
	display: block;
	height: 34px;
    width: 34px;
    z-index: 10;
    top: -10px;
}

#smartFilter .slider ins:hover {
	background-position: -34px 0;
}

#smartFilter .slider ins:active {
	background-position: -68px 0;
}

#smartFilter .slider .left {
	right: -24px;
}

#smartFilter .slider .right {
	left:  -24px;
}

#smartFilterControls {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 12px;
	margin: 14px 0 0;
	overflow: hidden;
	list-style: none;
}

#smartFilterControls li {
	width: 48%;
	float: left;
}

#smartFilterControls li:last-child{
	float: right;
}

#set_filter, #del_filter {
	line-height: 46px;
	font-size: 16px;
	height: 46px;
}

#set_filter {

	-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;
	border-radius: 4px;
	font-size: 13px;
	display: block;
	color: #fff;
}

#set_filter:active{
	position: relative;
	top: 1px;
}

#del_filter {

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	background-color: #2b2b2b;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	display: block;
	border: none;
}

#del_filter:hover{
	background-color: #1e1e1e;
}

#del_filter:active{
	position: relative;
	top: 1px;
}

#smartFilter .checkboxList {
	list-style: none;
	padding: 0;
	margin: 0;
}

#smartFilter .checkboxList li {
	padding-bottom: 12px;
	position: relative;
	cursor: pointer;
}

#smartFilter .checkboxList li:last-child {
	padding-bottom: 0;
}

#smartFilter .checkboxList label {
	padding-left: 0 !important;
	display: block;
	vertical-align: middle;
}

#smartFilter .checkboxList.inline li {
	display: inline-block;
}

#smartFilter .checkboxList input {
	top: 10px;
}

#smartFilter .checkboxList .icon,
#smartFilter .dropdown .icon {
	vertical-align: middle;
	border: 1px solid #e7e8ea;
	display: inline-block;
	margin-right: 12px;
	padding: 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

#smartFilter .checkboxList .disabled .icon,
#smartFilter .dropdown .disabled .icon {
	border-color: #e7e8ea !important;
}

#smartFilter .checkboxList .icon .wrap,
#smartFilter .dropdown .icon .wrap {
	-webkit-background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	height: 24px;
	width: 24px;
}

#smartFilter .dropdown .icon {
	padding: 4px;
}

#smartFilter .dropdown .icon .wrap {
	height: 20px;
	width: 20px;
}

#smartFilter .checkboxList .value,
#smartFilter .dropdown .value {
	vertical-align: middle;
	display: inline-block;
	line-height: 16px;
}

#smartFilter .filterCalendar {
	position: relative;
	display: block;
	float: left;
	width: 45%;
}

#smartFilter .filterCalendar + .filterCalendar {
	margin-left: 10%;
}

#smartFilter .filterCalendar .calendar-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	opacity: 0;
}

#smartFilter .filterCalendar .fakeCalendarIcon {
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 1;
	height: 20px;
	width: 20px;
	background-color: #ccc;
}

#smartFilter .filterCalendar input[type="text"] {
	background-color: #2d2d2d;
    border-color: #454545;
	padding-right: 30px;
	text-align: center;
	display: block;
    height: 32px;
	width: 100%;
}

#smartFilter .hint {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 6px;
	cursor: pointer;
	height: 18px;
	width: 18px;
}

#smartFilter .hint:hover {
	background-position: -18px 0;
}

#smartFilter .hintValue {
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	position: absolute;
	line-height: 18px;
	min-width: 250px;
	margin-top: 8px;
	font-size: 13px;
	cursor: default;
	display: none;
	padding: 16px;
	z-index: 3;
	top: 100%;
}

#smartFilter .hintValue .heading {
	line-height: 18px;
	font-size: 16px;
	margin: 0 0 8px;
	color: #FFF;
	padding: 0;
}

#smartFilter .hintValue .close {
	text-decoration: none;
    position: absolute;
    font-size: 22px;
    cursor: pointer;
    z-index: 2;
    right: 6px;
    top: 6px;
}

#smartFilter button,
#smartFilter input,
#smartFilter select,
#smartFilter textarea {
	box-sizing: border-box;
}

#smartFilter button:focus,
#smartFilter input:focus,
#smartFilter select:focus,
#smartFilter textarea:focus {
	outline: none;
}

#smartFilter button,
#smartFilter select {
	text-transform: none;
}

#smartFilter button {
	overflow: visible;
}

#smartFilter input[type="submit"],
#smartFilter input[type="reset"],
#smartFilter button {
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#smartFilter input[type="file"] {
	background: transparent;
	border: 1px solid transparent;
}

#smartFilter input[type="text"],
#smartFilter input[type="password"],
#smartFilter input[type="email"],
#smartFilter input[type="tel"],
#smartFilter input[type="url"],
#smartFilter textarea,
#smartFilter select {
	background: rgba(0,0,0,.5);
	border: 1px solid #373737;
	height: 42px;
	padding: 0px 8px;
	font-size: 13px;
	color: #fff;
	margin: 0;
}

#smartFilter textarea{
	padding: 4px 8px;
}

#smartFilter input[type="text"]:focus,
#smartFilter input[type="email"]:focus,
#smartFilter input[type="password"]:focus,
#smartFilter input[type="tel"]:focus,
#smartFilter input[type="url"]:focus,
#smartFilter textarea:focus,
#smartFilter select:focus {
	border-color: #cccccc;
}

#smartFilter input[type="checkbox"] + label,
#smartFilter input[type="radio"] + label {
	cursor: pointer;
}

#smartFilter input[type="checkbox"]:not(checked),
#smartFilter input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

#smartFilter input[type="checkbox"]:not(checked) + label,
#smartFilter input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

#smartFilter input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/images/checkBox.png) 0 0 no-repeat transparent;
}

#smartFilter input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/images/radio.png) 0 0 no-repeat transparent;
}

#smartFilter input[type="checkbox"]:not(checked) + label:before,
#smartFilter input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0px;
}

#smartFilter input[type="checkbox"]:not(checked) + label:hover:before,
#smartFilter input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

#smartFilter input[type="checkbox"]:checked + label:before,
#smartFilter input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

#smartFilter input[type="checkbox"]:checked + label:hover:before,
#smartFilter input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

#smartFilter input[type="checkbox"]:disabled + label,
#smartFilter input[type="radio"]:disabled + label {
	cursor: default;
}

#smartFilter input[type="checkbox"]:disabled + label:before,
#smartFilter input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

#smartFilter textarea {
	resize: vertical;
	overflow: auto;
	height: auto;
}

#smartFilter button::-moz-focus-inner,
#smartFilter input::-moz-focus-inner {
	padding:0;
	border:0
}

#smartFilter input::-moz-placeholder,
#smartFilter textarea::-moz-placeholder {
	color: #fff;
}

#smartFilter input:focus::-moz-placeholder,
#smartFilter textarea:focus::-moz-placeholder {
    color: transparent;
}

#smartFilter input::-ms-input-placeholder,
#smartFilter textarea::-ms-input-placeholder {
	color: #fff;
}

#smartFilter input:focus::-webkit-input-placeholder,
#smartFilter textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

#smartFilter input:focus::-webkit-input-placeholder {
	color: transparent;
}

#smartFilter textarea:focus::-webkit-input-placeholder{
    color: transparent;
}

#smartFilter input[type="search"] {
	-webkit-appearance: textfield;
}

#smartFilter input[type="search"]::-webkit-search-cancel-button,
#smartFilter input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#modef {
    -webkit-transition: top .2s ease;
    -moz-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease;
   	position: absolute;
   	line-height: 38px;
   	padding-left: 7px;
   	text-align: center;
    font-size: 12px;
   	width: 193px;
   	height: 38px;
   	left: 400px;
    color: #fff;
    z-index: 99;
}

#modef .close {
	background: url(/local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/images/closeModef.png) 0 0 no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
    margin-top: -2px;
    height: 12px;
    width: 12px;
}

#modef .close:hover {
	opacity: .8;
}


#modef .close:active {
	position: relative;
	top: 1px;
}

#modef_send {
	display: inline-block;
	margin-left: 8px;
	color: #ffffff;
	cursor: pointer;
}

#modef_send:hover {
	opacity: 0.9;
}

#smartFilter .elCount {
	text-decoration: none;
}

.filter-bottom-pannel {
	position: sticky;
	bottom: -100px;
	background-color: #fff;
	z-index: 99;
	transition: all .3s ease;
}

.filter-bottom-pannel.visible {
	bottom: 0;
}

#catalogColumn #smartFilter .filter__modal-close{
	display: none;
}

#catalogColumn .filter-question.mobile {
	display: none;
}

@media (min-width: 1024px) {
	#catalogColumn .sticky-filter{
		will-change: min-height;
	}

	#catalogColumn .inner-wrapper-sticky-filter{
		position: relative;
		transform: translate(0, 0); /* For browsers don't support translate3d. */
		transform: translate3d(0, 0, 0);
		will-change: position, transform;
		z-index: 99;
	}
}

@media (max-width: 1024px) {
	#catalogColumn .filter-question {
		display: none;
	}

	#catalogColumn .filter-question.mobile {
		display: flex;
		margin-bottom: 77px;
	}

	.filter-bottom-pannel {
		position: fixed;
		width: 100%;
		margin: 0;
		bottom: 0;
	}

	#smartFilter #smartFilterForm .paramsBox.active ul li {
		display: none;
	}

	#smartFilter #smartFilterForm {
		padding-bottom: 40px;
		margin-bottom: 30px;
		min-height: calc(100% + 70px);
	}

	#catalogColumn #smartFilter.active .filter__modal-close{
		display: block;
		width: 24px;
		height: 24px;
		position: fixed;
		top: 0;
		right: 10px;
		z-index: 999;
		padding: 20px;
	}

	#catalogColumn #smartFilter.active {
		position: fixed;
		top: 0 !important;
		background: #fff;
		z-index: 9999;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: scroll;
		min-height: calc(100% + 66px);
	}

	#catalogColumn #smartFilter .filter__modal-close:before,
	#catalogColumn #smartFilter .filter__modal-close:after {
		content: "";
		position: absolute;
		width: 24px;
		height: 4px;
		background: gray;
		top: 20px;
		right: 10px;
	}

	#catalogColumn #smartFilter .filter__modal-close:before {
		transform: rotate(45deg);
	}

	#catalogColumn #smartFilter .filter__modal-close:after {
		transform: rotate(-45deg);
	}
}

.colorsFilter {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 15px;
}

.colorsFilter a {
	display: block;
	text-decoration: none;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-size: 20px;
	border: 2px solid #ccc;
	padding: 2px;
	border-radius: 100%;
	position: relative;
}

.colorsFilter a.active {
	border-color: #ed1c24;
}

.colorsFilter a span {
	display: none;
	position: absolute;
	background-color: #2b2b2b;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-family: roboto_condensedlight, arial, sans-serif;
	height: 40px;
	line-height: 40px;
	text-align: center;
	top: -45px;
	transition: all .2s ease-in-out;
	z-index: 2;
	opacity: 0.9;
	text-wrap: nowrap;
	padding: 0 10px;
	margin-left: -100%;
}

.colorsFilter a:hover span {
	display: block;
}

@media screen and (max-width: 480px) {
	.colorsFilter {
		max-width: 330px;
	}
	.colorsFilter a {
		width: 35px;
		height: 35px;
		background-size: 28px;
	}

	#color_2, #color_6, #color_7, #color_9, #color_10, #color_11 {
		background-position-y: 2px;
		background-size: 27px;
		background-position-x: 2.5px;
	}

	.colorsFilter a span {
		margin-left: -50%;
	}

	#smartFilter {
		box-shadow: none !important;
		border: none !important;
	}

	#smartFilter:not(.active) .heading {
		height: 31px !important;
		border-radius: 100px;
		background: url('/local/templates/dresscodeV2/images/icon-filter.svg') no-repeat 10px 50%;
		background-size: 14px 12px;
		background-color: #EFEFEF;
		font-family: "roboto_ltregular" , arial , sans-serif !important;
		line-height: 31px !important;
		padding: 0 10px 0 30px;
		text-transform: lowercase;
	}

	#smartFilter:not(.active) .heading span {
		display: none;
	}

	#smartFilter {
		margin-left: auto;
	}
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/modalFilter/style.css?17482538188908*/
.filter-question {
    border: 1px solid #E7E8EA;
    background-color: #F3F3F3;
    border-radius: 5px;
    margin-top: 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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 11px;
    padding-bottom: 11px;
}

.filter-question__title {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'robotobold';
}

.filter-question__btn {
    width: 201px;
    height: 46px;
    border: 1px solid #ED1C24;
    border-radius: 5px;
    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;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    transition: all .3s ease;
}

.filter-question__btn-icon {
    width: 21px;
    height: 17px;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/images/megaphone.svg);
}

.filter-question__btn:hover {
    border: 1px solid #ED1C24;
    background-color: #ED1C24;
    color: #fff;
}

.filter-question__btn:active {
    border: 1px solid #BA0F16;
    background-color: #BA0F16;
    color: #fff;
}

.filter-question__btn:hover .filter-question__btn-icon {
    -webkit-animation: move 1s ease-in-out;
    background-image: url(/local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/images/megaphone-white.svg);
}

.filter-question__btn:hover .filter-question__btn-text {
    -webkit-animation: move-text 1s ease-in-out;
}


@-webkit-keyframes move-text {
    50% {
        -webkit-transform: translateX(7px);
        transform: translateX(7px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes move-text {
    50% {
        -webkit-transform: translateX(7px);
        transform: translateX(7px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    30% {
        -webkit-transform: scale(1.2) rotate(-15deg);
        transform: scale(1.2) rotate(-15deg);
    }
    50% {
        -webkit-transform: scale(1.2) rotate(15deg);
        transform: scale(1.2) rotate(15deg);
    }
    70% {
        -webkit-transform: scale(1.2) rotate(-15deg);
        transform: scale(1.2) rotate(-15deg);
    }
    90% {
        -webkit-transform: scale(1.2) rotate(15deg);
        transform: scale(1.2) rotate(15deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes move {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    20% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    30% {
        -webkit-transform: scale(1.2) rotate(-15deg);
        transform: scale(1.2) rotate(-15deg);
    }
    50% {
        -webkit-transform: scale(1.2) rotate(15deg);
        transform: scale(1.2) rotate(15deg);
    }
    70% {
        -webkit-transform: scale(1.2) rotate(-15deg);
        transform: scale(1.2) rotate(-15deg);
    }
    90% {
        -webkit-transform: scale(1.2) rotate(15deg);
        transform: scale(1.2) rotate(15deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.filter-popup {
    display: none;
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1001;
    left: 0px;
    top: 0px;
}
.filter-popup__inner {
    -webkit-box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    background-color: #ffffff;
    position: absolute;
    width: 622px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100% - 120px);
    overflow-y: auto;
}
.filter-popup__heading {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-size: 18px;
    height: 75px;
    line-height: 75px;
    background-color: #424242;
    color: #ffffff;
    font-family: 'roboto_ltregular';
}

.filter-popup .close {
    background: url(/local/templates/dresscodeV2/images/exit.png) 0 0 no-repeat transparent;
    position: absolute;
    display: block;
    height: 22px;
    width: 22px;
    right: 27px;
    top: 27px;
}

.filter-popup .column {
    padding: 30px 28px;
}

.filter-popup textarea {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto_ltregular";
    padding-left: 12px;
    padding-top: 12px;
    resize: none;
    width: 354px;
    height: 186px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    margin-bottom: 22px;
    background-color: #fff;
    width: 100%;
}

.filter-popup__field {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto_ltregular";
    padding: 6px 12px;
    resize: none;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
}

.filter-popup .column label {
    color: #424242;
    font-family: "roboto_condensed_regular", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    margin-bottom: 9px;
}

.filter-popup .column label .red{
    color: #ED1C24;
    margin-left: 5px;
}
.filter-popup__btn {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background-color: #ED1C24;
    border-radius: 5px;
    border: none;
}

.filter-popup__success {
    width: 500px;
    height: 225px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    padding-top: 68px;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}

.filter-popup__success-inner {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filter-popup__success-img {
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    width: 75px;
    height: 75px;
    top: -37.5px;
}

.filter-popup__success-title {
    font-size: 35px;
    font-weight: 600;
    max-width: 388px;
    margin-bottom: 18px;
    color: #424242;
    font-family: 'robotobold';
    text-align: center;
    line-height: 1em;
}

.filter-popup__success-subtitle {
    font-size: 18px;
    color: 	#3A3A3A;
    font-weight: 300;
}
.webFormItem--email,
.webFormItem--name{
    display: none;
}
@media all and (max-width: 700px) {
    .filter-popup__inner {
        margin-left: 0;
        width: calc(100% - 40px);
    }
    .filter-popup {
        background: rgba(0, 0, 0, 0.9);
    }
    .filter-popup__heading {
        text-align: left;
        padding-left: 16px;
    }
    .filter-popup .column {
        padding: 30px 18px;
    }
    .filter-popup__success {
        margin-left: 0;
        width: calc(100% - 40px);
        height: 290px;
    }
    .filter-popup__success-title {
        max-width: 308px;
        margin-bottom: 26px;
    }
    .filter-popup__success-subtitle {
        text-align: center;
        max-width: 308px;
    }
    .filter-question {
        display: none;
    }
    .filter-question.show-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* End */
/* /local/templates/dresscodeV2/components/dresscode/news/typesParts/style.css?17577079842332 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/.default/style.css?17482538182724 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/level2/style.css?1750257180839 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.smart.filter/.default/style.css?177021650420076 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/modalFilter/style.css?17482538188908 */
