/*Для партнеров*/

.filter_section {
    padding: 25px 0 20px;
}
.filter_link {
    border: 1px solid #ad9c21;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.filter_link a {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    padding: 11px 0;
    position: relative;
}
.filter_link a:before , .filter_link a:after{
    content: '';
    width: 35px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    background-size: contain;
    background-position: center;
}
.filter_link a:before {
    background-image: url(/images/bb_l.png);    
    left: -45px;
}
.filter_link a:after {
    background-image: url(/images/bb_r.png);    
    right: -45px;
}
.fl_l {
    margin-right: 10px;
}
.fl_c {
    margin-right: 5px;
    margin-left: 5px;
}
.fl_r {
    margin-left: 10px;
}
.listing_items .owl-dots {
    text-align: center;
    margin-top: -7px;
}
.listing_items .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #acacac;
    border: 2px solid #acacac;
    margin: 0 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%; 
}
.listing_items .owl-dots .owl-dot.active {
    background: transparent;
}
.items_inside_listing > div {
    padding: 0 10px;
    margin-bottom: 15px;
}
.listing_line_title {
    font-family: 'Cormorant SC', serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0;
    position: relative;
    display: inline-block;
}
.listing_line_title:before , .listing_line_title:after{
    content: '';
    width: 89px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    background-size: contain;
    background-position: center;
    background: url(/images/bookmark_gold.png);
}
.listing_line_title:before {  
    left: -110px;
}
.listing_line_title:after {  
    right: -110px;
}
.listing_line_header {
    border: 1px solid #73a9e5;
    padding: 18px 23px;
/*    color: #73a9e5;*/
    margin-bottom: 30px;
}
.listing_count {
    line-height: 24px;
}
.listing_all_link {
    color: #73a9e5;
    line-height: 24px;
}
.listing_item_top {
    height: 310px;
    text-align: center;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3a3939;
}
.listing_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    color: #fff;
}
.listing_title h3 {
    margin: 0 0 0;
    font-family: 'Cormorant SC', serif;
    font-size: 28px;
}
.listing_title span {
    font-family: 'Cormorant SC', serif;
    font-size: 19px;
    display: block;
}
.listing_bottom {
    background: #1d1d1d;
    text-align: center;
    padding: 13px 10px 25px;
}
.slider2_text {
    color: #fff;
    margin-bottom: 5px;
    height: 20px;
}
.listing_line {
    margin-bottom: 50px;
}
.listing_items > div:nth-child(3){
    padding-left: 15px;
}
.listing_items > div:nth-child(2){
    padding: 0 8px;
}
.listing_items > div:nth-child(1){
    padding-right: 15px;
}

@media (max-width: 992px) {
    .filter_link {
        margin: 0 4px 10px !important;
    }
    .listing_item_top {
        height: 240px;
    }
}
@media (max-width: 768px) {
    .filter_link {
        margin: 0 0px 10px !important;
    }
    .listing_count , .listing_all_link {
        text-align: center;
        display: block;
    }
    .listing_line_header {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .listing_items > div:nth-child(1) ,
    .listing_items > div:nth-child(2) , 
    .listing_items > div:nth-child(3) {
        padding: 0 0 0;
    }
    .listing_bottom {
        margin-bottom: 20px;
    }
    .listing_line {
        margin-bottom: 10px;
    }
    .listing_line_title:before, .listing_line_title:after {
        display: none;
    }
    .top_slider_item {
        padding: 100px 0 55px;
    }
}
