

/* Start:/bitrix/components/krayt/krayt.catalog.compare.result/templates/.default/style.css?175138455518973*/
.compare_page.catalog-compare{
	margin-top: 40px;
	margin-bottom: 60px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.pr-2 {
	padding-right: 1rem;
}
.mb-3 {
	margin-bottom: 1.5rem;
}

.compare_page .table_prop {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.price-request{
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	margin-right: 8px;
}
.compare_page .table_row {
	color: var(--main_text_black);
	padding-top: 27px;
	height: 99px;
	display: flex;
	align-items: flex-start;
}
.compare_page .table_row .table_col{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
}
.compare_page .table_row{
	border-bottom: 1px solid #EFEFEF;
}
.compare_page .table_prop {
	color: #808080;
}

.compare_page .prop_row {
	display: flex;
	height: 99px;
	padding-top: 10px;
	align-items: center;
}

.compare_page .prop_col {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 19px;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	padding-right: 15px;
	margin-bottom: 19px;
	margin-top: auto;
}
.compare_page .prop_col a {
	color: var(--blue-link);
	border-bottom: 1px solid transparent;
	transition: 0.2s all linear;
}
.compare_page .prop_col a:hover {
	color: var(--blue-link);
	border-bottom: 1px solid var(--blue-link);
	transition: 0.2s all linear;
}
.wrp-btn-del-all{
	margin: 30px 0;
}
.wrp-btn-del-all button{
	display: flex;
	align-items: center;
	transition: 0.3s;
}
.wrp-btn-del-all button:hover,
.wrp-btn-del-all button:hover span{
	color: #252525;
}
.wrp-btn-del-all button,
.wrp-btn-del-all button span{
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #C6C9CB;
	transition: 0.3s ease;
}
.wrp-btn-del-all button span{
	margin-left: 5px;
}
.head .control {
	display: block;
	width: 100%;
	background-color: var(--background-filter);
	padding: 40px;
	border: 1px solid var(--border-bottom-gray);
	border-radius: 12px;
}

.head .control .row{
	padding-bottom: 40px;
	border-bottom: 1px solid var(--border-bottom-gray);;
}

.catalog-compare-result .head .item-list{
	float: left;
	width: 100%;
	user-select: none;
}

/* property-list */
.catalog-compare-result .property-list {
	margin:20px 0;
	margin-top: 0;
	overflow: hidden;
}

.catalog-compare-result .property-list .clear {
	overflow: hidden;
}

.catalog-compare-result .property-list .property-name{
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	color: var(--main_font_color);
	font-weight: 600;
	padding: 5px 0 10px;
}
.catalog-compare-result .property-list .property-name p{
	/*padding: 0 10px;*/
}
.catalog-compare-result .property-list .property-value{
	float: left;
	position:relative;
	border-bottom: 1px solid #cacaca;
	width: 100%;
}

.catalog-compare-result {
	position: relative;
}

.compare_page .picture {
	display: block;
	width: 100%;
	height: 180px;
}
.compare_page .picture a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.desc .price {
	margin-top: 24px;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	position: relative;
	text-align: center;
	color: var(--main_text_black);
	display: flex;
	align-items: end;
	flex-wrap: wrap-reverse;
	min-height:16px;
}
.small .desc .price{
	margin-top: 20px;
	margin-bottom: 8px;
}

.product-item-label-ring-compare {
	display: inline-block;
	background: #E15757;
	border-radius: 3px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
	position: absolute;
	padding: 3px 6px 3px 3px;
	height: 22px;
	font-size: 12px;
	line-height: 15px;
	z-index: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.product-item-label-ring-compare:before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #E15757;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	border-radius: 3px;
	z-index: -1;
}

.desc .price span.current_price {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	margin-right: 8px;
	white-space: nowrap;
}

.desc .price span.old_price {
	text-decoration: line-through;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: var(--old-price-gray);
}

.slide-item .mdi-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	transition: 0.2s all linear;
	z-index: 5;
}
.slide-item .mdi-close:hover {
	background-color: var(--main_bg_gray);
	transition: 0.2s all linear;
}
.slide-item .mdi-close:active {
	background-color: #E4E4E4;
	transition: 0.2s all linear;
}
.slide-item .mdi-close:after,
.slide-item .mdi-close:before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: var(--main_text_black);
	border-radius: 1px;
}
.slide-item .product_item_subtitle {
	-webkit-box-orient: vertical;
	padding: 0;
	overflow: hidden;
	z-index: 1;
	position: relative;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	margin: 8px 0;
	 line-height: 18px;
}
.slide-item .product_item_subtitle .card_article {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: var(--main_text_gray);
	text-align: left;
}
.slide-item .mdi-close:after {
	transform: rotate(45deg);
}
.slide-item .mdi-close:before {
	transform: rotate(-45deg);
}

.slide-item .mdi-close:hover:after,
.slide-item .mdi-close:hover:before {
	background-color: #000;
}

.slide-item .mdi-close input.close {
	text-indent: -9999px;
	border: none;
	background-color: transparent;
	width: 100%;
	height: 100%;
	min-width: 30px;
	padding: 0;
	position: relative;
	z-index: 100;
	outline: none;
	cursor: pointer;
}

.slide-item .mdi-close .hint {
	width: 200px;
	top: 30px;
	right: -15px;
}
.slide-item.small .mdi-close{
	top: 7px;
	right: 10px;
}
.catalog-compare-result .property-list h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid rgba(202, 202, 202, 0.5);
	padding-bottom: 7px;
}

.compare-del-btn a {
	position: relative;
	z-index: 100;
	color: #222;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	overflow: hidden;
	display: table;
	background-color: #cacaca;
	color: #fff;
	border-radius: 2px;
}
.compare-del-btn a:hover {
	background-color: #c2c2c2;
}
.compare-del-btn a:active {
	background-color: #afafaf;
}

.compare-switch-link span, .compare-switch-link a {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	margin-right: 10px;
	color: var(--main_link_color);

}

.compare-switch-link span {
	color: #fff;
	background: var(--main_color) !important;
}

.compare-switch-link a.active {
	cursor: pointer;
	color: #1e1e1e;
	opacity: .7;
	cursor: pointer;
	padding: 4px 6px;
	font-size: 13px;
}
.compare-switch-link a.active:hover,.compare-switch-link a.active:focus {
	opacity: 1;
}
.compare-switch-link a.active:active{
	color: var(--main_color_active);
}
.catalog-compare-filter-title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	color: var(--main-txt);
}
.catalog-compare-filter span {
	line-height: 1.1;
}
.item-list .mSlider-wrap .mSlider-window li .picture{
	display: block;
	position: relative;
	height: 131px;
	overflow: hidden;
	max-width: 151px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.product-list .product .image, .item-list .mSlider-wrap .mSlider-window li .picture a{
	display: block;
	width: 100%;
	height: 100%;
	background-origin: content-box;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 200px;
	text-align: center;
}
.head.clear h1{
	margin-bottom: 30px;
}
.slide-item .desc{
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
@media screen and (max-width: 1300px){
	.item-list .mSlider-wrap .mSlider-window li.slide {
		max-width: 330px;
	}
}
@media screen and (max-width: 480px){
	.compare_page .table_row, .compare_page .prop_row {
		font-size: 12px;
	}
}
@media (max-width: 900px){
	.head.clear h1{
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.catalog-compare-filter .row .col-12.col-md-3.col-sm-4{
		padding-left: 0px;
	}
	.comapre_buttons .pr-2{
		margin-bottom: 10px;
	}
	.item-list .mSlider-wrap .mSlider-window li .slide-item{
		padding: 10px;
	}
}
.current_price i,
.old_price i{
	margin-left: 5px;
}
.form-check{
	padding-left: 0px!important;
}
.form-check-input{
	display: none;
}
.form-check .form-check-input:checked + .form-check-label .check{
	border: 1px solid #DBC96B;
	background-color: var(--selected-checkbox);
}
.form-check .form-check-input:checked + .form-check-label .check:hover{
	border: 1px solid #A6974D;
}
.form-check .form-check-input:checked + .form-check-label .check svg path{
	fill: var(--selected-checkbox);
}
.form-check .form-check-input:checked + .form-check-label .check svg polyline{
	stroke-dashoffset: 0;
}
.form-check .check svg{
	position: absolute;
  top: -1px;
  left: -1px;
  overflow: visible;
  width: 19px;
  height: 19px;
}
.bx-filter input[type="checkbox"]:checked + label.bx-filter-param-label .check{
	background: var(--selected-checkbox);
	border: 1px solid #C4C4C4;
	transition: 0.2s linear;
}
.form-check .check {
	position: relative;
	float: left;
	margin-right: 8px;
	min-width: 19px;
	min-height: 19px;
	max-width: 19px;
	max-height: 19px;
	width: 19px;
	height: 19px;
	border: 1px solid #C4C4C4;
	border-radius: 2px;
	background-color: #fff;
	transition: 0.2s all linear;
}
.form-check .check:hover {
	border: 1px solid var(--main_text_black);
	transition: 0.2s all linear;
}
.form-check .check svg path {
  fill: none;
  stroke: var(--selected-checkbox);
  stroke-width: 2;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
}
.form-check .check svg polyline {
  fill: none;
  stroke: var(--main_text_black);
  stroke-width: 2;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
}

.compare_page.catalog-compare .bx-sbb-empty-cart-container{
	margin-top: 80px;
	margin-bottom: 60px;
}
.wrapper-inner{
	padding-bottom: 0px;
}

.compare_page.catalog-compare .btn-primary.catalog-link{
	vertical-align: middle;
	width: auto;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	padding: 0 24px;
	cursor: pointer;
}

.catalog-compare-filter .form-check .form-check-label{
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	display: flex;
	align-items: center;
}

.compare_page .big-text{
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: #D8D8D8;
	text-align: center;
	margin-bottom: 10px;
}
.compare_page .small-text{
	text-align: center;
	margin-bottom: 20px;
}
.compare_page .small-text svg{
	margin-left: 10px;
}
.compare_page .bx-sbb-empty-cart-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.compare_page .fixed-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/*height: 258px;*/
	background: #fff;
	z-index: 200;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
	opacity: 0;
	pointer-events: none;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all .2s ease;
	display: flex;
	justify-content: center;
}
.compare_page .fixed-background .wrapper-inner{
	width: calc(100% - 40px);
}
.compare_page .fixed-background .fixed-slider {
	overflow: hidden;
	position: relative;
	padding: 0 20px;
	margin: 0 -20px;
}

.compare_page .fixed-background .fixed-slider .swiper-button-prev,
.compare_page .fixed-background .fixed-slider .swiper-button-next {
	top: 105px;
}
.compare_page .fixed-background .fixed-slider .swiper-button-prev {
	left: 5px;
}
.compare_page .fixed-background .fixed-slider .swiper-button-next {
	right: 5px;
}
.compare_page .fixed-background .fixed-slider .swiper-button-prev svg,
.compare_page .fixed-background .fixed-slider .swiper-button-next svg{
	fill: var(--main_text_black);
}
.compare_page .fixed-background .slide-wrap {
	height: auto;
}
.compare_page .fixed-background.show {
	opacity: 1;
	pointer-events: unset;
}
.compare_page .slide-wrap {
	height: 380px;
	position: relative;
}
.compare_page .slide-item {
	padding: 45px 20px 12px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-radius: 12px;
	/*width: 220px;*/
	width: 100%;
	height: 361px;
}
.compare_page .slide-item.small {
	padding: 20px 20px 12px 20px;
	position: relative;
	height: 248px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.compare_page .slide-item.small .picture {
	margin: 0 0 10px;
	height: 90px;
	width: 90px;
	flex-shrink: 0;
}

.compare_page .desc .link {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: var(--main_text_black);
	height: 40px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.3s all linear;
}
.compare_page .desc .link:hover {
	transition: 0.3s all linear;
	color: var(--main_active_red);
}
.compare_page .swiper-button-prev, .compare_page .swiper-button-next {
	position: absolute;
	top: 175px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	z-index: 100;
	left: -23px;
	transition: 0.2s all linear;
}
.compare_page .swiper-button-prev svg,
.compare_page .swiper-button-next svg{
	fill: var(--main_text_black);
	transition: 0.2s all linear;
}
.compare_page .swiper-button-prev:hover svg{
	transition: 0.2s all linear;
	transform: translateX(-5px);
}
.compare_page .swiper-button-next:hover svg {
	transition: 0.2s all linear;
	transform: translateX(5px);
}

.compare_page .swiper-button-prev:active,
.compare_page .swiper-button-next:active{
	transition: 0.2s all linear;
	transform: scale(0.95);
}

.compare_page .swiper-button-prev.swiper-button-disabled,
.compare_page .swiper-button-next.swiper-button-disabled{
	display: none;
}

.compare_page .swiper-button-next {
	left: unset;
	right: -23px;
}
.compare_page .compare_item_form {
	overflow: hidden;
	padding: 0 18px;
	margin: 0 -18px;
}
.comapre_buttons a {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	height: 50px;
	color: var(--main_text_black);
	background: var(--border-bottom-gray);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s all linear!important;
	border: 1px solid #DADADA;
	padding: 0 22px;
}

.comapre_buttons a:hover {
	background-color: var(--gray-button-hover);
	transition: 0.2s all linear;
}
.comapre_buttons a:active {
	transition: 0.2s all linear;
	transform: scale(0.95);
}

.comapre_buttons a.default {
	background-color: var(--main_color);
	color: var(--main_text_button);
	border: none;
}

.comapre_buttons a + a{
	margin-left: 10px;
}

.comapre_buttons a.default:hover {
	background-color: var(--yellow-button-hover);
	transition: 0.2s all linear;
}
.comapre_buttons a.default:active {
	transition: 0.2s all linear;
	transform: scale(0.95);
}
.comapre_buttons a svg{
	margin-right: 8px;
}

.comapre_buttons a.default svg{
	display: none;
}
.comapre-tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.comapre-tabs a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	height: 46px;
	padding: 0 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: var(--text-filter);
	margin-right: 12px;
	margin-bottom: 6px;
	transition: 0.2s all linear;
}
.comapre-tabs a:hover {
	transition: 0.2s all linear;
	border: 1px solid var(--main_text_black);
	color: var(--main_text_black);
}
.comapre-tabs a.current {
	transition: 0.2s all linear;
	border: 1px solid var(--active-tab);
	background-color: var(--active-tab);
	color: #fff;
}
.catalog-compare-filter .comapre_buttons {
	display: inline-flex;
	margin-top: 24px;
}
@media (max-width: 1350px) {
	.compare_page .slide-item {
	}
}
@media (max-width: 992px) {
	.compare_page .fixed-background {
		top: 74px;
	}
	.compare_page.catalog-compare{
		margin-top: 24px;
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	.compare_page .fixed-background {
		top: 53px;
	}
	.compare_page .swiper-slide{
		width: 204px!important;
	}
	.compare_page .swiper-button-prev, .compare_page .swiper-button-next{
		display: none;
	}
	/*.compare_page .swiper-slide{*/
	/*	width: 204px!important;*/
	/*}*/
	.compare_page.catalog-compare{
		margin-top: 16px;
		margin-bottom: 25px;
	}
	.compare_page .slide-wrap{
		height: 340px;
	}
	.compare_page .slide-item {
		height: 336px;
		padding: 20px;
	}
	.compare_page .slide-item.small{
		height: 256px;
	}
	.compare_page .slide-item.small{
		padding: 16px 16px 5px;
	}
	.compare_page .picture{
		height: 164px;
	}
	.fixed-background .container {
		padding: 0 10px;
	}
	.compare_page .swiper-button-prev {
		left: -12px;
	}
	.compare_page .swiper-button-next {
		right: -12px;
	}
	.comapre_buttons {
		flex-direction: column;
		width: 100%;
	}
	.head .control .row{
		padding-bottom: 0;
		border: none;
	}
	.catalog-compare-filter .comapre_buttons{
		margin-top: 16px;
	}
	.comapre_buttons a {
		margin: 8px 0 0 !important;
		width: 100%;
	}
	.compare_page .compare_item_form {
		margin: 0;
		padding: 0;
	}
	.slide-item .mdi-close{
		top: 8px;
		right: 8px;
	}
	.head .control{
		padding: 20px;
	}
	.comapre-tabs{
		margin-bottom: 24px;
	}
	.comapre-tabs a{
		font-size: 12px;
		height: 36px;
		padding: 0 8px;
		margin-right: 8px;
	}
	.head .control{
		margin-bottom: 32px;
	}
	.desc .price span.current_price{
		font-size: 16px;
	}
	.desc .price span.old_price{
		font-size: 12px;
	}
	.compare_page .desc .link{
		-webkit-line-clamp: 3;
		height: 60px;
	}
	.compare_page .table_row .table_col{
		font-size: 14px;
		line-height: 16px;
	}
	/*.compare_page .swiper-button-prev, .compare_page .swiper-button-next{*/
	/*	display: none;*/
	/*}*/
}

/* End */
/* /bitrix/components/krayt/krayt.catalog.compare.result/templates/.default/style.css?175138455518973 */
