

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/news_tags/style.css?1564722871598*/
.wm-news-tags ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.wm-news-tags ul>li{
	display: inline-block;
	margin-top: 23px;
}

.wm-news-tags ul>li>a{
	font-family: 'Merriweather', serif;
	font-size: 13px;
	color: #1a3d64;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 13px;
	padding-left: 13px;
	margin-right: 7px;
	background-color: #e9f3fd;
	border-radius: 2px;
}

.wm-news-tags ul>li>a.selected{
	text-decoration: none;
	background-color: #185a9e;
	color: #e9f3fd;
}

.wm-news-tags ul>li>a:hover{
	text-decoration: none;
	background-color: #185a9e;
	color: #e9f3fd;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/news_list/style.css?15647228943807*/
.wm-paginator-container{
	margin-top: 25px;
	padding-left: 0!important;
    padding-bottom: 15px;
}

.wm-paginator-container .blog-page-current,
.wm-paginator-container .wm-page-navigation a{
	border-radius: 5px;
    background-color: #e9f3fd;
    padding: 5px 12px;
    color: #1a3d64;
    font-size: 16px;
    font-family: 'Merriweather', serif;
}

.wm-paginator-container .blog-page-current,
.wm-paginator-container .wm-page-navigation a:hover{
	color: #e9f3fd;
	background-color: #1a3d64;
	text-decoration: none;
}
.wm-paginator-container .wm-page-navigation .blog-page-previous,
.wm-paginator-container .wm-page-navigation .blog-page-next{
	color: #fe2505;
}

/*--------NEWS-BLOCK---------*/

.wm-news-container{
	margin-bottom: 40px;
}

.wm-news-container h3.wm-news-title{
	font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #e9f3fd;
    display: inline-block;
    background-image: url(/bitrix/templates/.default/img/static-page/ico-main-title.png);
    background-color: #185a9e;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 10px;
    background-position-y: 10px;
    background-position-x: 7px;
    text-transform: uppercase;
    font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 25px;
}

.wm-news-container .wm-news-item-link{
	display: block;
	margin-top: 30px;
}

.wm-news-container .wm-news-item-text{
	font-family: 'Merriweather', serif;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
}


.wm-news-container .wm-news-item-data{
	font-family: 'Istok Web', sans-serif;
    font-size: 11px;
    line-height: 23px;
    color: #ffffff;
    z-index: 1;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}

.wm-news-item-container .wm-news-item-link{
overflow: hidden;
}

.wm-news-item-container img.wm-news-item-img{
	width: 100%;
	 -moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.wm-news-item-container img.wm-news-item-img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.wm-news-item-container img.wm-wm-news-item-video-ico{
    position: absolute;
    top: 45%;
    left: 40%;
}

.wm-news-item-container>a>span{
	display: block;
    position: absolute;
    bottom: 0;
    width: 92%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 60px;
	padding-bottom: 10px;
    line-height: 20px;
    overflow: hidden;
    background: transparent;
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0.9) 100%);
}

@media screen and (max-width: 768px){
	
	/*-----NEWS-----*/
	.wm-news-item-container>a>span{
		width: 88%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.wm-news-container .wm-news-item-text {
		font-size: 12px;
		line-height: 20px;
	}
	
	.wm-news-container .wm-news-item-data {
		font-size: 10px;
		line-height: 20px;
	}
	
	.wm-news-item-container img.wm-wm-news-item-video-ico {
		width: 16%;
	}
}

@media screen and (max-width: 420px){
	
	/*--------NEWS--------*/
	
	.wm-news-item-container>a>span{
		width: 92%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	
	.wm-news-container .wm-news-item-text{
		font-size: 16px;
		line-height: 25px;
	}


	.wm-news-container .wm-news-item-data{
		font-size: 11px;
		line-height: 23px;
	}
}

/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/news_tags/style.css?1564722871598 */
/* /bitrix/templates/.default/components/bitrix/news.list/news_list/style.css?15647228943807 */
