body {
	font-family: 'Montserrat', sans-serif;
}

h1,h2,h3 {
	position: relative;
}
h1 {
	line-height: 1.1em;
}
h1:after, h2:after, h3:after {
	content: '';
	height: 2px;
	width: 98px;
	display: block;
	position: absolute;
	background-color:#46deae;
}
h1:after {
	bottom: -12px;
}
h2:after {
	bottom: -10px;
}
h3:after {
	bottom: -8px;
}

p {
	margin: 0 0 20px;
}

dd ul, dd ol {
	padding-left:0;
}

h4 {
	letter-spacing: 0.1em;
	font-size: 1.2em;
}

/* content */
section {
	display: none;
}
section[data-page="general-info"] {
	display: block;
}
.table {
	border-collapse: collapse;
	border:1px solid #000;
	width:100%;
	margin-bottom: 30px;
}
.table tr:hover {
	background:#f5f5f5;
}
.table th {
	padding:10px;
	background:#b5f2df;
}
.table th, .table td {
	border:1px solid #ddd;
	padding:10px;
}
.table caption {
	caption-side: bottom;
	text-align:right;
	font-style: italic;
	font-size: smaller;
}
.content {
	line-height: 1.45;
}
.content li {
	margin-bottom: 7px;
	position: relative;
}
/*.content li:before {
	content: '';
    margin-left: 0px;
    border-radius: 50%;
    border: 2px solid #3d9c84;
    position: absolute;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    left: 0;
    top: 0.75em;
}*/


/* organizers-list */
.organizers-list {
	padding: 0;
	margin: 0;
	max-width: 1200px; 
	margin: 0 auto; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
}
.organizers-list:after {
	content: '';
	clear: both;
	display: table;
}

.organizers-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
/* smartphones portrait */
@media only screen and (max-width : 480px) {
	.organizers-list li {
		width: 100%;
		float: none;
	}
}

.organizers-list img {
	max-width: 120px;
	max-height: 120px;
	display: block;
	margin:0 auto 10px;

}
.organizers-list span {
	display: block;
	text-align: center;
	font-size: smaller;
}



/* general styles for content */
.lead {
    display: block;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 14px;
    border-left: 3px solid #46deae;
}

.metro {
	padding:25px 70px;
	border:2px solid #f3f3f3;
	margin-bottom: 25px;
}
	.metro h4 {
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}
.subtitle--background {
	display: table;
	padding:3px 5px;
	margin-bottom: 3px;

	color:#ffffff;
	background:#b4b4b4;

	text-transform: uppercase;
}



.f17 {
  text-decoration: none !important;
  color:#1d2029 !important;
  display: block;
  /*float: left;*/
  margin:6px 1.5% 18px 1.5%;
  padding-left: 48px;
  margin-bottom: 18px;
  line-height: 150% !important;
}
.f17:hover {
  color:#257bf5 !important;
}
@media (min-width: 1100px) {
  .f17 {
    width: 42%;
    min-width: 300px;
    max-width: 95%;
  }
}
  
.f17:before {
  display: inline-block;
  float: left;
  content:'';
  width: 46px;
  height: 35px;
  margin: 3px 2px 0 -48px;
  background:url('https://www.mediexpo.ru/fileadmin/templates/css/images/doc_type_sprite.png') no-repeat; 
  background-position: 0 0; /*-55px*/
}
.f17[href*=".pdf"]:before {
  background-position: 0 0;
}
.f17[href*=".doc"]:before, .f17[href*=".docx"]:before {
  background-position: 0 -55px;
}
  
.f17:after, html[lang="ru-RU"] .f17:after {
	content: attr(filesize) ' ' attr(filesizeStringRu);
  display: block;
  color:#888;
}
html[lang="en-US"] .f17:after, html[lang="en"] .f17:after {
	content: attr(filesize) ' ' attr(filesizeStringEn);
  display: block;
  color:#888;
}

.content-block--green {
    background-color: #d0ffc0;
    padding: 20px;
    margin-bottom: 20px;
}



/* responsive video */

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

/*Modifier class for 16:9 aspect ratio*/
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/*Modifier class for 4:3 aspect ratio*/
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
