

/* Start:/bitrix/templates/dresscodeV2/components/dresscode/search/new/style.min.css?16950640133180*/
#left .heading .arrow{background-position:-27px 50%;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .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;margin-top:24px}#nextSection .title{background-color:#e4e7ed;text-transform:uppercase;text-align:center;padding-bottom:12px;cursor:pointer;padding-top:12px;font-size:14px;display:block}#nextSection ul{list-style:none;padding:0;margin:0}#nextSection .title,#nextSection li{border-bottom:1px solid #e7e8ea}#nextSection li a{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none;display:inline-block;padding:12px 24px;font-size:13px;color:#000}#nextSection li .selected,#nextSection li a:hover{color:#ffa800}#nextSection li .cnt{color:#888;float:right}.collection-banner.banner-elem{height:470px;margin-bottom:30px}.collection-banner.banner-elem h1{margin-bottom:18px}.collection-banner.banner-elem .h2{margin-bottom:8px}.collection-banner.banner-elem .text-wrap #breadcrumbs+.tb .text-wrap{padding:12px 0 0}.collection-banner.banner-elem .descr{margin-bottom:8px;font-size:14px;line-height:24px;max-height:120px}.collection-banner.banner-elem .descr p{margin:0}.collection-banner.banner-elem .image{vertical-align:middle;width:60%}.collection-banner.banner-elem .image img{max-height:470px}@media screen and (max-width:1600px){.collection-banner.banner-elem{height:440px}.collection-banner.banner-elem .image img{max-height:440px}}@media screen and (max-width:1400px){.collection-banner.banner-elem{height:380px}.collection-banner.banner-elem .image{width:50%}.collection-banner.banner-elem .image img{max-height:380px}}@media screen and (max-width:1300px){.collection-banner.banner-elem{height:300px}.collection-banner.banner-elem .image img{max-height:300px}}@media screen and (max-width:1200px){.collection-banner.banner-elem h1{margin-bottom:12px}}@media screen and (max-width:1024px){.collection-banner.banner-elem{height:240px}.collection-banner.banner-elem h1{margin-bottom:10px}.collection-banner.banner-elem .image{width:45%}.collection-banner.banner-elem .image img{max-height:240px}.collection-banner.banner-elem .descr{line-height:20px;max-height:80px}}@media screen and (max-width:800px){.collection-banner.banner-elem{height:200px}.collection-banner.banner-elem .image{width:40%}.collection-banner.banner-elem .image img{max-height:200px}.collection-banner.banner-elem .descr{max-height:60px}}@media screen and (max-width:700px){.collection-banner.banner-elem{height:180px}.collection-banner.banner-elem .image img{max-height:180px}.collection-banner.banner-elem #breadcrumbs{left:12px;width:auto;right:0;margin-top:12px}}@media screen and (max-width:500px){.collection-banner.banner-elem .descr{display:none;max-height:40px}.collection-banner.banner-elem .image{width:50%}}@media screen and (max-width:350px){.collection-banner.banner-elem{height:140px}.collection-banner.banner-elem .image img{max-height:140px}}
/* End */


/* Start:/bitrix/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?16950640135893*/
.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 2px 2px;
	vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li span.arrow_left,
.bx-pagination .bx-pagination-container ul li span.arrow_right{
	padding: 0 8px;
	display: block;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	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 span.num{
    -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: 30px;
	min-width: 30px;
	line-height: 30px;
	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;
	display: block;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span.num{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span.num,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span.num {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span.num,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span.num{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span.num,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span.num {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}
.bx-pagination .bx-pagination-container ul li span.arrow_left,
.bx-pagination .bx-pagination-container ul li span.arrow_right {
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: none;
	background-image: url("data:image/png;base64,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");
	background-repeat: no-repeat;
	background-position:  0 0;
	background-size: cover;

}
.bx-pagination .bx-pagination-container ul li span.arrow_right {
	background-position: -60px 0;
}
.bx-pagination .bx-pagination-container ul li span.active.arrow_left:hover  {
	background-position: -30px 0;
}
.bx-pagination .bx-pagination-container ul li span.active.arrow_right:hover  {
	background-position: -90px 0;
}

/* End */


/* Start:/bitrix/components/arturgolubev/search.page/templates/catalog/style.min.css?17137838274019*/
.search-page *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a.search-page-params{border-bottom:1px dashed blue;text-decoration:none}div.search-page-params{margin-top:6px}.search-item-rate{font-size:11px}.search-page .search-title{font-weight:700;color:#333}.search-page .search-preview{float:left;margin-right:15px;width:120px;text-align:center}.search-page .search-preview img{display:inline-block}.search-page input[type=text]{background-color:#f8fafc;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#333;border-style:solid;border-width:1px;border-radius:1px;outline:none}.search-page input[type=text]:focus{background-color:#fff}.search-page input[type=submit]{border-radius:1px;height:34px;padding:6px 24px;font-size:14px;line-height:1.42857143;border:1px solid;color:#fff;font-weight:700;cursor:pointer}.search-page .clear{clear:both}.ag-spage-history{display:block;margin-bottom:15px}.ag-spage-history a{color:#222;text-decoration:underline}.ag-spage-history a:hover{text-decoration:none}.ag-spage-clarify-list{display:block;margin-bottom:15px}.ag-spage-clarify-title{font-size:15px;font-weight:700;margin-bottom:8px}.ag-spage-clarify-item{display:inline-block;color:#111;text-decoration:none;border:1px solid #111;padding:4px 10px;border-radius:2px;margin-bottom:6px;margin-right:6px}.ag-spage-clarify-item:hover{text-decoration:none;border:1px solid #000}.ag-spage-clarify-item.selected{text-decoration:underline}@media (max-width:767px){.search-page form{display:block;position:relative}.search-page input[type="text"]{width:100%}.search-page input[type="submit"]{position:absolute;top:0;right:0}}.search-page.theme-blue .search-title b{color:#5ca6e4}.search-page.theme-blue hr{border-color:#0083d1}.search-page.theme-blue input[type=text]{border-color:#0083d1}.search-page.theme-blue input[type=submit]{border-color:#0083d1;background-color:#0083d1}.search-page.theme-blue input[type=submit]:hover{border-color:#5ca6e4;background-color:#5ca6e4}.search-page.theme-blue .ag-spage-clarify-item,.search-page.theme-blue .ag-spage-clarify-item:hover{border-color:#5ca6e4}.search-page.theme-black .search-title b{color:#5c5c5c}.search-page.theme-black hr{border-color:#333}.search-page.theme-black input[type=text]{border-color:#333}.search-page.theme-black input[type=submit]{border-color:#333;background-color:#333}.search-page.theme-black input[type=submit]:hover{border-color:#5c5c5c;background-color:#5c5c5c}.search-page.theme-black .ag-spage-clarify-item,.search-page.theme-black .ag-spage-clarify-item:hover{border-color:#5c5c5c}.search-page.theme-green .search-title b{color:#44b1c9}.search-page.theme-green hr{border-color:#159ebb}.search-page.theme-green input[type=text]{border-color:#159ebb}.search-page.theme-green input[type=submit]{border-color:#159ebb;background-color:#159ebb}.search-page.theme-green input[type=submit]:hover{border-color:#44b1c9;background-color:#44b1c9}.search-page.theme-green .ag-spage-clarify-item,.search-page.theme-green .ag-spage-clarify-item:hover{border-color:#44b1c9}.search-page.theme-red .search-title b{color:#e95c5c}.search-page.theme-red hr{border-color:#E22B2B}.search-page.theme-red input[type=text]{border-color:#E22B2B}.search-page.theme-red input[type=submit]{border-color:#E22B2B;background-color:#E22B2B}.search-page.theme-red input[type=submit]:hover{border-color:#e95c5c;background-color:#e95c5c}.search-page.theme-red .ag-spage-clarify-item,.search-page.theme-red .ag-spage-clarify-item:hover{border-color:#e95c5c}.search-page.theme-yellow .search-title b{color:#faba4a}.search-page.theme-yellow hr{border-color:#F9A91D}.search-page.theme-yellow input[type=text]{border-color:#F9A91D}.search-page.theme-yellow input[type=submit]{border-color:#F9A91D;background-color:#F9A91D}.search-page.theme-yellow input[type=submit]:hover{border-color:#faba4a;background-color:#faba4a}.search-page.theme-yellow .ag-spage-clarify-item,.search-page.theme-yellow .ag-spage-clarify-item:hover{border-color:#faba4a}
/* End */


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/search.smart.filter/.default/style.css?169506401315188*/
#smartFilter {
	margin-top: 24px;
	border: 1px solid #e7e8ea;
	position: relative;
	/*border-radius: 4px;*/
}

#smartFilterForm{
	padding-bottom: 24px;
}

#smartFilter span.heading{
    font-family: 'robotobold';
    text-transform: uppercase;
	background: #e4e7ed;
	text-align: center;
    padding-left: 0px;
    cursor: pointer;
	font-size: 14px;
	color: #000000;
}

#smartFilter .paramsBox {
    border-bottom: 1px solid #e7e8ea;
	padding: 24px;
	position: relative;
	clear: both;
	font-size: 14px;
}

#smartFilter .paramsBoxTitle {
	display: inline-block;
    margin-bottom: 18px;
	position: relative;
    font-size: 14px;
	line-height: 20px;
}

#smartFilter .paramsBoxTitle span{
	cursor: pointer;
}

#smartFilter .propExpander {
	background: url(/bitrix/templates/dresscodeV2/components/dresscode/search.smart.filter/.default/images/expander.png) 50% 8px 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 .propExpander.expanded {
	-moz-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg); 
	transform: rotate(90deg);
}

#smartFilter .showALL:active{
	position: relative;
	top: 1px;
}

#smartFilter .params {
	transition: all .2s ease;
	clear: both;
	opacity: 1;
}

#smartFilter .params.collapsed {
	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 {
	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 .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(/bitrix/templates/dresscodeV2/components/dresscode/search.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"] {
	background-color: #ffffff;
	border-color: #e7e8ea;
	/*border-radius: 4px;*/
	color: #888888;
	height: 26px;
	width: 68px;
}

#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(/bitrix/templates/dresscodeV2/components/dresscode/search.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(/bitrix/templates/dresscodeV2/components/dresscode/search.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(/bitrix/templates/dresscodeV2/components/dresscode/search.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: 0px 12px;
	margin: 24px 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(/bitrix/templates/dresscodeV2/components/dresscode/search.smart.filter/.default/images/checkBox.png) 0 0 no-repeat transparent;
}

#smartFilter input[type="radio"] + label:before {
	background: url(/bitrix/templates/dresscodeV2/components/dresscode/search.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: 1px;
}

#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(/bitrix/templates/dresscodeV2/components/dresscode/search.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 {
	margin-left: 8px;
	color: #ffffff;
}

#modef_send:hover {
	opacity: 0.9;
}

#modef_num{
	display: inline-block;
}

#modef_send{
	display: inline-block;
}

#smartFilter .elCount {
	text-decoration: none;
}


/* End */


/* Start:/bitrix/templates/dresscodeV2/components/dresscode/catalog.item/.default/style.min.css?1711630399486*/
.item_colors{display:none;z-index:100}@media screen and (max-width:1024px){.item_colors{display:flex;width:25px;position:absolute;top:-5px;right:0;height:100%;max-height:200px;flex-direction:column}.item_colors .item_color{display:inline-block;list-style-type:none;width:20px;height:20px;margin:2px;overflow:hidden;opacity:.8}.item_colors .item_color img{width:100%}}@media screen and (min-width:700px){.m-dscnt-20,.m-hit,.m-percent,.m-sale{border:0!important;font-size:15px!important}}
/* End */
/* /bitrix/templates/dresscodeV2/components/dresscode/search/new/style.min.css?16950640133180 */
/* /bitrix/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?16950640135893 */
/* /bitrix/components/arturgolubev/search.page/templates/catalog/style.min.css?17137838274019 */
/* /bitrix/templates/dresscodeV2/components/dresscode/search.smart.filter/.default/style.css?169506401315188 */
/* /bitrix/templates/dresscodeV2/components/dresscode/catalog.item/.default/style.min.css?1711630399486 */
