.b1t-s-nl-lnv3 {
    position: relative;
    z-index: 10;
}

.b1t-s-nl-lnv3 a.picture-wrapper {
    
    border-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
    
    padding-top: 56.75%;
    padding-bottom: 0;
    height: 0;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    margin-bottom: 25px; 
}

.b1t-s-nl-lnv3 .item .picture{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    
    background-size: cover;
    background-position: center center;
}

.b1t-s-nl-lnv3 .item .name{
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 500;  
}

.b1t-s-nl-lnv3 .item .name a{
    border-bottom: 0px;
}

.b1t-s-nl-lnv3 .item .date {
    margin-top: 10px;
    font-size: 0.94rem;
    text-transform: lowercase;
}

@media (min-width: 768px)  {
    
    .b1t-s-nl-lnv3 .item .picture {
        transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        
         transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }
    
    .b1t-s-nl-lnv3 .item .picture:hover{
        transform: scale3d(1.1,1.1,1.1); 
        -webkit-transform:  scale3d(1.1,1.1,1.1); 
        -moz-transform:  scale3d(1.1,1.1,1.1); 
    }
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .b1t-s-nl-lnv3 .item .name{
        font-size: 0.94rem;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .b1t-s-nl-lnv3 .item .picture-wrapper {
        margin-bottom: 15px;
    }
    
    .b1t-s-nl-lnv3 .item .name {
        font-size: 0.9375rem;

    }
    
}

@media (max-width: 767px)  {
    
    .b1t-s-nl-lnv3 .item {
        margin-bottom: 20px;
    }
    
    .b1t-s-nl-lnv3 .item-wrapper:last-of-type .item {
        margin-bottom: 0px;
    }

    .b1t-s-nl-lnv3 .item .picture-wrapper {
        margin-bottom: 15px;
    }
    
    .b1t-s-nl-lnv3 .item .name {
        font-size: 1rem;
    }
    
    .b1t-s-nl-lnv3 .item .date {
        margin-top: 5px;
        font-size: 0.875rem;
    }
    
}

/*
    ссылка "Все новости"
*/

.b1t-s-nl-lnv3 .link-wrapper {
    text-align: right;
    margin-top:  15px;
}

.b1t-s-nl-lnv3 .link-wrapper .link {
    display: inline-block;
    border-bottom: 0;
    position: relative;
    padding-right: 1.2rem;
}

.b1t-s-nl-lnv3 .link-wrapper .link span {
    position: absolute;
    right: 0px;
    font-size: .5em;
    top: 50%;
    margin-top: -.5em;
}


/*
    Версия для слабовидящих
*/

html.imagesoff .picture-wrapper{
    display:none;
}