.empty-box {
	width: 100%;
	height: 4px;
	margin: 0;
	padding: 0;

	display: block;
	background-color: #fff;
	box-sizing: border-box;
}

/* ---------- super-style  ------------- */
.superstyle-title {
	margin:  20px 0 0 0;
	width: 1250px;
	height: 45px;
	cursor: pointer;
	box-sizing: border-box;
}

.superstyle-body {
	width: 1250px;
	margin: 0 0 20px 0;
	padding: 20px;
	
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;

  box-sizing: border-box;
}

.superstyle-element {
	width: 130px;
	height: 200px;
	cursor: pointer;

	font: 400 16px Roboto, Verdana; 	
	text-align: left;

	box-sizing: border-box;
}

/* --- superstyle end --- */
/* ------- moscow ----------- */
.msk-informer-box {
	width:1250px; height:150px;
	border:1px solid #BBCCE0; 
	padding: 1px; margin: 0;
	background-color: #E6EDF5;

	display: flex;
		flex-direction: row;
		justify-content: flex-start;		
		align-items: center;

	box-sizing: border-box;
}
.msk-informer-part {	
	background-color: #fff;
	width: 330px; 
	height:132px;
	margin-right: 15px;
	padding: 5px;	
	
	display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;

	border:1px solid #BBCCE0;

	box-sizing: border-box;
}
.msk-informer-part-img {
	height:123px;
	/* padding: 5px; */
	/* margin: 5px; */
	
	box-sizing: border-box;
}
.msk-informer-part-txt {
	width: 160px;
	margin: 0;
	padding: 0 10px;
	
	box-sizing: border-box;
}
.msk-informer-part-link {
	font: 600 15px/14px Roboto, Verdana; 
	/*font-weight: bold;*/
	text-align: left;
	color: #09488F;
}
/* --- moscow end --- */




/* --- events informer --- */

.event-box {
	/*min-width: 356px;*/
	min-width: 280px;
	width: 100%;
	min-height: 140px;
	margin: 10px 0;
	padding: 0;

	display: flex;
		flex-direction: column;		
		justify-content: flex-start;
		align-items: stretch;

	/* border: 1px solid #BBCCE0; */
	background-color: #fff;
	box-sizing: border-box;
}
.event-box-title {
	width: 100%;
	min-height: 16px;
	padding: 3px 10px;
	margin-bottom: 10px;
	color: #09488f;
		font-size: 18px;
	background: linear-gradient(#c0d8ec, #95b6d1);
	text-transform: uppercase;
	text-align: left;
	font-weight: 500;
	box-sizing: border-box;
}
.event-link {
	text-decoration: none;
	cursor: pointer;
}

.event-box-main {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;

	display: flex;
		flex-direction: column;
		/* flex-wrap: nowrap; */
		justify-content: flex-start;
		align-items: stretch;

	box-sizing: border-box;

}


.event-pic-box {
	min-width: 280px;
	width: 100%;
	min-height: 160px;
	margin: 0;
	padding: 10px;

	background-color: #E6EDF5;
	display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;

	border: 1px solid #fff;	
	outline: 1px solid #bfcfe2;

	box-sizing: border-box;
}
.event-pic-img {
	display: none;
	width: 0;
	height: 0;
}
.event-pic-txt {
	min-width: 260px;
	margin: 0;
	padding: 0;
	width: 100%;
	
	color: #09488f;
	font-size: 16px;
	font-weight: normal;
	text-align: left;

	display: block;
	box-sizing: border-box;

}

.event-comm-box {
	/*min-width: 356px;*/
	min-width: 280px;
	width: 100%;
	/* width: calc(100% - 20px); */
	margin: 0;
	padding: 0;
	/* flex-basis: 630px; */
	display: block;
	box-sizing: border-box;

}
.event-comm-box-txt {
	font-size: 16px;
	box-sizing: border-box;
	color: #000;
}
.event-comm-box-source {
	font-size: 18px;
	color: #09488F;
	box-sizing: border-box;
}
.event-comm-ul { 
	margin: 0;
	padding: 6px 10px 0 25px;
	width: 100%;	

	list-style-position: outside;

	display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: stretch;

	box-sizing: border-box;

/* background-color: #ed6; */

}

.event-comm-li {
	list-style-image: url(data:image/gif;base64,R0lGODdhBwAHAIAAAP///xicWywAAAAABwAHAAACDIxhGaibACNzbb5UAAA7);
	margin: 3px;
}

/* --- events informer end --- */


/* --- event wide --- */

.event-pic-box-wide,  .event-lead-box
{
	min-width: 280px;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px;

	background-color: #E6EDF5;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;

	border: 1px solid #fff;	
	outline: 1px solid #bfcfe2;

	box-sizing: border-box;
}
.event-pic-box-wide {
	border-bottom: none;
}
.event-lead-box {
	/* padding-top: 0; */
	border-top: none;	
}
.event-lead-txt {
	color: #000;
	font-weight: 400;
	font-size: 16px;
}


/* --- event wide end --- */
@media only screen and (min-width: 368px) {
	.event-box { min-width: 356px; }
	.event-pic-box { min-width: 356px; }
	.event-comm-box { min-width: 356px; }
	.event-pic-img {
		width: 160px;
		height: auto;
		margin-right: 12px;
		border: 1px solid #bfcfe2;
		display: block;
		box-sizing: border-box;	
	}
	.event-pic-txt {
		min-width: 160px;
		margin: 0;
		padding: 0;
		width: calc(100% - 172px);		
		color: #09488f;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		display: block;
		box-sizing: border-box;
	}
	.event-pic-box-wide, .event-lead-box {
		min-width: 356px;
	}

}