.b1t-ymservice-catalog-section-list-carousel-simple {
    position: relative;
}

.b1t-ymservice-catalog-section-list-carousel-simple .item {
    margin: 20px 10px 70px 10px;
}

.b1t-ymservice-catalog-section-list-carousel-simple .item .picture {
    height: 200px;
    position: relative;
} 

.b1t-ymservice-catalog-section-list-carousel-simple .item .picture img {
    position:absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto auto auto auto;
    
    max-width: 100%; 
    width: auto\9; 
    width: auto; 
    
    max-height: 100%;
    height: auto; 

}

.b1t-ymservice-catalog-section-list-carousel-simple .item .picture a,
.b1t-ymservice-catalog-section-list-carousel-simple .item .picture a:hover,
.b1t-ymservice-catalog-section-list-carousel-simple .item .picture a:focus{
    border-bottom: none;
    text-decoration: none;
}

.b1t-ymservice-catalog-section-list-carousel-simple .item .name {
    margin: 15px -20px 0px -20px;
    border-top: 1px solid #cfd0d0;
    padding: 15px 20px 0px;
    min-height: 55px
}

.b1t-ymservice-catalog-section-list-carousel-simple .item .name a {
    font-size: 14px;
    color: #000000;
}
.b1t-ymservice-catalog-section-list-carousel-simple .item .name a,
.b1t-ymservice-catalog-section-list-carousel-simple .item .name a:hover,
.b1t-ymservice-catalog-section-list-carousel-simple .item .name a:focus,
.b1t-ymservice-catalog-section-list-carousel-simple .item .name a:active{
    text-decoration: none;
    border-bottom: none;
}

.b1t-ymservice-catalog-section-list-carousel-simple .item .popup {
    position: absolute;
    top: 20px;
    right: 10px;
    left: 10px;
    display: none;
}

html.bx-no-touch .b1t-ymservice-catalog-section-list-carousel-simple .item:hover .popup,
html.bx-touch .b1t-ymservice-catalog-section-list-carousel-simple .item.active .popup{
    display: block;
}

.b1t-ymservice-catalog-section-list-carousel-simple .item .popup .name {
    min-height: 1px;
}

.b1t-ymservice-catalog-section-list-carousel-simple .item .popup .button-wrapper .btn {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}


.b1t-ymservice-catalog-section-list-carousel-simple .owl-theme .owl-controls .owl-buttons div {
    margin-top: -60px;
}

.b1t-ymservice-catalog-section-list-carousel-simple .owl-theme .owl-controls .owl-buttons .owl-prev {
    margin-left: 10px;
}
.b1t-ymservice-catalog-section-list-carousel-simple .owl-theme .owl-controls .owl-buttons .owl-next {
    margin-right: 9px;
}

.b1t-ymservice-catalog-section-list-carousel-simple .go-to-wrapper {
    text-align: center;
    margin-top: -35px;
}

.b1t-ymservice-catalog-section-list-carousel-simple .go-to-wrapper .btn {
    font-size: 14px;
    padding-left: 40px; 
    padding-right: 40px;
}

@media only screen and (max-width: 991px) { 
    .b1t-ymservice-catalog-section-list-carousel-simple .item .picture {
        height: 170px;
    }
    
    .b1t-ymservice-catalog-section-list-carousel-simple .item .name {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .b1t-ymservice-catalog-section-list-carousel-simple .owl-theme .owl-controls .owl-buttons .owl-prev {
        margin-left: 5px;
    }
    .b1t-ymservice-catalog-section-list-carousel-simple .owl-theme .owl-controls .owl-buttons .owl-next {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 767px) { 
    .b1t-ymservice-catalog-section-list-carousel-simple .item .picture {
        height: 150px;
    }
    
    .b1t-ymservice-catalog-section-list-carousel-simple .item .popup .name {
        min-height: 1px;
    }
    
    .b1t-ymservice-catalog-section-list-carousel-simple .item .name {
        margin: 15px -10px 0px -10px;
    }
    
    .b1t-ymservice-catalog-section-list-carousel-simple .owl-theme .owl-controls .owl-buttons div {
        margin-top: -40px;
    }
    
    .b1t-ymservice-catalog-section-list-carousel-simple .owl-theme .owl-controls .owl-buttons .owl-prev {
        margin-left: 5px;
    }
    .b1t-ymservice-catalog-section-list-carousel-simple .owl-theme .owl-controls .owl-buttons .owl-next {
        margin-right: 4px;
    }

}