

/* Start:/local/templates/.default/components/dresscode/catalog/.default/style.css?17369442871652*/
#middleSlider{
	margin-bottom: 24px;
}

.panel-click.selected{
	pointer-events: none;
}

.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}

#reviews.slider {
	display: block;
}



#addProdsKARUSEL{
	position: relative;
}

#addProdsKARUSEL .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 24px;
}

#addProdsKARUSEL .productList{
	position: relative;
	list-style: none;
	overflow: hidden;
	clear: both;
	margin: 0px;
	left: 0px;
}

#addProdsKARUSEL .productList > li{
	float: left;
}

#addProdsKARUSEL .productList .item{
	width: 100%!important;
	float: none;
	border-top: 1px solid #e7e8ea;
}

#addProdsKARUSEL .product .tabloid{
	height: 100%;
}

#addProdsKARUSEL .viewedBtnLeft,
#addProdsKARUSEL .viewedBtnRight{
	background: url(/local/templates/.default/components/dresscode/catalog/.default/images/slideArrowSmall.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

#addProdsKARUSEL .viewedBtnLeft{
	left: 24px;
}

#addProdsKARUSEL .viewedBtnRight{
	right: 24px;
}

#addProdsKARUSEL .viewedBtnLeft:hover{
	background-position: -35px 0;
}

#addProdsKARUSEL .viewedBtnLeft:active{
	background-position: -70px 0;
}

#addProdsKARUSEL .viewedBtnRight{
	background-position: 0 -70px;
}

#addProdsKARUSEL .viewedBtnRight:hover{
	background-position: -35px -70px;
}

#addProdsKARUSEL .viewedBtnRight:active{
	background-position: -70px -70px;
}

#addProdsSETKA div.wrap {
	display: table;
	border-left: 1px solid #e7e8ea;
}
/* End */


/* Start:/local/templates/.default/components/dresscode/catalog/.default/bitrix/catalog.section.list/level2/style.css?1653429263880*/
#nextSection{
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title{
	font-family: 'robotobold';
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 14px;
	cursor: pointer;
}

#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;
}

#nextSection .sectionColumn.last{
	width: 60px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?167804825031899*/

#smartFilter {
	margin-top: 24px;
	border: 1px solid #e7e8ea;
	position: relative;
	border-radius: 4px;
}

#smartFilterForm{
	padding-bottom: 24px;
}

#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: 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(/local/templates/.default/components/bitrix/catalog.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 {
	-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 .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(/local/templates/.default/components/bitrix/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;
	max-height: 600px;
	overflow-x: scroll;
}

#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/.default/components/bitrix/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/.default/components/bitrix/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/.default/components/bitrix/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: 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(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/checkBox.png) 0 0 no-repeat transparent;
}

#smartFilter input[type="radio"] + label:before {
	background: url(/local/templates/.default/components/bitrix/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/.default/components/bitrix/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 {
	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;
}




/*  sub filter style           */

#subfilter .shape {
	background: url("/local/img/filter.png");
	background-size: contain;
	width: 110px;
	height: 51px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	font-size: 13px;
}
#subfilter .line {
	width: 30px;
	display: inline-block;
	border: 1px solid #dddddd;
	margin: 24px 0;
	padding: 0;
	height: 0;
}

.titleBlock {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 6px;
	margin-left: 10px;
}
.titleBlock h1 {
	display: inline-block;
	padding-right: 20px!important;
	padding-left: 0!important;
	color: #1d65c9;
	font-weight: 600;
	text-transform: uppercase;
}
.titleBlock h1:before {
	content: "•";
	margin-right: 20px;
}

#subfilter {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

#subfilter .propExpander{
	display: none;
}

#subfilterForm{
	padding-bottom: 24px;
}

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

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

#subfilter .paramsBox {
	padding: 3px 3px 3px 10px;
	position: relative;
	clear: both;
	font-size: 14px;
	display: inline-block;
	border: 1.2px solid #e8eaf1;
	border-radius: 25px;
	height: 42px;
	margin-right: 10px;
}

#subfilter .paramsBoxTitle {
	display: inline-block;
    margin-bottom: 18px;
	position: relative;
    font-size: 14px;
	line-height: 20px;
}

#subfilter .paramsBoxTitle span{
	cursor: pointer;
}


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

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

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

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

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

#subfilter .radio li,
#subfilter .checkbox li {
	padding-bottom: 12px;
}

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

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

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

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

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

#subfilter .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;
}

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

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

#subfilter .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;
}

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

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

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

#subfilter .dropdownList .selected,
#subfilter .dropdownList .item:hover {
	cursor: pointer;
	color: #ffffff;
	background: #0062b3;
}

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

#subfilter .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;
}

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

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

#subfilter .slider {
	background: url(/local/templates/.default/components/bitrix/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%;
}

#subfilter .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;
}

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

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

#subfilter .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;
}

#subfilter .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;
}

#subfilter .slider ins {
	background: url(/local/templates/.default/components/bitrix/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;
}

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

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

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

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

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

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

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

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

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

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

#subfilter .checkboxList .icon,
#subfilter .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;
}

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

#subfilter .checkboxList .icon .wrap,
#subfilter .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;
}

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

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

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

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

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

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

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

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

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

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

#subfilter .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%;
}

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

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

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

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

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

#subfilter button {
	overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#subfilter input:disabled + label {
	display: none!important;
}

#subfilter li.disabled {
	display: none!important;
}

#subfilter .params  {
	display: inline-block;
	width: 160px;
}

#subfilter .paramsBoxTitleMod {
	display: inline-block;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
}

#subfilter label.item {
	white-space: nowrap;
}

#subfilter ul.dropdownList {
	overflow: auto;
	width: fit-content;
}

#smartFilterControlsSub {
	display: inline-block;
	margin: 20px;
}


@media (max-width: 1280px){
	#subfilter .shape {
		display: none;
	}
	#subfilter .line {
		display: none;
	}
	#subfilter .paramsBox {
		margin: 12px;
	}
	#subfilter {
		flex-wrap: wrap;
	}
}

@media (max-width: 640px){
	#subfilter .filter-place {
		width: 100%;
	}
	#subfilter .paramsBox {
		margin: 12px 0;
	}
	.titleBlock h1:before {
		content: "";
		margin-right: 0;
	}
	.chosen-container .chosen-drop {
		left: -100px;
	}
}

#set_filter_sub {
	color: #1d65c9;
	font-weight: 600;
}

#set_filter_num_sub {
	text-decoration: none;
	color: #000000;
}

/* Shose style additional*/
.chosen-container-single .chosen-single span {
	width: 114px;
}
.chosen-container {
	width: 100px !important;
}

.chosen-container-single .chosen-drop {
	max-width: 300px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	width: 160px;
	line-height: 42px!important;
	background: #1d65c9!important;
	color: #ffffff!important;
	height: 42px!important;
	border: 0!important;
	border-radius: 25px!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	cursor:pointer;
}
.chosen-container-single .chosen-single {
	width: 160px;
	line-height: 42px!important;
	background: #1d65c9!important;
	color: #ffffff!important;
	height: 42px!important;
	border: 0!important;
	border-radius: 25px!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	cursor:pointer;
}

.chosen-container .chosen-drop {
	max-width: 300px!important;
	width: 300px!important;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #ffffff!important;
	background-image: none!important;
	color: #1d65c9!important;
	text-decoration: underline;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
}

.chosen-container .chosen-results li.active-result {
	font-weight: 600;
	color: #000000;
}

#subfilter input[type="text"] {
	background: #f6f9fe;
	border: 1.2px solid #1d65c9!important;
	color:#000000;
	border-radius: 4px;
	background-image: none!important;
	background-size: initial!important;
	background-repeat: no-repeat;
}

#subfilter .presearch {
	color: #e8eaf1;
	font-weight: 600;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	font-family: 'robotobold';
	margin-bottom: 4px;
}

#subfilter .presearch img {
	width: 16px;
}

.chosen-container .chosen-results {
	scrollbar-width: thin;
	scrollbar-color: #1d65c9 #f6f9fe;
}
.chosen-container .chosen-results::-webkit-scrollbar {
	width: 12px;
}
.chosen-container .chosen-results::-webkit-scrollbar-track {
	background: #f6f9fe;
}

.chosen-container .chosen-results::-webkit-scrollbar-thumb {
	background-color: #1d65c9;
	border-radius: 20px;
	border: 3px solid #f6f9fe;
}

.chosen-container .chosen-drop {
	padding: 2px 10px 6px 10px!important;
	border: 1px solid #e8eaf1!important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.chosen-container-single .chosen-drop {
	margin-top: 1px!important;
}


.chosen-container-single .chosen-single div b {
	background: url(/local/lib/chosen_v1.8.7/ch2.png)!important;
	width: 14px;
	height: 20px;
	display: block;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background: url(/local/lib/chosen_v1.8.7/ch1.png)!important;
	width: 14px;
	height: 20px;
	display: block;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div{
	width: 26px!important;
	height: initial!important;
	margin: 11px 6px!important;
	padding: 0 6px!important;
	border-left: 1.5px solid #ffffff!important;
}

.chosen-container .disabled-result {
	display: none!important;
}


/* Shose style additional*/
/* End */


/* Start:/local/lib/chosen_v1.8.7/chosen.css?167697982611288*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/lib/chosen_v1.8.7/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}



.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/local/lib/chosen_v1.8.7/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/lib/chosen_v1.8.7/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/local/lib/chosen_v1.8.7/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */

/* End */


/* Start:/local/templates/.default/components/dresscode/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?16632304332698*/
.catalog-section-list-pictures{
	margin-bottom: 24px;
	border-left: 1px solid #f3f3f3;
	display: flex;
	flex-wrap: wrap;
}

.catalog-section-list-pictures .catalog-section-list-item{
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	line-height: 206px;
	text-align: center;
	padding: 10px 10px;
	width: 20%;
}

.catalog-section-list-pictures .catalog-section-list-item:before {
	background: #f3f3f3;
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 1px;
}

.catalog-section-list-pictures .catalog-section-list-item-wp{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.catalog-section-list-pictures .catalog-section-list-link{
	-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;
	text-align: center;
	overflow: hidden;
	color: #000000;
	display: block;
	height: 44px;
}

.catalog-section-list-pictures .catalog-section-list-link span{
	vertical-align: bottom;
	display: inline-block;
	line-height: 21px;
}

.catalog-section-list-pictures .catalog-section-list-link:hover{
	opacity: 0.7;
}

.catalog-section-list-pictures .catalog-section-list-link:active{
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture{
	margin-bottom: 12px;
	text-align: center;
	/*line-height: 100px;*/
	display: block;
	/*height: 100px;*/
}

.catalog-section-list-pictures .catalog-section-list-picture:hover img{
	opacity: 0.8;
}

.catalog-section-list-pictures .catalog-section-list-picture:active{
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 200px;
}

@media all and (max-width: 1440px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 25%;
	}

}

@media all and (max-width: 1280px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 33.333333%;
	}

}

@media all and (max-width: 1024px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 25%;
	}
}

@media all and (max-width: 1000px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 33.333333%;
	}

}

@media all and (max-width: 700px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 50%;
	}
}

/*@media all and (max-width: 1100px){
	.catalog-section-list-pictures .catalog-section-list-item{
		width: 50%;
	}
}*/



/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17150855382397*/
.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;
	display: block;
	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;
}
.round-page-dots {
	font-size: 28px;
}
/* End */
/* /local/templates/.default/components/dresscode/catalog/.default/style.css?17369442871652 */
/* /local/templates/.default/components/dresscode/catalog/.default/bitrix/catalog.section.list/level2/style.css?1653429263880 */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?167804825031899 */
/* /local/lib/chosen_v1.8.7/chosen.css?167697982611288 */
/* /local/templates/.default/components/dresscode/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?16632304332698 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/round/style.css?17150855382397 */
