:root 
{
	--main_color          :#007fb2;
    --main_color_hover    :#004fdf;
	--main_color_fon      :#FFFFFF; /*#5F5C5D*/ 
	--main_color_input    :#F9F0DA;
	--main_color_select   :#F9F0DA;
	--main_font_size      :12pt;
	--height_footer       :35px;
	--height_search_simple:35px;
	--height_menu         :35px;
	--height_sa_element   :35px;
}
@font-face
{
	font-family: 'Webnar'; 
	src: url('fonts/The Northern Block Ltd - Webnar.otf') format('opentype');
}
html 
{
    left:   0;
    right:  0;
    top:    0;
    bottom: 0;
	background-color: var(--main_color);
	font-family:'Webnar';
	font-size: var(--main_font_size);
	color: var(--main_color);
}
div#div_title
{
    font-size: 11pt;
    color: #808080;
}
.parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}
.block_big{
    background: var(--main_color);
    width: 370px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin: -125px 0 0 -175px;*/
	margin: -300px 0 0 -185px;
    border-radius: 15px; /* Уголки */
}
.block {
    background: var(--main_color_fon);
    width: 350px;
    /*height: 125px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin: -125px 0 0 -175px;*/
	margin: -160px 0 0 -175px;
    border-radius: 15px; /* Уголки */
}
.mess {
    background: #f0b6a3;
    width: 210px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -230px 0 0 -125px;
    border-radius: 15px; /* Уголки */
	padding:20px; /* внутренний отступ */
	text-align:center;
}
table {
	/*border: 1px solid #000000;*/
   margin: 15px auto;
}
input {
   width: 150px;
}
select{
   width: 150px;
}