

/* Start:/local/components/bitrix/catalog.smart.filter/templates/.default/style.css?175186920819151*/
.section-wrap{
	position: relative;
}
.sfilter{
	position: absolute;
	height: 100%;
	min-height: 400px;
	width: 380px;
	background: #fff;
	z-index: 99;
	box-shadow: 15px 0 12px -13px rgba(50,50,50,0.25);
	padding-top: 60px;
	transform: translate3d(-380px,0,0);
	top: 0;
	transition: transform 0.4s ease-out/*, top .5s ease-in-out 0s*/;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 120px;
}
.sfilter * {
	font-size: 14px;
}
#page-section .section-cards{
	position: relative;
}
#sfilter:before,
#page-section .section-cards .slide__image-wr:before{
	content: "";
	display: block;
	cursor: wait;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 0;
	max-height: 0;
	background: transparent;
	transition: background-color 0.25s, max-width 0s linear 0.25s, max-height 0s linear 0.25s;
	z-index: 2000;
}
#sfilter.sfilter--loading:before,
#page-section.sfilter--loading .section-cards .slide__image-wr:before{
	max-width: 100%;
	max-height: 100%;
	background-color: rgba(255,255,255,0.75);
	transition: background-color 0.25s, max-width 0s linear 0s, max-height 0s linear 0s;
}
#sfilter.sfilter--loading:before{
	background-color: rgba(255,255,255,0);
}
@media (min-width: 768px){
	#page-section.sfilter--loading .section-cards .slide:nth-of-type(2) .slide__image-wr:before{
		background-image: url("/local/components/bitrix/catalog.smart.filter/templates/.default/./images/loader.gif");
		background-size: 64px 64px;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 2001;
	}
}
@media (max-width: 767px){
	#page-section.sfilter--loading .section-cards .slide:first-of-type .slide__image-wr:before{
		background-image: url("/local/components/bitrix/catalog.smart.filter/templates/.default/./images/loader.gif");
		background-size: 64px 64px;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 2001;
	}
}
.sfilter--fixed{
	position: fixed;
}
.sfilter--open{
	transform: translate3d(0,0,0) !important;
	transition: transform 0.4s ease-out/*, top 0s ease-in-out 0s*/;
}
.sfilter__form-overflow{
	height: 300px;
	overflow-y: auto;
	overflow-x: visible;
	padding: 0 20px 5px;
}
.sfilter__form-overflow .sfilter__row:first-of-type{
	margin-top: 8px;
}
.sfilter__form-overflow::-webkit-scrollbar,
.sfilter__cb-select-list::-webkit-scrollbar,
.sfilter__rb-select-list::-webkit-scrollbar{ /* chrome based */
	width: 7px;  /* ширина scrollbar'a */
	background: #eee;  /* опционально */
}
.sfilter__form-overflow::-webkit-scrollbar-thumb,
.sfilter__cb-select-list::-webkit-scrollbar-thumb,
.sfilter__rb-select-list::-webkit-scrollbar-thumb{
	width: 7px;
	background: #ccc;
}
.sfilter__form-overflow,
.sfilter__cb-select-list,
.sfilter__rb-select-list{
	-ms-overflow-style: none;  /* IE 10+ */
	scrollbar-width: thin; /* Firefox */
}

.sfilter .currency-item{
	box-shadow: none;
	border: 0;
	color: #C29540;

	width: auto;
	height: auto;
}
.sfilter .currency-item span{
	border-bottom: 1px dotted #C29540;
}
.sfilter .currency-item:hover{
	background: #fff;
	border-color: #f3f3f3;
	box-shadow: none;
	fill: #222 !important;
	color: inherit;
}
.sfilter .currency-item--active{
	background: #fff;
	fill: #222 !important;
	color: inherit;
	box-shadow: none;
	opacity: 1 !important;
	cursor: default;
}
.sfilter .currency-item--active span{
	border-bottom: 1px dotted transparent;
}
.sfilter .currency-item{
	padding: 4px 11px;
	line-height: 1;
}
.sfilter .filter-currency{
	justify-content: flex-end;
	margin-right: -3px;
	position: relative;
	top: 6px;
}

.sfilter__form-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.sfilter__close{
	position: absolute;
	right: 27px;
	top: 21px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	text-transform: uppercase;
}
.sfilter__close:hover{
	color: #292929;
}
.sfilter__close:hover span{
	border-bottom: 1px solid transparent;
}
.sfilter__close span{
	border-bottom: 1px dotted;
	display: inline-block;
	margin-right: 11px;
	letter-spacing: 0.01em;
	line-height: 13px;
	vertical-align: top;
	margin-top: 6px;
}
.filter-open-wrap{
	position: relative;
}
.filter-open-link{
	font-size: 14px;
	text-transform: uppercase;
	padding: 9px 47px 7px 47px;
	color: #fff;
	background: #c29540;
	cursor: pointer;
	user-select: none;
	align-items: center;
	line-height: 1;
	display: flex;
	min-height: 40px;
}
.header-filter .filter-open-link{
	/*text-transform: none;*/
	font-size: 13px;
	min-height: 30px;
}
.header-filter .filter-open-link__cnt{
	min-width: 22px;
	height: 22px;
	border-radius: 22px;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0;
}
.filter-open-link--active{
	padding: 7px 42px 7px 19px;
}
.header-filter .filter-open-link--active {
	padding: 4px 42px 4px 19px;
}
.filter-open-link__cnt{
	display: none;
	min-width: 27px;
	height: 27px;
	border-radius: 27px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 23px;
	letter-spacing: -0.03em;
	font-weight: 500;
	margin-left: 6px;
}
.filter-open-link--active .filter-open-link__cnt{
	display: inline-block;
}
.filter-open-link__clear{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 32px;
	display: none;
	align-items: center;
	justify-content: center;
	background: #b18531;
}
.filter-open-link__clear img{
	margin-right: 0 !important;
}
.filter-open-link__clear .filter-progress-img + img{
	display: none;
}
.filter-open-link--active + .filter-open-link__clear{
	display: flex;
	cursor: pointer;
}

.sfilter__form{
	font-weight: normal;
}
.sfilter__row{
	display: flex;
	margin: 0 -8px 18px;
	justify-content: space-around;
	position: relative;
}
.sfilter__row--cb{
	margin: 0 -4px 18px;
}
.sfilter__label--STATE,
.sfilter__label--HAS_SWIMMING_POOL{
	font-size: 12px;
}
.sfilter__form input[type="radio"],
.sfilter__form input[type="checkbox"]{
	display: none;
}
.sfilter__form input[type="radio"] + label,
.sfilter__form input[type="checkbox"] + label,
.sfilter__form input[type="text"]{
	margin: 0 8px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 10px 10px;
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.16);
	cursor: pointer;
	user-select: none;
	position: relative;
	line-height: 1.2;
}
.sfilter__price-row label,
.sfilter__rb-select-title{
	text-transform: none !important;
}
.sfilter__form .sfilter__row--cb input[type="checkbox"] + label{
	margin: 0 4px;
}
.sfilter__form input[type="radio"] + label:hover,
.sfilter__form input[type="checkbox"] + label:hover{
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.32);
}
.sfilter__form input[type="radio"]:disabled + label:hover,
.sfilter__form input[type="checkbox"]:disabled + label:hover{
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.16);
}
.sfilter__form input[type="radio"]:checked:not([data-def]) + label,
.sfilter__form input[type="checkbox"]:checked + label,
.sfilter__rb-select--active .sfilter__rb-select-title
{
	background: #f3f3f3 !important;
	box-shadow: none !important;
	opacity: 1 !important;
	cursor: default;
}

.sfilter__no-sumbit-msg{
	position: fixed;
	background: url('/local/components/bitrix/catalog.smart.filter/templates/.default/./images/notice.png') no-repeat center;
	text-align: center;
	width: 261px;
	height: 90px;
	margin-left: 10px;
	transform: translateY(-50%);
	z-index: 100;
	padding: 14px 14px 13px 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	font-size: 14px;
}
.sfilter__form label.disabled,
.sfilter__form input:disabled + label{
	opacity: 0.7;
	cursor: default !important;
	background: #fff !important;
	user-select: none;
	color: #aaa;
	display: none!important;
}
.sfilter__form input[type="text"]{
	text-transform: none;
	border: 0;
	cursor: initial;
	line-height: 1.5;
}
.sfilter__form input.sfilter__input-search{
	margin: 0;
	box-shadow: none;
	border: 1px solid #ececec;
	padding: 4px 7px;
	text-align: left;
}
.sfilter__form input.sfilter__input-search:invalid{

}
.sfilter__form input.sfilter__input-search:focus{
	text-align: left;
}
.sfilter__form input.sfilter__input-search:focus::-webkit-input-placeholder {color:#fff;}
.sfilter__form input.sfilter__input-search:focus::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.sfilter__form input.sfilter__input-search:focus:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.sfilter__form input.sfilter__input-search:focus:-ms-input-placeholder      {color:#fff;}

.sfilter__cb-select,
.sfilter__rb-select{
	width: 100%;
	margin: 0 8px;
	position: relative;
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.16);
	background: #fff;
}
.sfilter .sfilter__rb-select--active{
	box-shadow: none;
}
.sfilter__cb-select--open,
.sfilter .sfilter__rb-select--open{
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.16);
	position: absolute;
	z-index: 200;
	left: 0;
	right: 0;
	top: 0;
	width: auto;
}
.sfilter__cb-select--open + .sfilter__cb-select-hidden,
.sfilter__rb-select--open + .sfilter__rb-select-hidden{
	height: 42px;
}
.sfilter__cb-select-title,
.sfilter__rb-select-title{
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	padding: 12px 80px 8px 16px;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.sfilter__cb-select-title-cnt{
	position: absolute;
	right: 39px;
	background: #f3f3f3;
	top: 0;
	height: 100%;
	width: 30px;
	padding: 0 5px;
	text-align: center;
	display: flex;
	align-items: center;
	box-sizing: content-box;
	justify-content: center;
}
.sfilter__cb-select-title svg{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.sfilter__cb-select--open .sfilter__cb-select-title svg{
	transform: translateY(-50%) rotate(-180deg);
}
.sfilter__cb-select--open .sfilter__cb-select-title,
.sfilter__rb-select--open .sfilter__rb-select-title{
	border-bottom: 1px solid #ececec;
}
.sfilter__cb-select-search{
	margin: 0 10px 5px;
	position: relative;
}
.sfilter__cb-select-search-clean,
.sfilter__cb-select-search-ico{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	transition: color 0.5s;
}
.sfilter__cb-select-search-clean:hover{
	color: #c29540;
}
.sfilter__cb-select-search-ico{
	right: 7px;
	top: 6px;
}
[style="display: none;"] + .sfilter__cb-select-search-ico,
[style="display: none"] + .sfilter__cb-select-search-ico{
	display: block !important;
}
.sfilter__cb-select-search input{
	padding-right: 20px !important;
}
.sfilter__cb-select-no-result{
	padding: 5px 10px;
}
.sfilter__cb-select-list,
.sfilter__rb-select-list{
	background: #fff;
	max-height: 300px;
	overflow: auto;
	display: none;
	position: relative;
	padding: 5px 0;
}
.sfilter__cb-select-item,
.sfilter__rb-select-item{
	user-select: none;
}
.sfilter__cb-select--open .sfilter__cb-select-list,
.sfilter__rb-select--open .sfilter__rb-select-list{
	display: block;
}
.sfilter__cb-select input[type="checkbox"]{
	display: none;
}
.sfilter__cb-select .sfilter__cb-select-item input + label,
.sfilter__rb-select .sfilter__rb-select-item input + label{
	display: block;
	padding: 8px 16px;
	line-height: normal;
	margin: 0;
	text-transform: none;
	/*font-size: 12px;*/
	text-align: left;
	box-shadow: none !important;
}
.sfilter__rb-select .sfilter__rb-select-item input + label{
	text-align: center;
}
.sfilter__rb-select .sfilter__rb-select-item input + label:hover{
	background: #f3f3f3;
}
.sfilter__cb-select label b,
.sfilter__rb-select label b{
	font-weight: bold;.sfilter
	font-size: inherit;
}
.sfilter__cb-select-remove{
	font-size: 25px !important;
	font-family: serif;
	line-height: 14px;
	vertical-align: text-bottom;
}
.sfilter__cb-select .sfilter__cb-select-item input[type="checkbox"]:checked + label,
.sfilter__rb-select .sfilter__rb-select-item input[type="radio"]:checked:not([data-def]) + label{
	background: #f3f3f3;
}
.sfilter__cb-select-ok{
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	padding: 14px;
	color: #C29540;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
	text-transform: uppercase;
	z-index: 11;
	border: 0;
	border-top: 1px solid #ECECEC;
	outline: none;
	cursor: pointer;
}
.sfilter__cb-select--open .sfilter__cb-select-ok{
	display: block;
}

.sfilter__rb-select-wrap{
	position: relative;
	margin: 0 8px;
	width: 100%;
}
.sfilter__rb-select{
	margin: 0 !important;
}
.sfilter__rb-select-title{
	text-align: center;
	padding-right: 10px;
}
.sfilter__rb-select-list{

}
.sfilter__rb-select-item{

}
.rb-s__item-input{
	
}
.sfilter__rb-select-item label{
}
.sfilter__rb-select-item + .sfilter__rb-select-item,
.sfilter__cb-select-item + .sfilter__cb-select-item{
	position: relative;
}
.sfilter__rb-select-item + .sfilter__rb-select-item:before,
.sfilter__cb-select-item + .sfilter__cb-select-item:before{
	content: "";
	position: absolute;
	top: 0;
	height: 1px;
	left: 16px;
	width: calc(100% - 32px);
	background: #ECECEC;
}


.sfilter__row-title{
	text-transform: uppercase;
	width: 100%;
	padding: 0 8px;
}
.sfilter__row-title span,
.sfilter__rb-select span{
	text-transform: none;
}
.sfilter__row-title sup,
.sfilter__rb-select sup{
	font-size: 80%;
	line-height: 0;
}
.sfilter__row-title sup:after,
.sfilter__rb-select sup:after{
	content: none !important;
}

.sfilter__price-wrap{
	margin-top: 15px;
}
.sfilter__int-wrap,
.sfilter__cb-wrap{
	margin-top: 22px;
}
.sfilter__price-wrap .currency-list{
	width: 100%;
}
.sfilter__int-wrap .sfilter__row-title,
.sfilter__cb-wrap .sfilter__row-title,
.sfilter__price-wrap .sfilter__row-title{
	line-height: 1;
}
.sfilter__int-wrap .sfilter__row,
.sfilter__cb-wrap .sfilter__row,
.sfilter__price-wrap .sfilter__row{
	align-items: flex-end;
	margin-bottom: 9px;
}
.sfilter__price-col{
	width: 100%;
	padding: 0 14px;
}


.sfilter__form-footer{
	padding: 10px 27px 10px 20px;
	-webkit-box-shadow: 0 -6px 4px -4px rgba(0,0,0,.1);
	box-shadow: 0 -6px 4px -4px rgba(0,0,0,.1);
}
.sfilter__form-footer .sfilter__row{
	margin-bottom: 10px;
}
.sfilter__form-footer .sfilter__row:last-of-type{
	margin-bottom: 0;
}
.sfilter__form-footer{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.sfilter__submit{
	width: 100%;
	background: #c29540;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	height: 45px;
	margin: 0 8px;
	padding: 8px 10px 8px;
	border: none;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
.sfilter__submit span{
	line-height: 14px;
	font-size: 12px;
}
.sfilter__submit .filter-progress{
	display: inline-block;
	vertical-align: text-bottom;
}
.filter-progress-img{
	width:16px;margin-right: 7px;
}
.modef_num span{
	font-size: 21px;
}

.sfilter__del-filter{
	width: 100%;
	background: none;
	text-transform: uppercase;
	height: 35px;
	margin: 0 8px;
	padding: 5px 10px 5px;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
.sfilter__del-filter span{
	border-bottom: 1px dotted;
}
.sfilter__del-filter:hover span{
	border-bottom: 1px dotted transparent;
}

@media (min-width: 768px) {
	.page-section-wrap{
		min-height: 1000px;
		transform: translate3d(0,0,0);
		transition: transform 0.4s ease-out;
	}
	.page-section-wrap--with-filter{
		width: calc(100% - 380px);
		transform: translate3d(380px,0,0);
	}
	.sfilter--preopen + #ajaxcontainer .container,
	.sfilter--open + #ajaxcontainer .container{
		margin-left: 0;
		box-sizing: content-box;
	}

}

@media (max-width: 767px), (max-width: 980px) and (max-height: 500px){
	.header--fixed{
		width: 100%;
	}
	.header-filter,
	.header-filter .filter-open-wrap{
		display: block !important;
		/*margin-right: 5px;*/
	}
	.filter-open-wrap{
		display: none;
	}
	.sfilter{
		width: 100%;
		transform: translate3d(-110%,0,0);
		top: 0 !important;
		position: fixed;
		max-height: 100%;
		/*height: 100% !important;
		padding-bottom: 0 !important;*/
		font-size: 13px;
		z-index: 500;
		min-height: 300px;

	}
	.sfilter--open{
		z-index: 1000000002; /* calltouch :( */
	}
	/*.sfilter *{
		font-size: 13px;
	}*/
	.sfilter__close{
		right: 15px;
	}
	.sfilter__form {

	}
	.sfilter__row{

	}
	.sfilter__form input[type="radio"] + label,
	.sfilter__form input[type="checkbox"] + label,
	.sfilter__form input[type="text"]{
		padding: 12px 5px 8px;
	}
	.sfilter__cb-select .sfilter__cb-select-item input + label,
	.sfilter__rb-select .sfilter__cb-select-item input + label{
		padding: 3px 10px;
		margin: 0;
	}
	.sfilter__form input.sfilter__input-search{
		padding: 4px 7px;
		margin: 0;
	}
	.sfilter__cb-select,
	.sfilter__rb-select-wrap{

	}
	.sfilter__form .sfilter__label-state{
		font-size: 10px;
	}
	.sfilter__no-sumbit-msg{
		display: none !important;
	}
	.sfilter__label--STATE, .sfilter__label--HAS_SWIMMING_POOL{
		font-size: 11px;
		padding: 16px 5px 13px !important;
	}
	.sfilter__cb-select-list,
	.sfilter__rb-select-list{
		max-height: 240px;
	}
}

.bx-filter-param-label > span{
	color: #999;
}

/*
*Track
*
*/
.bx-filter-parameters-box{
	width: 100%;
	padding: 0 23px;
}
.bx-filter .bx-ui-slider-track-container {
	padding-top: 11px;
	padding-bottom: 38px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 2px;
	background: #d8e9f0;
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: 11px;
	display: block;
	height: 17px;
	font-size: 12px;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -15px;

}
.bx-filter .bx-ui-slider-part.p5 {
	right: -15px;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 120;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 90;
	background: #C29540;
	/*display: none;*/
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	background: #C5C5C5;
	/*background: #C29540;*/
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	outline: 0;
	transition: 0s;
	transform: translateY(-50%);
	background: #fff;
	border: 3px solid #C29540;
	margin-top: -1px;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -15px;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -15px;
}

.bx-filter .bx-ui-slider-part {
	width: calc(50% + 2px);
	display: flex;
	align-items: center;
	top: 26px;
}
.sfilter__form .bx-ui-slider-part input[type="text"] {
	box-shadow: none;
	height: 39px;
	padding: 0;
	padding-left: 10px;
	padding-right: 36px;
	border: 1px solid #D6D6D6;
	width: 100%;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	color: #222;
}
.bx-ui-slider-part-text {
	position: absolute;
	right: 10px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #9A9A9A;
}
.bx-filter .bx-ui-slider-track-container {
	padding-bottom: 54px;
}
@media(min-height: 1080px) {
	.sfilter__form-overflow, .sfilter__cb-select-list, .sfilter__rb-select-list {
		height: auto !important;
		overflow: auto;
	}
	.sfilter__form-footer {
		position: relative;
	}
}
/* End */


/* Start:/local/templates/garda_new_responsive/components/pixelplus/catalog.section.new/.default/style.css?17518693926231*/
.catalog-price {
	 color:red;
}
div.catalog-section table.catalog_table td {
	padding-right:10px;
	padding-top:10px;
}
.card_pusher{
height: 22px;
}
div.catalog-section .catalog-name{
    text-transform: uppercase;
    text-align: left;
    font-size: 17px;
    font-family: agopuhr;
}
.gsfilter-active {
	color: orange !important; 
}

.gsfilter-active a{
	color: orange !important; 
}

.adv_filter_button {
	cursor: pointer;
}
.prc{
padding-right: 0px !important;
}
.priceholder {
clear: both;
}

.desc .paragraph_top_wrapper  {
	float: right; 
	width: 580px; 
	padding-left: 24px; 
	padding-right: 50px;
}

.desc .h1 {
	padding-left: 94px; 
}

.dropdown_list{
	position: relative;
}
.dropdown_list .list{
	display: none;
	position: absolute;
	border: 1px solid #5f595b;
	border-top: none;
	background-color: #2b2526;
	margin-top: -1px;
	/*margin-top: -22px;*/
	width: 68px;
	margin-left: 8px;
}
 .dropdown_list .list_it{
	display: block;
	cursor: pointer;
	width: 68px;
	height: 20px;
	text-align: center;
	color: white;
}
 .dropdown_list .list_it:hover{
	color: #fbad18;
	background-color:#4f494b;
}
.dropdown_list .adv_filter_text{
	text-align: center;
}
.tag-b {font-weight: bold;}
p.no_items_text {
    border: solid 2px #fbb204;
    padding: 17px 21px;
    text-align: center;
    color: white;
    font: 17px agopuhr;
}
.settlement-offers {
    font-size: 22px;
    font-family: agopuhr;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
}
.catalog-section:after {
	content: '';
	display: table;
	clear: both;
}
.catalog-element-half-width {
	float: left;
	position: relative;
	width: 492px;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 515px;
	border: 1px solid #3e3c3c;
	box-sizing: border-box;
	padding: 15px 0;
}
.catalog-element-half-width:nth-child(2n+1) {
	margin-right: 0;
	float: right;
}
.catalog-element-half-width .price-table {

}
.catalog-element-half-width table.catalog_table {
	height: 225px;
}
.catalog-element-half-width table.catalog_table td {
	padding: 0 !important;
}
.catalog-element-half-width .catalog_table img {
	width: 455px;
	height: 280px;
	margin-right: 15px;
	margin-left: 15px;
}
.catalog-element-half-width .img-wr {
	width: 255px;
}
.catalog-element-half-width .catalog_table {
	width: 100%;
	border: 0 none;
}
.catalog-element-half-width .favoritecontainer {
	position: absolute;
	top: 30px;
	right: 25px;
}
.catalog-element-half-width .favoritecontainer .addtofavorite {
	padding: 10px 45px 10px 10px;
	background: rgba(0,0,0,.6) url(/local/components/pixelplus/catalog.section.new/templates/.default/img/star_empty.jpg) right center no-repeat;
}
.catalog-element-half-width .favoritecontainer .removetofavorite {
	padding: 10px 45px 10px 10px;
	background: rgba(0,0,0,.6) url(/local/components/pixelplus/catalog.section.new/templates/.default/img/star-full.jpg) right center no-repeat;
}
.catalog-element-half-width .cardd {
	padding: 0 !important;
}
.catalog-element-half-width .cardd span {
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
	margin-right: 5px;
}
.catalog-element-half-width .price_value {
	font-size: 25px;
	margin-bottom: 0;
}
.catalog-element-half-width .currency_rub,
.catalog-element-half-width .currency_usd,
.catalog-element-half-width .currency_eur {
	margin-top: 0 !important;
}
.catalog-element-half-width .priceholder {
	display: inline-block;
	float: none !important;
}
.catalog-element-half-width .priceholder:last-child {
	margin-right: 30px !important;
}
.catalog-element-half-width .priceholder + .priceholder {
	margin-right: 0 !important;
}

#catalog-items .catalog-element-half-width td.prc {
	vertical-align: top;
	padding-left: 10px !important;
	padding-top: 25px !important;
	padding-bottom: 5px !important;
}
.catalog-element-half-width .elem_id {
    color: #ddd;
    position: absolute;
    top: 22px;
    right: 70px;
    font-size: 14px;
    cursor: pointer;
    pointer-events: none;
}
.catalog-element-half-width .elem_id.edit_class_elem_id{
	top: 37px;
	pointer-events: none;
}
.settlement-item-info {
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.catalog-element-half-width .cardd span {
    display: inline;
    float: none;
    width: auto;
    font-weight: normal;
    margin-right: 5px;
}
.prop-name {
    width: 50px !important;
    font-weight: bold !important;
    display: inline-block !important;
}
.settlement-item-info .prop-value {
    color: #c6c6c6;
    margin-left: 5px;
    font-size: 14px;
}
.catalog-section > .slide{
	/*box-sizing: border-box;*/
}

.slide__button{
	/*position: absolute;*/

}


/* faq-section */
.faq-items{border:1px solid #E0E0E0;width:100%;position:relative;padding:20px 30px;margin:0 0 55px;counter-reset:num}
.faq-items .item{border-bottom:1px dashed #CFCFCF;padding:35px 0}
.faq-items .item:last-child{border-bottom:0}
.faq-items .item .name{font-weight:400;font-size:18px;line-height:21px;color:#333333;display:block;width:100%;position:relative;padding:0 0 0 55px}
.faq-items .item .name:before{content:counter(num);counter-increment:num;width:36px;height:36px;border:2px solid #C29540;display:flex;align-items:center;justify-content:center;border-radius:100%;font-weight:700;font-size:18px;line-height: 100%;text-align:center;color:#C29540;position:absolute;top:-10px;left:0}
.faq-items .item .description{margin:10px 0 0;padding:0 0 0 55px;width:100%;text-align:left}
.faq-items .item .description p{font-weight:400;font-size:14px;line-height:21px;color:#333333;text-align:left}
.faq-items table{width:auto}
.faq-items table td{font-family:'Roboto';font-style:normal;font-weight:400;font-size:14px;line-height:28px;padding:0 0 0 10px}
.faq-items table td:first-child{color:#959595;padding:0}
@media screen and (max-width:580px){
.faq-items{padding:15px 20px}
.faq-items .item{padding: 25px 0}
.faq-items .item .name:before{top:-5px}
.faq-items table tr{display:flex;flex-wrap:wrap}
.faq-items table tr td{padding:0;width:100%;line-height:130%}
.faq-items table td:first-child{padding:7px 0 0}
}
@media(min-width: 1920px) {
	.wrapper.wrapper_with_page .sfilter--open {
		right: calc(50% + 360px);
		transform: translate3d(-80px,0,0) !important;
	}
	.sfilter--open + #ajaxcontainer .container {
		margin-left: auto;
	}
}
/* End */


/* Start:/local/templates/garda_new_responsive/components/pixelplus/feedback/in-page/style.css?16818919651794*/
.feedbackform_wr
{
width:350px;
padding:30px;
background:#fff;
}

.feedbackform_wr .error_list
{
color:#ff0000;
margin:0 0 15px 0;
}

.feedbackform_wr .starrequired
{
color:#ff0000;
}

.feedbackform_wr div.label
{
display:block;
margin:0 0 18px 0;
}

.feedbackform_wr div.label span.fieldname
{
display:block;
margin:0 0 5px 0;
}

.feedbackform_wr div.label input[type=text],
.feedbackform_wr div.label input[type=email]
{
width:348px;
height:40px;
border:1px solid #c3c3c3;
margin:0;
padding:0;
color:#2d2d2c;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.feedbackform_wr div.label textarea
{
width:348px;
max-width:348px;
min-width:348px;
height:140px;
max-height:140px;
min-height:140px;
border:1px solid #c3c3c3;
margin:0;
padding:0;
resize:none;
overflow-y:auto;
color:#2d2d2c;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.feedbackform_wr div.label input[type=text].error,
.feedbackform_wr div.label input[type=email].error,
.feedbackform_wr div.label textarea.error
{
border-color:#ff0000;
}

.feedbackform_wr div.label input[type=submit]
{
width:129px;
height:42px;
line-height:42px;
color:#fff;
font-size:16px;
text-transform:uppercase;
display:inline-block;
text-align:center;
background:#c71633;
border:none;
cursor:pointer;
}

.feedbackform_wr div.label label
{
cursor:pointer;
}

.feedbackform_wr div.label .file_params
{
font-size:11px;
font-style:italic;
margin:5px 0 0 0;
}

.send_ok
{
font-size:18px;
text-align:center;
margin:25px 0;
color:#10a600;
}

.error_list {
    padding-left: 34px;
    margin-top: 4px;
    color: red;
    font-size: 12px;
    line-height: 20px;
}

input.form-control[name="_BYEBYE"] {
    height: 1px;
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: 9000000px;
}
/* End */


/* Start:/local/templates/garda_new_responsive/components/pixelplus/feedback/catalog-page/style.css?16862310974274*/
.detail-map-request-cont + .container .section-list-form{
	margin-top: 30px;
}
.section-list-form{
	display: block;
	width: 100%;
	margin: 15px 0 30px;
	position: relative;
}
.catalog-section .section-list-form{
	padding: 0 11.5px 0;
}
.sl-form__wrap{
	padding: 31px 54px;
	background: #F3F2F1;
}
.sl-form__row{
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: space-between;
}
.sl-form{

}
.sl-form__title{
	font-weight: 400;
	font-size: 28px;
	line-height: 33px;
	color: #5F5F5F;
	margin-bottom: 20px;
}
.sl-form__title span{
	color: #C29540;
	text-decoration: underline;
	white-space: nowrap;
}
.sl-form__text{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #5F5F5F;
	margin-bottom: 11px;
}
.sl-form__phones{
	display: flex;
	gap: 14px;
	margin-bottom: 20px;
}
.sl-form__phones svg{
	display: block;
}
.sl-form__inputs{
 	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.sl-form__input{
	width: 50%;
}
.sl-form__input{
	padding: 17px 21px;
	background-color: #FFFFFF;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADsSURBVHgBbVDBtQFBEKye8Z1/CBuCCGgZrAycec8jAk8Ee8BzRARWBLtEIIQVgU1gZvSMtVjmMt1VNVPVTWicbMmsACaFojvOd++caoor4dw5xD+4z0OEsrpvTa6VJRzpP2yNxb4/EVsrYg04i2sdSyG2FimdVzwFIfGEAwq5SgI6guXyUCzAgbNYtIxGqk0AYxH1ak8nIgpVKfVRygs1N6EVstcAGHRHefo1oM8u2bZVewqfOySC/3+JVRsHsYmk3Ml+fYTc97pdf/AQe/sgJBRGYeEx4zCrNJytuYOPvBuO/KN37Lzmocef/R2n702Umm1jkwAAAABJRU5ErkJggg==");
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #E0E0E0;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #767676;
}
.sl-form__btns{
	display: flex;
	gap: 10px;
	align-items: center;
}
.sl-form__btn{
	width: 50%;
	background: #C29540;
	padding: 15px 67px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: 0;
	outline: 0;
}
.sl-form__consent{
	width: 50%;
}
.sl-form__consent input{
	display: none;
}
.sl-form__consent label{
	padding-left: 29px;
	position: relative;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	margin-right: -25px;
}
.sl-form__consent label a{
	color: #C29540;
}
.sl-form__consent label:before{
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #E0E0E0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	color: #fff;
}
.sl-form__consent input:checked + label:before{
	background: #C29540;
	border: 1px solid #C29540;
	content: "✓";
}
.sl-form__photo{
	padding-left: 40px;
	border-left: 1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 255px;
	flex-shrink: 0;
}
.sl-form__photo-name{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sl-form__photo-text{
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}



.send_ok {
	font-size:18px;
	text-align:center;
	margin:25px 0;
	color:#10a600;
}

.error_list {
	padding-left: 0px
	margin-top: 4px;
	color: red;
	font-size: 12px;
	line-height: 20px;
}

input[name="_BYEBYE"] {
	height: 1px;
	opacity: 0;
	position: absolute;
	z-index: 0;
	left: 9000000px;
}

@media (max-width: 980px){
	.sl-form__wrap {
		padding: 35px 27px;
	}
	.sl-form__inputs,
	.sl-form__btns{
		flex-direction: column;
	}
	.sl-form__input,
	.sl-form__btn,
	.sl-form__consent{
		width: 100%;
	}
	.sl-form__photo {
		padding-left: 20px;
		flex-shrink: 1;
	}
	.sl-form__row{
		gap: 20px;
	}
	.sl-form__consent label{
		margin-right: 0;
	}
}
@media (max-width: 600px){
	.sl-form__row{
		flex-direction: column;
	}
	.sl-form__title{
		font-size: 24px;
		line-height: 28px;
	}
	.sl-form__text{
		font-size: 14px;
		line-height: 16px;
	}
	.sl-form__photo{
		padding-top: 20px;
		border-left: 0;
		padding-left: 0;
		width: 100%;
		border-top: 1px solid #E3E3E3;
		display: flex;
		gap: 10px;
		align-items: center;
		flex-direction: row;
		text-align: left;
	}
	.sl-form__photo img{
		width: 85px;
		height: 85px;
	}
	.sl-form__photo-text{
		text-align: left;
	}
}
/* End */


/* Start:/local/templates/garda_new_responsive/components/pixelplus/feedback/catalog-page-closed/style.css?16980422324599*/
.detail-map-request-cont + .container .section-list-form{
	margin-top: 30px;
}
.section-list-form{
	display: block;
	width: 100%;
	margin: 15px 0 30px;
	position: relative;
}
.catalog-section .section-list-form{
	padding: 0 11.5px 0;
}
.sl-form__wrap{
	padding: 31px 54px;
	background: #F3F2F1;
}
.sl-form__row{
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: space-between;
}
.sl-form{

}
.sl-form__title{
	font-weight: 400;
	font-size: 28px;
	line-height: 33px;
	color: #5F5F5F;
	margin-bottom: 20px;
}
#section-list-form-closed .sl-form__title span{
	font-weight: bold;
	color: #C29540;
}

#section-list-form-closed .sl-form__title.sl-form__title-closed {
}

#section-list-form-closed .sl-form__title.sl-form__title-closed span {
	color: #17AAD9;
}

.sl-form__text{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #5F5F5F;
	margin-bottom: 11px;
}
.sl-form__phones{
	display: flex;
	gap: 14px;
	margin-bottom: 20px;
}
.sl-form__phones svg{
	display: block;
}
.sl-form__inputs{
 	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.sl-form__input{
	width: 50%;
}
.sl-form__input{
	padding: 17px 21px;
	background-color: #FFFFFF;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADsSURBVHgBbVDBtQFBEKye8Z1/CBuCCGgZrAycec8jAk8Ee8BzRARWBLtEIIQVgU1gZvSMtVjmMt1VNVPVTWicbMmsACaFojvOd++caoor4dw5xD+4z0OEsrpvTa6VJRzpP2yNxb4/EVsrYg04i2sdSyG2FimdVzwFIfGEAwq5SgI6guXyUCzAgbNYtIxGqk0AYxH1ak8nIgpVKfVRygs1N6EVstcAGHRHefo1oM8u2bZVewqfOySC/3+JVRsHsYmk3Ml+fYTc97pdf/AQe/sgJBRGYeEx4zCrNJytuYOPvBuO/KN37Lzmocef/R2n702Umm1jkwAAAABJRU5ErkJggg==");
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #E0E0E0;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #767676;
}
.sl-form__btns{
	display: flex;
	gap: 10px;
	align-items: center;
}
.sl-form__btn{
	width: 50%;
	background: #C29540;
	padding: 15px 67px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: 0;
	outline: 0;
}
.sl-form__consent{
	width: 50%;
}
.sl-form__consent input{
	display: none;
}
.sl-form__consent label{
	padding-left: 29px;
	position: relative;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	margin-right: -25px;
}
.sl-form__consent label a{
	color: #C29540;
}
.sl-form__consent label:before{
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #E0E0E0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	color: #fff;
}
.sl-form__consent input:checked + label:before{
	background: #C29540;
	border: 1px solid #C29540;
	content: "✓";
}
#section-list-form-closed .sl-form__photo{
	padding-left: 0;
	border-left: none;
	padding-right: 40px;
	border-right: 1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 274px;
	flex-shrink: 0;
}
.sl-form__photo-name{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sl-form__photo-text{
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}



.send_ok {
	font-size:18px;
	text-align:center;
	margin:25px 0;
	color:#10a600;
}

.error_list {
	padding-left: 0px;
	margin-top: 4px;
	color: red;
	font-size: 12px;
	line-height: 20px;
}

input[name="_BYEBYE"] {
	height: 1px;
	opacity: 0;
	position: absolute;
	z-index: 0;
	left: 9000000px;
}

@media (max-width: 980px){
	.sl-form__wrap {
		padding: 35px 27px;
	}
	.sl-form__inputs,
	.sl-form__btns{
		flex-direction: column;
	}
	.sl-form__input,
	.sl-form__btn,
	.sl-form__consent{
		width: 100%;
	}
	.sl-form__photo {
		padding-left: 20px;
		flex-shrink: 1;
	}
	.sl-form__row{
		gap: 20px;
	}
	.sl-form__consent label{
		margin-right: 0;
	}
}
@media (max-width: 600px){
	#section-list-form-closed .sl-form__row{
		flex-direction: column-reverse;
	}
	.sl-form__title{
		font-size: 24px;
		line-height: 28px;
	}
	.sl-form__text{
		font-size: 14px;
		line-height: 16px;
	}
	#section-list-form-closed .sl-form__photo{
		padding-top: 20px;
		border-left: 0;
		padding-left: 0;
		width: 100%;
		border-top: 1px solid #E3E3E3;
		display: flex;
		gap: 10px;
		align-items: center;
		flex-direction: row;
		text-align: left;
		border-right: none;
		padding-right: 0;
	}
	.sl-form__photo img{
		width: 85px;
		height: 85px;
	}
	.sl-form__photo-text{
		text-align: left;
	}
}
/* End */
/* /local/components/bitrix/catalog.smart.filter/templates/.default/style.css?175186920819151 */
/* /local/templates/garda_new_responsive/components/pixelplus/catalog.section.new/.default/style.css?17518693926231 */
/* /local/templates/garda_new_responsive/components/pixelplus/feedback/in-page/style.css?16818919651794 */
/* /local/templates/garda_new_responsive/components/pixelplus/feedback/catalog-page/style.css?16862310974274 */
/* /local/templates/garda_new_responsive/components/pixelplus/feedback/catalog-page-closed/style.css?16980422324599 */
