@-ms-viewport       { width: device-width; }
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}

body
{
	background: #ffffff;
	color: #000000;
	max-width: 1920px;
	min-width: 360px;
	margin: 0px auto;
	line-height: 120%;
	font-size: 20px;
	overflow-y: auto; /* добавить полосу прокрутки */
	position: relative;
	font-family: Calibri, Arial;
}
a
{
	color: #006098;
	transition: all 0.3s ease;

}
a:visited, a:active
{
	text-decoration: none !important;
}
a:hover
{
	color: #f18a00;
	text-decoration: none !important;
}

.vcenter
{
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.dots
{
	border-bottom: 1px dotted;
}
.dots:hover
{
	text-decoration: none !important;
	color: inherit;
}
.clear
{
	clear: both;
}
.row-flex
{
	display: flex;
	flex-flow: row wrap;
}
.block-blue, .block-yellow
{
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
	/*background-size: auto 500px;*/
}
.block-blue
{

	/*background-image: url('../../styles/bg-images/block-promo_bg_1-resize.png?v2.1');*/
	background-color: #006098;
	background-size: auto 80%;
}
.block-slider__partners
{
	background-color: #003357 !important;
	background-image: url('../../styles/bg-images/block_bg_blue_netral_partners.png');
}
.block-yellow
{
	background-image: url('../bg-images/block_bg_yellow.png');
	background-color: #f18a00;
}
.block-menu
{
	height: 60px;
	background-color: #006098;
	/*opacity: 0.8;*/
	transition: all 0.3s ease;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 80;
}
.block-menu:hover
{
	opacity: 1;
}
.block-desktop .block-menu__social
{
	position: absolute;
	right: 63px;
	top: 5px;
}
.block-menu__social-icon
{
	opacity: 0.6;
	transition: all 0.3s ease;
}
.block-menu__social-icon:hover
{
	opacity: 1;
}
.block-menu__shadow
{
	background-image: url('../bg-images/block_menu__shadow_bg.png');
	width: 100%;
	height: 10px;
	z-index: 51;
	position: absolute;
	top: 60px;
}
.block-menu__lk
{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	opacity:0.6;
	transition: all 0.3s ease;
}
.block-menu__lk:hover
{
	opacity:1;
}
.block-desktop .menu-main a
{
	font-family: Calibri, Arial;
	font-size: 20px;
	display: block;
	text-transform: uppercase;
	padding: 20px 20px;
	float: left;
	height: 30px;
	/*font-weight: bold;*/
	transition: all 0.3s ease;
	color: #ffffff;
}
.block-desktop .menu-main a:hover
{
	background-color: #f18a00;
	color: #ffffff;
	text-decoration: none;
	height: 60px;
}
.block-desktop .menu-add
{
	position: absolute;
	right: 70px;
	top: 35px
}
.block-desktop .menu-add a
{
	font-size: 14px;
	display: block;
	margin-left: 20px;
	float: left;
	transition: all 0.3s ease;
	color: #ffffff;
	opacity: 0.7;
}
.block-desktop .menu-add a:hover
{
	opacity: 1;
}
.block-mobile
{
	display: none;
	position: absolute;
	right: 0px;
	left: 0px;
}
.block-mobile .main-menu
{
	opacity: 1 !important;
}
.btn
{
	border-radius: 0px !important;
}

.menu_mobile_btn
{
	width: 60px;
	height: 60px;
	background: #006098 !important;
	color: #ffffff;
	transition: all 0.3s ease;
	float: right !important;
}
.menu_mobile_btn .glyphicon
{
	font-size:20px;
	transition: all 0.3s ease;
	color: #80b5b1;
	background: #006098 !important;
}
.menu_mobile_btn:hover
{
	background: #0a9b91;
	color: #ffffff;
}
.menu_mobile_btn .glyphicon:hover
{
	color: #ffffff;
}
.btn-group
{
	width: 100%;
}
/*.btn-group__open
{
	display: block;
	height: 100vh;
}*/
.menu_mobile_drop
{
	right: 0px;
	position: absolute;
	top: 57px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
	background-image: url('../bg-images/mobile_drop_bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #006098;
	height: 100vh;
	/*image-rendering: pixelated;*/
}
.menu_mobile_icons
{
	margin-left: 15px;
}
.menu_mobile_drop a
{
	display: block;
	margin-top: 0px !important;
	/*margin-bottom: 5px !important;*/
	color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri, Arial;
	font-size: 22px;
	padding: 15px 5px 10px 5px;
	height: 50px;
	border-bottom: 1px #1ea8e3 solid;
	text-align: center;
}
.menu_mobile_drop a:hover
{
	text-decoration: none;
	color: #fdd500;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.menu_order
{
	font-size: 18px !important;
	color: #f6bc8f !important;
}
.block-menu__descr
{
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
	font-size: 24px;
	padding-bottom: 100px;
	border-bottom: 1px #1ea8e3 solid;
	display: none;
}
.block-menu__social-icon
{
	width: 30px; height: 30px;
}
.block-promo
{
	height: 930px;
	background-image: url('../../styles/bg-images/block-promo_bg_1.png?v1.3');
	background-position: right top, bottom;
	background-repeat: no-repeat;
	background-size: auto 350px, contain;
	position: relative;
	z-index: 2;
}
.block-promo__partners
{
	height: 700px;
		background-image: url('../../styles/bg-images/block-promo_bg_partners.png?v1.2');
}
.html5_bg
{
	top: 40px;
	left: 0px;
	height: 900px;
	position: absolute;
	z-index: 1;
	border: 0px;
}

.fullscreen-bg-video
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100vh;
	min-width: 100%;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.block-promo__logo
{
	position: absolute;
	width: 330px;
	height: 330px;
	top: -10px;
	left: 20px;
	z-index: 52;
}
.block-promo__circle
{
	position: absolute;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.8;
	transition: all 0.3s ease;
	top: 0px;
	left: 0px;
}
.block-promo__logo-img
{
	position: absolute;
	display: block;
	width: 90%;
	height: auto;
	top: 130px;
	left: 20px;
	z-index: 52;
}
.block-promo__dates
{
	position: absolute;
	top: 245px;
	left: 0px;
	z-index: 53;
	text-transform: uppercase;
	font-family: Gothic, Calibri, Arial;
	font-size: 17px;
	color: #006098;
	line-height: 20px;
	width: 330px;
}
.block-promo__place
{
	position: absolute;
	top: 95px;
	left: 0px;
	z-index: 53;
	text-transform: uppercase;
	font-family: Gothic, Calibri, Arial;
	font-size: 17px;
	color: #006098;
	line-height: 20px;
	width: 330px;
	text-align: center
}
.block-promo__title
{
	position: absolute;
	top: 100px;
	left: 510px;
	z-index: 54;
	/*width: 700px;*/
}
.block-promo__h1
{
	text-transform: uppercase;
	font-family: Calibri, Arial;
	font-size: 36px;
	color: #ffffff;
	line-height: 100%;
	font-weight: bold;
}
.block-promo__partner
{
	position: absolute;
	top: 8px;
	z-index: 85;
	text-transform: uppercase;
	font-family: Gothic, Calibri, Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 100%;
	font-weight: bold;
	width: 160px;
}
.block-promo__partner_type_org, .inner-block-promo__partner_type_org
{
	width: 140px;
	right: 160px;
}
.block-promo__partner_type_general
{
	margin-top: 4px;
	margin-right: 15px;
	width: 165px;
	right: 250px;
}

.block-promo__partner_type_general .logo-organizer, .inner-block-promo__partner_type_general .logo-organizer {
	width: 74%;
	margin-top: 0px;

}

/*.inner-block-promo__partner_type_general .award_partner__logo_img {*/
/*	width: 50%;*/
/*	margin-top: -5px;*/
/*}*/


.block-promo__partner img
{
	width: 100%;
}
.block-promo__descr
{
	position: absolute;
	top: 320px;
	z-index: 56;
	text-transform: uppercase;
	font-family: Calibri, Arial;
	left: 510px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.1;

}

.block-promo__descr_center {

	left: 310px;
}

.block-promo__descr1
{
	font-size: 36px;
}
.block-promo__descr-partners
{
	width: 700px;
}
.block-promo__descr2
{
	font-size: 60px;
	margin-top: 2px;
	margin-bottom: 2px;
	/*padding-top: 6px;*/
	line-height: 1em;
}
.block-promo__descr3
{
	font-size: 36px;
	max-width: 600px;
}
.block-promo__discount
{
	position: absolute;
	top: 550px;
	z-index: 57;
	text-transform: uppercase;
	font-family: Calibri, Arial;
	left: 510px;
	font-weight: bold;
	line-height:0.9;
}
.block-promo__discount-date
{
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 10px;
	margin-top: 6px;
}
.block-promo__discount-value
{
	color: #fdd500;
	font-size: 46px;
}

.button-a
{
	display: block;
	text-transform: uppercase;
	font-family: Calibri, Arial;
	font-size: 26px;
	color: #ffffff;
	padding: 15px 40px 15px 40px;
	border-radius: 10px;
	background-image: url('../bg-images/button-a_bg.jpg');
	background-position: bottom;
	transition: all 0.3s ease;
	font-weight: bold;
	transition: all 0.3s ease;
	cursor: pointer;
}

.button-a_dest_regblock
{
	animation: reg_button 3s ease-out infinite;
}

.button-a:active, .button-a:visited, .button-a:focus, .button-a:hover
{
	color: #ffffff !important;
}
.button-a_dest_award
{
	width:100%;
	text-align: center
}
.button-a_dest_header
{
	position: absolute;
	top: 690px;
	z-index: 58;
	left: 510px;
	padding: 23px 40px 23px 40px;
}
.button-a__partners
{
	top: 550px;
}
.button-a_dest_regblock
{
	float: right;
	width: 49%;
	padding: 23px 0px 23px 0px;
	text-align: center;
}
.button-a_dest_reports
{
	max-width: 500px;
	width: 100%;
	margin: 0px auto;
}
.button-a_dest_topmanager
{
	max-width: 600px !important;
	width: 100% !important;
	margin: 0px auto !important;
	font-size: 18px !important;
	text-align: center;
}

.button-a:hover
{
	color: #ffffff;
	text-decoration: none;
	/*	background:  linear-gradient(0deg, #ff6400, #f18a00);*/
	background-position: top;
}
.button-a_dest_topmanager:hover
{
	/*background-position: 0px -55px, 0px 0px;*/
}
.block-slider
{
	background: linear-gradient(180deg, #006ab4, #003766);
	height: 550px;
	/*background-size: contain !important;*/
}
.block-slider .item
{
	/*background-color: #006ab4;*/
	height: 550px;
}
.block-slider__table
{
	/*margin-right: 50px;*/
	height: 550px;
}
.block-promo__slider-proof
{
	width: 400px;
	height: 550px;
	background-size: 80%;
	font-family: Calibri, Arial;
	font-size: 25px;
	line-height: 120%;
	color: #ffffff;
	font-weight: bold;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url('../bg-images/block-promo__slider-proof_bg.png?v1');
}
.block-promo__slider-proof_partners
{

}
.block-promo__slider-proof_1_1
{
	width: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../bg-images/block-promo__slider-proof_bg.png?v1');
	
}
.block-promo__slider-proof_1_partners
{
}
.block-promo__slider-proof_2
{
	width: 500px;
	background-repeat: no-repeat;
	background-image: url('../bg-images/block-promo__slider-proof_bg_2.png?v1');
		background-position: center center;

}
.block-promo__slider-proof_3
{
	width: 500px;
	background-image: url('../bg-images/block-promo__slider-proof_bg_3.png?v1');
	background-repeat: no-repeat;
	background-position: center center;
}
.block-promo__slider-proof_4
{
	width: 500px;
	background-image: url('../bg-images/block-promo__slider-proof_bg_4.png?v1');
	background-repeat: no-repeat;
	background-position: center center;
}
.block-promo__slider-hidden
{
	font-family: Calibri, Arial;
	font-size: 27px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	display: none;
}
.block-slider__pict1
{
	/*background-image: url('../bg-images/block-slider__pict1_bg.png');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.block-slider__pict1_with-woman {
	background-image: url('../bg-images/block-slider__pict1_bg+.png');
}
.block-slider__pict2
{
	/*background-image: url('../bg-images/block-slider__pict1_bg_woman.png?v1.1');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.block-slider__pict4
{
	/*background-image: url('../bg-images/block-slider__pict1_bg.png');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.carousel-caption
{
	top: 0px;
	padding-top: 0px;
	left: 270px;
	right: 270px;
	padding-bottom: 30px;
}
.block-slider_td1
{
	padding-left: 20px
}

.block-razd
{
	width: 100%;
	display: none;
}
.block-razd__pict
{
	display: block;
}
.block-razd__inner
{
	position: relative;
	height: 0;
	border: none;
}
.block-razd__content
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: bottom;
	background-size: cover;
	color: #171c1c;
}
.block-razd__ratio
{
	padding-top: 10%;
}
.block-razd__color_blue-yellow
{
	background-image: url('../bg-images/razd_blue_yellow_bg.png');
}
.block-razd__color_yellow-blue
{
	background-image: url('../bg-images/razd_yellow_blue_bg.png');
}
.block-razd__color_yellow-white
{
	background-image: url('../bg-images/razd_yellow_white_bg.png');
}
.block-razd__color_white-blue
{
	background-image: url('../bg-images/razd_white_blue_bg.png');
}
.block-razd__color_grey-white
{
	background-image: url('../bg-images/razd_grey_white_bg.png');
}
.block-razd__color_blue-white
{
	background-image: url('../bg-images/razd_blue_white_bg.png?v2020');
}
.block-razd__color_blue-grey
{
	background-image: url('../bg-images/razd_blue_grey_bg.png?v2020');
}
.block-razd__color_white-yellow
{
	background-image: url('../bg-images/razd_white-yellow_bg.png?v2020');
}
.block-imgrazd__ratio
{
	padding-top: 30%;
}
.block-imgrazd__pict
{
	background-image: url('../bg-images/block-imgrazd__pict_bg.jpg?v2020');
}
.block-imgcopy__pict
{
	background-image: url('../bg-images/block-imgcopy__pict_bg_footer-hall.jpg?v2022.1');
}
.block-imgprog__pict
{
	background-image: url('../bg-images/block-imgprog__pict_bg.jpg?v2020');
}
.block-imgtopmanager__pict
{
	background-image: url('../bg-images/block-imgtopmanager__pict_bg.jpg?v2020');
}
.pict_before_youtube {
	background-image: url(../bg-images/pict_before_youtube_bg.jpg);
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-size: cover;
	z-index: 82;
	cursor: pointer;
}
.block-h2
{
	font-family: Calibri, Arial;
	font-size: 45px;
	color: #f18a00;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.block-h2_color_white
{
	color: #ffffff;
}
.block-h2_color_yellow
{
	color: #f18a00;
}
.block-registration__partners-contacts
{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}
.button-a_partners
{
font-size: 20px;

}

.block-h2_dest_slider
{
	padding: 0px !important;
	font-size: 36px !important;
	margin-bottom: 30px;
	/*margin-top: 50px !important;*/
}
.block-h2_dest_page
{
	padding: 0px;
	font-size: 45px !important;
	margin-bottom: 30px;
	/*margin-top: 0px !important;*/
}
.block-h2_dest_award
{
	padding: 0px !important;
	font-size: 45px !important;
	margin-bottom: 10px;
	margin-top: 30px !important;
}
.block-h2_dest_archive
{
	padding: 0px !important;
	font-size: 30px !important;
	margin-bottom: 10px;
	margin-top: 30px !important;
}
.block-h2_dest_regblock
{
	text-align:center
}
.block-h2_dest_topmanager
{
	/*margin: 0px auto;*/
	padding: 0px 20px;
	max-width: 1200px;
}

.block-photo
{
	background-image: url('../bg-images/block-photo_bg.png');
	background-size: cover;
	position: relative;
}
.block-photo_dest-speaker
{
	width: 300px;
	height: 300px;
	background-image: url('../bg-images/block-speaker_bg.png');
	background-size: cover;
	position: relative;
}
.block-photo_dest-allgallery
{
	width: 300px;
	height: 300px;
	background-image: url('../bg-images/block-speaker_bg.png');
	background-size: cover;
	position: relative;
}
.block-photo_dest-speakerinfo
{
	background-image: url('../bg-images/block-speaker_bg.png');
	background-size: cover;
	position: relative;
	width: 208px;
	height: 208px;
	float: left;
	margin-right: 10px;
}
.block-photo_dest-topmanager
{
	width: 290px;
	height: 290px;
}
.block-photo_dest-gallery
{
	width: 330px;
	height: 330px;
	margin: 0px auto;
}
.block-photo_dest-speaker a, .block-speakers__logo_img a
{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.block-section
{
	background-color: #ffffff;
	margin: 40px auto;
	max-width: 1400px;
	border-radius: 20px;
	box-shadow: 5px 5px 5px 0px rgb(0,0,0,.1);
	border-top: 2px #006098 solid;
	border-left: 2px #006098 solid;
	border-right: 2px #006098 solid;
	border-bottom: 2px #006098 solid;
}
.block__padding
{
	padding: 10px 20px;
}
.block-speakers__podr_title
{
	display: block;
	margin-top: 10px;
	font-weight: bold;
	line-height: 100%;
	font-size: 20px !important;
}
.block-speakers__podr_text
{
	margin-top: 10px;
	line-height: 100%;
	font-size: 14px !important;
}
.block-speakers__photo-img
{
	border-radius: 15px;
	border: 1px #ffffff solid;
	width: 260px;
	height: 260px;
	position: absolute;
	/*z-index: 109;*/
	top: 20px;
	left: 20px;
	background-position: center top;
	background-size: cover;
}
.block-speakers__photospeaker-img
{
	border-radius: 15px;
	border: 1px #ffffff solid;
	width: 180px;
	height: 180px;
	position: absolute;
	/*z-index: 109;*/
	top: 14px;
	left: 14px;
	background-position: center top;
	background-size: cover;
}
.block-speakers__photo-all
{
	border-radius: 15px;
	width: 260px;
	height: 260px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	color: #f18a00;
}
.block-speakers__logo
{
	background-image: url('../bg-images/block-speakers__logo_bg.png');
	background-size: cover;
	position: absolute;
	top: 220px;
	left: 190px;
	width: 160px;
	height: 100px;
	z-index: 60;
}
.block-speakers__logo_img
{
	background-size: contain;
	background-position: center;
	z-index: 61;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
}
.block-speakers__name
{
	color: #000000;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
	font-size: 20px;
	line-height: 100%;
}
.block-speakers__name:hover
{
	color: #000000;
	text-decoration: none;
}
.block-speakers__name b
{
	color: #006098;
}
.block-speakers__name b:hover
{
	color: #f18a00;
}
.block-list-all
{
	text-align: center;

}
.block-list-all__text
{
	font-weight: bold;
	text-decoration: underline;
}
.block-list-all__textblue
{
	color: #006098;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}
.block-list-all__text:hover
{
	color: #3f2400;
	text-decoration: none;
}
.block-list-all__img
{
	margin-left: 10px;
}
.block-programm
{
	/*margin: 0px auto;*/
	/*padding: 10px 20px;
	max-width: 1400px;*/
}
.block-programm__day
{
	font-family: Calibri, Arial;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006098;
	margin-left: -15px;
	margin-bottom: 20px;
}
.block-programm__coffee
{
	font-weight: bold;
	/*color: #006098;*/
	border-radius: 10px;
	background-color: #e0e0e0;
	/*min-height: 70px;*/
	padding: 20px 0px;
	margin-bottom: 20px;
	font-size: 20px;
}
.block-programm__section-title
{
	font-weight: bold;
	/*color: #006098;*/
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 100%;
	word-break: break-word;
}
.block-programm__section-descr, .block-programm__section-moderator
{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 100%;
}
.block-programm__section-moderator
{
	color: #888888;
}
.block-programm__section-moderator a
{
	color: #888888;
	text-decoration: underline;
}
.block-programm__plenar
{
	margin-bottom: 20px;
	list-style: none;
	font-size: 18px;
	margin-left: -20px;
}
ul
{
	list-style: none;
	margin-left: -20px;
}
li
{
	background-image: url('../bg-images/list-style-image.svg');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 12px 30px;
	background-size: 20px;
	line-height: 100%;

	}
	.block-programm__halls-desktop
	{
		width: 100%
	}
	.block-programm__halls-desktop .block-programm__halls-title
	{
		font-family: Calibri, Arial;
		/*font-size: 27px;*/
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
		color: #f18a00;
		margin-bottom: 20px;
		line-height: 1em;
		/*word-break: break-word;*/
	}
	.block-programm__halls-mobile .block-programm__halls-title
	{
		font-family: Calibri, Arial;
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
		color: #006098;
		margin-bottom: 20px;
		border: 1px #006098 solid;
		/*background-image: url('../bg-images/block-programm__halls-mobile_bg.png');
		background-position: right;
		background-repeat: repeat-y;*/
		transition: all 0.3s ease;
		line-height: 100%;
		}
	.block-programm__halls-choose
	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
		padding-left: 0px;
	}
	.block-programm__halls-title a
	{
		color: #ffffff;
		display: block;
		width: 100%;
		transition: all 0.3s ease;
	}
	.block-programm__halls-title a:hover
	{
		color: #ffffff;
		text-decoration: none;
	}
	.block-programm__halls-mobile .block-programm__halls-title:hover
	{
		/*border: 1px #f18a00 solid;*/
				color: #f18a00;
	}
	.block-programm__hall-active
	{
		background-color: #006098 !important;
		color: #ffffff !important;
	}
	.block-programm__doklad
	{
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 100%;
	}
	.favorite-sections__doklad
	{
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 100%;
	}
	.block-programm__doklad-title
	{
		font-weight: bold;
	}
	.favorite-sections__doklad-title
	{
		font-weight: bold;
	}
	.favorite-sections__doklad-podr
	{
		color: #006098;
	}
	.favorite_sections__column .favorite-sections__doklad-podr:hover{
		color: #ffae38;
	}
	.favorite-sections__doklad {
		font-size: 18px;
	}
	.block-programm__doklad-discussion-block,
	.block-programm__section-discussion-block {
		margin-top: 5px;
	}
	.block-programm__doklad-discussion-link,
	.block-programm__section-discussion-link
	{
		background-image: url(../bg-images/block-programm__doklad-discussion-link.svg?v1);
		cursor: pointer;
		width: 32px;
		height: 32px;
		display: block;
		margin-right: 10px;
	}
	.block-programm__doklad-discussion-link:hover,
	.block-programm__section-discussion-link:hover
	{
		background-image: url(../bg-images/block-programm__doklad-discussion-link_a.svg?v1);
	}

	.block-programm__section-discussion-link_stub {
		opacity: 0.3;
	}

	.favorite-sections__column__selected-block .favorite-sections__doklad-podr,
	.block-favorite__sections__selected_section .favorite-sections__doklad-podr{
		color: #ffae38;
	}
	.favorite-sections__column__selected-block .favorite-sections__doklad-descr,
	.block-favorite__sections__selected_section .favorite-sections__doklad-descr{
		color: white;
	}
	.favorite-sections__column__selected-block .favorite-sections__icons__company,
	.block-favorite__sections__selected_section .favorite-sections__icons__company{
		filter: brightness(0) invert(1);
	}
	.favorite-sections__column__selected-block:hover .favorite-sections__icons__level{
		filter: brightness(0) invert(1);
	}

	.favorite-sections__column__selected-block:hover .favorite-sections__icons__channel_type{
		filter: brightness(0) invert(1);
	}

	.favorite-sections__icons__channel_type {
		width: 30px;
		height: 30px;
	}
	.favorite-sections__column__selected-block:hover .favorite-sections__doklad-podr{
		color: white;
	}
	.favorite-sections__column__selected-block .favorite-sections__doklad-podr:hover{
		color: #006098;
	}
	.favorite-sections__doklad-title, .favorite-sections__doklad-descr {
		word-break: break-word;
	}
	.block-programm__halls-mobile
	{
		display: none;
		width: 100%;
	}
	.block-programm__sponsor
	{
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	.block-programm__sponsor img
	{
		max-height: 80px;
	}
	.block-favorite__sections {
		margin: 60px auto 0;
		padding: 10px 20px;
	}
	.block-favorite__speeches {
		margin: 0px auto 0;
		padding: 10px 20px;
	}
	.block-favorite__speeches__first {
		margin: 50px auto 0;
	}
	.block-favorite__title{
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 100%;
	}
	.fixed-button-to-selected-speeches{
		position: fixed;
		right: 10px;
		bottom: 10px;
	}
	.modal_anonim_vote_operations {
		padding: 20px;
	}
	.modal_background, .modal_background_anonim_vote {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 100
	}
	.modal_information {
		position: fixed;
		left: 20%;
		right: 20%;
		top: 20%;
		bottom: 30%;
		z-index: 20;
	}
	.favorite_modal_button {
		background-color: #e0e0e0;
		border-radius: 5px !important;
		margin-bottom: 10px;
	}
	.favorite_modal_button_confirm-continue {
		background-color: #006098;
		color: white;
	}
	.favorite_modal_close {
		margin-left: 85%;
	}
	.favorite_modal_button_confirm {
		text-align: center;
		width: 110px;
	}
	.buttons_modal_confirm_row {
		display: flex;
		justify-content: space-around;
	}
	.modal_confirm {
		display: none;
	}
	.anonim_vote_dowload {
		margin: 0 auto;
	}
	.anonim_vote_dowload {
		margin: 150px auto;
		border-top: 16px solid #006098;
		border-bottom: 16px solid #006098;
		border-right: 16px solid #f18a00;
		border-left: 16px solid #f18a00;
		border-radius: 50%;
		width: 120px;
		height: 120px;
		animation: spin 2s linear infinite;
	}

	.add_delete_favorite_speech_download {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border-top: 3px solid #006098;
		border-bottom: 3px solid #006098;
		border-right: 3px solid #f18a00;
		border-left: 3px solid #f18a00;
		margin: 0 auto;
		position: absolute;
		right: 21px;
		box-shadow: 0px 0px 5px black;
		animation: spin 2s linear infinite;
	}

	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}
	.block-favorite__sections__day {
		font-family: Calibri, Arial;
		font-size: 36px;
		font-weight: bold;
		text-transform: uppercase;
		color: #006098;
		margin-left: -15px;
		margin-bottom: 20px;
		padding: 0 15px
	}
	.block-favorite__description
	{
		font-weight: bold;
		border-radius: 10px;
		background-color: #e0e0e0;
		padding: 20px 20px;
		margin-bottom: 20px;
		font-size: 20px;
		text-align: justify;
	}
	.block-favorite__notification
	{
		position: fixed;
		margin: 15px;
		padding: 10px;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 7px;
		text-align: center;
		color: whitesmoke;
		display: none;
	}
	.programme_favorite_widget
	{
		margin: 20px 15px;
	}
	.btn-speech-to-favorite
	{
		cursor: pointer;
		width: 32px;
		height: 32px;
		border: 0px;
		text-indent: -10000px;
		display: block

	}
	.btn-add-speech-to-favorite
	{
		background-image: url('../bg-images/btn-add-speech-to-favorite.svg');
	}
	.btn-add-speech-to-favorite:hover
	{
		background-image: url('../bg-images/btn-delete-speech-to-favorite_a.svg');
	}
	.btn-delete-speech-to-favorite
	{
		background-image: url('../bg-images/btn-delete-speech-to-favorite.svg');
	}
	.btn-add-speech-to-favorite.btn-speech-to-favorite__anchored
	{
		outline: #84b1cf solid;
	}
	.btn-delete-speech-to-favorite.btn-speech-to-favorite__anchored
	{
		outline: #f5bd6c solid;
	}

	.btn-delete-speech-to-favorite:hover
	{
		background-image: url('../bg-images/btn-delete-speech-to-favorite_a.svg');
	}
	.block-favorite__plenar__speeches{
		margin-bottom: 20px;
		list-style: none;
		font-size: 18px;
		margin-left: -20px;
	}
	.favorite__plenar-speeches-title {
		 list-style: none;
		 background: none;
		 padding: 0px;
		 padding-bottom: 5px;
		 font-weight: 900;
	}
	.block-programm__day__favorite_speeches {
		font-family: Calibri, Arial;
		font-size: 36px;
		font-weight: bold;
		text-transform: uppercase;
		color: #006098;
		margin-left: 12.5%;
		line-height: 35px;
	}
	.block-favorite_speeches__active_section__label {
		text-align: center;
		font-family: Calibri, Arial;
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		color: #006098;
		line-height: 20px;
		width: 90%;
	}
	.favorite_selected_speeches_print,
	.favorite_selected_speeches_past_sections{
		margin: 20px 0;
		text-align: center;
	}
	.favorite_selected_speeches_print:hover{
		cursor: pointer;
	}
	.favorite_selected_speeches_past_sections:hover{
		cursor: pointer;
	}
	.favorite__plenar__speech-label{
		color: #006098;
	}
	.favorite__plenar__speech-label:hover{
		color: #f18a00;
		transition: all 0.3s ease;
	}
	.plenar_section_stub{
		margin-bottom: 20px;
	}
	.favorite-sections__column__selected-block .favorite__plenar__speech-label{
		color: white;
	}
	.favorite-sections__column__selected-block li{
		background-image: url('../bg-images/list-style-image-favorite-selected.svg');
		background-position: left top;
		background-repeat: no-repeat;
		padding: 0px 0px 4px 30px;
		background-size: 20px;
		line-height: 100%;
	}
	.favorite-sections__column__selected-block:hover li{
		background-image: url('../bg-images/list-style-image.svg');
		background-position: left top;
		background-repeat: no-repeat;
		padding: 0px 0px 4px 30px;
		background-size: 20px;
		line-height: 100%;
	}
	.favorite-sections__column__selected-block .favorite__plenar-speeches-title {
		list-style: none;
		background: none;
		padding: 0px;
		padding-bottom: 5px;
		font-weight: 900;
	}
	.favorite-sections__column__selected-block:hover .favorite__plenar-speeches-title {
		list-style: none;
		background: none;
		padding: 0px;
		padding-bottom: 5px;
		font-weight: 900;
	}
	.block-favorite__notification__error
	{
		background-color: #b01e00;
	}
	.block-favorite__notification__success
	{
		background-color: #00c13f;
	}
	.block-favorite__sections__halls-desktop {
		width: 100%
	}
	.block-favorite__sections__halls-mobile {
		display: none;
		line-height: 100%;
		font-size: 8px;
		word-break: unset;
		margin-bottom: 10px;
	}
	.block-favorite__sections__halls-category-mobile {
		font-weight: bold;
		text-transform: uppercase;
		color: #ffffff;
		margin-bottom: 20px;
		background-color: #006098;
		background-image: url(../bg-images/block-programm__halls-mobile_bg.png);
		background-position: right;
		background-repeat: repeat-y;
		transition: all 0.3s ease;
		line-height: 100%;
		padding: 2px !important;
	}
	.block-favorite__sections__halls-category-mobile-selected {
		font-weight: bold;
		text-transform: uppercase;
		color: black;
		margin-bottom: 20px;
		background-color: #ffffff;
		background-image: url(../bg-images/block-programm__halls-mobile_bg.png);
		background-position: right;
		background-repeat: repeat-y;
		transition: all 0.3s ease;
		line-height: 100%;
		padding: 2px !important;
	}
	.block-favorite__sections__section-hall-title {
		display: none;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.block-favorite__sections__section-title {
		font-weight: bold;
	}
	.block_section_delete-from-favorite {
		cursor: pointer;
		text-align: right;
		display: block;

}


.favorite-sections__doklad, .block-favorite__selected__speech__empty_section {
	position: relative;
	padding-right: 26px;

}

.block_section_delete-from-favorite_icon {
	width: 26px;
	height: 26px;
	text-indent: 1000002px;
	white-space: nowrap;
	overflow: hidden;
	background: no-repeat;
	background-image: url(../bg-images/icon_delete_wite.png);
	background-size: 20px 20px;
	background-color: #006098;
	border-radius: 15px;
	background-position: center;
	position: absolute;
	top: 0px;
	right: 0px;
}

.block-favorite__selected__speech__empty_section .block_section_delete-from-favorite_icon{
	top: 5px;
	right: 5px;
}

.has_favorite_class .favorite_sections__column {
	opacity: 0.5;
}
.block-favorite__plenar_section{
	padding-bottom: 0;
	margin-bottom: 20px;
}
.not_has_favorite_class {
	opacity: 1;
}
.block-favorite__sections__halls-desktop .block-favorite__sections__halls-title {
	font-family: Calibri, Arial;
	/*font-size: 27px;*/
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f18a00;
	margin-bottom: 20px;
	line-height: 1em;
	/*word-break: break-word;*/
}
.block-favorite__selcted_sections__halls-title{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f18a00;
	margin-bottom: 20px;
	line-height: 1em;
}
.block-favorite__sections__section-time {
	width: 80%;
	font-weight: bold;
	margin-bottom: 15px;
}
.block-favorite__sections__section-description {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 100%;
}
.block-favorite__sections__row {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	width: inherit;
	margin-top: 10px;
}
.block-favorite__sections__row:first-child {
	margin-top: 0px;
}
.favorite_sections__column
{
	position: relative;
	padding: 15px 15px;
	border-radius: 15px;
}
.favorite_sections__column .favorite_star {
	background: url("../bg-images/star-favorite-not-selected.png") no-repeat;
	background-size: 100%;
}
.favorite-sections__column__selected-block .favorite_star,
.block-favorite__sections__selected_section .favorite_star {
	background: url("../bg-images/star-favorite-selected.png") no-repeat;
	background-size: 100%;
}
.favorite_sections__column:hover .favorite_star {
	background: url("../bg-images/star-favorite-selected.png") no-repeat;
	background-size: 100%;
}
.favorite_star {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
}
.favorite_sections__column:hover
{
	background-color: #e0e0e0;
	color: black;
	cursor: pointer;
	opacity: 1;
}
.favorite-sections__column__selected-block,
.block-favorite__sections__selected_section
{
	padding: 15px 15px;
	border-radius: 15px;
	background-color: #066ab0;
	position: relative;
	color: white;
}
.block-favorite__selected__speech
{
	padding: 15px 15px;
	border-radius: 15px;
	position: relative;
	color: black;
	margin-top: 10px;
}
.block-favorite__selected__speech__speech
{
	border: 2px solid #066ab0;
}
.block-favorite__selected__speech__empty_section
{
	border: 2px solid #f18a00;
}
.favorite_block__selected_speeches__active_section,
.favorite_block__selected_speeches_column
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}
.favorite_block__selected_speeches__active_section {
	background: #006098;
}
.favorite_block__selected_speeches__active_section .block-favorite_speeches__active_section__label {

	padding-top: 15px;
	color: white;

}
.favorite_block__selected_speeches__active_section .block-favorite__selected__speech {

	background: white;

}


.favorite_block__selected_speeches__active_section_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0;
	width: 100%;
}
.favorite_selected_speeches__flex
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.block-favorite__sections__selected_section{
	margin: 10px auto;
}
.favorite-sections__column__selected-block:hover
{
	cursor: pointer;
	background-color: #f59730;
	color: white;
}
.crossing_speeches_and_sections{
	margin-bottom: 20px;
	font-size: 17px;
	padding: 10px;
	border-radius: 10px;
}
.block-favorite__selected__speech__empty_section .crossing_speeches_and_sections {
	border: 2px solid #066ab0;
}
.block-favorite__selected__speech__speech .crossing_speeches_and_sections {
	border: 2px solid #f18a00;
}
.favorite_col_3 {
	width: 33%;
	word-break: break-word;
}
.favorite_col_6 {
	width: 16.6%;
	word-break: break-word;
}
.favorite_speech_button_link {
	display: inline-block;
	line-height: 1.2em;
	/*margin-top: 20px;*/
}
.block-telegram__on-index, .block-telegram__on-lkpage{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.telegram-link{
	display: inline-block;
	height: 30px;
	vertical-align: middle;
}
.telegram-link__icon {
	height: 100%;
}
.telegram-link__text{
	text-decoration: underline;
}
.block-registration
{
	/*min-height: 520px;*/
	padding-bottom: 70px;
	background-image: url('../../styles/bg-images/block-registration_bg_2.png'), url('../../styles/bg-images/block-registration_bg_1.jpg'), url('../../styles/bg-images/block-registration_bg_3.png');
	background-size: auto, auto 530px, auto;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-color: #006098;
	background-position: right bottom, left top, top;

}
.block-registration__partners
{
	background-color: #003357;
	background-image: url('../../styles/bg-images/block_bg_blue_netral_2_partners.png');
	min-height: 350px;
}
.block-registration__form
{
	margin: 30px auto 40px auto;
	width: 1000px;
	text-align: center;
	position: relative;

}
.block-registration__discount-procents
{
	color: #fdd500;
}
.block-registration__discount-text
{
	margin: 0px auto 20px auto;
	width: 350px;
	text-align: center;
	color: #ffffff;
	font-family: Calibri, Arial;
	font-weight: bold;
	font-size: 26px;
	line-height: 110%;
	text-transform: uppercase;
}
.block-registration__discount-counter
{
	margin: 0px auto 10px auto;
	/*width: 550px;*/
	text-align: center;
}
.block-registration__discount-td1
{
	font-weight: bold;
	color: #fdd500;
	font-size: 60px;
	padding: 6px 6px;
}
.block-registration__discount-td2
{
	font-weight: normal;
	font-size: 22px;
	color: #fdd500;
	padding: 6px 6px;
}
.block-registration__calc
{
	margin: 30px auto 10px auto;
	width: 400px;
}
.scheme-button
{
	text-align: center;
	margin: 20px auto;
	width: 300px;
}
.block-registration__calc a
{
	width: 400px;
	height: 67px;
	/*opacity: 0.8;*/
	transition: all 0.3s ease;
	display: block;
	text-transform: uppercase;
	font-family: Calibri, Arial;
	font-size: 26px;
	color: #ffffff;
	padding: 22px 20px 15px 60px;
	border-radius: 10px;
	background-image: url('../../styles/bg-images/calc_button_calc_bg.png'), url('../../styles/bg-images/calc_button_matrix_bg.png');
	background-position: left, bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, auto;
	font-weight: bold;
	cursor: pointer;
}
.block-registration__calc a:hover
{
	opacity: 1;
	background-position: left, top;
}
.block-input
{
	background-color: #ffffff;
	box-shadow: 3px 3px 5px 3px #dddddd inset;
	color: #000000;
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px #dddddd solid;
}
.block-input:focus
{
	outline:none !important;
}

.block-input_dest_regblock
{
	width: 49%;
	float: left;
}
.block-award
{
	min-height: 300px;
	background-image: url('../bg-images/block_award_bg_1.png'), url('../bg-images/block_award_bg_2.png'), url('../bg-images/block_award_bg_3.jpg');
	background-position: top, bottom, center;
	background-repeat: no-repeat;
	background-size: contain, contain, cover;
	color: #ffffff;
	padding: 170px 20px 150px 20px;
	min-height: 670px;
}
.block-award__all-circle
{
	background-image: url('/img/all_circle_feedback.png');
	width: 55px;
	height: 55px;
	margin-left: 10px;
	background-size: cover;
	opacity: 0.8;
	transition: all 0.3s ease;
}
.block-award__all-circle:hover
{
	opacity: 1;
}
.block-award__all
{
	color: #ffffff;
	font-weight: bold;
}
.block_award__buttom
{
	margin-top: 20px;
}
.block-topmanager
{
	/*min-height: 500px;*/
	/*padding-bottom: 20px;*/
}
.block-topmanager .item
{
	/*background-color: #006ab4;*/
	min-height: 500px;
}
.block-topmanager__text
{
	color: #ffffff;
	padding-top: 150px;
}
.block-topmanager__title
{
	font-weight: bold;
	color: #ffffff;
	font-size: 27px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.block-topmanager__img
{
	border-radius: 15px;
	border: 1px #ffffff solid;
	width: 250px;
	height: 250px;
	position: absolute;
	/*z-index: 109;*/
	top: 20px;
	left: 20px;
}
.block-topmanager__addtext
{
	color: #ffffff;
	margin-bottom: 30px;
}
.block-topmanager__razd
{
	display: none;
}
.block-gallery
{
	min-height: 600px;
	padding: 0px;

}
.block-gallery-second
{
	min-height: 500px !important;
}
.block-gallery__photo-img
{
	border-radius: 15px;
	border: 1px #ffffff solid;
	width: 282px;
	height: 282px;
	position: absolute;
	z-index: 57;
	top: 24px;
	left: 24px;
}
.block-gallery__allphoto-img
{
	border-radius: 15px;
	border: 1px #ffffff solid;
	width: 260px;
	height: 260px;
	position: absolute;
	z-index: 57;
	top: 20px;
	left: 20px;
	background-size: cover !important;
	background-position: center center;
}
.block-gallery .block-list-all
{
	margin-top: 20px;
}
.block_feedback
{
	min-height: 200px;
	background-image: url('../bg-images/block_feedback_bg_1.png?v2020'), url('../bg-images/block_feedback_bg_2.png?v2020'), url('../bg-images/block_feedback_bg_3.jpg?v2020');
	background-position: top, bottom, center;
	background-repeat: no-repeat;
	background-size: contain, contain, cover;
	color: #ffffff;
	padding: 10px 20px;
}
.block-feedback__logo, .block-archive__logo
{	background-image: url('../bg-images/block-feedback__logo-bg.png?v2020');
	background-size: cover;
	width: 250px;
	height: 150px;
}
.block-feedback__logo-img
{
	background-size: 50% auto;
	background-position: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.block-archive__logo-img
{
	background-size: 80% auto;
	background-position: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.archive-conf
{
	background-image: url('../bg-images/archive-conf_bg.png');
}
.archive-expo
{
	background-image: url('../bg-images/archive-expo_bg.png');
}
.archive-week
{
	background-image: url('../bg-images/archive-week_bg.png');
}
.block-feedback__author
{
	font-weight: bold;
	margin-bottom: 20px;
}
.block-feedback__all
{
	color:#ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
}
.block-feedback__text
{
	margin-bottom: 20px;
}
.block_feedback__hidden
{
	display: none;
}
.block_feedback__td2
{
	padding-left: 25px;
}
.block_feedback .item
{
	min-height: 400px;
}
.block_feedback__table
{
	min-height: 400px;
	height: 100%
}

.block-partners
{
	/*margin: 0px auto;*/

}
.block-partners__general-logo
{
	background-image: url('../bg-images/block-partners__logo_bg.png');
	background-size: cover;
	width: 400px;
	height: 400px;
}
.block-partners__logo
{	background-image: url('../bg-images/block-partners__logo_bg.png');
	background-size: cover;
	width: 230px;
	height: 230px;
}
.block-partners__logo-img
{
	background-size: 70%;
	background-position: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.block-partners__h3
{
	font-family: Calibri, Arial;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006098;
	margin-top: 40px;
}
.block-copyrights
{
	padding: 20px;
	max-width: 1400px;
	margin: 0px auto;
	/*color: #ffffff;*/
}
.block-copyrights__copy
{
	margin-bottom: 40px;
	font-size: 18px;
}
/*.block-copyrights a
{
	color: #f18a00;
}
.block-copyrights a:hover
{
	color: #ffffff;
}*/
.popup_podr
{
	z-index: 1002;
	max-width: 740px;
	width: 100%;
	margin: 0px auto;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	min-height: 400px;
}
.popup_podr_text
{
	color: #000000;
	font-size: 18px;
}
.speaker_pict_podr
{
	width: 260px;
	border-radius: 15px;
	margin-right: 15px;
}
.popup_podr_text h4
{
	font-size: 20px;
	font-weight: bold;
}
.popup_podr_text h2
{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f18a00;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}
.popup_podr_text-speaker
{
	font-size: 16px;
}
.popup_podr_text-speaker__about_speech
{
	clear: both;
	margin-top: -30px;
}
.popup_podr_text-bio
{
	font-size: 16px;
	line-height: 100%;
	position: relative;
	height: 80px;
	overflow: hidden;
}
.popup_podr_text-bio-grad
{
	position: absolute;
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.popup_podr_text-bio-all
{
	font-size: 13px;
	margin-bottom: 20px;
}
.popup_podr_speaker-section
{
	font-size: 20px;
	font-weight: bold;
}
.popup_podr_social
{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.social_share_button:hover {
	cursor: pointer;
	transition: 0.2s;
	filter: invert(1);
}
.popup_close
{
	position: absolute;
	z-index: 1004;
	top: 5px;
	right: 5px;
	font-size: 40px;
	display:block;
}
.popup_close a:hover
{
	text-decoration: none
}
#speakerModal, #zModal
{
	left: 0px !important;
	right: 0px !important;
	width: 100% !important;
}
.w100
{
	padding: 22px 20px !important;
}
.carousel-caption
{
	left: 270px;
	right: 270px;
	padding-bottom: 30px;
}
.block_feedback .carousel-caption
{
	min-height: 400px;
}
.carousel-indicators li
{
	background-image: none;
	padding: 0px 0px 0px 0px;
	background-size: auto;
	line-height: 100%;
}
.block-vertslider
{
	position: relative;
	padding-bottom: 20px;
	background-image: none;
	z-index: 3;
	max-width: 1920px;
}
.block-vertslider_toppict
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.block-vertslider_botpict
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}
.block-vertslider_line
{
	/*width: 100vw;*/
	height: 100vh;
}
.block-vertslider_pict
{
	background-position: center center;
	background-size: cover;
}
.block-vertslider_text
{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	line-height: 120%;

}
.block-vertslider_margin
{
	margin-left: 30px;
	width: 60%
}
.block-vertslider_toptext
{
	color: #ffffff;
	font-size: 20px;
	line-height: 120%;
}
.block-topmanager_text
{
	font-size: 20px;
	line-height: 120%;
}
.block-vertslider_toptext_title, .block-topmanager_text_title
{
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1
}
.block-vertslider .block-h2_dest_topmanager
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.block-h2_dest_topmanager
{
	font-size: 45px;
}
.block-topmanager_pict
{
	width: 100%;
}
.block-topmanager .row
{
	margin: 20px;
}
.covid_block
{
	max-width: 1000px;
	color: #ffffff;
	margin: 0px auto 40px auto;
}
.covid_title
{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}
.covid_text
{
	font-size: 14px;
}
.covid_img
{
	width: 100px;
	height: 100px;
}
.block-promo__free-covid
{
	width: 200px;
	height: 100px;
	position: absolute;
	right: 150px;
	top: 450px;
	opacity: 0.6;
	transition: all 0.4s ease;
}
.block-promo__free-covid:hover
{
	opacity: 1;
}
.block-promo__free-covidimg
{
	width: 100%;
}
#registerindex_2 .covid_block
{
	display: none;
}

.block__title
{
	padding: 20px 10px 20px 40px;
	/*background-color: #f18a00;
	box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .3) inset;
	min-height: 100px;*/
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
.block-programm .block__title
{

}
.block-topmanager .block__title
{
    padding: 20px 10px 20px 70px;
	background-image: none;
}
.block-gallery .block__title
{

}
.block-registration .block__title
{
	padding: 80px 0px 0px 0px;
	min-height: 100px;
	background: none;
}
.block-promo__slogan
{
	position: absolute;
    top: 120px;
    right: 300px;
    z-index: 54;
	text-transform: uppercase;
    font-family: Calibri, Arial;
    font-size: 28px;
    color: #ff9600;
    line-height: 100%;
    font-weight: bold;
	display: none;
	width: 300px;
	
}
.block-promo__slogan_small
{
	font-size: 18px;
	line-height: 110% !important;
	color: #ffffff;
	margin-bottom: 10px;
}
.compare-table__bg1, .compare-table__bg2
{
	padding: 10px 2px;
	width: 25%;
	text-align: center;
}
.compare-table__serv_bg1, .compare-table__serv_bg2
{
	padding: 10px 2px;
	width: 100%;
	text-align: center;
}
.compare-table__bg1, .compare-table__serv_bg1
{
	background-color: #d4eeff;
}
.compare-table__bg2, .compare-table__serv_bg2
{
	background-color: #eaf6ff;
}
.compare-table__service_row .col-first
{
	font-weight: bold;
	padding: 10px 0px;
}
.inner-block-reg-fee__main input, .inner-block-reg__additional-opportunities-item input
{
	margin: 5px 0px 0px 0px;
}
.inner-block-reg-fee__main span, .inner-block-reg__additional-opportunities-item span
{
	white-space: normal;
	vertical-align: top;
}
.favorite-sections__icons__level, .favorite-sections__icons__company, .favorite-sections__icons__listeners_choice
{
	width: 30px;
	height: 30px;
}
.topic_icons_wrapper
{
	margin: 3px 0px
}

.conf_cntdwn_block
{
	display: none;
	height: 60px;
    border-radius: 10px;
    position: fixed;
	bottom: 20px;
    background-color: #003766;
	background-image: url('../bg-images/conf_cntdwn_block_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
    padding-top: 10px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
	box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.15);
	z-index: 200;
	left: 50%;
    margin-left: -400px;
    width: 800px;
	text-align: center;
	vertical-align: middle;

}

.conf_cntdwn_discount
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 24px;
}
.conf_cntdwn_time
{
	display: inline-block;
	font-size: 36px;

	vertical-align: middle;
	/*margin: 5px 0px 0px 0px;*/
}
.conf_cntdwn_time_text
{
	font-size: 14px;
	vertical-align: middle;
}
.conf_cntdwn_button
{
	display: inline-block;
	vertical-align: middle;
}
.button_a_dest_cntdwn
{
	font-size: 18px;
	width: 200px;
	height: 40px;
	padding-top:8px;
	margin-left: 10px;
}
.conf_cntdwn_block .close-button
{
	font-size: 24px;
	font-weight: normal;
	top: 4px;
	right: 4px;
	position: absolute;
	opacity: 0.6
}

.conf_cntdwn_block .close-button a
{
    color: #ffffff;
}
.conf_cntdwn_block .close-button a:hover
{
	color: #e24812;
	text-decoration: none;
}
.conf_cntdwn_time_block
{
	text-align: center;
	width: 40px;
	display: inline-block;
}
.carousel-indicators {
        bottom: 6px !important;
    }


@media screen and (max-width: 1700px)
{
	.block-partners__logo{width: 226px;height: 226px;}

}
@media screen and (max-width: 1600px)
{
	/*.block-promo__partner{width: 200px;}*/
	.block-promo__title	{/*width: 500px;*/ top: 110px}
	/*.block-promo__h1 {font-size: 26px;}*/
	.block-promo__slogan {top: 160px; left: 510px; font-size: 26px;}
	.block-photo_dest-speaker, .block-photo_dest-allgallery {width: 250px;height: 250px;}
	.block-speakers__photo-img, .block-gallery__allphoto-img, .block-speakers__photo-all {width: 216px;height: 216px;top: 17px;left: 17px;}
	.block-speakers__logo {top: 170px;left: 140px;}
	/*.block-speakers__logo_img {width: 146px;height: 146px}*/
	.block-partners__general-logo {width: 400px;height: 400px;}
}
@media screen and (max-width: 1420px)
{
	.block-section {border-radius: 0px; width: 100%; border-top: 0px; border-left: 0px; border-right: 0px;}
	.block__title {padding: 30px 10px 30px 20px; background-image: none;}
	.block-section {margin: 0px auto}
}
@media screen and (min-width: 1400px) and (max-height:800px)
{
	.block-promo, .html5_bg {height: 800px;}
	.block-promo__descr1 {font-size: 35px;}
	.block-promo__descr2 {font-size: 45px;}
	.block-promo__descr3 {font-size: 26px;}
}
@media screen and (min-width: 1200px) and (max-height:800px)
{
	.block-promo, .html5_bg {height: 700px;}
	.block-promo__descr	{top: 318px;}
	.block-promo__discount {top: 480px;}
	.button-a_dest_header {top:580px;}
}

@media screen and (max-width: 1500px)
{
	.block-promo__partner{width: 160px;}
	.button-a_dest_header {font-size:22px;}
	.block-h2_dest_slider {font-size: 30px !important;}
	.block-promo__slider-proof {width: 250px; height: 360px; font-size: 20px;}
	.block-promo__slider-proof_1_1 {width:300px;}
	.block-slider__table {font-size: 20px;}
}
@media screen and (max-width: 1400px)
{
	/*.block-promo__partner{top: 170px; left: 450px; width: 240px;}
	.block-promo__title	{width: 700px; top: 240px; }
	.block-promo__h1 {font-size: 32px;}
	.block-promo__partner_type_org {left: 450px;}
	.block-promo__partner_type_general {left: 710px;}
	.block-partners__logo{width: 196px;height: 196px;}*/
	.block-programm__section-descr, .block-programm__section-moderator {font-size: 16px;}
	.block-gallery__photo-img {width:240px;height: 240px;top: 21px;left: 21px;}
	.block-photo_dest-gallery {width: 280px;height: 280px;}
	.block-partners__logo {width: 200px;height: 200px;}
	.block-promo__partner{top: 90px; width: 180px;}
	.block-promo__partner_type_org {left: 750px;}
	.block-promo__partner_type_general {left: 510px;}
	.block-promo__title	{top: 140px}
	.block-promo__slogan {top: 190px; font-size: 22px;}
	.carousel-caption {left: 150px; right:150px;}
	/*.block-promo__descr2 {font-size: 40px;}*/
}
@media screen and (max-width: 1300px)
{

	.block-promo__descr	{top: 240px; left: 290px;}
	.block-promo__descr1 {font-size: 28px;}
	.block-promo__descr2 {font-size: 44px;}
	.block-promo__descr3 {font-size: 28px; max-width: 500px;}
	.block-promo__discount {top: 420px;	left: 290px;}
	.block-promo__discount-date	{font-size: 28px;}
	.block-promo__discount-value {font-size: 36px;}
	/*.button-a {font-size: 22px; padding: 15px 40px 15px 40px;}*/
	.button-a_dest_header {top: 540px; left: 290px;}
	.button-a__partners {top: 500px;}
	.block-partners__general-logo {width: 360px;height:360px;}
	.block-partners__logo {width: 185px;height: 185px;}
	.block-partners__h3 {font-size: 30px;}
	.block-menu {height: 60px;}
	.block-desktop .menu-main a:hover {height: 60px;}
	.block-promo {height: 650px; background-size: auto 295px, contain, cover; background-position: right left, bottom;}
	.block-menu__shadow	{top: 60px;}
	.block-promo__logo {width: 260px;height: 260px;top: 20px;left: 20px;}
	.block-promo__circle {position: absolute;width: 260px;height: 260px;}
	.block-promo__free-covid {top: 320px;}
	.block-promo__logo-img {top: 100px;left: 15px;}
	.block-promo__dates {top: 190px;width:260px;font-size: 18px;}
	.block-promo__partner{top: 65px; width: 140px;}
	.block-promo__title	{/*width: 420px;*/ top: 110px; left: 290px;}
	.block-promo__slogan {top: 165px; left: 290px; font-size: 18px; line-height: 100%}
	.carousel-caption {left: 150px;right: 150px;padding-bottom: 0px;}
	.block-promo__partner_type_org {left:500px; }
	.block-promo__partner_type_general {left: 290px;}
    .block-promo__descr-partners {top: 300px; width: 500px;}

}
@media screen and (max-width: 1199px)
{

	.html5_bg {height: 600px;}
	/*.block-slider .item {height: 500px;}*/
	.block-h2 {font-size: 35px}
	.block-h2_dest_slider {font-size: 35px !important;margin-bottom: 20px; margin-top: 20px;}
	.block-promo__slider-text {margin-bottom: 20px;}

	.block-photo_dest-speaker, .block-photo_dest-allgallery {width: 200px;height: 200px;}
	.block-speakers__photo-img, .block-gallery__allphoto-img, .block-speakers__photo-all {width: 172px;height: 172px;top: 14px;left: 14px;}
	.block-speakers__logo {top: 140px;left: 120px;width: 120px;height: 75px;}
	.block-speakers__name {font-size: 16px;}
	.block-speakers__logo_img {width: 90px;height: 45px; left: 15px;right: 15px; top: 15px; bottom: 20px;}

	.block-programm__halls-desktop {display: none;}
	.block-programm__halls-mobile {display: block;}
	/*.programm_col_5_mobile {width: 20%;    }*/
	.block-programm__doklad	{font-size: 18px;}
	.favorite-sections__doklad	{font-size: 18px;}
	.block-programm_section-view_hide {display: none;}
	.button-a_dest_regblock {float: none;width: 100%; margin-bottom: 30px;}
	.block-registration__form{width: 500px}
	.block-input_dest_regblock{width: 100%;float: none; margin-bottom: 30px;}
	.block-registration__calc {margin-bottom: 20px;}
	.block-registration {padding-bottom: 80px;}
	/*.block-topmanager__text {padding-top: 50px;}*/
	.block-topmanager {font-size: 18px;}
	.block-topmanager__razd {display:block}
	.block-gallery__photo-img {width:205px;height: 205px;top: 17px;left: 17px;}
	.block-photo_dest-gallery {width: 240px;height: 240px;}

	.block_feedback {padding: 130px 20px 110px 20px;}

	.block-partners__general-logo {width: 330px;height:330px;}
	.block-partners__logo{width: 180px;height: 180px;}
	.block-partners__h3 {font-size: 26px;}
	.block-h2_dest_award {font-size: 35px;}
	.block-vertslider_margin {margin-left: 20px;width: 80%}
	.block-promo__free-covid {width: 150px; top: 320px; right:10px;}

}
@media screen and (max-width: 1100px)
{
	/*.block-photo_dest-gallery {width: 320px;height: 320px;}
	.block-gallery__photo-img {width:272px;height: 272px;top: 24px;left: 24px;}*/
	.block-partners__logo{width: 160px;height: 160px;}
}
@media screen and (max-width: 1000px)
{
	.block-promo__partner_type_general .logo-organizer {


		width: 90%;
		margin-top: -5px;



	}
	.block-gallery__photo-img {width:170px;height: 170px;top: 14px;left: 14px;}
	.block-photo_dest-gallery {width: 200px;height: 200px;}
	.block-menu {height: 60px; background-color:#006098}
	.block-desktop {display: none}
	.block-mobile .menu-add a {font-size:22px !important;}
	.block-mobile .block-menu__social {padding: 2px 0px; position: absolute; bottom: 120px; width: 200px; margin-left: -100px; left: 50%; text-align: center}
	.block-mobile .block-menu__social a {display: inline !important; border-bottom: 0px;}
	.block-mobile .block-menu__social a:hover {background: none;}
	.block-mobile {display: block}
	.block-menu__shadow	{top: 60px;}
	.block-slider .item {height: 550px;}
	.block-topmanager .item, .block-topmanager {min-height: 300px;}
	.block-slider__table {height: 550px;}
	/*.block-slider__pict1 {background-size: auto;}*/
	.block-programm__halls-mobile .block-programm__halls-title {font-size: 18px;}
	.block-copyrights__logo {display: none;}
	.block-photo_dest-speaker, .block-photo_dest-allgallery {width: 145px;height: 145px;}
	.block-speakers__photo-img, .block-gallery__allphoto-img, .block-speakers__photo-all {width: 127px;height: 127px;top: 9px;left: 9px;}
	.block-speakers__logo {width: 85px;height: 55px; top: 100px; left: 85px;}
	.block-speakers__logo_img {width: 65px;height: 35px; left: 10px;right: 10px; top: 10px; bottom: 10px;}
	.block-speakers__name {margin-top: 15px;}
	.block-programm__halls-title {cursor:pointer;}
	.block-programm__hall-active {cursor: default !important;}
	.block-promo__slider-proof {display: none;}
	.block-promo__slider-hidden {display: block;}
	.block-promo__partner{top: 14px; width: 120px; font-size: 10px;z-index: 81}
	.block-promo__partner_type_org {left: 120px;}
	.block-promo__partner_type_general {
		left: 10px;
		width: 120px;
		/*margin-top: 8px;*/

	}
	.block-promo__title	{/*width: 520px;*/ top: 105px; left: 290px;}
	.block-promo__h1 {font-size: 30px;}
	.block-promo__slogan {top: 145px; left: 290px; font-size: 26px;}
	.block-photo_dest-allgallery {margin: 0px auto;}
	.block-h2_dest_archive {margin-top: 0px !important;}
	.block-speakers__photo-all {font-size: 16px;}
	.carousel-caption {left: 110px; right:110px;}
	.block-vertslider_margin {margin-left: 10px;width: 90%}
	/*.block-promo { background-image: url(../bg-images/block-promo_bg_1_2.png), url(../bg-images/block-promo_bg_1_2.png);}*/
	.block-menu__social-icon {height: 60px; width: 60px;}
	.button-a {background-image: url('../bg-images/button-a-mob_bg.jpg');}
	.block-registration__calc a {background-image: url('../bg-images/calc_button_bg.png');}


}
@media screen and (max-width: 992px)
{
	.block-partners__logo{width: 220px;height: 220px;}
	.block-topmanager_text_title {margin-top: 10px;}

}
@media screen and (max-width: 900px)
{
	.block-gallery__photo-img {width:150px;height: 150px;top: 12px;left: 12px;}
	.block-photo_dest-gallery {width: 176px;height: 176px;}
}
@media screen and (max-width: 800px)
{
	.fixed-button-to-selected-speeches{left: 10px}
	.block-photo-feedback, .block-photo-feedback, .block-partners {padding: 10px;}
	.block-promo__logo {width: 160px;height: 160px;top: 50px;left: 0px;}
	.block-promo__circle {position: absolute;width: 160px;height: 160px;}
	.block-promo__free-covid {top: 200px;}
	.block-promo__logo-img {top: 55px;left: 8px;}
	.block-promo__dates {top: 110px;left: 0px;font-size: 12px;line-height: 12px;width: 150px;}
	.block-promo {height: 500px; background-size: auto 225px, contain, cover;}

	.block-promo__title	{/*width: 360px;*/ top: 80px; left: 170px;}
/*	.block-promo__h1 {font-size: 18px;}*/
	.block-promo__slogan {top: 120px; left: 170px; font-size: 18px;}


	.block-promo__descr	{top: 180px; left: 170px;}
	.block-promo__descr1 {font-size: 20px;}
	.block-promo__descr2 {font-size: 32px;}
	.block-promo__descr3 {font-size: 20px; max-width:400px;}
	.block-promo__discount {top: 310px;	left: 170px;}
	.block-promo__discount-date	{font-size: 20px;}
	.block-promo__discount-value {font-size: 24px;}
	/*.button-a {font-size: 20px; padding: 12px 32px 12px 32px;}*/
	.button-a_dest_header {top: 390px; left: 170px;}
	.block-h2_dest_slider {font-size: 35px !important;margin-bottom: 20px; margin-top: 20px;}
	.block-promo__slider-text {margin-bottom: 20px;}
	.block-programm__halls-mobile .block-programm__halls-title {font-size: 12px; padding: 4px 2px !important; min-height: 50px}
	.block-registration__form{width: 90%}
	/*.block-h2 {font-size: 45px;}*/
	.block-programm__coffee, .block-programm__halls-mobile {font-size: 20px;}
	.block_feedback__hidden {display: block;}
	.block_feedback__td2 {padding-left: 20px;}
	.block_feedback__td1 {display: none;}
	.block-award {font-size: 16px;}
	.block-award__all-circle {width: 35px; height: 35px;}
	.carousel-caption {left: 20px;right: 20px;}
	.carousel-control {display: none;}
	.block-slider__table {font-size: 18px;}
	.block-registration__calc a {width: 300px; height: 50px; font-size: 18px; padding: 15px 0px 15px 30px; text-align: center; background-size: cover}
	.block-registration__calc {width: 300px;}
  		/*.block-blue {background-position: top left;	background-repeat: no-repeat; background-size: auto 80%;}*/
		.block-slider__partners {background-position: top left;	background-repeat: no-repeat; background-image: url('../../styles/bg-images/block_bg_blue_netral_mob_partners.png'); background-size: auto 80%;}
	.block-promo__descr-partners {top: 240px; width: 350px;}
	.block-promo__descr-partners .block-promo__descr1 {font-size: 24px;}


	.block-favorite__sections__row {flex-direction: column !important;}
	.favorite_sections__column, .favorite-sections__column__selected-block{width: 100% !important;}
	.block-favorite__sections__halls-desktop {display: none;}
	.block-favorite__sections__halls-mobile {display: block;}
	.block-favorite__sections__section-hall-title {display: block;}
	.favorite-sections__column__selected-block:hover {background-color: #006098}
	.favorite_sections__column:hover{background-color: white;}
	.favorite_modal_close{margin-left: 65% !important;}
	.modal_information{top: 10%; left: 10%; right: 10%;}
	.favorite_sections__column:hover .favorite_star {background: url("../bg-images/star-favorite-not-selected.png") no-repeat;background-size: 100%;}
	.favorite_col_5 {width: 20%;}
	.favorite_col_3 {width: 100%;}

	.block-programm__day__favorite_speeches{margin-left: 0}

}
@media screen and (max-width: 767px)
{
	.block-photo_dest-speaker, .block-photo_dest-allgallery {width: 200px;height: 200px;}
	.block-speakers__photo-img, .block-gallery__allphoto-img, .block-speakers__photo-all {width: 173px;height: 173px;top: 13px;left: 13px;}
	.block-speakers__logo {top: 140px;left: 120px;width: 120px;height: 75px;}
	.block-speakers__logo_img {width: 90px;height: 45px; left: 15px;right: 15px; top: 15px; bottom: 20px;}
	.block-feedback__text {font-size: 16px;}
	.block-vertslider_line {width: auto; height: auto;}
	.block-vertslider_pict {height: 300px;}
	.block-vertslider_text {margin: 10px 10px 50px 10px; font-size: 24px; text-align: center;}
	.block-vertslider .block-blue {background: none;}
	.block-vertslider_toptext {font-size: 18px; margin: 10px 10px 50px 10px;}
	.block-vertslider_toptext_title {font-size: 24px;}
	.block-vertslider_margin {margin-left: 0px;}
	.covid_text {margin-bottom: 20px;}	
	.block-registration__form {margin: 10px auto 50px auto;} 
	.block-promo {background-position: top right, bottom; background-size: auto 250px, contain; height:540px}
	.block-promo__descr	{top: 200px; left: 170px;}
	.block-promo__discount {top: 335px;	left: 170px;}
	.button-a_dest_header {top: 430px;}
	.block-registration__partners-contacts {margin-bottom: 30px;}
		.block-promo__descr-partners {top: 240px; width: 350px;}
	.block-promo__descr-partners .block-promo__descr1 {font-size: 24px;}
	.conf_cntdwn_block {width: 340px; margin-left: -170px; height: 122px; bottom: 5px;}
	.conf_cntdwn_discount {font-size: 20px}
	.conf_cntdwn_block .close-button {top: 4px; right: 4px;}
	.conf_cntdwn_time {font-size: 30px; margin: 3px 0px 6px 0px;}
	.conf_cntdwn_time_text {font-size: 12px;}
	.html5_bg_canvas {width: 960px !important; height: 540px !important}
	.block-slider__pict1 {background-position: 25% 0%;}
}







@media screen and (max-width: 650px)
{
	.block-blue, .block-yellow {background-size: auto 400px;}
	.block-gallery {min-height: 500px;}

	@media screen and (max-width: 670px)
	{
		.modal_information{top: 10%; left: 10%; right: 10%; font-size: 16px}
	}
	@media screen and (max-width: 600px)
	{
		.block-partners__general-logo {width: 360px; height: 360px;}
		.block-partners__logo{width: 226px;height: 226px;}
		.block-photo_dest-speaker, .block-photo_dest-allgallery {width: 170px;height: 170px;}
		.block-speakers__photo-img, .block-gallery__allphoto-img, .block-speakers__photo-all {width: 147px;height: 147px;top: 11px;left: 11px;}
		.block-speakers__logo {width: 85px;height: 55px; top: 120px; left: 115px;}
		.block-speakers__logo_img {width: 65px;height: 35px; left: 10px;right: 10px; top: 10px; bottom: 10px;}
		.block-speakers {font-size: 16px;}
		.block-speakers__name {font-size: 16px; margin-top: 10px;}
		.block-slider .item {height: 450px;}
		.block-topmanager .item {min-height: 400px;}
		.block-slider__table {height: 450px;}
		.block-slider {font-size: 16px;}
		.popup_podr{padding: 20px;width: 98%}
		.block-slider__table {font-size: 16px;}
		.block-h2_dest_slider {font-size: 26px !important;}
		.block-promo__slider-hidden {font-size: 22px !important;}
		.button-a_dest_topmanager {max-width: 400px !important;}
		.block-photo_dest-speakerinfo {width: 200px;height: 200px;}
		.block-speakers__photospeaker-img {width: 170px;height: 170px;top: 15px;left: 15px;}
		.block_feedback .item {min-height: 600px;}
		.block_feedback__table {min-height: 550px;}
		.block-promo__descr1 {font-size: 20px;}
	.block-promo__descr3 {font-size: 20px; max-width:360px;}
	.block-registration__discount {width: 450px}

	}
	@media screen and (max-width: 550px)
	{
		.block-promo__logo {width: 140px;height: 140px;top: 40px;left: 0px;}
		.block-promo__circle {position: absolute;width: 140px;height: 140px;}
		.block-promo__logo-img {top: 55px;left: 6px;}
		.block-promo__dates {top: 100px;left: 0px;font-size: 10px;width: 140px;}
		.block-promo__partner{width: 120px; font-size: 8px;}
		.block-promo {height: 500px; background-size: auto 225px, contain, cover; background-position: top left 20%, bottom;}
		.block-promo__title	{top: 75px; left: 145px;}
		.block-promo__h1 {font-size: 20px;}
		.block-promo__slogan_small {font-size: 16px;}
		.block-promo__slogan {top: 130px; left: 145px; font-size: 14px;}
		.block-promo__partner_type_org {left: 150px;}
		.block-promo__partner_type_general {left: 10px;}
		.block-programm__halls-mobile, .block-programm__halls-title {font-size: 11px; padding-left:2px !important}
		.block-promo__descr	{top: 190px; left: 145px;}
		.block-promo__discount {top: 325px;	left: 145px;}
		.button-a_dest_header {top: 400px; left: 145px;}
		.block-slider {height: 450px;}
		.block-registration__discount-td1 {font-size: 40px;}
		.block-registration__discount-td2 {font-size: 14px;}
		.block-registration__discount-text {width: 90%}
	}
	@media screen and (max-width: 500px)
	{
		.button-a {font-size: 21px;}
		.button_a_dest_cntdwn {font-size: 18px; width: 300px;}
		.block-registration__calc a {width: 300px;font-size: 15px; padding: 13px 0px 15px 30px;}
		.block-promo__descr	{top: 210px; left: 20px;}
		.block-promo__discount {top: 350px;	left: 20px;}
		.button-a_dest_header {top: 440px; left: 20px;}
		.block-h2_dest_slider {margin-bottom: 20px; margin-top: 50px !important; font-size: 20px !important;}
		.block-promo__slider-text {margin-bottom: 20px; font-size: 18px;}
		.block-h2 {font-size: 30px;}
		.block-programm__day, .block-partners__h3 {font-size: 25px;}
		.block-gallery__photo-img {width:130px;height: 130px;top: 12px;left: 12px;}
		.block-photo_dest-gallery {width: 152px;height: 152px;}
		.block-feedback__author, .block-feedback__text {font-size: 18px}
		.block-partners__general-logo {width: 320px;height:320px;}
		.block-partners__logo{width: 140px;height: 140px;}
		.block-programm__section-descr, .block-programm__section-moderator {font-size: 14px;}
		.block-programm__coffee {font-size: 18px;}
		.block-programm__halls-mobile .block-programm__halls-title {font-size: 12px; padding-left:2px !important; height: 50px; padding-bottom: 2px;}
		.block-programm__halls_number {font-size: 26px;}
		.block-programm__day {margin-left: 0px;}
		.block-speakers__logo {width: 85px;height: 55px; top: 110px; left: 90px;}
		.block-speakers__logo_img {width: 65px;height: 35px; left: 10px;right: 10px; top: 10px; bottom: 10px;}
		.block-speakers {font-size: 16px;}
		.block-photo_dest-speaker, .block-photo_dest-allgallery {width: 160px;height: 160px;}
		.block-speakers__photo-img, .block-gallery__allphoto-img, .block-speakers__photo-all {width: 137px;height: 137px;top: 11px;left: 11px;}
		.block-speakers__name {margin-top: 10px;}
		.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .container-fluid {padding-left:5px;padding-right:4px;}
		.row {margin-left: -5px; margin-right: -5px}
		.block__padding {padding: 10px 10px 20px 10px;}
		.block-programm__coffee	{padding: 10px;}
		.block-h2_dest_page {font-size: 30px !important; margin-bottom:0px; padding: 10px 20px 10px 40px}
		.block-favorite-sections__title {font-size: 30px !important; margin-bottom:0px; line-height: 100%}
		.block-partners__h3 {margin-top:20px;}
		.block-promo__free-covid {width: 120px;height:120px;right: 15px;top: 200px;left:auto;}
		.block-promo__descr1 {line-height: 110%; font-size: 18px;}
		.block-promo__descr2, .block-promo__discount-value {font-size: 24px;}
		.block-promo__descr2 {font-size: 36px; margin-top: 0px;}
		.block-promo__descr3 {font-size: 18px; max-width: 220px;}
		.block-promo__slider-hidden {display: none}
		/*.block-slider_td1  ul li {margin-bottom: 10px;}*/
		.block-promo {background-position: top right, bottom; background-size: auto 250px, contain;height:540px}
		.block-topmanager_text_title {font-size: 24px;}
		.block-promo__slogan {top: 120px;}
		/*.block-registration {background-image: url(../bg-images/block_bg_blue_mob.png);}*/
		.block-topmanager .block__title {padding: 20px 10px 0px 40px;}
		.block__title {padding: 30px 10px 10px 20px; background-image: none;}
		.block-promo__title {left: 145px;}
		.block-promo__h1 {font-size: 18px;}
		.block-promo__slogan_small {font-size: 11px; width: 150px;}
		.block-slider_tr {vertical-align: top;}
		.block-blue {background-size: auto 500px;}
		.block-promo__discount-date	{font-size: 18px;}
		.block-registration__discount {width: 300px}
		.block-registration__discount-text {font-size: 21px;}
		.button-a__partners {font-size: 16px !important}
		.inner-block-reg-fee__main input, .inner-block-reg__additional-opportunities-item input {margin: 3px 0px 0px 0px;}
		.inner-block-reg__fee-description {margin-top: 3px !important;}

	}
	@media
(-webkit-min-device-pixel-ratio: 2) and (min-width: 500px),
(min--moz-device-pixel-ratio: 2) and (min-width: 500px),
(-o-min-device-pixel-ratio: 2/1) and (min-width: 500px),
(min-device-pixel-ratio: 2) and (min-width: 500px),
(min-resolution: 192dpi) and (min-width: 500px),
(min-resolution: 2dppx) and (min-width: 500px)
{ 

  	.block-promo {background-image: url(../bg-images/block-promo_bg_1_x2.png); height: 2000px;}

}
	
	
	
	@media screen and (max-width: 450px)
	{
		.block-photo_dest-speakerinfo {width: 140px;height: 140px;}
		.block-speakers__photospeaker-img {width: 120px;height: 120px;top: 10px;left: 10px;}
		.block-programm__halls-mobile .block-programm__halls-title {font-size: 9px; padding: 4px 2px !important;}
			.html5_bg_canvas {width: 1024px !important; height: 500px !important; right: -250px !important; top: 50px !important}
			.block-slider__pict4 .block-slider_td1 {padding-top: 60px;}
			

	}

	@media screen and (max-width: 400px)
	{
		.block-topmanager .item {min-height: 450px;}
		.block-slider, .block-slider .item, .block-slider__table {height: 500px;}
		.block-blue {background-size: auto 500px;}
		.block-promo__descr-partners {top: 240px; width: 350px;}
		.block-promo__descr-partners .block-promo__descr1 {font-size: 22px;}
				.button-a__partners {font-size: 14px !important; top: 410px}
	}

	/*
    @media screen and (max-height: 800px)
    {
        .block-promo {height:800px;}
    }*/

	@font-face {
		font-family: 'Gothic';
		src: local('Century Gothic'),
		url('fonts/century_gothic.ttf');
	}