.near {
    margin-bottom: 10px;
    background: #eeeeee;
    border-radius: 2px;
    padding: 10px 10px 10px 295px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
}

.near-loader {
    min-height: 200px;
    margin-bottom: 5px;
    background: #eeeeee;
    border-radius: 2px;
    -webkit-animation: nearLoader 5s infinite;
    animation: nearLoader 5s infinite;
}

@keyframes nearLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #cccccc;
    }
    100% {
        background-color: #eeeeee;
    }
}

.near .bth__ttl-h3 {
    font-size: 27px;
    margin-bottom: 10px;
}

.near .near__icons {
    position: absolute;
    width: 100%;
    padding: 9px;
    left: 0;
    top: 0;
}

.near .near__rate b {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    line-height: 16px;
    margin-right: 7px;
}

.near .near__rate {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.near .near__rate.near__rate--crown b::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 12px;
    background-color: #999999;
    -webkit-mask: url(https://tophotels.ru/csstx/i/crown-grey.svg) no-repeat center/13px;
    mask: url(https://tophotels.ru/csstx/i/crown-grey.svg) no-repeat center/13px;
}


.near .near__rate.near__rate--crown b.green::after {
    background-color: #00a551;
}

.near .near__rate.near__rate--crown b.red::after {
    background-color: #e03a3a;
}

.near .near__rate.near__rate--crown b.orange::after {
    background-color: #dfa918;
}

.near .near__rate.near__rate--crown b.grey::after {
    background-color: #999999;
}

.near .near__rate.near__rate--like b::after {
    content: "\f164";
    color: #00a551;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 4px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.near .near__icons .near__icon-photo {
    background-image: url(https://tophotels.ru/csstx/i/icon-photo.svg);
}

.near .near__icon {
    height: 24px;
    width: 35px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    border: none;
    background: transparent bottom/31px no-repeat;
    font-size: 8px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
}

.near-paginator .bth__loader-spin i {
    margin: 0;
    font-size: 3px;
}

.near-paginator .bth__loader-spin {
    display: inline-block !important;
}

.near-wrap .near-paginator:last-of-type {
    margin-bottom: 0;
}

.near-paginator {
    margin-bottom: 40px;
    background: #eeeeee;
    border-radius: 2px;
    padding: 19px 15px;
    border: none;
    display: block;
    font: inherit;
    color: #ff8e41;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: left;
    font-size: 15px;
}

.near .bth__ava-square {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 260px;
    height: 180px;
}

.near .near__ratings {
    padding-top: 15px;
    margin-top: auto;
}

.near .near__bbs {
    padding-top: 10px;
    margin-top: auto;
}

.near .near__bb i {
    margin-right: 5px;
}

.near .near__bb:hover {
    background: #d4e4f2;
}

.near .show-767 {
    display: none;
}

.near .near__bbs .near .near__bb:not(:last-child) {
    margin-right: 10px;
}

.near .near__bb {
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 15px;
    cursor: pointer;
    text-transform: uppercase;
    background: #ffffff;
    border: none;
    text-align: left;
    font-weight: bold;
    color: #318cc6;
    font-size: 12px;
    margin: 5px 5px 0 0;
    display: inline-block;
    font-family: 'apercu_pro', sans-serif;
    vertical-align: middle;
    min-width: 185px;
}

.lsfw-filter .lsfw-filter__row .lsfw-filter-actions {
    margin-left: auto;
}

.lsfw-filter .lsfw-filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lsfw-popup.w-auto {
    max-width: none;
}

.near-slider, .near-slider .relative {
    background-color: #eeeeee;
    height: 590px;
    width: 950px;
    border-radius: 5px;
}

.slick-prev-slide, .slick-next-slide {
    background: rgba(0, 0, 0, 0.2) url(https://tophotels.ru/csstx/i/right-arrow-white.svg) center/24px no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 20px);
    z-index: 1;
    border-radius: 50px;
}

.slick-next-slide {
    right: 15px;
}

.slick-prev-slide {
    left: 15px;
    transform: rotate(180deg);
}

.near-pp__title {
    margin: 0 40px 20px 0;
    max-height: 50px;
    overflow: auto;
}

@media screen and (max-width: 1025px) {
    .near .bth__ttl-h3 {
        font-size: 24px;
    }

    .near-slider, .near-slider .relative {
        width: 100%;
    }

}

@media screen and (max-width: 1023px) {
    .near .near__bb {
        min-width: auto;
        font-size: 11px;
    }

    .near .bth__ttl-h3 {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-filter .lsfw-filter__row .lsfw-rbt.mr20 {
        margin-right: 0 !important;
    }

    .lsfw-filter .lsfw-filter__row .lsfw-filter-actions {
        border-top: 1px solid #d0dce3;
        padding: 10px 10px 0 10px;
    }

    .near .near__bbs .near__bb i.fa-map-marker-alt {
        margin: 0;
    }

    .near .near__bbs {
        padding-top: 5px;
    }

    .near .near__bbs .near__bb i.fa-flag {
        display: none;
    }

    .slick-next-slide {
        right: 5px;
    }

    .slick-prev-slide {
        left: 5px;
    }

    .slick-prev-slide, .slick-next-slide {
        width: 30px;
        height: 30px;
        background-size: 20px;
    }

    .near-slider, .near-slider .relative {
        height: 350px;
    }

    .near .bth__ava-square {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px 0 5px 0;
    }

    .near .bth__ttl-h3 + .fz13 {
        font-size: 10px !important;
    }

    .near .near__rate.near__rate--like {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .near .near__rate {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 20px;
    }

    .near .bth__ttl-h3 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 22px;
    }


    .near .near__ratings {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .near .near__ratings {
        padding-top: 10px;
    }

    .near-paginator {
        font-size: 13px;
        padding: 10px;
    }

    .near {
        padding: 10px;
    }

    .near .near__bb {
        padding: 0 10px;
        font-size: 10px;
        margin-right: 2px;
    }

    .near .near__rate b {
        font-size: 13px;
        line-height: 13px;
        padding-left: 17px;
        margin-right: 5px;
    }

    .near .near__rate.near__rate--crown b::after {
        width: 14px;
        -webkit-mask-size: 11px;
        mask-size: 11px;
        height: 10px;
    }

    .near .near__rate.near__rate--like b::after {
        font-size: 11px;
    }

    .near .near__rate {
        font-size: 9px;
    }
}

