.b1t-ymsertvice-catalog-section-defects-models .row {
    margin-right: -10px;
    margin-left: -10px;
}

.b1t-ymsertvice-catalog-section-defects-models .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.b1t-ymsertvice-catalog-section-defects-models .item {
    margin-bottom: 20px;
    position: relative;
}

.b1t-ymsertvice-catalog-section-defects-models .item .left-side,
.b1t-ymsertvice-catalog-section-defects-models .item .right-side{
    float: left;
}

.b1t-ymsertvice-catalog-section-defects-models .item .left-side {
    width: 30%;
    padding-right: 20px;
}

.b1t-ymsertvice-catalog-section-defects-models .item .right-side {
    width: 70%;
}


.b1t-ymsertvice-catalog-section-defects-models .item .picture {
    height: 123px;
}

.b1t-ymsertvice-catalog-section-defects-models .item .picture a,
.b1t-ymsertvice-catalog-section-defects-models .item .picture a:focus,
.b1t-ymsertvice-catalog-section-defects-models .item .picture a:hover {
    border-bottom: 0px;
}

.b1t-ymsertvice-catalog-section-defects-models .item .picture img {
    max-width: 100%; 
    width: auto\9; 
    width: auto; 
    
    max-height: 100%;
    height: auto; 
}


.b1t-ymsertvice-catalog-section-defects-models .item .name {
    font-size: 18px;
    color: #2a98d3;
    margin-bottom: 15px;
}

.b1t-ymsertvice-catalog-section-defects-models .item .name a {
    border-bottom-width: 0px;
}

.b1t-ymsertvice-catalog-section-defects-models .item .btn {
    margin-top: 15px;
    display: none;
}

.b1t-ymsertvice-catalog-section-defects-models .item .popup {
    display: none;
    position:absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index:11;
}

.b1t-ymsertvice-catalog-section-defects-models .item a.service:hover b {
    color: #0d47a1;
    
    border-bottom: 1px solid #0d47a1;
}

.b1t-ymsertvice-catalog-section-defects-models .item:hover .popup {
    display: block;
}

.b1t-ymsertvice-catalog-section-defects-models .item .popup .btn {
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    
    .b1t-ymsertvice-catalog-section-defects-models .item-wrapper:nth-of-type(3n+1) {
        clear: both;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .b1t-ymsertvice-catalog-section-defects-models .item-wrapper:nth-of-type(2n+1) {
        clear: both;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .b1t-ymsertvice-catalog-section-defects-models .item {
        display: teble;
        width: 100%;
        margin-bottom: 15px;
    }
    
    
    .b1t-ymsertvice-catalog-section-defects-models .item .left-side,
    .b1t-ymsertvice-catalog-section-defects-models .item .right-side{
        float: none;
        display:table-cell;
        vertical-align: top;
    }
    
    .b1t-ymsertvice-catalog-section-defects-models .item .left-side {
        width: 90px;
        padding-right: 20px;
    }

    .b1t-ymsertvice-catalog-section-defects-models .item .right-side {
        width: auto;
    }
    
    .b1t-ymsertvice-catalog-section-defects-models .item:hover .popup {
        display: none;
    }
    
    .b1t-ymsertvice-catalog-section-defects-models .item .btn {
        display: inline-block;
    }
    
}
