

/* Start:/bitrix/templates/ymservice/components//bitrix/system.pagenavigation/ajax/style.css?1448531430240*/
.b1t-ymservice-system-pagenavigation-ajax {
    margin: 30px 0px;
    text-align: center;
}

.b1t-ymservice-system-pagenavigation-ajax .btn {
    font-size: 14px;
}

.b1t-ymservice-system-pagenavigation-ajax .progress {
    display: none;
}
/* End */


/* Start:/bitrix/templates/ymservice/components/bitrix/news.list/news/style.css?14575974107596*/
.b1t-ymservice-news-list-news .item {
    margin-bottom: 30px;
    position: relative;
}

.b1t-ymservice-news-list-news .item .picture {
    position: relative;
    margin: -20px -20px 10px -20px;
}

.b1t-ymservice-news-list-news .item .picture,
.b1t-ymservice-news-list-news .item .popup .overlay{
    height: 193px;
}

.b1t-ymservice-news-list-news .item .picture img{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    
    width:  100%; 
    height:  100%; 
}

.b1t-ymservice-news-list-news .item .picture img.nophoto {
    max-width: 100%; 
    width: auto\9; 
    width: auto; 
    
    max-height: 100%;
    height: auto; 
    
    margin: auto auto auto auto;
}

.b1t-ymservice-news-list-news .item .picture .action {
    background-color: #fcba02;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.b1t-ymservice-news-list-news .item .date-wrapper {
    min-height: 18px;
    margin-bottom: 5px;
}

.b1t-ymservice-news-list-news .item .date{
    font-size: 13px;
}

.b1t-ymservice-news-list-news .item .name {
    line-height: 1.2;
    margin-bottom: 5px;
    min-height: 40px;
    margin-bottom: 8px;
}

.b1t-ymservice-news-list-news .item .name a,
.b1t-ymservice-news-list-news .item .name a:focus,
.b1t-ymservice-news-list-news .item .name a:hover,
.b1t-ymservice-news-list-news .item .picture a,
.b1t-ymservice-news-list-news .item .picture a:focus,
.b1t-ymservice-news-list-news .item .picture a:hover{
    border-bottom: 0px;
}

.b1t-ymservice-news-list-news .item:hover .name a {
    color: #000000;
}

.b1t-ymservice-news-list-news .item .text {
    font-size: 14px;
    line-height: 1.2;
}

.b1t-ymservice-news-list-news .item .text p {
    margin: 0px;
}

.b1t-ymservice-news-list-news .item .context {
    height: 193px;
    max-height: 193px;
    overflow: hidden;
    position: relative;
}

.b1t-ymservice-news-list-news .item .context:after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0px;
    height: 20px;
    z-index: 3;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.b1t-ymservice-news-list-news .item .popup {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 3;
    
    box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18); 
    -moz-box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18); 
    -webkit-box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18); 
}

.b1t-ymservice-news-list-news .item:hover .popup {
    display: block;
}

.b1t-ymservice-news-list-news .item .popup .overlay {
    z-index: 1;
    background: #fff;
    opacity: 0.9;
}

.b1t-ymservice-news-list-news .item .popup .btn {
    position: absolute;
    top: 60px;
    left: 20px;
    right: 20px;
    z-index:2;
}

.b1t-ymservice-news-list-news .item .popup .share {
    position: absolute;
    top: 130px;
    left: 20px;
    right: 20px;
    z-index:2;
    text-align: center;
}

.b1t-ymservice-news-list-news .item .popup .popup-inner{
    background: #fff;
    padding: 20px;
    padding-top: 10px;
}

.b1t-ymservice-news-list-news .item .popup .popup-inner .context {
    max-height: none;
    height: auto;
    min-height: 193px;
}

.b1t-ymservice-news-list-news .item .popup .popup-inner .context:after {
    display: none;
}


@media only screen and (min-width: 1200px) {

    .b1t-ymservice-news-list-news .item-wrapper:nth-of-type(4n+1) {
        clear: both;
    }
    
    .b1t-ymservice-news-list-news .item:hover {
         box-shadow: none; 
        -moz-box-shadow: none;  
        -webkit-box-shadow: none;  
    }
    
   
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .b1t-ymservice-news-list-news .item-wrapper:nth-of-type(3n+1) {
        clear: both;
    }
    
    .b1t-ymservice-news-list-news .item:hover {
         box-shadow: none; 
        -moz-box-shadow: none;  
        -webkit-box-shadow: none;  
    }
    
    .b1t-ymservice-news-list-news .item .picture,
    .b1t-ymservice-news-list-news .item .popup .overlay{
        height: 216px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .b1t-ymservice-news-list-news .item-wrapper:nth-of-type(4n+1) {
        clear: both;
    }
    
    .b1t-ymservice-news-list-news .item:hover {
         box-shadow: none; 
        -moz-box-shadow: none;  
        -webkit-box-shadow: none;  
    }
    
    .b1t-ymservice-news-list-news .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .b1t-ymservice-news-list-news .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .b1t-ymservice-news-list-news .item {
        padding: 8px;
        margin-bottom: 10px;
    }
    
    .b1t-ymservice-news-list-news .item .picture {
        margin: -8px -8px 10px -8px;
    }
    
    .b1t-ymservice-news-list-news .item .picture,
    .b1t-ymservice-news-list-news .item .popup .overlay{
        height: 127px;
    }
    
    .b1t-ymservice-news-list-news .item .context {
        height: 100px;
        max-height: 100px;
    }
    
    .b1t-ymservice-news-list-news .item .name {
        font-size: 14px;
    }
    
    .b1t-ymservice-news-list-news .item .text {
        display: none;
    }
    
    
    
    .b1t-ymservice-news-list-news .item .popup .share {
        display: none;
    }
    
    .b1t-ymservice-news-list-news .item .popup .popup-inner{
        padding: 8px;
        padding-top: 10px;
    }
    
    .b1t-ymservice-news-list-news .item .popup .popup-inner .context {
        height: auto;
        max-height: none;
        min-height: 100px;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .b1t-ymservice-news-list-news .item-wrapper {
        clear: both;
    }
    
    .b1t-ymservice-news-list-news .item {
        margin-bottom: 10px;
    }
    
    .b1t-ymservice-news-list-news .item .picture,
    .b1t-ymservice-news-list-news .item .picture .picture-inner {
        height: 185px;
    }
    
    
    .b1t-ymservice-news-list-news .item .picture {
        position: relative;
        margin: 0px;
        
        text-align: center;
        margin-bottom: 10px;
    }
    
    .b1t-ymservice-news-list-news .item .picture.nophoto {
        display: none;
    }

    .b1t-ymservice-news-list-news .item .picture img{
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;

        max-width: 100%; 
        width: auto\9; 
        width: auto; 
        
        max-height: 100%;
        height: auto; 
    }
    
    .b1t-ymservice-news-list-news .item .context {
        height: auto;
        max-height: none;
    }
    .b1t-ymservice-news-list-news .item .context:after {
        display: none;
    }
    
    .b1t-ymservice-news-list-news .item .name {
        min-height: 1px;

    }
    
    .b1t-ymservice-news-list-news .item:hover .popup {
        display: none;
    }
    
    
}

@media only screen and (max-width: 991px) {
    
    .b1t-ymservice-news-list-news .item .picture .action {
        font-size: 13px;
    }
        
}

    



/* End */


/* Start:/bitrix/templates/ymservice/components/bitrix/main.share/custom/style.css?1449559960832*/
.b1t-ymservice-main-share-custom {
    display: inline-block;
}

.b1t-ymservice-main-share-custom a {
    float: left;
    margin-right: 10px;
}

.b1t-ymservice-main-share-custom a,
.b1t-ymservice-main-share-custom a:hover,
.b1t-ymservice-main-share-custom a:focus {
     border-bottom:0px;
}

.b1t-ymservice-main-share-custom a:last-of-type {
    margin-right: 0px;
}

.b1t-ymservice-main-share-custom a.facebook:hover {background-position: -24px -264px;}
.b1t-ymservice-main-share-custom a.twitter:hover {background-position: -96px -264px;}
.b1t-ymservice-main-share-custom a.vkontakte:hover {background-position: -120px -264px;}
.b1t-ymservice-main-share-custom a.gplus:hover {background-position: -48px -264px;}
.b1t-ymservice-main-share-custom a.odnoklassniki:hover {background-position: -72px -264px;}

/* End */
/* /bitrix/templates/ymservice/components//bitrix/system.pagenavigation/ajax/style.css?1448531430240 */
/* /bitrix/templates/ymservice/components/bitrix/news.list/news/style.css?14575974107596 */
/* /bitrix/templates/ymservice/components/bitrix/main.share/custom/style.css?1449559960832 */
