/* enable to edit deafult styles for buttons on iphone and ipad*/
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

	.cookies-info {
/*		position: fixed;
		bottom: 0;
		left:50%;
		transform: translate(-50%,0);*/
		width:100%;
		padding: 20px 60px 20px 20px;
		background: #2851a2;
		/*max-width: 920px;*/
		color: #fff;
        position:relative;
	}
	.cookies-info a {
		color:#fff!important;
		font-weight: bold;
	}
	.cookie-info--btn-close {
/*		position: absolute;
		right: 20px;
		top: 50%;
        margin-top:-15px;
		width: 30px;
		height: 40px;
		opacity: 0.3;
		cursor: pointer;*/
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top:-15px;
        width: 30px;
        height: 30px;
        opacity: 0.3;
        cursor: pointer;
	}
	.cookie-info--btn-close:hover, .cookie-info--btn-close:focus {
		opacity: 1;
	}
	.cookie-info--btn-close::before, .cookie-info--btn-close::after {
		  position: absolute;
		  left: 15px;
		  content: ' ';
		  height: 30px;
		  width: 2px;
		  background-color: #fff;
	}
	.cookie-info--btn-close::before {
  		transform: rotate(45deg);
	}
	.cookie-info--btn-close::after {
  		transform: rotate(-45deg);
	}
	.cookies-info.hidden {
		display: none;
	}


/* styles for sponsors and infpartners */ 

        .sponsors-title {
            text-align: center;
            text-transform: uppercase;
            font-size: 16px;
            font-family: Arial;
            font-weight: 600;
            line-height: 33px;
            background: #f3f3f3;        
            color: #000;
        }

        .sponsors-container {
            text-align: center;
            padding:40px 0;
        }
        .sponsors-container img {
            margin: 0 20px 20px;
            vertical-align: middle;
            display:inline-block;
    }

	.event .breadcrumb {
		color: #949191 !important;
	}

    .event .breadcrumb li a {
        
        display: inline-block;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
		color: rgb(29, 29, 27);
    }
	.event .breadcrumb li a:hover {
		color: #257bf5 !important;
	}    


		.p-library {
		/*overflow: hidden;*/
		}
		.p-library h3 {
			border-bottom: 1px solid #f00;
		}
		.p-library ul, .p-library dl, .p-library dt, .p-library dd {
			padding: 0;
			margin: 0;
		} 
		.p-library ul {
			list-style: none;
			overflow: hidden;
			font-size: 0;
		}
		.p-library li {
			display: inline-block;
			vertical-align: top;
			width: 50%;
			padding-bottom: 10px;
			padding-right:10px;
			box-sizing: border-box;
			font-size: 15px;
		}

		@media (max-width: 767px) {
			.p-library li {
				width:100%!important;
				margin-bottom:20px;
			}
		}    




/* page conditions*/
.table-conditions {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.table-conditions th {
	background: #ececec;
	padding:10px 0;
}
.table-conditions td {
	padding:10px;
}
.table-conditions td:first-child {
	width: 75%;
}
.table-conditions tbody tr:nth-child(even) {
	background-color: #fafafa;
}


/* table striped */
.table-striped {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.table-striped th {
	background: #ececec;
	padding:10px 0;
}
.table-striped td {
	padding:10px;
}
.table-striped tbody tr:nth-child(even) {
	background-color: #fafafa;
}
.table-striped tbody tr:hover {
	background-color: #eaeaea;
}

/* hotel*/
.hotel {
	overflow: hidden;
	margin-bottom: 20px;
}
.hotel--title {
	margin-bottom:20px;
}
.hotel--image {
	max-width:225px;
	margin-right:20px;
	max-height: 225px;
	float:left;
}
	@media (max-width: 768px) {
		.hotel--image {
			float:none;
			display: block;
			margin:0 auto 10px;
		}
	}
.hotel--description {
	padding-left:245px;
}
	@media (max-width: 768px) {
		.hotel--description {
			padding-left: 0;
		}
	}

.hotel .hotel__img {margin: 15px auto; width: 80%; border: 0; }
@media (min-width: 768px) {
  .hotel .hotel__img {float:right; margin: 0 0 10px 15px; width: 180px;}
}


/* booking table */
.booking-table {
	width: 100%;
	margin-bottom:20px;
}

	.booking-table th { 
	  padding:10px;
	  color:#ffffff;
	  /*border-right: 1px solid #19758e;*/
	  background:#aaddff;
	  /*font-size: 18px;*/
	}
	.booking-table td {
	  /*font-size: 15px;*/
	  /*font-size: 18px;*/
	  padding:10px;
	}
	.booking-table tr:nth-child(2n+2) {
	  background-color: #f0f0f0;
	}
	.booking-table tr:hover {
	  background-color: #dff2ff;
	  /*color:#ffffff;*/
	  transition:none;
	}
	.booking-table td strong {
	  /*font-size: 12px;*/
	  font-size: 18px;
	}
	.booking-table caption {
		caption-side: bottom;
		text-align:right;
		font-style:italic;
	}



/* b-chairmans */
	.b-chairmans {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	    flex-wrap: wrap;
	}

		.b-chairmans--item {
			width: 50%;
		    padding: 20px;
    		box-sizing: border-box;
		}
    @media (max-width: 575px) {
        .b-chairmans--item {
          width: 100%;
        }
      }    
		.b-chairmans--image {
			width: 180px;
			display: block;
			object-fit: cover;
			aspect-ratio: 1/1;
			margin: 0 auto 10px;
			border-radius: 50%;
		}

	.b-chairmans--theme_horiz {
	}
		.b-chairmans--theme_horiz .b-chairmans--item {
			width: 100%;
		}
		.b-chairmans--theme_horiz .b-chairmans--image {
			border-radius: 0;
		    width: 100px;
		    margin: 0 20px 0 0;
		    float: left;			
		}
		@media (max-width: 575px) {
			.b-chairmans--theme_horiz .b-chairmans--image {			
				float: none;
				margin: 0 auto 10px;
				width: 200px;
			}
		}

/* b-speakers */

	.b-speakers {

	}
		.b-speakers--item {}
		.b-speaker {
			display: flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items:center;
			margin-bottom: 20px;
		}
			.b-speaker--image {
				border: 3px solid #5e5da5;
				border-radius: 50%;
				width: 100px;
				margin-right: 10px;
			}
			.b-speaker--fullname {}
			.b-speaker--position {}


/* b-organizers */
.b-organizers {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:0!important;
    margin: 0 0 40px;
    list-style: none!important;
}
    .b-organizers--item {
        width: 50%;
        box-sizing: border-box;
        padding-left:10px;
        padding-right:10px;
        margin-bottom: 20px;
        list-style:none!important; /* crazy hack for reg.mediexpo.ru */

    }

    	@media (max-width: 576px) {
    		li.b-organizers--item {
    			width: 100%;
    			margin-bottom: 40px;
    		}
    	}
    .b-organizers--image {
        /*max-width: 200px;*/
        max-width:100%;
        margin: 0 auto 10px;
        max-height:100px;
        display: block;
        /*float: left;*/
    }
		@media (max-width: 576px) {
			.b-organizers--image {
				display: block;
				max-width: 100%;
				margin: 0 auto 10px;
			}
		}

    .b-organizers--description {
    	/*padding-left:220px;*/
    	text-align: center;
    	display: block;
    }
    	@media (max-width: 576px) {
    		.b-organizers--description {
    		}
    	}
	

/* page contacts */

.medi_contact__group {
    border: 1px dotted #d9d9d9;
}
	.medi_contact__gropup_header {
		font-size: 26px;
		padding: 15px;
		line-height: 30px;
	}

.medi_contact {
	position: relative;
	padding: 15px;
}
.medi_contact:after {
	content: '';
	height: 1px;
	width: 60px;
	background-color: #d9d9d9;
	display: block;
	position: absolute;
	bottom: 5px;
}
.medi_contact_list .medi_contact:last-child:after {
	display: none;
}

.medi_contact__term {	
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 26px;
}
.medi_contact__position {
    font-size: 16px;
    margin-top: -10px;
}
.medi_contact__place {
    font-size: 16px;	
    margin-bottom: 10px;
}

.medi_contact__name {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('/fileadmin/templates/new/img/icons/icon_fio.png');
    background-size: auto 22px;
    background-position: 7px 0px;
    padding: 0 10px 5px 40px;
    line-height: 22px;
    font-size: 18px;
    /*color: #257bf5;*/
}

.medi_contact__email, .medi_contact__address {
	background-image: url('/fileadmin/templates/new/img/icons/icon_mail.png');
    padding: 0 10px 5px 40px;
    margin-bottom: 0;
    font-size: 14px;
    background-size: 25px;
    background-position:5px 3px;
    background-repeat: no-repeat;
    line-height: 22px;
}

.medi_contact__phones {
	background-image: url('/fileadmin/templates/new/img/icons/icon_tel.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 10px 0px;
    padding: 0 10px 5px 40px;
    display: block;
    white-space: nowrap;
    font-size: 18px;
}
	.medi_contact__phone {
    	line-height: 22px;
	}

 /*

  @font-face {
      font-family: 'medifont';
      src: url('/fileadmin/user_upload/content/icons/fonts/medifont.eot');
      src: url('/fileadmin/user_upload/content/icons/fonts/medifont.eot?#iefix') format('embedded-opentype'),
           url('/fileadmin/user_upload/content/icons/fonts/medifont.woff') format('woff'),
           url('/fileadmin/user_upload/content/icons/fonts/medifont.ttf') format('truetype'),
           url('/fileadmin/user_upload/content/icons/fonts/medifont.svg#medifont') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  [class*='medi-icon-']:before{
    display: inline-block;
     font-family: 'medifont';
     font-style: normal;
     font-weight: normal;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
  }
  .medi-icon-phone:before{content:'\0041';}
  .medi-icon-user:before{content:'\0042';}
  .medi-icon-mail:before{content:'\0043';}

  .body-content .medi_contact_list, .body-content .medi_contact dt, .body-content .medi_contact dd {
    margin:0;
    padding:0;
    font-size: 15px;
    line-height: 1.2em;
  }
  .medi_contact {
    margin-bottom: 15px;
  }
  
    .medi_contact__term {
      font-weight: bold;
    }
    .medi_contact__position {
      font-style: italic;
    }
    .medi_contact__name {
    }
    .medi_contact__name:before, 
    .medi_contact__email:before, 
    .medi_contact__phones:before {
     font-family: 'medifont';
     font-style: normal;
     font-weight: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
      padding-right:5px;
      color:#d7d7d7;
    }
    .body-content .medi_contact .medi_contact__name, 
    .body-content .medi_contact .medi_contact__email,
    .body-content .medi_contact .medi_contact__phones {
      position: relative;
      padding-left: 30px;
    }
    .body-content .medi_contact .medi_contact__name {
      line-height: 1.6em;
    }
    .medi_contact__name:before {
      content:'\0042';
      position: absolute;
      top:50%;
      left:2px;
      transform: translate(0,-50%);
      font-size: 1.4em;   
    }
    .medi_contact__email:before {
      content:'\0043';
      position: absolute;
      top:50%;
      left:2px;
      transform: translate(0,-50%);      
      font-size:22px;
    }
    .medi_contact__phones:before {
      content:'\0041';
      position: absolute;
      top:50%;
      left:9px;
      transform: translate(0,-50%);
    }
*/

/* buttons */
.page-content .btn {
	display:inline-block;
	padding:10px;
	color:#fff;
	background:#257bf5;
	transition:0.2s background;
	text-decoration:none;
  border: none;
}
.page-content .btn:hover, .page-content .btn:active {
	background:#2667C4;
/*	color:#4780eb;*/
}

.btn-reg_block {
    background: #d9d9d9;
    margin-left: -45px;
    padding-left: 45px;
    margin-right: -30px;
    display:flex;
}

.page-content .btn.btn-reg {
    background-image: url(/fileadmin/templates/new/img/icons/btn_ok.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 10px center;
    padding-left: 65px;
    padding-right:40px;
    font-size: 16px;
    line-height: 28px;
    display:flex;
    align-items:center;
}

.page-content .btn.btn-reg:hover {
	background-color:#09488b;
	color:#ffffff;
}

.btn-reg--descr {
    display: flex;
     /*width: calc(100% - 270px); */
    padding: 7px 10px;
    align-items: center;
}

	@media (max-width: 991px) {

		.btn-reg_block {
			display: block!important;
			width: 100%;
			margin-left:0;
			padding-left:0;
			margin-right:0;
		}
		.page-content .btn.btn-reg {
			display:block;
			width: 100%;
/*			display: flex;
			align-items: center;			*/
		}
		.btn-reg--descr {
			display:block;
			width: 100%
		}
	}



.login-form .btn {width: 300px;  max-width: 90%; height: 48px; margin: 15px 0; cursor: pointer; }
.login-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.login-form .inp input {
  width: 300px;
  max-width: 90%;
  height: 48px;
  padding: 4px 8px;
  font-size: 14px;
  margin-bottom: 15px;
}

.login-form .passrecovery {
  display: block;
  margin-top:-10px;
}

.registration-text {
  margin-top: 15px;
}

/* tools */

.table-responsive {
	overflow-x: auto;
}

/* content hacks */ 
.page-content b {
	font-weight: bold;
}		

/* hacks for social in footer */			
@media (max-width: 575px) {
	.subscribe .s-footer ul.soc {
		margin:0;	
	}
	.subscribe .s-footer ul.soc li a {
		padding:0 8px;
	}
}

/* Календарь */
.months .selector {
  margin-bottom: 25px;
}

.months ul {
  margin: 0 -10px 0px -10px;
}


/* fixes for calendar */
@media (max-width:767px) {
    .event-selector > a {
        display: block;
        overflow: hidden;  
        margin-bottom: 10px; 
    }
    .event-selector .heading {
        margin:0 0 10px;   
    }
    .event-selector .info {
        margin:0 0;
    }
}


/* place */

.place {
	overflow: hidden;
	margin-bottom: 20px;
}

.place--image {
	max-width:200px;
	margin-right:20px;
	max-height: 150px;
	float:left;
}
	@media (max-width: 768px) {
		.place--image {
			float:none;
			display: block;
			margin:0 auto 10px;
		}
	}
.place--description {
	padding-left:220px;
}
	@media (max-width: 768px) {
		.place--description {
			padding-left: 0;
		}
	}


/* maps in venue */

.svenue .booking .booking--image {width: 90%; max-width: 100%; margin:0 auto 15px auto;}
.svenue .booking .lead {font-size:18px; line-height:24px;}
.booking .hotel__item.metro_item.car_item { background-image: url("/fileadmin/templates/new/img/icons/icon_car.png"); }
.booking .hotel__item.metro_item.bus_item { background-image: url("/fileadmin/templates/new/img/icons/icon_bus.png"); }
@media (min-width: 768px) {
  .svenue .booking .booking--image {float: left; width: 28%; margin: 0 2% 10px 0;}
  .svenue .booking .lead {float: left; width: 70%; }
  .svenue .booking .contact-details {float: left; font-size: 16px; width: 70%;}
}
/* old venue */
.map {
	margin-bottom: 20px;
}


    .ga, .ya {
		display:block;
		float: left;
		padding:10px 0;
		width:50%;
		margin: 0;
		border-bottom:1px solid #ccc;
		text-align: center;
		cursor: pointer;
		text-decoration: none;
		box-sizing:border-box;
  }
  .mapactive {
  		border:1px solid #ccc;
  		border-bottom: 0;
  }
  .ymaps, .gmaps {
  		border:1px solid #ccc;
  		border-top:none;
  		padding: 5px;
  		width:100%;
  		max-width: 840px;
  		clear: both;
  		height:410px;
  		box-sizing: border-box;
  }
  	.ymaps {
  		display: none;
	}
/* /old venue */


/* styles for link with files */

/*
.f17:after, html[lang="ru-RU"] .f17:after {
	content:' (' attr(filesize) ' ' attr(filesizeStringRu) ')';
}
html[lang="en-US"] .f17:after, html[lang="en"] .f17:after {
	content:' (' attr(filesize) ' ' attr(filesizeStringEn) ')';			
}
*/


.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(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[href*=".jpg"]:before {
  background-position: 0 -110px;
} 

  
.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;
}



/*GALLERY*/
.medi_gallery__wrapper {
    overflow: hidden;
  }
  .medi_gallery {
    display: block;
    float: left;
    width:167px;
    /*
      680px - 3*4px = 668px;
      668px/4 = 167px;

    */
    height:100px;
    /*background-size:contain;*/
    background-size: cover;
    background-position: 50% 50%;
  }
    .medi_gallery__wrapper a {
      margin-right:4px;
      margin-bottom: 4px;
      opacity: 0.8;
    }
    .medi_gallery__wrapper a:hover {
      opacity: 1;
      transition: all 0.2s;
    }
    .medi_gallery__wrapper a:nth-child(4n) {
      margin-right: 0;
    }


/* 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%;
}


#nearest .head .title {
	min-height: 0px !important;
}


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


.video-link {
	display: block; 
	position: relative;
	margin-bottom: 20px;
}
.video-link:hover .video-link__image {
	opacity: 0.8;
}

.video-link:hover .video-link__button {
	background:#4780eb;
}

.video-link__image {

}

.video-link__button {
	background: #2667c4; 
	color:#fff; 
	text-transform: uppercase; 
	padding: 10px 20px; 
	border-radius: 20px; 
	display: block; 
	position: absolute; 
	bottom:20px; 
	left:20px;
}

/* custom sizes for logo in banner, mediexpo.ru home page */
@media (min-width: 768px) {
	#nearest img[src*="nt2022"] {
		max-width:150px !important;
	}	
}

@media (min-width: 992px) {
	#nearest img[src*="nt2022"] {
		max-width: 200px !important;
	}	
}

@media screen and (min-width:992px) {
	.ul-two_cols-md {
		columns:2;
	}
}
.sponsors-container {
	width: 100%;
	gap: 2px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
  }
  .sponsors-container a {
	display: flex;
	width: calc(20% - 2px);
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: #fff;
	transition: .2s linear;
  }
  
  .sponsors-container a:hover {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px 0px inset;
   }
  
  @media screen and (max-width: 800px) {
	.sponsors-container a {
	  width: calc(25% - 2px);
	}
	
  }
  @media screen and (max-width: 700px) {
	.sponsors-container a {
	  width: calc(33% - 2px);
	}
	
  }
  
  @media screen and (max-width: 400px) {
	.sponsors-container a {
	  width: calc(50% - 2px);
	}
	
  }
















/* snow */


.snow__item {
	transition: none;
}