

/* Start:/local/templates/maxi_mobile/components/bitrix/system.pagenavigation/lazyPagination/style.css?17097076972982*/
.bx-pagination {
	margin: 10px 0;
}
#paginationLazy {
	margin-bottom: 30px;
	margin-top: 30px;
}
.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{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	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;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.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;
	border: 2px solid #eff0f1;
	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{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.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 {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*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;
}

/* End */


/* Start:/local/templates/maxi_mobile/components/bitrix/news/news_maxi_opt/bitrix/news.list/maxi_opt_news/style.css?17097076972425*/
.news {
    display: block;
}

.news .new {
    display: block;
	margin-bottom: 25px;
}

.news .new .wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}
.news .new .image_wrap{
	width: 32.5%;
	float: left;
	margin-right: 3.5%;
}
.news .new .image {
    display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 100%;
    position: relative;
    text-align: center;
}
.news .new .image img {
    max-width: 100%;
    max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.news .new .information {
    position: relative;
	text-align: right;
}

.news .new .wrapper.hover_shadow:hover{
	box-shadow: none;
}
.news .new .information .detail:hover{
	background: #d12323;
}

.news .new .information .hide-wrapper {
    position: relative;
    overflow: hidden;
	text-align: left;
}

.news .new .information .caption {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    display: block;
    padding-right: 80px;
    text-decoration: none;
}

.news .new .information .date-start {
    position: static;
	margin-bottom: 19px;
	color: #353535;
}

.news .new .information .description {
    color: #525252;
    max-height: 124px;
    overflow: hidden;

	font-size: 14px;
}

.news .new .information .date-end {
    display: inline-block;
    line-height: 13px;
    font-size: 13px;
}

.news .new .information .detail {
	background: url(/bitrix/templates/unimagazin_s1/images/header/menu_bg.png) repeat-x center;
    font-size: 14px;
	display: inline-block;
	margin-top: 24px;
	padding: 14px 27px;
	color: #fff;

	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
}
.news .new .information .caption{

	font-weight: bold;
	color: #353535;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
    line-height: 1;
    height: auto;
}
@media all and (max-width: 700px) {
    .adaptiv .news .new .image {
        display: none;
    }
    
    .news .new .information .hide-wrapper,
    .news .new .information .description,
    .news .new .wrapper,
    .news .new .information .caption {
        height: auto;
    }
    
    .adaptiv .news .new .information {
        margin-left: 0px;
        padding-left: 45px;
        padding-bottom: 15px;
        overflow: hidden;
    }
}
.news .new .date_from{
	font-size: 14px;

	color: #353535;
	margin-bottom: 14px;
}
/* End */
/* /local/templates/maxi_mobile/components/bitrix/system.pagenavigation/lazyPagination/style.css?17097076972982 */
/* /local/templates/maxi_mobile/components/bitrix/news/news_maxi_opt/bitrix/news.list/maxi_opt_news/style.css?17097076972425 */
