

/* Start:/bitrix/templates/dresscode/components/bitrix/catalog/.default/style.css?17262638865162*/
.container-title a {
	color: var(--second-bordered-color);
	transition: all 0.25s ease-in-out;
}
.show-more-button,.morePropertiesLink{
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.sort_blockss .oFilter_show, .oFilter_close {
	display:none;
} 
.catalogDescription a:hover {
	color: #0070ff;
}
.catalogDescription a {
    text-decoration: none;
	color: #009eff;
	transition: 0.3s linear;
}
.catalogDescription {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 12px;
	padding-bottom: 12px;
	margin-top: 20px;
	font-size: 13px;
}
.catalogDescription ul, #elementContainer .description ul {
    margin: 0;
}
.catalogDescription::after, #elementContainer .description::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 13px;
    background: -moz-linear-gradient(top, rgb(255, 255, 255), #ffffff94 100%);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255), #ffffff94 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255), #ffffff94 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255), #ffffff94 100%);
    background: linear-gradient(to top, rgb(255, 255, 255), #ffffff94 100%);
}
.show-more-button, .morePropertiesLink {
	cursor: pointer;
	font-family: system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
	font-weight: 600;
	color: #3b405a;
	display: inline-block;
}
.show-more-desc, .hide-more-desc, .goto-detail-desc-button {
	display: none;
}
.show-more-button:hover, .morePropertiesLink:hover{
	color: #f44336;
}


.product-title {
	margin-bottom: 32px;
}
.changeName {
	margin: 0;
	align-self: flex-end;
}
.wish-compare__block .label {
	display: block;
	background-color: transparent;
}
.product-title .wish-compare__block {
	min-width: 300px;
	text-align: right;
}
.product-title .wish-compare__block .label {
	display: inline-block;
}
.wish-compare__block .label:not(:last-child) {
	margin-right: 10px;
}
.wish-compare__block .label .svg_icon_set {
	fill: transparent;
	stroke: #F44336;
	width: 22px;
	height: 18px;
	margin: 0;
}
.wish-compare__block .label span {
	margin-left: 6px;
}
@media (max-width: 1024px) {
	.sort_blockss {
		display:flex;
		align-items: center;
		justify-content: space-between;
	}
	.sort_blockss .oFilter_show {
		display:inline-block;
		position:relative;
	}
	.sort_blockss .oFilter_show > div {
		position: relative;
		display: inline-block;
		min-width: 200px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #f44336;
		min-width: 114px;
		padding: 6px 8px 5px 26px;
		margin-right: 12px;
		line-height: 18px;
		text-align: center;
		border: 1px solid transparent;
		border-radius: 5px;
		color: #ffffff;
		-webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
		transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
		cursor: pointer;
		text-decoration: none;
	}
	.sort_blockss .oFilter_show > div:hover {
		background-color: #d42d20;
	}
	.sort_blockss .oFilter_show > div:before {
		content: "";
		position: absolute;
		left: 22px;
		top: 50%;
		transform: translate(-50%,-50%);
		background: url(/bitrix/templates/dresscode/images/filter.svg) 0% 50% no-repeat;
		background-size: 100%;
		background-position: 50%;
		width: 18px;
		height: 28px;
	}
	#catalogLine.catalogLineMe {
		display:flex;
		align-items: center;
		justify-content: space-between;
	}
	#catalogLine.catalogLineMe .label {
		display:none;
	}
	#smartFilterForm {
		position: fixed;
		height: 100vh;
		display:block !important;
		overflow-y: auto;
		overflow-x: hidden;
		top: 0;
		left: 0;
		background: #fff;
		max-width: 420px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 420px;
		-ms-flex: 0 0 420px;
		flex: 0 0 420px;
		z-index: 2147483647;
		margin-right: 0px;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: 0.45s;
		-o-transition: 0.45s;
		transition: 0.45s;
	}
	#smartFilterForm.active-filter {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.oFilter_close {
		display:block;
		content: "";
		position: absolute;
		right: 22px;
		top: 22px;
		background: url(/bitrix/templates/dresscode/images/close.svg) 0% 50% no-repeat;
		background-size: 100%;
		background-position: 50%;
		width: 26px;
		height: 26px;
		z-index:100;
		cursor:pointer;
	}
	.arSortFields_blocks {
		display:flex;
	}
	#smartFilter {
		margin-top: 0 !important;
		border: 0 !important;
	}
	#left {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 700px) {
	.sort_blockss {
		width: 100%;
	}
	.sort_blockss .column:first-child {
		width: 100%;
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
}
@media (max-width: 450px) {
	#smartFilterForm {
		max-width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/dresscode/components/dresscode/catalog.properties.list/group/style.css?17262638861810*/
#elementProperties{
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
}
#elementProperties a{
	color: #3b405a;
}
#elementProperties-table-container {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#elementProperties-table-container::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 16px;
	background: -moz-linear-gradient(top, rgb(255, 255, 255), #ffffff94 100%);
	background: -webkit-linear-gradient(top, rgb(255, 255, 255), #ffffff94 100%);
	background: -o-linear-gradient(top, rgb(255, 255, 255), #ffffff94 100%);
	background: -ms-linear-gradient(top, rgb(255, 255, 255), #ffffff94 100%);
	background: linear-gradient(to top, rgb(255, 255, 255), #ffffff94 100%);
}
#elementProperties .show-more-button {
	font-size: 16px;
	margin-top: 4px;
	color: #007aff;
}
#elementProperties .cap {
	background-color: #F3F3F3;
	padding: 10px 17px;
	font: 17px 'robotobold';
	margin-bottom: 15px;
}
#elementProperties .cap:not(:first-child) {
	margin-top: 25px;
}
#elementProperties .name {
	width: 40%;
	color: #666;
	border-bottom: 1px solid #d4d4d4;
	margin-right: 10px;
}
#elementProperties .value {
	width: 40%;
	padding-right: 10px;
	box-sizing: border-box;
}
#elementProperties .question_red {
	position: relative;
	display: inline-block;
	color: #fff;
	top: 0;
	right: -4px;
}
#elementProperties .name span {
	background-color: #fff;
	bottom: -1px;
	position: relative;
	padding-right: 10px;
	margin: 0;
	display: inline-block;
}
#elementProperties .analog {
	font-size: 13px;
	color: #9d9d9d;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 1px;
}
#elementProperties .row {
	margin-bottom: 15px;
	align-items: end;
}
#elementProperties .right {
	padding-right: 10px;
}
/* End */


/* Start:/bitrix/templates/dresscode/components/dresscode/brands.list/brand_svyz/style.css?1726263886185*/
#brandList {
	font-size: 0;
}
#brandList a {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 8px 20px;
}
#brandList a:not(:last-child) {
	margin-right: 10px;
}
/* End */


/* Start:/bitrix/templates/dresscode/components/dresscode/slider/slider_svyz/style.css?17262638861465*/
.slider-inf.limiter {
    position: relative;
    overflow: hidden;
    margin: 50px auto 0;
}
ul.b-service-offers__list {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
ul.b-service-offers__list li {
    cursor: pointer;
    display: flex;
    height: auto;
    justify-content: center;
    position: relative;
    transform: scalex(1);
    max-width: 292px;
}
ul.b-service-offers__list li:last-child {
    border-right: 0;
}
ul.b-service-offers__list li i.icon-red {
    display: block;
    height: 60px;
    opacity: 1;
    position: absolute;
    width: 100%;
}
ul.b-service-offers__list li i.icon-truck-red {
    background: url("/bitrix/templates/dresscode/images/truck.svg") 0 50% no-repeat;
}
ul.b-service-offers__list li i.icon-map-red {
    background: url("/bitrix/templates/dresscode/images/map.svg") 0 50% no-repeat;
}
ul.b-service-offers__list li i.icon-rubl-red {
    background: url("/bitrix/templates/dresscode/images/rubl.svg") 0 50% no-repeat;
}
ul.b-service-offers__list li i.icon-shild-red {
    background: url("/bitrix/templates/dresscode/images/phone.svg") 0 50% no-repeat;
}
ul.b-service-offers__list li i.icon-clock-red {
    background: url("/bitrix/templates/dresscode/images/clock.svg") 0 50% no-repeat;
}
.b-service-offers-block__content {
    color: #777;
}
ul.b-service-offers__list .prod-var-title {
    line-height: 130%;
    margin-bottom: 17px;
    margin-top: 65px;
    color: #000;
}
/* End */
/* /bitrix/templates/dresscode/components/bitrix/catalog/.default/style.css?17262638865162 */
/* /bitrix/templates/dresscode/components/dresscode/catalog.properties.list/group/style.css?17262638861810 */
/* /bitrix/templates/dresscode/components/dresscode/brands.list/brand_svyz/style.css?1726263886185 */
/* /bitrix/templates/dresscode/components/dresscode/slider/slider_svyz/style.css?17262638861465 */
