

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/round/style.css?17870664842917*/
.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{
    -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/main/components/bitrix/news/blog/bitrix/news.list/blog/style.css?17870664842214*/
.blog {
    display: table;
    width: 100%;
    border-top: 1px solid #9e9e9e;
    margin-bottom: 60px;
    padding-top: 60px;
}
.blog .left {
    display: table;
    width: 15%;
    float: left;
}

.blog .left .date {
    display: table;
    width: 90%;
    padding-bottom: 17px;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.blog .left .date .month,
.blog .left .date .day,
.blog .left .date .year {
    display: block;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding: 0px;
    font-size: 17px;
}
.blog .left .date .day {
    font-size: 30px;
    line-height: 29px;
    padding: 0px 12px 0px 12px;
}
.blog .left .date .year {
    margin-top: 5px;
}

.blog .right {
    width: 85%;
    float: right;
}
.blog .right .img {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.blog .right .img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}
.blog .right h2, 
.blog .right h2 a {
    text-decoration: none;
    color: #626262;
}

.blog .right .next {
    background-color: #333;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    width: auto;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    display: table;
    margin-top: 25px;
}
.blog .right .next:hover {
    background-color: #0083d1;
}

/* */
@media (max-width: 1000px) {
    .blog .right .img a {
        top: 0;
    }
}
@media (max-width: 700px) {
    .blog .right .img {
        height: 200px;
    } 
}
@media (max-width: 500px) {
    .blog .left {
        width: 16%;
    }
    .blog .right {
        width: 80%;
    }
    .blog .right h2 {
        font-size: 1.2em;
    }
    .blog .right .img {
        height: 140px;
    } 
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/round/style.css?17870664842917 */
/* /local/templates/main/components/bitrix/news/blog/bitrix/news.list/blog/style.css?17870664842214 */
