/* reset( */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-weight: inherit;
    outline: 0;
    font-style: inherit;
    font-family: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
/* HTML5 */
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  appearance: none;
}
/*  */
input, label, select, button, textarea {
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background: 0;
    color: #000000;
}
input:focus {
    outline: 0
}
input, textarea {
    box-sizing: content-box;
}
button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
    box-sizing: border-box;
}
input[type=radio]{
    margin: 2px 5px 0 0;
}
input[type=checkbox]{
    margin: 0 5px 0 0;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
select:focus,
textarea {
  font: 16px Arial, sans-serif;
  color: #454545;
}
/* reset) */

/* <general> */
.clear {
    clear: both;
}

strong, b {
    font-weight: bold;
}

#wrapper {
    margin: 0 auto;
	min-width: 320px; /* min-width */
    font: 13px Verdana, Arial, sans-serif;
	text-align: justify;
    color: #000000;
    background: #FFFFFF; 
}

#main {
    max-width: 1000px; 
    margin: 0 auto; 
    padding: 7px 0 7px 0;
    box-shadow: 0px 0px 5px -2px #646478; 
    background: #FFFFFF;
}

#content_wrapper {
    padding: 0 8px 0 8px;
}

h1{
    font-size: 17px;
    font-weight: bold;
}

h2{
    font-size: 15px;
    font-weight: bold;
}

h3{
    font-size: 14px;
    font-weight: bold;
}

hr {
    border: none;
    border-bottom: 1px dashed #D2D2D7;
    margin: 7px 0;
}

a {
    color: #4D5164;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

.no_link {
  pointer-events: none;
}

.show_block {
    opacity: 0; 
    transition: 1s; 
    animation: show_block 1s 1; 
    animation-fill-mode: forwards; 
    animation-delay: 1s;
}
@keyframes show_block {0%{opacity:0;}100%{opacity:1;}}

/* <Блок с информацией> */
.info_block {
    border-radius: 5px;
    padding: 7px;
    background: #E5E5E5;
    background: linear-gradient(to top, #F0F0F0, #E5E5E5);
    text-align: left; 
}

.info_block div {
    font-weight: bold;
    padding-bottom: 5px;
}

.info_block li {
    padding-bottom: 5px;
    list-style-position: inside;
    list-style-type: decimal;
}

.info_block_errors {
    background: #FFC0CB;
    background: linear-gradient(to top, #FFD2E0, #FFC0CB);
}

.info_block_ok {
    background: #EBF8A4;
    background: linear-gradient(to top, #F2FFAB, #EBF8A4);
}
/* </Блок с информацией> */
/* </general> */

/* <header> */ 
#header_top_wrapper {
    min-height: 50px;
	overflow: hidden;
    color: #FFFFFF;
    background: #00AAFF; 
    background: linear-gradient(to bottom left, #00AAFF, #00B9FF);  
    text-align: center;
}

#header_top {
    max-width: 990px; 
    margin: 0 auto; 
}

#header_top_left {
    padding: 7px 0 0 7px;
    width: 1px;
    float: left;
    text-align: center; 
}

#header_top_right {
    padding: 7px 7px 0 0;
    width: 120px;
    float: right;
    text-align: center;  
}

#header_top_center {
    padding: 16px 0 0 0;
    margin: 0 85px 0 14px;
    text-transform: uppercase;
    text-align: left;  
    font-size: 16px;
    font-weight: bold;
}

#header_top_title{
    color: #FFFFFF; 
    text-decoration: none; 
    display: inline-block;
    text-shadow: 1px 1px 2px #646478;
}

#header_top_title:hover {
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 1px 1px 1px #646478;  
}

.button_menu {
    display: block;
	width: 36px; 
	height: 36px;
    float: right;
	background: url("../images/menu_sprite.png") no-repeat top left; 
}

.button_menu:hover {
    background: url("../images/menu_sprite.png") no-repeat top right;
}
/* </header> */

/* <sidebar> */
.sidebar { 
	max-width: 1000px; 
    margin: 0 auto 10px auto;  
    box-shadow: 0px 0px 5px -2px #646478; 
}

/* <menu> */
.ul_menu { 
    background: #FFFFFF; 	
}

.ul_menu li a { 
    display: block;
	position: relative;
	padding: 10px;
    cursor: pointer;
    background: #FFFFFF; 	
    text-decoration: none;
    font-weight: bold;
	border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #D2D2D7;
	font-size: 13px; 
	text-shadow: 0px 1px 0px #F7FDFF;
}

.ul_menu li:first-child a { 
    border-top: none;
}

.ul_menu li:last-child a { 
	border-bottom: none;
}

.ul_menu li a:hover { 
	background: #FAFAFA; 
    background: linear-gradient(to bottom left, #FAFAFA, #FCFCFC);
}
/* </menu> */
/* </sidebar> */

#content {
    
}

/* <content> */
#content h1 {
    max-width: 500px;
    margin: 3px auto 5px auto;
    text-align: center;
}

#content h2 {
    text-align: center;
}

#content p {
	margin-top: 5px;
    text-indent: 20px;
}
/* </content> */

/* <form> */
#form {
    margin: 15px auto;
    text-align: left;
}

#form legend{
    padding: 0 3px;
}

#form fieldset {
    padding: 0 22px 10px 10px;
    border: 1px solid #D2D2D7;
    border-radius: 3px;
}

#form .question {
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#form textarea {
	width: 100%;
	height: 250px;
    padding: 5px;
}

#form .input {
	width: 100%;
    height: 30px;
    line-height: 27px;
    padding: 0 5px 0 5px;
}

#form .input_datetime {
    height: 30px;
    padding: 0 5px 0 5px;
    width: 200px;
}

#form .div_checkbox {
    padding: 10px 0 5px 0;
}

#form .div_block_radio_checkbox {
    overflow: auto;
    width: 100%;
    height: 250px; 
    padding: 0px 5px 0px 5px; 
}

#form select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
}

#form .button {
    font-size: 13px;
    font-weight: normal;
    margin: 10px 5px 0 5px;
    padding: 5px 15px;
    border: 1px solid #D2D2D7;
    border-radius: 3px;
    background: #EAEAEB;
    background: linear-gradient(to top, #EAEAEB, #FEFEFF);
}

#form .button:hover {
    cursor: pointer;
    border: 1px solid #BEBEB4;
    background: #EAEAEB;
    background: linear-gradient(to top, #EAEAEB, #F5F5F5);
}

#form .imageButton {
	width: 224px;
	height: 65px;
    margin: 1px 5px 0 0;
}

#form .imageButton:hover {
    margin: 0 5px 1px 0;
}

#form .input, #form .input_datetime, #form textarea, #form select, #form .div_block_radio_checkbox { 
    border: 1px solid #D2D2D7;
    border-radius: 3px;
}

#form .input:focus, #form .input_datetime:focus, #form textarea:focus, #form  select:focus, #form .div_block_radio_checkbox:focus { 
    border: 1px solid #BEBEB4;
}

#form label {
    cursor: pointer;
}

#form .small_centre {
	font: 11px Arial, sans-serif;
    text-align: center;
}
/* </form> */

/* <form_ws> */
#form_ws {
    max-width: 600px;        
    margin: 15px auto;
    text-align: left;
}

#form_ws legend{
    padding: 0 3px;
}

#form_ws fieldset {
    padding: 0 22px 10px 10px;
    border: 1px solid #D2D2D7;
    border-radius: 3px;
}

#form_ws .question {
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#form_ws .input {
    border: 1px solid #D2D2D7;
    border-radius: 3px;
	width: 100%;
    height: 30px;
    line-height: 27px;
    padding: 0 5px 0 5px;
    text-transform: uppercase;
}

#form_ws .input:focus { 
    border: 1px solid #BEBEB4;
}

#form_ws .button {
    font-size: 13px;
    font-weight: normal;
    margin: 10px 5px 0 5px;
    padding: 5px 15px;
    border: 1px solid #D2D2D7;
    border-radius: 3px;
    background: #EAEAEB;
    background: linear-gradient(to top, #EAEAEB, #FEFEFF);
}

#form_ws .button:hover {
    cursor: pointer;
    border: 1px solid #BEBEB4;
    background: #EAEAEB;
    background: linear-gradient(to top, #EAEAEB, #F5F5F5);
}

#form_ws label {
    cursor: pointer;
}

#form_ws h2 {
    font-size: 15px;
    font-weight: normal;
    text-align: center
}

#form_ws .input_s_n {;
	width: 25px;
    height: 30px;
    line-height: 27px;
    padding: 1px 0 0 0;
    margin: 2px 1px;
    border: 1px solid #D2D2D7;
    border-radius: 3px;
    text-transform: uppercase; 
    font: 16px Arial, sans-serif;
    color: #454545;
    text-align: center;
}

#form_ws .input_s_n::placeholder {
    font: 16px Arial, sans-serif;
    color: #BFBFBF;
    text-align: center;
}

#form_ws .input_s_n:focus { 
    border: 1px solid #BEBEB4;
}

#form_ws .input_s_no_n {;
	width: 50px;
    height: 30px;
    line-height: 27px;
    padding: 1px 0 0 0;
    margin: 2px 1px;
    border: 1px solid #D2D2D7;
    border-radius: 3px;
    text-transform: uppercase; 
    font: 16px Arial, sans-serif;
    color: #454545;
    text-align: center;
}

#form_ws .input_s_no_n::placeholder {
    font: 16px Arial, sans-serif;
    color: #BFBFBF;
    text-align: center;
}

#form_ws .input_s_no_n:focus { 
    border: 1px solid #BEBEB4;
}

#form_ws .div_checkbox {
    padding: 10px 0 5px 0;
}

#form_ws .button_f_s {
    width: 25px;
    height: 33px;
    padding: 0 0 0 0;
    margin: 2px 3px 2px 0;
    font: 16px Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #454545;
    border: 1px solid #D2D2D7;
    border-radius: 3px;
    background: #EAEAEB;
    background: linear-gradient(to top, #EAEAEB, #FEFEFF);
}

#form_ws .button_f_s:hover {
    cursor: pointer;
    border: 1px solid #BEBEB4;
    background: #EAEAEB;
    background: linear-gradient(to top, #EAEAEB, #F5F5F5);
}
/* </form_ws> */
/* </block_content> */