.infoobmobile {
    display: none;
    position: relative;
    background: #fff;
    padding:10px;
    font-size:14px;
}
.infoobmobile .priceMobile {
    position: absolute;
    top: -30px;
    left: 0px;
    font-weight: 600;
    color: #fff;
    padding: 5px 14px;
    background: rgba(0,0,0,0.7);
}
.infoobmobile .nameMobile {
    font-weight:600;
}
.infoobmobile .subNameMobile {
    margin-top: -2px;
    font-size:12px;
}
.infoobmobile .addrMobile {
    margin-top: 4px;
    font-size:12px;
    white-space: nowrap;
    overflow: hidden;
}
.infoobmobile .letter {
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
}
.favorite_mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0 0 0 10px;
    width: 40px;
    height: 40px;
    background-image: url(../img/ico/like.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    vertical-align: middle;
    cursor: pointer;
}
.favorite_mobile.active {
    background-image: url(../img/ico/like_hover.svg);
}

@media (max-width: 1186px) {

    .main.container {
        min-width: auto;
        width: auto;
        padding:0px;
    }
    .filter_block [select] {
        width: auto!important;
    }
    .filter_block .razd {
       display: none!important;
    }
    .filter_block .line .inputTwo input {
        width:48%!important;
    }
    .filter_block .checkbox_box .box{
        width:100%!important;
    }

    .formFoot {
        display: none;
    }

    section article {
        background-color: transparent;
        height: auto;
        width: 50%;
        float: left;
    }
    section article:nth-child(even) {
        padding: 0 10px 0 0;
    }
    section article:nth-child(even) .favorite_mobile {
        right: 10px;
    }

    section article .informations,
    section article .informations .top,
    section article .informations .center,
    section article .informations .bottom .number,
    section article .informations .bottom .butki,
    section article .informations .bottom .urlonobject,
    section article .informations .bottom .left_block .favorite
    {
        display: none;
    }
    section article .informations.checkmobile {
        display: inline-block;
        position: absolute;
        width: auto;
        height: auto;
        padding: 0;
        top: 0px;
        left: 0px;
        background: rgba(255,255,255,1);
        margin: 5px;
        z-index: 1;
    }
    section article .informations .bottom .left_block {
        margin: 0px 12px;
    }
    section article .galery {
        width: 100%;
        height: 200px;
    }
    section article {
        margin-top: 10px;
    }
    section .divPagination {
        clear: both;
    }
    .infoobmobile {
        display: block;
    }

    .hreMobile {
        position: absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }

    .hreMobile.admin {
        height:200px;
    }


    .favorite_mobile {
        display: block;
    }


    .controlAppPanel .center {
        width: 100%;
    }

    .lineRight {
        display: none!important;
    }
}

@media (max-width: 969px) {
}

@media (max-width: 814px) {

    .objects_block {
        width:100%;
    }
    .main .filter_block {
        width: 100%;
        display: none;
        margin: 0 0 10px 0;
        padding: 0px 15px;
    }
    .main .filter_block.active {
        display: block;
    }
    .main .filter_block .maps {
        display: none;
    }
    .main .filter_block .button_sidebar_black {
        display: none;
    }
    [select].active .block .oprionsList {
        width:100%;
    }

}

@media (max-width: 640px) {
    .controlAppPanel {
        height: auto;
    }
    .controlAppPanel .center .info {
        float: initial;
        margin-top: 12px;
    }
    .controlAppPanel .center .but {
        float: initial;
        margin-top:10px;
        margin-left:20px;
        margin-bottom: 10px;
    }
    .controlAppPanel .center .but .addInApp {
        margin-top: 0px;
    }
}
@media (max-width: 519px) {
    section article {
        background-color: transparent;
        height: auto;
        width: 100%;
        float: left;
        padding:0px!important;
    }
    .sortValText {
        display: none!important;
    }
    .favorite_mobile {
        right: 0px!important;
    }
}