.description {
    text-align: justify;
    text-indent: 1.5em;
    word-wrap: break-word;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #ced4da;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        /*cursor: pointer;*/
        background-color: #fff;
        border-bottom: 1px solid #ced4da;
    }

        .autocomplete-items div:hover {
            background-color: #f8f8f8;
        }

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.media-body.agents_name {
    margin: auto 0;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.panel-body {
    position: relative;
    padding: 0px;
}

/*.fullWidthBtn {
    width: 100%;
}*/

.panel-heading img {
    width: 100%;
}

.priceMin {
    position: absolute;
    top: -19px;
}

#priceMin {
    min-width: 47%;
    max-width: none;
    display: inline-block;
}

#priceMax {
    min-width: 47%;
    max-width: none;
    display: inline-block;
}

#squareMin, #squareMax, #floorMin, #floorMax, #landAreaMin, #landAreaMax {
    max-width: 80px;
}

.hideRadioCircle {
    display: none;
}

.box {
    background-color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
    min-height: 205px;
}

.box-row {
    padding-left: 15px;
    /*padding-right: 15px;*/
}

@media (min-width: 768px) {
    .img-chapter img {
        object-fit: cover;
        height: 100%;
    }
}

.img-chapter {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}

    .img-chapter img {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 100%;
    }

.hide-search-text {
    cursor: pointer;
}

@media(max-width:1200px) {
    .filter-icon {
        display: inline-block;
    }

    .hide-search-text {
        display: none;
    }
}

@media(min-width:1200px) {
    .filter-icon {
        display: none;
    }
}

@media (max-width: 768px) {
    .img-chapter img {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
    }

    .box-row {
        padding-right: 15px;
    }
}

.objLink .title-decoration {
    color: #44475d;
}

    .objLink .title-decoration:hover {
        text-decoration: underline;
        color: #7809E1;
    }

.catalog_img_count {
    color: white;
    position: absolute;
    display: block;
    bottom: 9px;
    left: 13px;
    z-index: 100;
    font-size: 1em;
    background: rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: .25em .6em;
    border-radius: 10rem;
}

.catalog_fav {
    color: white;
    position: absolute;
    display: block;
    bottom: 9px;
    right: 13px;
    /*z-index: 100;*/
    background: rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: .25em .6em;
    border-radius: 10rem;
}

.box-div-image-counter {
    position: absolute;
    bottom: 8px;
    color: white;
    text-align: center;
}

.box-icon-image-counter {
    border-radius: 2px;
    padding: 5px;
    background-color: grey;
}

.catalog_prem {
    perspective: 30px;
    width: 110px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: -30px;
    transform: rotate(45deg);
    /*z-index: 50;*/
}

    .catalog_prem:before {
        transform: rotateX(40deg);
        transform-origin: 50% 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        content: '';
        background-color: #FF6249;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

.catalog_prem_text {
    top: 18px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 0.89em;
}

/*.catalog_hot .catalog_prem_text {
    color: black;
}*/

.catalog_dev {
    perspective: 37px;
    width: 127px;
    height: 40px;
    position: absolute;
    top: 11px;
    right: -32px;
    transform: rotate(45deg);
}

    .catalog_dev:before {
        transform: rotateX(40deg);
        transform-origin: 50% 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        content: '';
        background-color: #8505ff;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

.catalog_pro {
    perspective: 30px;
    width: 110px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: -30px;
    transform: rotate(45deg);
    /*z-index: 50;*/
}

    .catalog_pro:before {
        transform: rotateX(40deg);
        transform-origin: 50% 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        content: '';
        background-color: #30bc2d;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

.catalog_hot {
    perspective: 30px;
    width: 110px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: -30px;
    transform: rotate(45deg);
    /*z-index: 50;*/
}

    .catalog_hot:before {
        transform: rotateX(40deg);
        transform-origin: 50% 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        content: '';
        background-color: #FFD600;
        color: black;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

.catalog_del {
    perspective: 30px;
    width: 110px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: -30px;
    transform: rotate(45deg);
    /*z-index: 50;*/
}

    .catalog_del:before {
        transform: rotateX(40deg);
        transform-origin: 50% 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        content: '';
        background-color: red;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

.deleted_text::after {
    content: "ВИДАЛЕНО";
    font-weight: bold;
    font-size: 70%;
    color: red;
    border: 1px solid red;
    padding: 3px 5px;
    border-radius: 3px;
}

@media(max-width: 768px) {
    .adslot_height_mobile_top_details {
        height: 90px !important;
        width: 100%;
    }

    /*.adslot_height_mobile {
        height: 90px !important;
        width: 100%;
    }*/

    .catalog_fav {
        font-size: 1.2em;
    }

    .catalog_img_count {
        font-size: 1.2em;
    }
}

/*.adslot-no-mobile {
    display: inline-block;
}*/

#searchFilters {
    background-color: white;
}

.box:hover {
    background: #fdfdfd;
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;*/
}

.pro:hover {
    background-color: #F4FFFB;
}

.hot:hover {
    background-color: #FFFAEA;
}

.premium:hover {
    background-color: #FFF4F9;
}

.pro {
    background-color: #fafffd;
}

.hot {
    background-color: #fffefa;
}

.premium {
    background-color: #fffafc;
}

.dev {
    background-color: rgba(133, 5, 255, 0.04);
}

    .dev:hover {
        background-color: rgba(133, 5, 255, 0.05);
    }

@media (min-width: 768px) {
    .adslot_height_mobile_top_details {
        width: 100%;
        height: 280px;
    }

    .loadMore {
        margin: 19px 0;
    }

    .desc-text {
        overflow: hidden;
        text-overflow: ellipsis;
        height: 64.8px;
    }
}

@media (min-width: 1200px) {
    .desc-text {
        overflow: hidden;
        text-overflow: ellipsis;
        height: 108px;
    }
}

.desc-text {
    word-break: break-word;
}

.svg-fav.favIcon > path {
    fill: #212529;
}

svg.favIcon > path.fav-checked {
    fill: #8505ff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #8505ff;
        border-color: #7809E1;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

