

/* 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/settlement/style.css?175334268221721*/
.catalog-price {
	 color:red;
}
div.catalog-section table.catalog_table td {
	padding-right:10px;
	padding-top:10px;
}

.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 p{
	margin: 30px 0;
}
.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;}


.settlement-heading {
	margin: 15px 0 10px 35px;
	text-transform: none;
	font-size: 20px;
	display: inline-block;
}
.settlement-heading .highway-name {
	font-size: 19px;
	color: #6a6a6a;
}
.settlement-heading span {
	color: #fff;
	font-size: 25px;
}
.highway_h1 {
	display: inline-block;
	font: 25px/33px agopuhr;
}
.highway_h1 span.highway-name{
	font-size: 19px;
	color: #6a6a6a;
}
.settlement-subheading {
	color: #6a6a6a;
	font-family: agopuhr;
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 35px;
	margin-bottom: 30px;
}
.settlement-offers {
	font-size: 22px;
	font-family: agopuhr;
	color: #fff;
	margin-top: 30px;
	text-transform: uppercase;
}
.settlement-filter {
	padding-top: 20px;
}
.settlement-filter-item {
	display: inline-block;
	border: 1px solid #a7a7a7;
	padding: 2px 10px;
	margin-right: 10px;
	cursor: pointer;
}
.settlement-filter-item.active {
	border: 1px solid #fbad18;
	color: #fbad18;
}
.settlement-anchors {
	width: 110px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 30px;
}
.settlement-anchors a {
	display: inline-block;
	color: #fbad18;
	text-transform: uppercase;
	color: #fbad18;
	font-size: 13px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #fbad18;
}
.settlement-anchors a:hover {
	border-bottom: 1px dotted #fff;;
}
.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;
}
.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/templates/garda_new_responsive/components/pixelplus/catalog.section.new/settlement/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/templates/garda_new_responsive/components/pixelplus/catalog.section.new/settlement/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;
}
.show-all {
	text-align: center;
	border-bottom: 1px solid #3e3c3c;
}
.show-all-bot {
	border-bottom: 0 none;
	margin-bottom: -60px;
}
.show-all a {
	text-transform: uppercase;
	border-bottom: 1px dotted #fff;
	font-size: 16px;
	display: inline-block;
	margin-top: 23px;
	margin-bottom: 35px;
}
.show-all:before {
	content: '';
	display: table;
	clear: both;
}
.tabs-block {
	padding: 30px 0;
}
.tabs-block .tab-headers {
	display: table;
	width: 100%;
	cursor: pointer;
}
.tabs-block .tab-header {
	display: table-cell;
	padding: 20px;
	text-align: center;
}
.tabs-block .tab-header .tab-text {
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.tabs-block .tab-header .tab-icon {
	width: 25px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
}
.tab-icon.sport {
	background: url(/img/sport-icon.png) bottom center no-repeat;
}
.tab-icon.spa {
	background: url(/img/spa-icon.png) bottom center no-repeat;
}
.tab-icon.res {
	background: url(/img/res-icon.png) bottom center no-repeat;
}
.tab-icon.med {
	background: url(/img/med-icon.png) bottom center no-repeat;
}
.tab-icon.shop {
	background: url(/img/shop-icon.png) bottom center no-repeat;
}
.tabs-block .tab-header.current {
	background: #363132;
}
.tabs-block .tab-content {
	background: #363132;
	padding: 20px 40px;
}
.tabs-block .tab-content:after {
	content: '';
	display: table;
	clear: both;
}
.tabs-block .tab-content .h4 {
	font: 20px agopuhr;
	color: #fff;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 12px 0;
}
.tabs-block .tab-content .tab-image {
	float: left;
	width: 245px;
	height: 180px;
	margin-right: 35px;
	margin-bottom: 20px;
}
.tab-content {
	display: none;
}
.tab-content.current {
	display: block;
}
.callback-form .feedbackform_wr {
	width: 940px;
	text-align: center;
}
.callback-form .label._SETTLEMENT {
	display: none !important;
}
.callback-form .feedbackform_wr div.label span.fieldname,
.callback-form .feedbackform_wr div.label {
	display: inline-block;
	margin-right: 10px;
}
.callback-form .callback-header {
	font: 24px/28px agopuhr;
	color: #fcae00;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0 0 12px 0;
}
.callback-form .callback-text {
	font: 18px/24px agopuhr;
}
.callback-form .callback-text small {
	display: block;
	margin: 10px 0;
	font-size: 14px;
}
.callback-form .feedbackform_wr {
	border: 1px solid #9a9a9a;
	font-family: arial;
	color: #f6f5f3;
}
.callback-form .feedbackform_wr .label input {
	background: #3e383a;
	border-radius: 5px;
	width: 250px !important;
	color: #fff !important;
	border: 0 none !important;
	border-top: 1px solid #1b1919 !important;
	border-bottom: 1px solid #747072 !important;
}
.callback-form .feedbackform_wr div.label input[type=submit] {
	background: #fcae00 url(/img/offer.jpg) 40px 5px no-repeat;
	border: 0 none !important;
	/* width: 215px !important; */
	color: #232026 !important;
	font-size: 12px !important;
}
.map-block .map-heading {
	font: 20px agopuhr;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin: 30px 0 12px 0;
}
.map-block .settlement-subheading {
	margin-left: 0;
}
.control_set_1.control_set {
	width: 100% !important;
}
td#description {
	padding-top: 20px;
	padding-right: 35px;
}
td#description h2 {
	color: #fff;
	font-size: 22px;
}
#infrastructure {
	padding-right: 30px;
	border-top: 1px solid #3e3c3c;
	padding-top: 20px;
	margin-top: 35px;
}

#placement [id^=ymaps] {
	width: 1002px !important;
}
.similar-settlements .settlement-offers {
	margin-left: 0;
	margin-bottom: 20px;
}
[data-tns-role="wrapper"] {
	width: 920px;
	border-right: 1px solid #3e3c3c;
	position: relative;
}
[data-tns-role="controls"] {
	position: absolute;
	top: 60px;
	width: 100%;
}
[data-tns-role="controls"] [data-controls="next"] {
	position: absolute;
	right: 0;
}
#settlement-slider .item {
	box-sizing: border-box;
	border: 1px solid #3e3c3c;
}
#settlement-slider .item .settlement-image {
	float: left;
	padding: 10px;
	width: 240px;
	padding-right: 0;
}
#settlement-slider .item .settlement-image img {
	width: 225px;
}
#settlement-slider .item .settlement-info {
	padding: 7px;
}
#settlement-slider .item .settlement-info .settlement-stats {
	margin-top: 5px;
}
.similar-settlements .settlement-infrastructure {
	list-style: none !important;
	padding-left: 0;
	width: 250px;
	height: 33px;
}
.similar-settlements .settlement-infrastructure .infrastructure-icon {
	border: 1px solid #585757;
	display: inline-block;
	height: 25px;
	width: 25px;
	padding: 0 !important;
	margin-right: 3px;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}
.similar-settlements .infrastructure-icon .infrastructure-tooltip {
	display: none;
	position: absolute;
	top: -30px;
	left: -40px;
	background: #000;
	padding: 0 5px;
	width: 95px;
	text-align: center;
	border-radius: 3px;
}
.similar-settlements .infrastructure-icon .infrastructure-tooltip:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}
.similar-settlements .infrastructure-icon:first-child .infrastructure-tooltip:after {
	right: 100%;
	left: 15px;
}
.similar-settlements .infrastructure-icon:first-child .infrastructure-tooltip {
	 left: -10px;
}
.similar-settlements .infrastructure-icon:hover .infrastructure-tooltip {
	display: block;
}
.similar-settlements .infrastructure-icon.icon_bass {
	background-image: url(/img/icon-bass.png);
}
.similar-settlements .infrastructure-icon.icon_beach {
	background-image: url(/img/icon-beach.png);
}
.similar-settlements .infrastructure-icon.icon_cafe {
	background-image: url(/img/icon-cafe.png);
}
.similar-settlements .infrastructure-icon.icon_detsad {
	background-image: url(/img/icon-detsad.png);
}
.similar-settlements .infrastructure-icon.icon_fish {
	background-image: url(/img/icon-fish.png);
}
.similar-settlements .infrastructure-icon.icon_fit {
	background-image: url(/img/icon-fit.png);
}
.similar-settlements .infrastructure-icon.icon_golf {
	background-image: url(/img/icon-golf.png);
}
.similar-settlements .infrastructure-icon.icon_horse {
	background-image: url(/img/icon-horse.png);
}
.similar-settlements .infrastructure-icon.icon_les {
	background-image: url(/img/icon-les.png);
}
.similar-settlements .infrastructure-icon.icon_medicine {
	background-image: url(/img/icon-medicine.png);
}
.similar-settlements .infrastructure-icon.icon_salon {
	background-image: url(/img/icon-salon.png);
}
.similar-settlements .infrastructure-icon.icon_school {
	background-image: url(/img/icon-school.png);
}
.similar-settlements .infrastructure-icon.icon_super {
	background-image: url(/img/icon-super.png);
}
.similar-settlements .infrastructure-icon.icon_torg {
	background-image: url(/img/icon-torg.png);
}
.similar-settlements .infrastructure-icon.icon_vet {
	background-image: url(/img/icon-vet.png);
}
.similar-settlements .infrastructure-icon.icon_vodo {
	background-image: url(/img/icon-vodo.png);
}
.similar-settlements .infrastructure-icon.icon_zd {
	background-image: url(/img/icon-zd.png);
}
.catalog-section #message {
	font-size: 24px;
}
.overlay {
	z-index: 10000;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255,255,255,.3);
}
.top-list {
	width: 161px;
	padding-left: 0 !important;
	overflow: hidden;
	display: none;
	position: absolute;
	background: #2b2526;
	right: 0;
	top: 11px;
	border: 1px solid #797979;
	max-height: 300px;
}
.highway-settlements-heading {
	font-weight: bold;
	font-size: 12px;
}
.top-list li {
	list-style: none;
	display: block;
}
.top-list.revealed {
	display: block;
}
.reveal-all {
	color: #FBAD18;
	float: right;
}
.highway-settlements {
	position: relative;
	width: 323px;
	margin-top: 20px;
}
.settlements-dropdown-toggle {
	display: inline-block;
	padding: 4px 5px;
	height: 14px;
	border: 1px solid #797979;
	width: 131px;
	cursor: pointer;
	margin-left: 15px;
}
.sort_wrapper th {
	padding-bottom: 3px;
}
.settlements-dropdown-toggle:after {
	display: inline-block;
	content: '';
	background: url(/local/templates/garda_new_responsive/components/pixelplus/catalog.section.new/settlement/img/dropdown-arrow.jpg);
	width: 21px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
}
.settlement-item-info {
	margin-left: 18px !important;
	margin-right: 18px !important;
}
.settlement-item-info .prop-value {
	color: #c6c6c6;
	margin-left: 5px;
	font-size: 14px;
}
.catalog-element-half-width .old_price_wrapper {
	font-size: 24px;
	margin-right: 0;
}
.similar-settlements .item {
	border: 1px solid #3e3c3c;
	padding: 15px;
	width: 458px;
	height: 455px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.similar-settlements .item .settlement-image img {
	width: 458px;
	height: 277px;
	margin-bottom: 15px;
}
.similar-settlements-container .item:nth-child(2n+2) {
	margin-right: 0;
}
.similar-settlements .settlement-stats {
	color: #a7a7a7;
}
.similar-settlements .settlement-stats span {
	color: #c8c8c8;
}
.similar-settlements  .settlement-name,
.similar-settlements  .settlement-name a {
	color: #a7a7a7;
	font-size: 24px;
	font-family: agopuhr;
	margin-bottom: 4px;
}
.similar-settlements  .settlement-highway {
	font-family: agopuhr;
	font-size: 14px;
	margin-bottom: 15px;
	color: #6a6a6a;
}
.similar-settlements-container {
	overflow: hidden;
	height: 1000px;
}
.catalog-element-half-width .favoritecontainer .addtofavorite,
.catalog-element-half-width .favoritecontainer .removetofavorite {
	font-size: 0px;
	padding: 9px 55px 6px 53px;
	display: block;
}
.catalog-element-half-width .elem_id {
	color: #ddd;
	position: absolute;
	top: 22px;
	right: 70px;
	font-size: 14px;
	cursor: pointer;
}
.mCSB_dragger_bar {
	background: #f89e15 !important;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	opacity: 1 !important;
}
.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0 !important;
}
.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: #434141 !important;
}
.prop-settlement-name {
	/*text-transform: lowercase;*/
	display: inline-block !important;
}
.prop-settlement-name:first-letter {
	text-transform: uppercase !important;
}
.prop-name {
	width: 50px !important;
	font-weight: bold !important;
	display: inline-block !important;
}
.settlement-stats .settlement-stats-name {
	display: inline-block;
	width: 65px;
}
p.no_items_text {
	border: solid 2px #fbb204;
	padding: 17px 21px;
	text-align: center;
    color: white;
    font: 17px agopuhr;
}

.nav:before {
    clear: both;
    display: block;
    content: ' ';
}
.nav.hidden{
display: none;
}
.catalog_table .catalog-img{
position: relative;
}
.catalog_table .catalog-name{
    padding-bottom: 13px;
    text-transform: uppercase;
    text-align: left;
    font-size: 17px;
    font-family: agopuhr;
}
.catalog-element-half-width .catalog_table .catalog-name{
    margin: 0px 17px;
}

.slides{
	/* height: 562px !important; */
}

.agile_carousel {
	height: 562px !important;
}

.control_set_1 {
	margin: 260px 0 0 0px;
}

.catalog-element-half-width .elem_id.edit_class_elem_id{
	top: 37px;
	pointer-events: none;
}

a.go_to_info_page {
	padding: 7px 15px;
	border: 1px solid #fbad18;
	color: #fbad18;
	margin: 0px auto;
	display: inline-block;
}

a.go_to_info_page:hover {
	color: #fbad18;
}

.center_to_go {
	text-align: center;
}

.slide__price span.catalog-item__price--old {
	font-size: 15px !important;
	margin-bottom: -13px;
}

.slide__price span.catalog-item__price--old:after {
	width: 100px;
	bottom: 12px;
}


@media screen and (max-width: 768px) {
    .detail-slider .main-slider__arrow {
        width: 26px;
        height: 24px;
    }
    .detail-slider .main-slider__arrow.slick-prev {
        left: 0px;
    }
    .detail-slider .main-slider__arrow.slick-next {
        right: 0px;
    }
	.detail-slider .slider-for .slide-with-bg-cont::after {
		display: none;
	}
	.detail-slider .flex-direction-nav a {
		top: 60%;
	}
}

.settlement-slider .slick-dots,
.similar-slider .slick-dots {
	bottom: 0;
}

.container.section-yt-video{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.container.section-yt-video {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	.section-yt-video iframe{
		height: 320px !important;
	}
}
@media screen and (max-width: 460px) {
	.section-yt-video iframe{
		height: 200px !important;
	}
}
@media screen and (max-width: 380px) {
	.section-yt-video iframe{
		height: 170px !important;
	}
}
.settl__list{
	background: #F2F2F2;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 50px;
	padding: 35px 15px 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.settl__item{
	width: 33.333333%;
	padding-left: 30px;
	flex-shrink: 0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.settl__img{
	width: 47px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
}
.settl__img img,
.settl__img svg{
	max-width: 100%;
	height: auto;
}
.settl__img--icon svg{
	max-width: 90%;
}
.settl__text{
	text-align: left;
}
.settl__item--empty{
	margin-bottom: 0;
}
@media (max-width: 980px) {
	.settl__item{
		width: 50%;
	}
}
@media (max-width: 600px) {
	.settl__list{
		padding: 35px 30px 15px;
	}
	.settl__item{
		width: 100%;
		padding-left: 0;
	}
	.page-section .settlement__description {
		margin-top: 0;
	}
}

.infstr-list{
	margin-top: 35px;
}
.infstr-list__item{
	margin-bottom: 25px;
	display: flex;
}
.infstr-list__item-img{
	width: 95px;
	margin-right: 24px;
	flex-shrink: 0;
}
.infstr-list__item-img img{
	width: 100%;
	object-fit: contain;
}
.infstr-list__item-text{
	text-align: left;
}
.infstr-list__item-name{
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #5F5F5F;
	margin-bottom: 12px;
}
.infstr-list__item-about{
	font-size: 14px;
	line-height: 22px;
	color: #737373;
}




/* faq-section */
.faq-items{border:1px solid #E0E0E0;width:100%;position:relative;padding:20px 30px;margin:30px 0 20px;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}
}

.rating {
	text-align: center;
	border: 1px solid var(--fox-dark-gray, #000);
	padding-bottom: 1.2rem;
}
.fake_raiting {
	background: #F3F2F1;
	padding: 35px 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	margin-top: 15px;
	color: #333;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 21.6px */
	gap: 14px;
	text-align: center;
}
.page-section-wrap .page-section,
.page-section-wrap .page-section .bottom-text {
	padding-bottom: 0;
}
.ratings_over svg *,
.ratings_over_active svg * {
	fill: #c29540;
}
.fake_raiting_stars span {
	cursor: pointer;
}
.fake_raiting_stars {
	white-space: nowrap;
}
@media(max-width: 1024px) {
	.fake_raiting {
		flex-direction: column;
		align-items: center;
		padding: 20px 50px;
	}
}
@media(max-width: 600px) {
	.fake_raiting {
		padding: 20px;
		color: #333;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: 130%; /* 20.8px */
	}
}

.px-benefits {
	position: relative;
	margin-top: 25px;
}

.px-benefits * {
	font-family: 'Raleway', Arial, sans-serif;
	color: white;
}

.px-benefits h2 {
	font-size: 18px;
	line-height: 1.07;
	font-weight: 600;
	margin-bottom: 16px;
	color: white;
	text-align: center
}

.px-benefits .answer {
	display: none;
}

.px-benefits table tbody {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 32px
}

.px-benefits table tr {
	margin-bottom: 32px;
	display: flex;
	gap: 5px;
	font-size: 16px;
	align-items: center
}

.px-benefits table th {
	font-weight: 600;
	color: white;
}

.px-benefits table td {
	font-weight: 600;
	color: white;
}
@media(max-width: 600px) {
	.px-benefits table tr:nth-child(3) {
		flex-direction: column;
	}

	.px-benefits table tbody {
		gap: 15px;
	}

	.px-benefits table tr {
		margin-bottom: unset;
	}

	.px-benefits h2 {
		margin-bottom: 30px;
	}
}
/* 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/css/flexslider.css?16818919654191*/
@font-face{font-family:flexslider-icon;src:url(/local/templates/garda_new_responsive/css/fonts/flexslider-icon.eot);src:url(/local/templates/garda_new_responsive/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(/local/templates/garda_new_responsive/css/fonts/flexslider-icon.woff) format('woff'),url(/local/templates/garda_new_responsive/css/fonts/flexslider-icon.ttf) format('truetype'),url(/local/templates/garda_new_responsive/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover{outline:0}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}@-moz-document url-prefix(){.loading .flex-viewport{max-height:none}}.carousel li{margin-right:5px}.flex-direction-nav a{text-decoration:none;display:block;width:110px;height:50px;margin:-50px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;outline:0!important;border:0!important}.flex-direction-nav .flex-prev{left:0}.flex-direction-nav .flex-next{right:0;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}
/* 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 */


/* Start:/local/components/pixelplus/rating/templates/without_popup/style.css?17533379141248*/
.g-rating{
    position: fixed;
    right: 0;
    top: calc(100% - 500px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.12);
    padding: 25px;
    z-index: 110;
    width: 331px;
    max-width: 90%;
}
.g-rating__close{
    padding: 13px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: none;
    outline: none;
    cursor: pointer;
}
.g-rating__form + .g-rating__form{
    margin-top: 20px;
}
.g-rating__form-name{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #333333;
}
.g-rating__form-values {
    display: flex;
}
.g-rating__form-values label{
    padding-right: 3px;
    cursor: pointer;
}
form .g-rating__form-values:hover label svg path,
.g-rating__form-values label.g-rating__form-value--active path,
.g-rating__form-values--active path{
    fill: #C29540;
}
.g-rating__form-values label.g-rating__form-value--active ~ label path,
.g-rating__form-values:hover label:hover ~ label path {
    fill: #DBDBDB;
}
.g-rating__form-value-input{
    display: none;
}
@media (max-width: 767px) {
    .g-rating{
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
/* End */
/* /local/components/bitrix/catalog.smart.filter/templates/.default/style.css?175186920819151 */
/* /local/templates/garda_new_responsive/components/pixelplus/catalog.section.new/settlement/style.css?175334268221721 */
/* /local/templates/garda_new_responsive/components/pixelplus/feedback/in-page/style.css?16818919651794 */
/* /local/templates/garda_new_responsive/css/flexslider.css?16818919654191 */
/* /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 */
/* /local/components/pixelplus/rating/templates/without_popup/style.css?17533379141248 */
