/* -------- dossier -------------------- */

.container {
	min-width: 340px;
	width: 100%;
	padding: 0 10px;
	/*padding: 0;*/
	margin: 0;
	box-sizing: border-box;

	font-weight: 400;
	font-size: 16px;
	color: #000;	

	display: flex;
	flex-direction: column;    
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}



.tags-section-title {
	min-width: 340px;	
	width: 100%;	
	margin: 6px -10px 6px -10px;
	padding: 3px 10px;
	color: #09488f;
	font-size: 18px;	
	background-color: #BED7EB;
	box-sizing: border-box;
	text-transform: uppercase;
	text-align: left;
	/* font-weight: 500; */
}



.tags-cat-list {
	width: 100%;
	/* background-color: #3fc; */
	padding: 0 10px;
	margin: 0 0 8px 0;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;	
	/* justify-content: flex-start; */
	align-items: flex-start;
	align-content: flex-start;

	box-sizing: border-box;
}


.tags-cat-item {
	min-width: 340px;
	width: 100%;
	padding: 0 8px 0 0;
	margin: 0 0 8px 0;
	/* background-color: #cd3;	 */
	display: block;
	box-sizing: border-box;
}

/* 
.tags-cat-item:nth-child(odd) {
	padding-left: 10px;
}
*/

.tag-cat-link, .tag-subcat-link {
	color: #09488f;
	text-decoration: none;
	font-size: 16px;
}

.tag-count {
	color: #000;
	text-decoration: none;
	font-size: 12px;	
}

.tag-cat-link {
	font-weight: 700;	
}

/* ---------------------------------------*/
.tags-text { 
	color: #000;
}

.tags {
	margin: 15px 0;
	font-size: 16px;
	font-weight: 400;
}

.tags-main {
	margin: 15px 0;
	font-size: 16px;
	font-weight: 400;
}

.rss a, .tags-main a {
	font-size: 14px;
	font-weight: 500;
	color: #2e5a98;
}

.tags-main a {
	color: #189c5b;
}


/* --------------------------------- */


.tags-navigation {
	min-width: 340px;
	width: 100%;
	margin: 15px 0;
	padding: 5px 10px;

	border-top: 1px solid #c3d2e4;
	border-bottom: 1px solid #c3d2e4;	

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/* justify-content: space-between; */
	justify-content: flex-start;
	/* align-items: flex-start; */
	align-items: center;
	align-content: flex-start;

	box-sizing: border-box;
}

.tags-navigation .arrow-left {
	border: none;
	display: inline-block;	
	background: url('https://static.newsru.com/v2/img/misc/arrow_left.gif');
	width: 11px;
	height: 19px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.tags-navigation .arrow-dbl-left {
	border: none;
	display: inline-block;	
	background: url('https://static.newsru.com/v2/img/misc/arrow_dbl_left.gif');
	width: 25px;
	height: 19px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.tags-navigation .arrow-right {
	border: none;
	display: inline-block;	
	background: url('https://static.newsru.com/v2/img/misc/arrow_right.gif');
	width: 11px;
	height: 19px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.tags-navigation .arrow-dbl-right {
	border: none;
	display: inline-block;	
	background: url('https://static.newsru.com/v2/img/misc/arrow_dbl_right.gif');
	width: 25px;
	height: 19px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.tags-current-page-num {
	/* margin-top: 2px; */
	margin-right: 15px;	
}

.tags-another-page-num {
	/* margin-top: 2px; */
	margin-right: 15px;
	cursor: pointer;
}

input[name="tags-target_page"] { 
	border: #aac2db 1px solid;
	height: 19px;
	width: 42px;
	padding-left: 5px;
	margin-right: 15px;
}
