/* FILTER */
.filter_property{
	position:relative;
	margin-top:-85px;
	margin-bottom:57px;
}
.filter_property .filter_inside{
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding:27px;
	padding-bottom: 40px;
}
.filter_property .filter_inside .filter_row:first-child{
	margin-bottom:25px;
}
.filter_property .filter_inside .filter_row{
	display: flex;
	gap:26px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.filter_property .filter_inside .filter_row .title_col{
	color: #1C2445;
	font-family: Halvar Breitschrift;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:10px;
}

.filter_property .filter_inside .full_filter{
	content:'';
	width:30px;
	min-width:30px;
	height:30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../img/all/ico/full_filter.svg');
	
}
.filter_property .filter_inside .styling_radion{
	min-width:170px;
	width:170px;
	margin-left: auto;
}
.filter_property .filter_inside select:focus{
	outline:none;
}
.filter_property .filter_inside select{
	display: block; 
	padding: 14px;
	min-width: 180px;
    width: auto;
    max-width: 100%;
	box-sizing: border-box; 
	margin: 0; 
	box-shadow: none; 
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #F7F7F7;
	background-color: #F7F7F7;
	border-radius: 20px;
	color:rgba(28, 36, 69, 1);
	font-family: 'Halvar Breitschrift';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
}
.filter_property .filter_inside {
	font-family: 'Halvar Breitschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #1C2445;
	position:relative;
}

.filter_property .filter_inside .styling_radion [type="checkbox"]:checked,
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked)
.filter_property .filter_inside .styling_radion [type="radio"]:checked,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:checked + label,
.filter_property .filter_inside .styling_radion [type="radio"]:checked + label{
	position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
	font-family: 'Halvar Breitschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    color: #1C2445;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked) + label,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
	font-family: 'Halvar Breitschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #1C2445;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:checked + label:before,
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked) + label:before,
	.filter_property .filter_inside .styling_radion [type="radio"]:checked + label:before,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
	width: 10px;
    height: 10px;
    border: 2px solid rgba(45, 77, 118, 1);
    border-radius: 100%;
    background: #fff;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:checked + label:after,
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked) + label:after,
.filter_property .filter_inside .styling_radion [type="radio"]:checked + label:after,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: rgba(28, 36, 69, 1);
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked) + label:after,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:checked + label:after,
.filter_property .filter_inside .styling_radion [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:checked,
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked),
.filter_property .filter_inside .styling_radion [type="radio"]:checked,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:checked + label,
.filter_property .filter_inside .styling_radion [type="radio"]:checked + label{
	position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
	font-family: 'Halvar Breitschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    color: #1C2445;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked) + label,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
	font-family: 'Halvar Breitschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #1C2445;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:checked + label:before,
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked) + label:before,
.filter_property .filter_inside .styling_radion [type="radio"]:checked + label:before,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
	width: 10px;
    height: 10px;
    border: 2px solid rgba(45, 77, 118, 1);
    border-radius: 100%;
    background: #fff;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:checked + label:after,
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked) + label:after,
.filter_property .filter_inside .styling_radion [type="radio"]:checked + label:after,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: rgba(28, 36, 69, 1);
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.filter_property .filter_inside .styling_radion [type="checkbox"]:not(:checked) + label:after,
.filter_property .filter_inside .styling_radion [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.filter_property .filter_inside .group_filter_element [type="checkbox"]:checked + label:after,
.filter_property .filter_inside .group_filter_element [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.filter_property .filter_inside .group_filter_element .name_of_goup{
	font-family: 'Halvar Breitschrift';
	color:rgba(28, 36, 69, 1);
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
}
.filter_property .filter_inside .group_filter_element .name_of_goup.with_border:after{
	position:absolute;
	top:-5px;
	left:0;
	width:80%;
	height:1px;
	display:block;
	content:'';
	background-color:grey;
	margin-right: 10px;
}
.filter_property .filter_inside .group_filter_element .name_of_goup.with_border{
	position:relative;
}
.filter_property .filter_inside .group_filter_element{
	display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	gap:7px;
}
.filter_property .filter_inside .group_filter_element [type="checkbox"]:checked,
.filter_property .filter_inside .group_filter_element [type="checkbox"]:not(:checked),
	.filter_property .filter_inside .group_filter_element [type="radio"]:checked,
.filter_property .filter_inside .group_filter_element [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.filter_property .filter_inside .group_filter_element [type="checkbox"]:checked + label,
.filter_property .filter_inside .group_filter_element [type="radio"]:checked + label{
	position: relative;
    cursor: pointer;
    display: inline-block;
	font-family: 'Halvar Breitschrift';
    font-style: normal;
    font-weight: 700;
    color: #1C2445;
	background: #B6D9ED;
    border-radius: 10px;
    padding: 2px 10px;
	    font-size: 12px;
    line-height: 13px;
}
.filter_property .filter_inside .group_filter_element [type="checkbox"]:not(:checked) + label,
.filter_property .filter_inside .group_filter_element [type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    display: inline-block;
	font-family: 'Halvar Breitschrift';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
    line-height: 13px;
    color: rgba(146, 155, 160, 1);
}
.filter_property .filter_inside a.reset_filter:hover{
	text-decoration:none;
}
.filter_property .filter_inside a.reset_filter{
	color: rgba(28, 36, 69, 1);
    font-family: 'Halvar Breitschrift';
    font-style: normal;
    font-weight: 400;
}
.filter_property .filter_inside button:before{
	content:'';
	width:10px;
	min-width:10px;
	height:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('../img/all/ico/search.svg');
}
.filter_property .filter_inside input[type="text"]:focus{
	outline:none;
}
.filter_property .filter_inside input[type="text"]{
	border:none;
	padding:14px;
	font-family: 'Halvar Breitschrift';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color:#1C2445;
	border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
	border-radius: 20px;
}
.filter_property .filter_inside input::-webkit-input-placeholder {
	font-family: 'Halvar Breitschrift';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color:#1C2445;
}
.filter_property .filter_inside input::-moz-placeholder{
	font-family: 'Halvar Breitschrift';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color:#1C2445;
}
.filter_property .filter_inside input:-moz-placeholder{
	font-family: 'Halvar Breitschrift';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color:#1C2445;
}
.filter_property .filter_inside input:-ms-input-placeholder{
	font-family: 'Halvar Breitschrift';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color:#1C2445;
}
.filter_property .filter_inside button{
	background: #2D4D76;
    border-radius: 30px;
    color: #FFF;
    display: flex;
    padding: 10px;
    width: 211px;
    height: 50px;
    position: absolute;
    right: 40px;
    bottom: -25px;
    font-family: 'Halvar Breitschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    gap: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border: none;
	cursor:pointer;
}
.filter_hidden{
	padding-top: 0;
	height:0;
	transition:0.7s;
	overflow:hidden;
	opacity:0;
}
.filter_hidden.open{
	opacity:1;
	padding-top: 30px;
	height:100%;
	max-height: 140px;
	transition:0.7s;
}
.filter_hidden .input_row_two{
	display:flex;
	gap:10px;
}
.filter_hidden .input_row_two input[type="text"]{
	width:75px;
	max-width:75px;
	border-radius: 10px;
	border: 0.5px solid #929BA0;
	background-color:#FFF;
	padding: 5px 14px;
}
@media screen and (max-width: 1920px) and (min-width: 1367px){	
	.filter_property .filter_inside .group_filter_element [type="checkbox"]:not(:checked) + label,
	.filter_property .filter_inside .group_filter_element [type="radio"]:not(:checked) + label{
		font-size:10px;
		line-height:11px;
	}
	.filter_property .filter_inside .group_filter_element [type="checkbox"]:checked + label,
	.filter_property .filter_inside .group_filter_element [type="radio"]:checked + label{
		font-size:10px;
		line-height:11px;
	}
	.filter_property .filter_inside .group_filter_element .name_of_goup{
		font-size:14px;
		line-height:16px;
	}
	.filter_property .filter_inside select,
	.filter_property .filter_inside{
		font-size: 12px;
	}
	
}
@media not all and (min-resolution:.003dpcm){
	.filter_property .filter_inside .group_filter_element{
		margin-right:70px;
	}
}