#el_list {overflow: hidden;}

.catalog_element {
	border-bottom: 1px dashed #4c4c4c;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
}
.catalog_element:hover {background-color: #f4f4f4;}
.catalog_element_used {opacity: 0.5;}

.el_header_block {
	display: table;
	width: 100%;
	background-color: #8d8d8d;
	padding: 0px;
	cursor: pointer;
}

.catalog_element h2 {
	display: table-cell;
	color: #f4f4f4;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 3px;
	margin-top: 0;
	font-weight: 400;
	padding: 10px;
}
.catalog_element:hover .el_header_block {background-color: #60b0cb;}

.c_trigger {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	width: 100px;
	/*color: #fff;*/
	background-color: #F3CA56; color: inherit;
}
/*.catalog_element:hover .c_trigger {background-color: #F3CA56; color: inherit;}*/

.catalog_element>p, .contact_info_inner>p {
	padding: 0 10px;
}
.contact_info {display: none;}
.area {
	font-size: 12px;
	color: #898989;
	margin-top: 3px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}
.area>span:first-of-type {display: inline-block; margin-right: 20px;}
.area>span>i:before, .area>span>i:after {font-size: 14px;}
.description {font-style: italic;}
#date_update {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px dashed #d7d7d7;
}

.cdates {
	display: flex;
	justify-content: flex-end;
	column-gap: 6px;
	row-gap: 3px;
	align-items: center;
	flex-wrap: wrap;
}
.cdates>nobr {display: inline-block; position: relative;}
.cdates>nobr:first-child {padding-right: 10px;}
.cdates>nobr:first-child:after {
	content: '/';
	position: absolute;
	right: 0;
}

@media (max-width: 1023px) {
	.cdates {flex-direction: column;}
	.cdates>nobr:first-child {padding-right: 0;}
	.cdates>nobr:first-child:after {content: '';}
}

.demo {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #893725;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.logo {
	width: 70px;
	height: auto;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
}

/*@media (min-width: 1200px) {
	.catalog_element {width: 46%;}
	.catalog_element:nth-child(odd) {
		float: left;
		margin-right: 3%;
	}
	.catalog_element:nth-child(even) {
		float: right;
		margin-left: 3%;
	}
}*/

#filter {
	padding: 15px 15px;
	background-color: #f4f4f4;
	border-top: 7px solid #648a24;
	margin-bottom: 40px;
}
#formwrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	row-gap: 20px;
	flex-wrap: wrap;
}
#formwrapper>div {
/*	vertical-align: top;
	padding-bottom: 20px;*/
}

#formwrapper>div>section>label {
	font-weight: bold;
	color: #648a24;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
}
#formwrapper>div>span {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 33px;
	text-align: center;
	border: 3px solid #648a24;
	border-radius: 20px;
	color: #648a24;
	float: left;
	margin-right: 8px;
}
#formwrapper>div>section {
	padding-left: 50px;
	margin:0;
}

.filterUsedCardsWrapper {
	text-align: right;
	margin-top: 15px;
}


#pointslist {display: none;}

.filterActionWrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.filtersubmit {
	border: none;
	  display: inline-block;
	  width: 194px;
	  text-align: center;
	  background-color: #f3ca56;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 14px;
	  color: #464648;
	  text-decoration: none;
	  border-radius: 3px;
	  height: 28px;
	  line-height: 28px;
	  -moz-box-shadow: 0px 4px #60b0cb;
	  -webkit-box-shadow: 0px 4px #60b0cb;
	  box-shadow: 0px 4px #60b0cb;
	  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 180, color = '#60b0cb');
	  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 180, Color = '#60b0cb')";
	  order: 2;
}
.filtersubmit:hover {
	top: auto !important;
	bottom: -1px !important;
  	-moz-box-shadow: 0px 3px #60b0cb;
  	-webkit-box-shadow: 0px 3px #60b0cb;
  	box-shadow: 0px 3px #60b0cb;
  	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#60b0cb');
  	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#60b0cb')";
}


/*#filter.twocolumns>form>#formwrapper {display: block;}*/
#filter.twocolumns>form>#formwrapper>div {
	display: inline-block;
	margin-right: 20px;
	/*margin-bottom: 20px;*/
}

.resetfilter {
	display: inline-block;
	/*margin-left: 20px;*/
	text-decoration: none;
	vertical-align: baseline;
	border-bottom: 1px dashed;
	position: relative;
	top: 5px;
}

#remember_area {
	display: inline-block;
	margin-left: 10px;
	vertical-align: baseline;
	border-bottom: 1px dashed;
	font-size: 14px;
	color: #6f060b;
	line-height: 13px;
	cursor: pointer;
}

#remember_area {
	display: inline-block;
	margin-left: 0;
	border-bottom: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 13px;
	cursor: pointer;
	background: #8d8d8d;
	border-radius: 3px;
	box-shadow: 0px 4px #f3ca56;
	padding: 4px 10px;
	margin-top: 5px;
}
#remember_area:hover {
	box-shadow: 0px 3px #f3ca56;
}

.resetfilter:hover, #remember_area:hover {border-bottom-color: #F4F4F4;}

@media (max-width: 1150px) {
	#filter.threecolumns>form>#formwrapper>div>span {
		display: none;
	}
	#filter.threecolumns>form>#formwrapper>div>section {
		padding-left:0;
	}
}

@media (max-width: 1000px) {
/*	#filter.threecolumns>form>#formwrapper {
		display: block;
	}*/
/*	#filter.threecolumns>form>#formwrapper>div {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}*/
}

@media (max-width: 399px) {
	.filtersubmit {width: 150px;}
}

.demowarning {
	background-color: #AF4442;
	border: 3px solid #98BED4;
	color: #ddd;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 40px;
}
.demowarning>a {
	color: #fff;
}

.demowarning>span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.demowarning>b {
	font-size: 20px;
	font-weight: bold;}

.demo_open {
	background-color: #648A24;
	border: 3px solid #F3CA56;
	color: #fff;
}

#sort_form {
	text-align: right;
	margin: 20px 0;
}

#c_note {
	position: relative;
	padding: 15px;
	padding-left: 60px;
	/*border: 1px dashed #648a24;*/
	border: 4px solid #648a24;
	background-color: #f1fbee;
}
#c_note:before {
	content: '!';
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
	background-color: #648a24;
	text-align: center;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -18px;

}

/*.cardUsedWrapper {
	position: absolute;
	bottom: 10px;
	right: 10px;
}*/

.cardUsedWrapper {
	font-size: 12px;
	text-align: right;
	position: relative;
	right: -2px;
	color: #000;
}
.cardUsedWrapper .icheckbox_square-green {
	transform: scale(0.6);
    background-position: -24px 0; /*делаем жирнее*/
}