.top_line { 
	height: 40px;
	background: #4A6299;
	text-align: right;
	}
	
.top_line_enter	{ 
	font-size: 1.5em;
	color: #FFF;
	}
	
.lang_modul	{
	width: 100px;
	position: relative; 
	float: right;
	}
	
.lang_menu { 
	width: 250px;
	top: -265px;
	left: 0px;
	background: #4F4F4F;
	border: 1px solid #1E90FF;
	position: absolute; 
	z-index: 1;
	display: none;	 /
	}	
	
.lang_link { height: 20px;
	padding: 3px 6px;
	color: #FFF;
	font-size: 1.5em;
	display: block;
	text-decoration: none;
	}
	
.lang_link:hover { background: #1E90FF; }
	
.lang_flag { width: 30px;
	height: 20px;
	display: block;
	float: left;
	}
	
.en { background: url('../picture_library/flag/flag_britan_icon.png') no-repeat; }
.fr { background: url('../picture_library/flag/flag_france_icon.png') no-repeat; }
.de { background: url('../picture_library/flag/flag_germany_icon.png') no-repeat; }
.pl { background: url('../picture_library/flag/flag_poland_icon.png') no-repeat; }
.es { background: url('../picture_library/flag/flag_spain_icon.png') no-repeat; }
.ru { background: url('../picture_library/flag/flag_russia_icon.png') no-repeat; }

.lang_text {
	margin: 2px 5px;
	color: #333;
	font-size: 1.5em;
	font-weight: 700;
	text-decoration: none;
	float: left; 
	}


.lang_angle_1 {
	top: -14px;
	right: 30px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #D6E1CA;
	position: absolute;
	z-index: 3;
	}
	
.lang_angle_2 {
	top: -10px;
	right: 32px;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFF;
	position: absolute;
	z-index: 4;
	}
	
	
.dark_panel {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;	
	background-color: rgba(0,0,0, 0.5);
	position: fixed; 
	z-index: 2000;
	}


.form_panel_block { max-width: 600px;
	min-height: 100px;
	margin: 3% auto;
	padding-bottom: 15px;
	background: #FFF;
	border-radius: 4px;
	}

.form_panel_header { height: 50px;
	position: relative;	
	}
	
	
.fph_close_button { width: 15px;
	height: 15px;
	margin: 15px;
	cursor: pointer;
	float: right;
	}

.form_panel_title { font-size: 3em;
	font-weight: 700;
	text-align: center;
	color: #4E4E4E;
	}
	
.form_panel_text_title	{
	margin: 30px 20px 5px;
	display: flex;
	align-items: center;
	}
	
.form_panel_icon { 
	width: 25px;
	height: 25px;
	margin-right: 10px;
	flex: 0 0 25px;
	}

.form_panel_text {
	font-size: 2em;
	color:#4E4E4E;
	font-weight: 700;
	}	

.form_panel_text_block {
	margin: 5px 20px;	
	color: #565656;
	font-size: 1.4em;
	line-height: 150%;
	} 	
	
.form_button_block	{
	margin: 15px;
	display: flex;
	justify-content: flex-end;
	}
	
.form_panel_button_submit {
	min-width: 95px;
	margin: auto;
	padding: 6px 10px;
	text-align: center;
	color: #FFF;
	font-size: 2em;
	background: #00AEEF;
	border: 1px solid #00AEEF;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	}

.form_panel_button_submit:hover { background: #0094C1; }

.form_panel_button_cancel {
	width: 95px;
	padding: 6px 10px;
	text-align: center;
	color: #FFF;
	font-size: 2em;
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	}


.form_question_title {
	margin: 15px;	
	color: #4E4E4E;
	font-size: 1.8em;
	font-weight: 700;
	}	
	
.form_question_label {  
	margin: 10px 15px 0px;
	color: #4E4E4E;
	font-size: 1.5em;
	font-weight: 700;
	}
	
.form_question_sublabel {  
	margin: 0px 15px 5px;
	color: #4E4E4E;
	font-size: 1.4em;
	font-weight: 500;
	}

.form_question_modul { 	
	width: 400px;
	margin: 0px 15px;
	}

.form_question_textarea_modul { 	
	width: 400px;
	height: 100px;
	margin: 0px 15px;
	}	

.form_question_field { width: 96.5%;
	height: 26px;
	padding: 6px;
	font-size: 1.4em;
	color: #565656;
	border: 2px solid #E6E6E6;
	border-radius: 4px;
	}

.form_question_textarea { width: 96.5%;
	height: 95%;
	padding: 6px;
	font-size: 1.4em;
	color: #565656;
	border: 2px solid #E6E6E6;
	border-radius: 4px;
	}

.form_question_sublabel_a {  
	margin: 15px; 
	color: #4E4E4E;
	font-size: 1.4em;
	font-weight: 500;
	}	

.alert_panel {
	width: 300px;
	height: 60px;
	margin: 20% auto;
	padding: 20px 0px;
	color: #4E4E4E;
	font-size: 2em;
	text-align: center;
	background: #FFF;
	border-radius: 4px;
	}

/* Popup application form */

.popup_app_window {
	max-width: 500px;
	margin: 30px auto;
	padding: 5px 5px 20px;
	background: #FFF;
	border-radius: 10px;
	}
	
.popup_app_window--close_block {
	margin: 2px 10px;
	text-align: right;
	}	
	
.popup_app_window--close_button	{
	color: #1A2B3C;
	font-size: 2em;
	cursor: pointer;
	}

.popup_app_window--header {
	font-size: 1.6em;
	color: #1A2B3C;
	font-weight: 700;
	text-align: center;
	}

.popup_app_field--input	{
	width: 100%;
	margin: 5px 0px;
	padding: 10px;
	font-size: 1.4em;
	border: 1px solid #DDD;
	border-radius: 4px;	
	}
	
.popup_app_field--textarea	{
	width: 100%;
	height: 150px;
	margin: 5px 0px;
	padding: 10px;
	font-size: 1.4em;
	border: 1px solid #DDD;
	border-radius: 4px;	
	resize: vertical;
	}	
	