

/* Start:/local/templates/universe_s1/components/bitrix/news/shares/style.css?1762416041170*/
.share-section-description {
    font-size: 14px;
    line-height: 1.5;
    color: #505358;
    padding-bottom: 30px;
}
.news-list .news-list-title {
    display: none;
}
/* End */


/* Start:/local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17624160413734*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/universe_s1/components/bitrix/news/shares/bitrix/news.list/.default/style.css?17624160414024*/
.share-list{
    display: block;
    margin: 0 -10px;
}
.share-list-header{
    padding: 10px;
}
.share-list .share-list-item{
    display: inline-block;
    position: relative;
    float: left;
    width: 50%;
    padding: 10px;
}
.share-list .share-list-item .share-list-item-wrapper{
    display: block;
    position: relative;
    padding-bottom: 60%;
}
.share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 7px;
}
.share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-gradient{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 35%, rgba(224, 224, 224, 0.0) );
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    opacity: 0;
    transition: all 350ms linear;
}
.share-list .share-list-item .share-list-item-wrapper:hover .share-list-item-wrapper-gradient{
    opacity: 1;
    transition: all 350ms linear;
}
.share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-gradient-name{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 55%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 50%, rgba(224, 224, 224, 0.0) );
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    transition: all 350ms linear;
}
.share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-name{
    position: absolute;
    left: 5%;
    right: 0;
    top: 72%;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
    max-height: 48px;
    max-width: 90%;
    opacity: 1;
    transition: all 350ms linear;
}
.share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-period{
    position: absolute;
    left: 5%;
    right: 0;
    top: 88%;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5em;
    max-height: 18px;
    max-width: 90%;
    opacity: 1;
    transition: all 350ms linear;
}
 .share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-sale{
     position: absolute;
     left: 5%;
     top: 7%;
     padding: 7px 10px 5px 10px;
     color: #fff;
     background: #116afc;
     border-radius: 3px;
 }

 @media (max-width: 1200px) {
     .intec-adaptive .share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-name{
         font-size: 15px;
         line-height: 1.0em;
         max-height: 30px;
     }
     .intec-adaptive .share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-sale{
         font-size: 12px;
     }
 }
@media (max-width: 1000px) {
    .intec-adaptive .share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-name{
        font-size: 13px;
        line-height: 1.0em;
        max-height: 26px;
    }
    .intec-adaptive .share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-sale{
        font-size: 10px;
    }
    .intec-adaptive .share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-period{
        font-weight: bold;
        font-size: 10px;
        line-height: 1.5em;
        max-height: 10px;
    }
}
@media (max-width: 740px) {
    .intec-adaptive .share-list .share-list-item{
        width: 100%;
        padding: 10px;
    }
    .intec-adaptive .share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-name{
        font-size: 18px;
        line-height: 1.0em;
        max-height: 54px;
    }
}
@media (max-width: 460px) {
    .intec-adaptive .share-list .share-list-item .share-list-item-wrapper .share-list-item-wrapper-name{
        font-size: 13px;
        line-height: 1.0em;
        max-height: 26px;
    }
}
/* End */
/* /local/templates/universe_s1/components/bitrix/news/shares/style.css?1762416041170 */
/* /local/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17624160413734 */
/* /local/templates/universe_s1/components/bitrix/news/shares/bitrix/news.list/.default/style.css?17624160414024 */
