

/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/custom-catalog/style.css?17837838435906*/
#middleSlider{
	margin-bottom: 24px;
}

.panel-click.selected{
	pointer-events: none;
}

.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}
.desctop__br {
	display: none;
}

/* Стили баннера в шапке */
#catalog-section-banners {
	height: 100%;
	z-index: 1 !important;
}
.section-banner-desktop {
	background: none !important;
	position: relative;
	height: 344px;
	width: 100%;
	display: flex;
	align-items: stretch;
	overflow: hidden;
}
.section-banner-bg-picture {
	position: absolute !important;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%; height: 100%;
	z-index: 0;
	display: block;
	pointer-events: none;
}
.section-banner-overlay {
	height: 100%;
	width: 100%;
	padding: 32px 32px 32px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	min-height: 344px;
	border-radius: 5px
}
.section-banner-overlay.black {
	background: rgba(0, 0, 0, 0.6);
}
.section-banner-title {
	color: #fff;
	font-size: 52px;
	line-height: 1.1;
	font-weight: bold;
	font-family: 'robotobold', 'Roboto', Arial, sans-serif;
	margin-bottom: 18px;
}
.section-banner-text {
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 28px;
	width: 100%;
	max-width: none;
}
.section-banner-button-wrapper {
	margin-bottom: 18px;
}
.section-banner-btn {
	display: inline-block;
	width: unset !important;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 38px !important;
	border-radius: 8px;
	background: #fff;
	color: #444;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.10);
	border: none;
}
.section-banner-btn:hover, .section-banner-btn:focus {
	background: #e0e0e0;
	color: #222;
}
.section-banner-tags {
	display: flex;
	gap: 20px;
}
.section-banner-tag {
	color: #ff6b00;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}
.section-banner-tag:last-child {
	margin-right: 0;
}
.section-banner-tag-sep {
	color: #ff6b00;
	font-size: 65px;
	vertical-align: middle;
	display: inline-block;
}
@media (max-width: 680px) {
	#subHeader8 {
		z-index: 2;
	}
	.section-banner-overlay {
		padding: 210px 20px 20px;
	}
	.section-banner-title {
		font-size: 36px;
	}
	.section-banner-text {
		font-size: 20px;
	}

	#breadcrumbs {
		opacity: 0;
	}


	#catalog-section-banners {
		height: 700px !important;
	}

	.section-banner-tags {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
}



/* ПК ВЕСРИИ слайдера товара*/
    .gallWrap {
        max-height: 365px;
        height: 100%;
        width: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        aspect-ratio: 448 / 365;
    }    
    .slidesWrap .slide{
        display: flex;
        justify-content: center;
    }  
    
    .slidesWrap .slide:first-child{
        opacity: 1;
    }

    .slidesWrap .slide{
        opacity: 0;
        position: absolute;
        left: auto;
        top: 0;
        height: 100%;
        width: 100%;
        transition: opacity 0.3s cubic-bezier(0.2, 0, 1, 1);
    }

    .slide img{
        height: 100%;
        max-height: 100%;
    }
    .slide video{
        max-width: 100%;
        max-height: 100%;
    }

    /* Коректируем расположение ярлычка, есть видео */
    .product .markerContainer.marker_right_down_container.notMobile {
        right: 15px !important;
        bottom: 144px !important;
    }

/*  */




/* МОБИЛЬНАЯ ВЕСРИИ слайдера товара*/

.embla {
		max-width: 100%;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;

	max-width: 448px;
	max-height: 365px;
}

.embla__slide {
  flex: 0 0 100%;
  min-width: 0;

	display: flex;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 448 / 365;

	
}
.embla__slide img.gor{
  height: 100%;
}

.embla__slide video{
		width: 100vw;
		max-height: 100%;
}

.productColImage {
	border-radius: 5px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.embla__container {
		max-width: 100%;
	}
}

@media (max-width: 425px) {
	.embla__container {
		height: 300px;
		max-width: 448px;
	}
}





.embla__button {
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100px;
    height: 100px;
    z-index: 1;
    color: var(--text-body);
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: calc(50% - 100px);
}

.embla__button:hover .embla__button__svg {
    opacity: 1;
}

.embla__button--prev {
    justify-content: left;
    padding-left: 10px;
}

.embla__button--next {
    left: calc(100% - 110px);
    justify-content: right;
    padding-right: 10px;
}

.embla__button__svg {
    width: 16px;
    height: 16px;
    background: rgb(255 255 255 / 100%);
    border-radius: 50%;
    padding: 10px;
    color: #222;
    opacity: .5;
}

.embla__button--disabled {
    display: none;
} 







#catalog #catalogSection .productList {
    align-items: start !important;
}
.picture.pc {
    min-height: 365px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.picture.pc img{
    opacity: 0;
}

.hoverNav {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hoverNavItem {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    cursor: pointer;
}
.hoverNavItem::before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.hoverNavItem:hover::before {
    background: #ff6b00;
}


/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/custom-catalog/bitrix/catalog.section.list/level2/style.css?1698611296880*/
#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/dresscodeV2/components/dresscode/catalog/custom-catalog/bitrix/catalog.section.list/catalog-pictures/style.css?16986112962701*/
.catalog-section-list-pictures{
	margin-bottom: 24px;
	border-left: 1px solid #f3f3f3;
}

.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: 0px 24px;
	height: 206px;
	float: left;
	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;
	line-height: 44px;
	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: 100%;
}

@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/catalog.smart.filter/.default/style.css?169848548414802*/
#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/dresscodeV2/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/dresscodeV2/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;
}

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

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


/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/system.pagenavigation/show_more/style.css?1724158248188*/
.load_more {
	margin: 10px;
	padding: 10px;
	border: 1px solid #fff;
	cursor: pointer;
	text-align: center;
	color: white;
	background-color: #ddd;
	border-radius: 5px;
	font-size: 18px;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/online_calc/style.css?175095221916366*/
.webFormDw form {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.webFormDw form.loading {
	pointer-events: none;
	opacity: 0.8;
}

.webFormHeading {
	font-family: "robotoMedium";
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.webFormDescription {
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webFormItem {
	margin-top: 24px;
}

.webFormItemCaption {
	font-family: "robotoMedium";
	line-height: 21px;
}

.webFormItemImage {
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel {
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired {
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant {
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child {
	margin-left: 0px;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select {
	-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;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}

.webFormItemField 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;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 200px;
	outline: none;
	width: 100%;
}

.webFormItemField input[id*="form_date_"] {
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus {
	border: 1px solid #aaaaaa;
}

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

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

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

.webFormItemField input[type="checkbox"].error+label:before {
	border: 1px solid #ff0000 !important;
}

.webFormItemField input[type="checkbox"]+label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/online_calc/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"]+label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/online_calc/images/radio.png) 0 0 no-repeat transparent;
}

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

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

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

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

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

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

.webFormItemField img.calendar-icon {
	vertical-align: middle !important;
	margin: 0 0 0 0px !important;
	border: 0 !important;
}

.webFormItemField [multiple] {
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture {
	margin-top: 12px;
}

.webFormCaptchaPicture img {
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel {
	margin-bottom: 12px;
	margin-top: 12px;
}

.webFormItemField input.captcha_word {
	max-width: 300px;
}

.webFormTools {
	margin-top: 24px;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"] {
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	max-width: 200px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools input[type="submit"]:active {
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading {
	background-image: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/online_calc/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"] {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #000000;
}

.webFormTools input[type="reset"]:hover {
	border: 1px solid #cccccc;
}

.webFormTools input[type="reset"]:active {
	position: relative;
	top: 1px;
}

.webFormTools input:first-child {
	margin-right: 12px;
}

.webFormItemError,
.webFormError {
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
	display: none;
}

.webFormError {
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible {
	display: block;
}

.webFormItemField .error {
	border: 1px solid #ff0000 !important;
}

.webFormMessage {
	-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);
	line-height: 250px;
	position: fixed;
	overflow: auto;
	display: none;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.webFormMessageContainer {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle {
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading {
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription {
	text-align: center;
}

.webFormMessageExit {
	-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: #000000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover {
	opacity: 0.8;
}

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

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

	.webFormItemField input[id*="form_date_"] {
		margin-bottom: 12px;
	}

	.webFormItemField img.calendar-icon {
		margin-left: 0px !important;
	}

	.webFormTools input[type="reset"] {
		margin-bottom: 0px;
	}

}

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

	.webFormMessageContainer {
		margin-left: -200px;
		width: 400px;
	}

}

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

	.webFormMessageContainer {
		margin-left: -150px;
		width: 300px;
	}

}

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

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"] {
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}

/*07/12 online-calc*/
.online_calc .webformModalContainer {
	max-width: 1000px;
	height: 660px;
	border-radius: 27px;
}

.online_calc .webFormItem {
	width: 728px;
	/*1000/1383*/
	display: none;
	margin: auto;
	margin-top: 0px;
}

.online_calc .webFormItem.active {
	display: block;
}

.online_calc .webFormItemCaption {
	text-align: center;
	margin-bottom: 15px;
}

.online_calc .item_26 .webFormItemCaption,
.online_calc .item_27 .webFormItemCaption {
	margin-bottom: 0px;
}

.online_calc .webFormItemLabel {
	font-size: 31px;
}

.item_19.webFormItem .prev {
	display: none;
}

.item_19.webFormItem .wrap_next {
	display: block;
	padding: 0 1.9%;
}

.webFormItemField_wrap,
.webFormItemField_common_wrap {
	height: 420px;
	/* height: 500px; */
	display: flex;
	align-items: center;
}

.webFormItemField_wrap.common {
	align-items: normal;
}

.online_calc .webFormItemField,
.webFormItemField_common {
	width: 100%;
}

.common .webFormItemField_wrap {
	height: auto;
	display: block;
}

.webFormItem.active .webFormItem {
	display: block;
}

.online_calc .webFormItem .webFormItemError {
	height: 21px;
	/**/
	display: block;
}

.item_26.webFormItem .webFormItemError,
.item_27.webFormItem .webFormItemError {
	display: none;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select {
	border-radius: 8px;
}

.field_27 {
	position: relative;
}

.field_27:before {
	content: '+7';
	position: absolute;
	top: 19px;
	left: 12px;
	transform: translateY(-50%);
}

.field_27.webFormItemField input[type="text"] {
	padding-left: 30px;
}

.webFormItemField.field_19 {
	width: 72%;
	/*1000/1383*/
	width: 728px;
	/*1000/1383*/
	display: flex;
	flex-wrap: wrap;
}

.field_19 .webFormItemFieldVariant,
.field_25 .webFormItemFieldVariant {
	margin: 0px;
	width: 50%;
	padding: 0px 1.9%;
	/*14/728*/
	box-sizing: border-box;
	margin-bottom: 29px;
}

.field_19 input {
	display: none;
}

html body .field_19 input[type="radio"]+label {
	border: 2px solid #c2c2c2;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	border-radius: 11px;
	padding: 0px;
	display: block;
	text-align: center;
}

.field_19 input[type="radio"]+label:hover {
	border-color: #ff6d31;
	border-color: #000;
}

.field_19 label:before {
	display: none;
}

.field_19 .img_wrap {
	height: 150px;
}

.field_19 .img_wrap img {
	height: 100%;
}

.field_19 label .text {
	line-height: 34px;
	background: #e3e4e7;
	font-size: 22px;
	border-radius: 11px;
}

html body .field_19 input:checked+label,
html body .field_19 input:checked+label:hover {
	border-color: #ff6d31;
}

.online_calc.webformModal .webFormItems {
	padding-top: 25px;
	padding-bottom: 25px;
}

.webFormItem .wrap_next {
	text-align: right;
	/*
	padding-right: 0.9%;
	padding-right: 2%;
	padding-left: 2%;
	*/
	display: flex;
	justify-content: space-between;
	width: 728px;
	box-sizing: border-box;
}

.item_20.webFormItem .wrap_next {
	padding: 0px;
}

.webFormItem .next {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	width: 170px;
	border-radius: 11px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
}

.webFormItem .prev {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url('/img/online_calc/prev.svg') no-repeat;
	background-size: cover;
	border-radius: 3px;
	cursor: pointer;
}

#slider_range {
	cursor: pointer;
	margin-bottom: 40px;
}

#slider_range.ui-slider-horizontal {
	height: 2px;
	background: #f4f4f4;
	background: #f00;
	background: #6d6d6d;
	border: none;
}

#slider_range .ui-widget-header {
	background: #f4aa56;
}

#slider_range .ui-state-default,
#slider_range .ui-widget-content .ui-state-default {
	border: none;
	border-radius: 100px;
	background: #f4aa56;
}

#slider_range.ui-slider-horizontal .ui-slider-handle {
	width: 20px;
	height: 20px;
	display: none;
	margin-top: -10px;
	top: 50%;
	cursor: pointer;
}

#slider_range .ui-slider-handle:last-child {
	display: block;
}

.hint_range {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -20px;
	color: #6d6d6d;
}

.first_num {
	position: absolute;
	top: 20px;
	left: 0px;
}

.last_num {
	position: absolute;
	top: 20px;
	right: 0px;
}

.field_20 input {
	display: none;
}

.field_21,
.field_25 {
	display: flex;
	flex-wrap: wrap;
}

.field_21 .webFormItemFieldVariant {
	width: 33.33%;
	padding: 0px 1%;
	box-sizing: border-box;
	margin: 0px;
}

.field_21 .webFormItemFieldVariant input {
	display: none;
}

.field_21.webFormItemField input[type="radio"]+label {
	width: 160px;
	height: 118px;
	padding: 0px;
}

.field_21.webFormItemField input[type="radio"]+label:before {
	display: none;
}

.field_21 .img_wrap {
	height: 118px;
	margin-bottom: 5px;
	border: 1px solid;
}

.field_21 .img_wrap img {
	height: 100%;
}

.field_21 .webFormItemFieldVariant {
	text-align: center;
	margin-bottom: 25px;
}

.field_21.webFormItemField input[type="radio"]+label .text {
	font-size: 20px;
}

.field_21 input[type="radio"]+label:hover .img_wrap {
	border-color: #ff6d31;
}

html body .field_21 input:checked+label .img_wrap {
	border-color: #ff6d31;
}

.field_22 .webFormItemFieldVariant,
.field_23 .webFormItemFieldVariant {
	margin: 0px;
	display: block;
}

.field_22 label .text,
.field_23 label .text {
	font-size: 20px;
}

.field_22 label,
.field_23 label {
	display: block;
	margin-bottom: 18px;
}

.field_22.webFormItemField input[type="radio"]+label:before,
.field_23.webFormItemField input[type="radio"]+label:before {
	top: 2px;
}

[name=need_project]+label {
	display: block;
	margin-bottom: 18px;
}

.field_25.webFormItemField input[type="radio"]:not(checked)+label {
	display: block;
	line-height: 66px;
	padding-left: 76px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
}

.field_25.webFormItemField input[type="radio"]:not(checked)+label:before {
	/*
	width: 16px;
	height: 26px;
	background: #d1d1d1;
	border-radius: 26px;
*/
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

html body .field_25.webFormItemField input[type="radio"]:checked+label,
html body .field_25.webFormItemField input[type="radio"]:not(checked)+label:hover {
	border-color: #ff6d31;
}

.item_26 .webFormItemCaption,
.item_27 .webFormItemCaption {
	text-align: left;
}

.item_26 .webFormItemLabel,
.item_27 .webFormItemLabel {
	font-size: 16px;
}

.item_26 .webFormItemCaption.once {
	text-align: center;
}

.item_26 .webFormItemCaption.once .webFormItemLabel {
	font-size: 31px;
}

.online_calc .webFormItemField [type=text] {
	margin-bottom: 40px;
}

.item_26 .wrap_next,
.item_27 .wrap_next,
.item_28 .wrap_next {
	display: none;
}

.item_28 .webFormItemCaption {
	display: none;
}

.item_28 .webFormItemFieldVariant {
	display: block;
	margin: 0px;
}

.item_28 label {
	display: block;
	margin-bottom: 18px;
}

[name=SIMPLE_FORM_5] .webFormTools {
	display: none;
}

[name=SIMPLE_FORM_5] .webFormItemField input[type="text"].err {
	border-color: red;
}

.webFormModalHeading {
	background-color: transparent !important;

}

@media all and (max-width: 1024px) {
	.online_calc .webFormItem {
		width: auto;
	}

	.online_calc.small .webformModalContainer {
		transform: translateX(-50%) translateY(-50%);
	}

	.new_style.small .webformModalContainer {
		transform: translateX(-50%) translateY(0%);
	}

	.online_calc .webFormItem .wrap_next {
		width: auto;
	}

	.online_calc .webFormItemLabel {
		font-weight: normal;
		font-size: 26px;
	}

	.online_calc .webFormItemCaption {
		margin-bottom: 5px;
	}

	.online_calc .webFormItemField_wrap {
		height: 400px;
	}

	.online_calc .common .webFormItemField_wrap {
		height: auto;
	}

	.online_calc .field_19 label .text {
		font-size: 16px;
	}

	.online_calc .field_21 .img_wrap {
		height: 83px;
	}

	.online_calc .field_21.webFormItemField input[type="radio"]+label .text {
		font-size: 13px;
	}

	.webFormItemError,
	.webFormError {
		margin-bottom: 5px;
	}

	.field_19 .img_wrap {
		height: 120px;
	}

	.online_calc .item_26 .webFormItemLabel,
	.online_calc .item_27 .webFormItemLabel {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 425px) {
	.field_25.webFormItemField input[type="radio"]:not(checked)+label {
		line-height: 30px;
	}

	.field_25 .webFormItemFieldVariant {
		width: 100%;
	}
}

/*07/12 end*/
/* End */
/* /local/templates/dresscodeV2/components/dresscode/catalog/custom-catalog/style.css?17837838435906 */
/* /local/templates/dresscodeV2/components/dresscode/catalog/custom-catalog/bitrix/catalog.section.list/level2/style.css?1698611296880 */
/* /local/templates/dresscodeV2/components/dresscode/catalog/custom-catalog/bitrix/catalog.section.list/catalog-pictures/style.css?16986112962701 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.smart.filter/.default/style.css?169848548414802 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/show_more/style.css?1724158248188 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/online_calc/style.css?175095221916366 */
