.content_static_p{
    color: #5C727D;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
}
.statistic_table tr td{
    color: #222;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border-right: 1px solid #5C727D;
    border-bottom: 1px solid #5C727D;

}
.statistic_table{
    border-top: 1px solid #5C727D;
    border-left: 1px solid #5C727D;
}
.statistic_table tr td .html_price_mz .svg_mz{
    fill: #222;
}

.mz_form_statistic{
    position: relative;
    /* overflow: hidden; */
    width: 1100px;
    background-color: #fff;
    padding: 13px 13px;
}
@media (max-width: 1140px){
    .mz_form_statistic{
        width: 844px;
    }
    .wrap_mz.home{
        position: relative;
        left: auto;
        transform: none;
        top: auto;
        float: left;
        width: 100%;
    }
    .wrap_mz.page{
        padding: 10px 0 13px 0;
    }
    .wrap_mz.home .mz_form_statistic{
        margin: 0 auto;
    }
    .wrap_mz.home .mz_form_statistic.closse, .wrap_mz.page .mz_form_statistic.closse{
        transition: all .5;
        height: 0;
        visibility: hidden;
        padding: 0;
    }
    .has_header_type1 .header_media{
        height: auto!important;
        min-height: auto!important;
    }
}
@media (max-width: 890px){
    .mz_form_statistic{
        width: 570px;
    }
}
@media (max-width: 700px){
    .mz_form_statistic{
        width: 290px;
    }
}
.wrap_mz.page .mz_form_statistic{
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 0;
}
.wrap_mz.home .mz_form_statistic{
    box-shadow: 0px 21px 41px 0px rgba(0, 0, 0, 0.085);
    border-radius: 0px 3px 3px 3px;
}
.mz_form_statistic h5{
    margin: 0;
    padding: 9px 13px 9px 13px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600
}
.mz_form_statistic .wrap_form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.mz_form_statistic .wrap_form input[type='text'], .mz_form_statistic .wrap_form input[type='number']{
    display: block;
    width: 260px;
    margin: 0px 5px 13px 0px;
    padding: 9px 13px 9px 13px;
    color: #8593a9;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600
}
.mz_form_statistic .wrap_form .wrap_price{
    width: 260px;
    display: flex;
    justify-content: space-between;
    margin: 0 5px 13px 0;
}
.mz_form_statistic .wrap_form .wrap_price input[type='number']{
    width: 120px;
    margin: 0;
}
.mz_form_statistic [type='submit']{
    width: 260px;
    margin: 0px 5px 13px 0px;
    padding: 9px 13px 9px 13px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: rgb(207, 20, 9);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600
}
.mz_form_statistic [type='button']{
    width: 260px;
    margin: 0px 5px 13px 0px;
    padding: 9px 13px 9px 13px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: rgb(207, 20, 9);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600
}
.mz_form_statistic .wrap_checkbox{
    position: relative;
    margin: 0px 0px 13px 0px;
    /* padding: 9px 13px 9px 13px; */
    width: 260px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.mz_form_statistic .wrap_checkbox::after{
    content: "\f107";
    position: absolute;
    font-size: 14px;
    color: #8593a9;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%) rotate(-0.25turn);
    right: 10px;
}
.mz_form_statistic .wrap_checkbox .wrap_1{
    display: none;
    position: absolute;
    padding: 9px 13px 9px 13px;
    margin: 0;
    width: 260px;
    left: 0;
    top: 35px;
    max-height: 215px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 1px 0px inset, rgba(207, 20, 9, 0.19) 0px 0px 8px 0px;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}
.mz_form_statistic .wrap_checkbox .wrap_1 ul{
    margin-left: 15px;
}
.mz_form_statistic .wrap_checkbox .wrap_1 > li{
    padding: 3px 0;
}
.mz_form_statistic .wrap_checkbox .wrap_1 ul > li{
   padding: 3px 0;
   width: 219px;
}

.mz_form_statistic .wrap_checkbox .wrap_1 label{
    position: relative;
    display: block;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    line-height: 15px;
    cursor: pointer;
 }
.mz_form_statistic .wrap_checkbox .wrap_1 label input[type="checkbox"]{
    position: absolute;
    left: 0;
}
.mz_form_statistic .wrap_checkbox .wrap_1 li{
    list-style: none;
}
.mz_form_statistic .wrap_checkbox .wrap_1.open{
    display: block;
}
.mz_form_statistic .wrap_checkbox .wrap_1.closses{
    display: none;
}
.mz_form_statistic .open.wrap_checkbox::after{
    color: red;
    transform: translateY(-50%) rotate(0turn);
}
.mz_form_statistic .wrap_checkbox:hover .wrap_1 input[type="checkbox"]{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
}
.mz_form_statistic .wrap_form input[name='min_property_size']{
    margin-right: 10px;
}
.mz_form_statistic .wrap_form input[name='max_property_size']{
    margin-right: auto;
}
@media (max-width: 700px){
    .wrap_mz.home .button_mz_show, .wrap_mz.page .button_mz_show{
        width: 290px;
    }
    .mz_form_statistic .wrap_form{
        justify-content: center;
    }
    .mz_form_statistic [type='submit'], .mz_form_statistic [type='button']{
        margin: 5px auto;
        display: block;
    }
}
/* pagination */
.pagination_mz{
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.pagination_mz a{
    color: #dd3333;
    position: relative;
    padding: 9px 17px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 0px!important;
    box-shadow: 0 5px 15px rgb(0 0 0 / 1%);
    font-weight: 600;
}
.pagination_mz a:hover{
    color: #333;
    background-color: #efeff0;
    border-color: #f0f0f0;
}
.pagination_mz span{
    color: #ffffff;
    position: relative;
    padding: 9px 17px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #CF1409!important;
    border: 1px solid #f0f0f0;
    border-radius: 0px!important;
    box-shadow: 0 5px 15px rgb(0 0 0 / 1%);
    font-weight: 600;
}