@font-face {
    font-family: 'pf_dindisplay_prolight';
    src: url('fonts/PFDinDisplayProLight-webfont.eot');
    src: url('fonts/PFDinDisplayProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PFDinDisplayProLight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dindisplay_probold';
    src: url('fonts/PFDinDisplayProBold-webfont.eot');
    src: url('fonts/PFDinDisplayProBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PFDinDisplayProBold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_dindisplay_proregular';
    src: url('fonts/PFDinDisplayPro-Reg-webfont.eot');
    src: url('fonts/PFDinDisplayPro-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PFDinDisplayPro-Reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_dindisplay_medium';
    src: url('fonts/PFDinDisplayProMedium.eot');
    src: url('fonts/PFDinDisplayProMedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/PFDinDisplayProMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_dindisplay_italic';
    src: url('fonts/pfdindisplaypro-italic.eot');
    src: url('fonts/pfdindisplaypro-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body
{
	font-family: pf_dindisplay_prolight;
	margin: 0;
	padding: 0;
}

.navigation
{
	background: #ffffff;
}

.nav ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul li
{
	display: inline-block;
}


#ul_nav
{
	width: 600px;
	/*margin: 0 auto;*/
	float: left;
}

#logo {
	width:168px;
	float:right;
}

#top_nav{
   top: 0px; /*высота шапки в пикселях*/
   position: fixed;
   z-index: 100000;
   width: 100%;
   display: table;
}
.nav ul li a
{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 15px 30px 16px 30px;
	text-transform: uppercase;
}

.nav ul li:first-child a
{
	padding-left: 0;
}

.nav ul li:last-child a
{
	padding-right: 0;
}

.wrapper
{
	width: 1000px;
	margin: 0 auto;
	display: table;
}

.start_block{
	position: relative;
    display: table;
    width: 100%;
    background: url(../images/first_block_fon.png) no-repeat scroll 60% 0% / cover;
    height: 705px;
}

.seminar-bg {
    display: table;
    width: 100%;
    background: url(../images/shape-main-bg.png) no-repeat scroll 60% 0% / cover;
    height: 795px;
}

.start_block .seminar-free {
	margin-top: 10%;
	text-align: center;
	color: #0363dc;
	font: 30px pf_dindisplay_proregular;
	text-transform: uppercase;
}

.start_block .seminar-bitrix {
	color: #0363dc;
	text-align: center;
	font: 15px pf_dindisplay_proregular;
}

.start_block .seminar-name {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #24323f;
	font: 66px pf_dindisplay_probold;
	margin-top: 49px;
    margin-bottom: 13px;
}

.start_block .seminar-name:after {
	position: absolute;
	top: -18px;
    right: -26px;
	content: 'В 2018';
	color: #fff;
	font: 60px pf_dindisplay_probold;
}

.start_block .seminar-rules {
	text-transform: uppercase;
	color: #24323f;
	font: 30px pf_dindisplay_proregular;
	text-align: center;
}

/* .start_block .seminar-info {
	position: absolute;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    /*transform: translate(-50%, 96%);
    bottom: -3%;
    height: 188px;
    width: 712px;
    background-color: #0062dc;
} */

/* .start_block .seminar-info:after {
	position: absolute;
    bottom: 0;
    right: -2.9%;
    content: "";
    border: 11px solid transparent;
    border-left: 10px solid #00257f;
    border-top: 10px solid #00257f;
} */

.start_block .seminar-info-item {
	position: relative;
    display: block;
    padding-top: 37px;
	padding-left: 98px;
	margin: auto;
    width: 300px;
}

/* .seminar-info .seminar-info-item:first-child{
	padding-right: 37px;
}
.seminar-info .seminar-info-item:first-child:after {
	position: absolute;
    top: 50%;
    left: 100%;
    content: '';
    background-color: #034ead;
    width: 1px;
    height: 78px;
}
 */
.start_block .calendar-top {
	position: absolute;
	top: 45%;
    left: 15%;
	background: url(../images/calendar-top.png) no-repeat;
	width: 25px;
	height: 25px;
}

.start_block .marker-top {
	position: absolute;
	top: 39%;
    left: 15%;
	background: url(../images/marker-top.png) no-repeat;
	width: 25px;
	height: 25px;
}

.seminar-info-item__title {
	position: relative;
	z-index: 1;
	color: #0066e6;
	text-align: left;
	font: 33px pf_dindisplay_medium;
}

.seminar-info-item__txt {
	color: #212426;
	text-align: left;
	font: 18px pf_dindisplay_proregular;
}

.start_block .seminar-registration {
	display: block;
	width: 230px;
	padding: 14px 0;
	background-color: #0363dc;
	border-radius: 30px;
	color: #feaf28;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin: auto;
	margin-top: 50px;
	font: 26px 'pf_dindisplay_proregular';
}

.start_block .seminar-registration:hover {
	background-color: #031ddc;
	box-shadow: 0 0 18px rgba(3, 29, 220, 1);
}

.seminar-info-participation {
	color: #0363dc;
	font: 18px pf_dindisplay_proregular;
	text-align: center;
	padding: 35px 0;
}

.start_block .button_block {
	position: absolute;
	bottom: 44px;
	left: 0;
	right: 0;
}

.start_block h1, .start_block h2, .start_block h3
{
	margin: 0;
	padding: 0;
}

.start_block .block_head
{
	/* padding-top: 90px; */
	padding-top: 204px;
	color: #FFF;
	line-height: 54px;
	font-size: 45px;
	font-family: pf_dindisplay_probold;
	text-transform: uppercase;
	padding-left: 0px;
	text-align: center;
}

.start_block .text_prev
{
	color: #FFF;
	font-size: 20px;
	font-family: pf_dindisplay_prolight,arial;
	font-weight: normal;
	margin-left: 40px;
	margin-top: 30px;
}

.start_block .text_learn
{
	color: #FFF;
    font-weight: normal;
    font-family: pf_dindisplay_prolight,arial;
    font-size: 36px;
    text-align: right;
	line-height: 30px;
	font-size: 25px;
	padding-bottom: 22px;
	text-align: left;
	padding-left: 53px;
}

.start_block .text_block, .start_block .date_panel
{
	display: inline-block;
}
.start_block .date_panel
{
	float: right;
	margin-right: 15px;
}

.start_block .text_block
{
	float: left;
	/*padding-left: 83px;*/
	/* padding-top: 47px; */
}


.start_block .date_panel .date_panel_txt
{
	color: #fff;
	text-align: left;
	font: 18px 'pf_dindisplay_proregular';
}

.start_block .date_panel .date_panel_number {
	position: relative;
	font-size: 33px;
	font-family: 'pf_dindisplay_probold';
	font-weight: bold;
}

.start_block .date_panel .date_panel_number:after {
	position: absolute;
	top: 10px;
    left: -37px;
	content: "";
	background: url(../images/calenar.png);
	width: 21px;
	height: 23px;
}

.start_block .date_panel .location {
	position: relative;
}
.start_block .date_panel .location:after {
	position: absolute;
	top: 0px;
    left: -35px;
	content: "";
	background: url(../images/location.png);
	width: 13px;
	height: 20px;
}

.start_block .reklam_block
{
	padding-top: 40px;
	padding-bottom: 60px;
}


.start_block .text_learn span
{
	position: relative;
}

.start_block .text_learn span:after
{
	position: absolute;
	bottom: -9px;
	left: 0;
	content: "";
	background-color: #ff1010;
	width: 124px;
	height: 9px;
}

.map_block
{
	background: url("../images/mapa.jpg") center no-repeat;
	height: 287px;
}

.button_block
{
	text-align: center;
}

.button_block .registred_button
{
	display: block;
	width: 230px;
	padding: 14px 0;
	background-color: #0363dc;
	border-radius: 30px;
	color: #feaf28;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin: auto;
	margin-top: 50px;
	font: 26px 'pf_dindisplay_proregular';
}
.button_block .registred_button:hover
{
	background-color: #031ddc;
	box-shadow: 0 0 18px rgba(3, 29, 220, 1);
}

.learn_block
{
	/* background: none repeat scroll 0% 0% #34E8C3; */
	/* background: url(../images/bg-learn-block.png) scroll 60% 0px no-repeat / cover; */
	background-color: #24323f;
	display: table;
	width: 100%;
}

.learn_block .fon_list_learn
{
	/* background: url("../images/shape-bg.png") 0 11px no-repeat; */
	/* position: relative;
	z-index: 5; */
	padding-bottom: 21px;
}
.learn_block .fon_list_learn:after
{
	/* background: url("../images/shape-bg.png") 0 11px no-repeat; */
/* 	position: absolute;
	top: -128px;
    left: -65px;
	content: "";
	background: url(../images/shape-bg.png) no-repeat;
	background-size: contain;
    height: 419px;
    width: 264px; */
}

.learn_block .fon_list_learn ul
{
	margin-left: 24px;
	padding: 5px 118px 0px 117px;
	list-style: outside none none;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 27px;
}

.learn_block .fon_list_learn ul li
{
	position: relative;
	/* background: url("../images/marker_learn_seminar.png") no-repeat scroll left center transparent; */
	padding-left: 44px;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 24px;
	padding-bottom: 1px;
	color: #fff;
}
.learn_block .fon_list_learn ul li:after
{
	position: absolute;
	top: 34%;
	left: 0;
	content: '';
	background: url(../images/orange-arrow.png) no-repeat;
	width: 15px;
	height: 9px;
}

.learn_block h2
{
	color: #ffcd07;
	text-transform: uppercase;
	font-family: pf_dindisplay_prolight,arial;
	font-size: 35px;
	margin-top: 72px;
}

.program_block
{
	display: table;
	width: 100%;
}

.program_block .table_program
{
	 font-family: pf_dindisplay_proregular, arial;
}


.program_block h2
{
	color: #24323f;
	text-transform: uppercase;
	font-family: pf_dindisplay_prolight,arial;
	font-size: 35px;
	margin-top: 60px;
}

.program_block table
{
	color: #ffffff;
	font-size: 20px;
	width: 100%;
}

.program_block table .bg_table .first
{
	width: 160px;
	text-align: center;
	color: #0363dc;
	border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
/* 	background-image: -moz-linear-gradient( 39deg, rgb(252,255,0) 0%, rgb(252,255,0) 100%);
	background-image: -webkit-linear-gradient( 39deg, rgb(252,255,0) 0%, rgb(252,255,0) 100%);
	background-image: -ms-linear-gradient( 39deg, rgb(252,255,0) 0%, rgb(252,255,0) 100%); */
	background-image: -moz-linear-gradient( 14deg, #ffbb00 0%, #fed600 -21%, #ffbb00 100%);
    background-image: -webkit-linear-gradient( 14deg, #ffbb00 0%, #fed600 -21%, #ffbb00 100%);
    background-image: -ms-linear-gradient( 14deg, #ffbb00 0%, #fed600 -21%, #ffbb00 100%);
}

.program_block table .bg_table .second, .program_block table .no_bg_table .other
{
	padding-left: 25px;
	padding-right: 20px;
	border-top-right-radius: 66px;
	border-bottom-right-radius: 66px; 
}

.program_block table .bg_table .second {
	background-color: #0363dc;
}

.program_block table .no_bg_table 
{
	font-family: pf_dindisplay_prolight,arial;
}

.program_block table .no_bg_table .other
{
	color: #000000;
	padding-bottom: 25px;
	padding-left: 112px;
	padding-top: 25px;
	font-size: 19px;
	color: #010000;
}

.program_block table .no_bg_table .other span.program
{
	color: #7c7c7c;
	font-size: 15px;
}

.program_block table .no_bg_table .other span.program.cursive
{
	font-family: 'pf_dindisplay_italic';
}

.program_block table .no_bg_table .first
{
	padding-bottom: 25px;
	padding-top: 25px;
	font-family: pf_dindisplay_proregular, arial
}
.program_block .register_listern
{
	background: url("../images/listerning.png?v=7") no-repeat scroll 0px 16px transparent;
	padding: 22px 0px 19px 85px;
}

.program_block .coffe
{
	background: url("../images/coffe.png?v=7") no-repeat scroll 0px 16px transparent;
	padding: 22px 0px 19px 85px;
}

.program_block .dar
{
	background: url("../images/dar.png") no-repeat scroll 0px 16px transparent;
	padding: 22px 0px 19px 64px;
}

.program_block table .no_bg_table .first .time
{
	background: none repeat scroll 0% 0% #fff;
	color: #0363dc;
	padding: 6px 25px 5px;
	border-radius: 31px;
	width: 101px;
	display: inline-block;
	margin-left: 8px;
}

.hideme
{
    opacity:0;
}

.participation_block h2
{
	color: #24323f;
    text-transform: uppercase;
    font-family: pf_dindisplay_prolight,arial;
    font-size: 35px;
    margin-top: 83px;
    margin-bottom: 15px;
}

.participation_block_fon 
{
	/* background-color: #f7f7f9; */
	background: url(../images/need-participate.png?v=7) no-repeat scroll 60% 0 / cover;
	padding: 40px 0 35px 0;
	display: table;
	width: 100%;
}

.participation_block_fon .inline_block_img
{
	display: inline-block;
	text-align: center;
	margin: 0 20px 0 20px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 20px;
	cursor: default;
	font-family: pf_dindisplay_probold, arial;
}
/* .participation_block_fon .inline_block_img > img {
    margin-bottom: 31px;
    border-radius: 54%;
    box-shadow: 0 23px 10px rgba(145, 177, 251, 0.15);
} */

.guest_block .inline_block_img
{
	cursor: default;
}

.inline_block_img .info_proekt
{
	background: url("../images/logo_info_proekt.png") 0px 0px;
	width: 283px;
	height: 59px;
}

/* .inline_block_img:hover .info_proekt
{
	background: url("../images/logo_info_proekt.png") 0px 0px;
} */

.inline_block_img .desnolsoft
{
	background: url("../images/desnolsoft.png") 0px 0px no-repeat;
	width: 279px;
	height: 59px;
}

/* .inline_block_img:hover .desnolsoft
{
	background: url("../images/desnolsoft.png") 0px 0;
} */

.inline_block_img .kit
{
	background: url("../images/kit.png") 0px 87px;
	width: 246px;
	height: 87px;
	margin-top: 6px;
}
.inline_block_img:hover .kit
{
	background: url("../images/kit.png") 0px 0px;
}


.inline_block_img .prostore
{
	background: url("../images/prodvij.png") 0px 43px;
	width: 268px;
	height: 43px;
	margin-top: 51px;
}
.inline_block_img:hover .prostore
{
	background: url("../images/prodvij.png") 0px 0px;
}


.participation_block_fon .inline_block_img:first-child
{
	margin-left: 0;
}

.participation_block_fon .inline_block_img:last-child
{
	margin-right: 0;
}

.participation_block_fon .aligned_content
{
	text-align: center;
}

.guest_block 
{
	padding-bottom: 30px;
	display: table;
	width: 100%;
	background-color: #24323f;
}

.guest_block h2
{
	color: #ffcd07;
	text-transform: uppercase;
	font-family: pf_dindisplay_prolight,arial;
	font-size: 35px;
	margin-top: 60px;
	margin-bottom: 0;
}

.guest_block .inline_block_img
{
	display: inline-block;
    vertical-align: top;
	text-align: center;
	margin: 0 auto;
	margin-right: 75px;
	text-transform: uppercase;
	width: 290px;
	color: #000000;
	padding-top: 53px;
}

.guest_block .aligned_content
{
	text-align: center;
	padding-bottom: 46px;
}

/* .guest_block .aligned_content .inline_block_img:first-child
{
	margin-right: 115px;
} */

.guest_block .inline_block_img .text
{
	text-transform: none;
	padding-top: 12px;
	color:	#fff;
	font-family: 'pf_dindisplay_medium';
	text-transform: uppercase;
}

.guest_block .inline_block_img .text span {
	font-family: pf_dindisplay_proregular;
	text-transform: none;
}

.guest_block .inline_block_img .text b
{
	text-transform: uppercase;
	font-family: pf_dindisplay_proregular;
}

.registred_block
{
	background: url(../images/registred_block.png) no-repeat scroll 60% 0 / cover;
	padding: 0px 0 90px 0;
	display: table;
	width: 100%;
}

.registred_block .aligned_content {
	text-align: center;
	text-align: center;
	margin: 0 -150px;
	padding: 0 156px;
	height: 775px;
}
.registred_block .info_registred
{
	display: block;
	width: 515px;
	float: left;
	text-align: center;
}

.registred_block .info_registred h2, .registred_block .info_registred h3, .registred_block .info_registred h4
{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #102043;
	font-family: pf_dindisplay_probold;
	/* text-shadow: 1px 2px 1px #488417, 0 0 1px #488417; */
}

.registred_block .info_registred h2, .registred_block .info_registred h3
{
	font-size: 36px;
	line-height: 33px;
	font-weight: normal;
	padding-top: 108px;
}

.registred_block .info_registred h3
{
	margin-top: -68px;
	color: #ffcd07;
}

.registred_block .info_registred h4
{
	font-size: 26px;
	margin: 40px 0 40px 0;
	color: #ffcd07;
}

.registred_block .info_registred h2 {
	color: #fff;
}

.registred_block .info_registred h2 span
{
	font-weight: bold;
}

.registred_block .form_register
{
	display: block;
	width: 420px;
	float: right;
	text-align: center;
	position: relative;
}

.messages_seogo {
	position: relative;
	padding-top: 98px;
	padding-bottom: 94px;
	/* border: 10px solid #fcff00; */
/* 	background-image: -moz-linear-gradient( 131deg, #0061d7 0%, rgb(144,42,216) -21%, #0061d7 100%);
	background-image: -webkit-linear-gradient( 131deg, #0061d7 0%, rgb(144,42,216) -21%, #0061d7 100%);
	background-image: -ms-linear-gradient( 131deg, #0061d7 0%, rgb(144,42,216) -21%, #0061d7 100%); */
	border-left: 10px solid #fddb00;
    border-right: 10px solid #fe9400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    background-size: 100% 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left, #fddb00 0%, #fe9400 100%), -webkit-linear-gradient(left, #fddb00 0%, #fe9400 100%);
    background-image: -moz-linear-gradient(left, #fddb00 0%, #fe9400 100%), -moz-linear-gradient(left, #fddb00 0%, #fe9400 100%);
    background-image: -o-linear-gradient(left, #fddb00 0%, #fe9400 100%), -o-linear-gradient(left, #fddb00 0%, #fe9400 100%);
    background-image: linear-gradient(to right, #fddb00 0%, #fe9400 100%), linear-gradient(to right, #fddb00 0%, #fe9400 100%);
}
.messages_seogo>span {
	height: 110%!important;
}
.messages_seogo_txt {
	color: #fff;
	font-size: 14px;
	font-family: pf_dindisplay_proregular;
	text-align: left;
	padding-left: 46px;
	padding-right: 53px;
	padding-bottom: 31px;
}

.registred_block .form_register input, .registred_block .form_register select
{
	padding: 10px 0 10px 0;
	margin-right: 12px;
	width: 320px;
	margin-bottom: 16px;
	text-indent: 17px;
	font-size: 16px;
	border-radius: 20px;
	/* box-shadow: 2px 2px 0px #50b052; */
	border: 1px solid rgba(0,0,0,0.0);
}

.registred_block .form_register input:focus, .registred_block .form_register select:focus 
{
	border: 1px solid rgba(0,0,0,0.0);
}

.registred_block .form_register input:active, .registred_block .form_register select:active
{
	border: 1px solid rgba(0,0,0,0.0);
}

.registred_block .form_register select
{
	text-indent: 7px;
}

.clear
{
	clear: both;
}

.registred_block .button_block .registred_button
{
	margin: 0;
}

.participate_block
{
	/* background: url(../images/bg-space-rocket.png) no-repeat scroll 25% 0% / cover transparent; */
	/* background: url("../images/participate_block.png") repeat scroll 60% 0% / cover; */
	/* background-color: #702ad8; */
}

.participate_block h2
{
	/* font-family: 'pf_dindisplay_proregular'; */
	color: #0363dc;
	font-size: 46px;
	line-height: 51px;
	padding-top: 39px;
	/* text-shadow: 1px 2px 1px #0e8ae0, 0 0 1px #0e8ae0; */
}

.participate_block h2 span
{
	font-size: 70px;
}

.participate_block .question_block, .participate_block .list_block
{
	display: table-cell;
	vertical-align: top;
	position: relative;
}


.participate_block .question_block
{
	width: 500px;
    /* background: url(../images/why-us.png) no-repeat scroll 80% 0% / cover; */
}

.participate_block .list_block ul
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 70px 0 25px 0;
	/* background: url("../images/fon_ul_pr.png") repeat-y; */
}

.participate_block .list_block ul li
{
    /* background: url("../images/arrow_white.png") no-repeat scroll left center transparent; */
    padding-left: 39px;
    font-size: 20px;
    margin-bottom: 28px;
}

.participate_block .list_block ul li:last-child
{
	margin-bottom: 0;
}

.participate_block .question_block .how_old
{
	display: inline-block;
	position: absolute;
    top: 94%;
	font-size: 36px;
	text-transform: uppercase;
	padding-right: 50px;
	color: #394a59;
	/* text-shadow: 1px 2px 1px #0e8ae0, 0 0 1px #0e8ae0; */
}

.background_no_desktop
{
	background: none;
	position: relative;
	height: 368px;
}

.background_no_desktop .exclamatory
{
	background: url("../images/exclamatory.png");
	width: 157px;
	height: 349px;
	position: absolute;
	top: 90px;
	left: -65px;
}

.organizers-block {
	padding-top: 106px;
	height: 424px;
	display: table;
    width: 100%;
	/* background: url(../images/organizers-block.png) no-repeat scroll 28% 0 / cover; */
}
.organizers-block-questions,
.organizers-block-info {
	display: inline-block;
	vertical-align: top;
}
.organizers-block-questions {
	width: 54%;
}
.organizers-block-info {
	width: 42%;
}
.organizers-block-questions__txt {
	background: url(../images/rectangle.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 73px;
	line-height: 73px;
	display: inline-block;
	position: relative;
	color: #24323f;
	font-size: 35px;
	text-align: left;
	font-family: 'pf_dindisplay_proregular';
	text-transform: uppercase;
	margin-bottom: 109px;
	padding-left: 30px;
}
.organizers-block-questions__org {
	font-family: 'pf_dindisplay_proregular';
	font-size: 22px;
	color: #43464e;
	width: 53%;
}
.organizers-block-info__questions {
	color: #0363dc;
	font-size: 35px;
	font-family: 'pf_dindisplay_proregular';
	text-transform: uppercase;
}
.organizers-block-info__contacts {
	margin-top: 60px;
	color: #0363dc;
	font-size: 35px;
	font-family: 'pf_dindisplay_proregular';
	text-transform: uppercase;	
}

.show_date
{
	width: 210px;
	height: 210px;
	margin: auto;
	background: url("../images/counter.png") no-repeat center center / contain;
}

.footer
{
	background: url(../images/map.png) no-repeat;
    height: 538px;
    position: relative;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.footer-info {
	position: absolute;
    top: -50px;
    height: 411px;
    right: 12%;
	z-index: 1;
	padding-top: 180px;
	width: 805px;
	background: url(../images/map-shape.png) no-repeat;
}
.footer-info__data {
	text-transform: uppercase;
    text-align: center;
    color: #feaf28;
    border-radius: 30px;
	padding-top: 8px;
    width: 139px;
    height: 41px;
    /* background-color: #1377f1; */
    font: 28px 'pf_dindisplay_probold';
    margin-right: 40px;
}
.footer-info__txt {
	font: 20px 'pf_dindisplay_proregular'; 
	color: #fff;
}
.footer-info__data, .footer-info__txt {
	display: inline-block;
	vertical-align: top;
}
.footer-info-item {
	padding-left: 115px;
	margin-bottom: 38px;
}
.footer_map .panel_map
{
	background: url("../images/panel_map.png") no-repeat;
	padding: 10px 17px 124px 17px;
	position: absolute;
	top: 49px;
	left: 55%;
}

.body a
{
	color: #000000;
	text-decoration: none;
}


.start_block .panel_map
{
	width: 371px;
	height: 255px;
	background: url("../images/start_date_panel.png") no-repeat;
	padding: 9px 0 0 16px;
}

.start_block .panel_map .info_block_map div
{
	display: table-cell;
	vertical-align: top;
	font-size: 20px;
}
.panel_map .info_block_map div.text_address
{
	font-size: 16px;
}

.start_block .panel_map .info_block_map h2
{
	color: #e73c00;
	font-size: 35px;
	margin: 0 0 5px 0;
	padding: 0;
}


/* Landscape - телефоны */
  /*   
@media (max-width: 767px) 
{
	.wrapper
	{
		width: 85%;
	}
	.start_block .block_head
	{
		line-height: 30px;
		font-size: 21.8px;
	}
	.start_block .text_learn span
	{
		padding-left: 0;
	}
	.start_block .text_prev
	{
		margin-left: 0;
	}
	.start_block .text_learn
	{
		margin-left: 0;
		font-size: 27px;
		padding-bottom: 40px;
	}
	.learn_block .fon_list_learn ul li
	{
		font-size: 17px;
	}
	.registred_block
	{
		display: table;
		width: 100%;
	}
	.registred_block .info_registred
	{
		float: none;
		width: auto;
	}
	.info_registred img
	{
		width: 320px;
		height: auto;
	}
	.registred_block .form_register
	{
		width: 338px;
		float: none;
		display: inline-block;
	}
	.background_no_desktop
	{
		background: url("../images/fon_ul_pr.png");
	}
	.participate_block
	{
		background: url("../images/participate_fon.jpg") no-repeat scroll 0% 0% / cover transparent;
		color: #ffffff;
	}
	.participate_block .question_block, .participate_block .list_block
	{
		display: block;
	}
	.background_no_desktop .exclamatory
	{
		display: none;
	}
	.participate_block .question_block
	{
		width: auto;
	}
	.participate_block .list_block .how_old
	{
		left: 2%;
	}
	.panel_map
	{
		left: 8%;
	}
	span.elastislide-prev
	{
		background: url("../images/left_arrow.png") repeat scroll 0% 50% transparent;
	}
		span.elastislide-next
	{
		background: url("../images/right_arrow.png") repeat scroll 0% 50% transparent;
	}
}*/
     
    /* От портретного планшета до ландшафтного экрана и настольных дисплеев */
	/*
@media (min-width: 768px) and (max-width: 1024px) 
{
	.wrapper
	{
		width: 85%;
	}
	.start_block .block_head
	{
		font-size: 46.8px;
	}
		.registred_block .info_registred
	{
		float: none;
		width: auto;
	}
	.registred_block .form_register
	{
		float: none;
		display: inline-block;
	}
	.background_no_desktop .exclamatory
	{
		display: none;
	}
	.participate_block
	{
		background: url("../images/participate_fon.jpg") no-repeat scroll 0% 0% / cover transparent;
		color: #ffffff;
	}
	.participate_block .question_block
	{
		width: auto;
	}
	
}*/
     
    /* Большой дисплей */
@media (min-width: 1200px) {}

	/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.b-top-but {
    position: absolute;
    display: block;
    left: 56px;
    bottom: 0px;
	width: 54px;
	height: 54px;
    margin: 0px 0px 0px 110%;
    padding: 32px 12px 4px;
    background: url("../images/top_scroll.png?=1") no-repeat;
}

.b-top:hover {
    cursor: pointer;
}
#scroller{
	position: fixed;
	left: 0px;
	bottom: 90px;
	width: 34%;
	margin-left: 50%;
	opacity: 1;
}

sup { color:red; font-size: 32px; line-height: 21px;}

#btn_submit_one { 
	display: block;
    width: 230px;
	padding: 14px 0;
	padding-right: 14px;
    background-color: #0363dc;
    border-radius: 30px;
    color: #feaf28;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin: auto;
    margin-top: 10px;
    font: 26px 'pf_dindisplay_proregular'
}
#btn_submit_one:hover {
	background-color: #031ddc;
	box-shadow: 0 0 18px rgba(3, 29, 220, 1);
}

@media(max-width: 1370px){
	.registred_block .aligned_content {
		margin: auto;
		padding-left: 21px;
		padding-right: 21px;
	}
}