

/* Start:/bitrix/components/dresscode/catalog.compare/templates/custom/style.css?173642922411120*/
#compare {
	clear: both;
	overflow: hidden;
	margin-bottom: 32px;
}

#compare ul {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

.compareCheckContainer > ul > li {
	margin-bottom: 12px;
	font-size: 14px;
	color: #000000;
	float: left;
	width: 295px;
}

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

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

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

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

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

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

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

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

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

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

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

.compareTop {
	display: none;
	margin: 0 0 40px 0;
}

.compareTop:after {
	content: '';
	display: block;
	clear: both;
}

.compareCheckButton {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	border: 1px solid #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.compareCheckButton:before,
.compareCheckButton:after,
.compareCheckButton div {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 11px;
	height: 1px;
	background: #000000;
}

.compareCheckButton:before {
	content: '';
	display: block;
	top: 18px;
}

.compareCheckButton:after {
	content: '';
	display: block;
	top: 25px;
}

#compareProps {
	margin: 0 60px 0 0;
}

#compareProps ul.dropdown {
	z-index: 20;
}

#compareTools {
	clear: both;
	font-size: 14px;
}

#compareTools a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	padding: 0px 12px;
	text-align: center;
	border-radius: 5px;
	margin-right: 12px;
	margin-top: 24px;
}

#compareTools .show {
	background-color: #2b2b2b;
}

#compareTools .show:hover {
	background-color: #202020;
}

#compareTools a.hide:active,
#compareTools a.show:active {
	position: relative;
	top: 1px;
}

#compareBlock {
	margin-top: 48px;
}

#compareBlock table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#compareBlock .left {
	width: 300px;
	vertical-align: top;
	font-size: 14px;
}

#compareBlock .left .wrap {
	border: 1px solid #eee;
	background: white;
	border-radius: 5px;
}

#compareBlock .left .headingTools {
	height: 73px;
}

#compareBlock .left .headingTools div {
	height: 35px;
}

#compareBlock .left span.heading {
	margin-top: 36px;
	display: block;
	margin-left: 12px;
	margin-bottom: 12px;
}

#compareBlock .left .propList {
	border-top: 1px solid #eee;
}

#compareBlock .left .propList li {
	border-bottom: 1px solid #eee;
	padding-left: 12px;
	text-align: left;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	white-space: nowrap;
}

#compareBlock .left .propList li.sec {
	font-weight: bold;
}

#compareBlock .left .propList li.selected {
	background-color: #f6f6f6;
}

#compareBlock .left .propList li:last-child {
	border-bottom: 0px;
}

#compareBlock .leftTools {
	clear: both;
	margin-top: 24px;
}

#compareBlock .leftTools a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 40px;
	border-radius: 5px;
	display: block;
	width: 272px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-left: 12px;
	margin-bottom: 12px;
}

#compareBlock .left {
	text-align: center;
}

.compareImage {
	margin: auto;
	max-width: 64%;
}

#compareBlock .leftTools .different {
	background-color: #2b2b2b;
}

#compareBlock .leftTools .different:hover {
	background-color: #202020;
}

#compareBlock .leftTools a.all:active,
#compareBlock .leftTools a.different:active {
	position: relative;
	top: 1px;
}

#compareBlockSubject {
	width: 10px;
	height: 10px;
	opacity: 0;
}

#compareBlock .right {
	width: 100%;
	padding-left: 8px;
	font-size: 14px;
	vertical-align: top;
}

#topScroll {
	margin-bottom: 10px;
}

#scrollTable, #topScroll {
	overflow-x: auto;
	width: 100%;
}

#fakeScroll {
	height: 1px;
	width: 1000px;
}

#scrollTableFixed {
	display: none;
	position: fixed;
	top: 0;
	z-index: 10;
	overflow-x: auto;
}
#scrollTableFixed.show {
	display: block;
}

#scrollTable > ul,
#scrollTableFixed > ul {
	width: 900px;
}

#scrollTable > ul > li:first-child,
#scrollTableFixed > ul > li:first-child {
	margin-left: 0px;
}

#scrollTable > ul > li,
#scrollTableFixed > ul > li {
	width: 298px;
	display: block;
	float: left;
	background: white;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-left: 8px;
}

#scrollTable .imgBlock {
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	height: 190px;
	line-height: 190px;
	text-align: center;
}

#scrollTable .imgBlock:hover {
	opacity: 0.7;
}

#scrollTable li img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}

#scrollTable .scrollElement {
	height: 376px;
	border-radius: 5px;
	position: relative;
	background: white;
}

#scrollTableFixed .scrollElement {
	position: relative;
}

#scrollTable .scrollElement ins {
	background: url(/bitrix/components/dresscode/catalog.compare/templates/custom/images/delete.png) 0 0 no-repeat transparent;
	display: block !important;
	text-decoration: none;
	position: absolute;
	cursor: pointer;
	z-index: 12;
	height: 18px;
	width: 18px;
	right: 12px;
	top: 12px;
}

#scrollTable .scrollElement ins:hover {
	background-position: -18px 0;
}

#scrollTable .scrollElement ins:active {
	background-position: -36px 0;
}

#scrollTable .scrollElement .delete {
	background: url(/bitrix/components/dresscode/catalog.compare/templates/custom/images/deleteLoader.gif) 0 0 no-repeat !important;
}

#scrollTable .scrollElement .delete + .imgBlock {
	opacity: 0.5;
}

#scrollTable .propList li:first-child {
	border-top: 1px solid #eee;
}

#scrollTable .propList li {
	border-top: 1px solid #eee;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-left: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#scrollTable .propList li.sec {
	color: transparent;
	font-weight: bold;
	padding-top: 10px;
	box-sizing: border-box;
}

#scrollTable .propList li span {
	display: none;
	padding: 10px 0 0 0;
	line-height: 1;
	font-size: 12px;
	color: transparent;
}

#scrollTable > ul > li:first-child span {
	color: #000000;
}

#scrollTable .propList .selected {
	background-color: #f6f6f6;
}

#scrollTable .propList a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
	display: block;

}

#scrollTable .propList a:hover {
	color: #888888;
}

#scrollTable .name,
#scrollTableFixed .name {
	-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: underline;
	font-size: 14px;
	color: #000;
	display: block;
	text-align: center;
	padding: 0 12px;
	margin-top: 12px;
	line-height: 34px;
	height: 60px;
	overflow: hidden;
}

#scrollTable .price,
#scrollTableFixed .price {
	font-family: 'robotobold';
	color: #000000;
	font-size: 18px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
}

#scrollTable .addCart,
#scrollTable .addSku,
#scrollTableFixed .addCart,
#scrollTableFixed .addSku {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'roboto_condensedlight';
	margin-bottom: 12px;
	color: #ffffff;
	border-radius: 5px;
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	text-align: center;
	display: block;
	width: 250px;
	margin: 12px auto;
	text-decoration: none;
}

#scrollTable .addCart .icon,
#scrollTableFixed .addCart .icon {
	vertical-align: middle;
	display: inline-block;
}

#scrollTable .addCart .icon,
#scrollTableFixed .addCart .icon {
	padding-right: 12px;
	margin-top: -4px;
}

#scrollTable .addCart:active,
#scrollTableFixed .addCart:active {
	position: relative;
	top: 1px;
}

@media screen and (max-width: 1000px) {
	.compareCheckContainer {
		display: none;
	}

	.compareCheckContainer.open {
		display: block;
	}

	.compareCheckContainer > ul > li {
		width: 33%;
	}

	.compareTop {
		display: block;
	}

	.compareCheckButton.open {
		border: 1px solid #000000;
		background: #000000;
	}

	.compareCheckButton.open div,
	.compareCheckButton.open:after,
	.compareCheckButton.open:before {
		background: #ffffff;
	}

	#topScroll {
		display: none !important;
	}

	#compareBlock .left {
		display: none;
	}

	#compareBlock .right {
		padding-left: 0;
	}

	#scrollTable > ul,
	#scrollTableFixed > ul {
		display: flex;
		width: auto !important;
	}

	#scrollTable > ul > li,
	#scrollTableFixed > ul > li {
		float: none;
		margin-left: 0;
		flex: 1;
		overflow: hidden;
		border-left: none;
	}

	#scrollTable > ul > li:first-child,
	#scrollTableFixed > ul > li:first-child {
		border-left: 1px solid #eee;
	}

	#scrollTable .propList li {
		height: 58px;
	}

	#scrollTable .propList li span {
		display: block;
	}

	#scrollTable > ul > li:first-child .propList li.sec {
		color: #000000;
	}

	#scrollTable .addCart, #scrollTable .addSku,
	#scrollTableFixed .addCart, #scrollTable .addSku {
		width: auto;
		background-color: #0061b2;
		border-radius: 5px;
		height: 40px;
		margin-left: 10px;
		margin-right: 10px;
		line-height: 40px;
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	.compareCheckContainer > ul > li {
		width: 50%;
	}
}

@media screen and (max-width: 320px) {
	.compareCheckContainer > ul > li {
		width: 100%;
	}
}


/* 11exx   */

@media (min-width: 1401px) {
	.limiter{margin-left: 100px !important;}
}

@media (min-width: 1001px) {
	#compareBlock .left .wrap { position: relative;}
	#compareBlock .left .wrap img { margin-top: 45px; margin-bottom: 50px;}
	#compareBlock .left .wrap .headingTools { position: absolute; top: 245px;}
}

@media (min-width: 1025px) {
	#left{display:none !important;}
}
/* End */
/* /bitrix/components/dresscode/catalog.compare/templates/custom/style.css?173642922411120 */
