/* HTML5 reset */
html, body, div, span, applet, object, iframe,  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 { margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
h1, h2, h3, h4, h5, h6 { margin: 0;	padding: 0;	border: 0;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

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;}
img {display: block;}
p, span, h1, h2, h3, h4, h5, h6 {cursor: default;}
/*------- Шрифты --------*/
body {font-family:  Arial, sans-serif;}
/* -------------- общее ------------  */
html, body {height: 100%;}
body {background: #e8e8e8; color: #303B44; min-width: 600px;}
.width {max-width: 1000px;  margin: 0 auto; position: relative; box-sizing: border-box; padding-left: 20px; padding-right: 20px;}
.page {min-height: calc(100vh - 110px); box-sizing: border-box; padding: 1px 0;} /* из 100vh вычесть высоту шапки высоту футера */

.title {text-align: center; font-size: 26px;  padding: 30px 0; line-height: 35px;}

/* -------------- окно сообщений ------------  */
#window {position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; background: rgba(0, 0, 0, 0.7); z-index: 10000; display: none;}
.window {height: 100%;}
#window_box {max-width: 90%; width: 500px; position: relative; max-height: 90%; overflow-y: auto;}
#window_close {position: absolute; top: 0px; right: 0px; padding: 8px; cursor: pointer;}
/* -------------- tab ------------  */
.tab {padding: 30px; display: none;}
.tab_box {border: #5B666A 1px solid;  background: #fff;}
.tab_button {border-bottom: #5b666a 1px solid; height: 30px; text-align: center; line-height: 30px; background: #99a5b0; cursor: pointer; padding: 0 10px;}
.tab_button_active {border-bottom: #fff 1px solid; height: 30px; background: #fff;}
.tab_button_separator {background: #5B666A; border-bottom: #5B666A 1px solid; height: 30px; width: 1px;}
.tab_title {line-height: 40px;  font-size: 20px; text-align: center;}
.tab_text {line-height: 30px; text-align: justify;}
.line {border: 1px solid #5B666A; color: #222527;  width: 100%; box-sizing: border-box; border-radius: 3px; overflow: hidden;}
.line_title {background: #5B666A; color: #fff; padding: 0 20px; line-height: 30px; font-size: 15px;}
.line_text {  padding: 0 20px; line-height: 30px; font-size: 14px; box-sizing: border-box;}
.line_i { padding: 0 10px; line-height: 30px; font-size: 16px; box-sizing: border-box;}
.line_p {line-height: 30px; box-sizing: border-box; font-size: 12px;}
.line_separator {background: #5B666A; width: 1px; box-sizing: border-box;}
.line_input { height: 30px; line-height: 30px; outline: none; padding: 0 10px; box-sizing: border-box; border: none;}
.line_textarea {height: 150px; resize: none; resize: vertical;}
.line_select {line-height: 30px; height: 30px; border-radius: 0px; outline: none; padding: 0 10px; border: none;}
.line_button { padding: 0 30px; height: 30px; line-height: 30px; color: #fff; cursor: pointer; border-radius: 3px; font-size: 12px; }
.line_separator_horisontal {background: #5B666A; width: 100%; height: 1px; box-sizing: border-box;}
.line_i_button {border: 1px solid #5B666A; padding: 5px; margin: 5px; width: 28px; font-size: 14px; box-sizing: border-box; text-align: center;border-radius: 4px; cursor: pointer;}
.line_i_button2 {border: 1px solid #5B666A; padding: 5px; margin: 5px;  font-size: 14px; box-sizing: border-box; text-align: center;border-radius: 4px; cursor: pointer;}
.line_switch {width: 37px; height: 22px; margin-top: 3px; }
.plane_box {border: #5B666A 1px solid;  background: #e8e8e8;}

/* -------------- Шапка ------------  */
.header {background: #303B44; height: 50px; border-bottom: solid 1px #242d35; box-sizing: border-box;}
.header_logo {font-size: 24px; color: #fff; padding: 0 20px 0 0; line-height: 49px; font-family:  MuseoSansCyrl_2, Arial, sans-serif; text-decoration: none;}
@media screen and (max-width: 900px) {.header_logo {font-size: 16px; padding: 0 10px 0 0;}}
@media screen and (max-width: 700px) {.header_logo {font-size: 13px; padding: 0 10px 0 0;}}
.header_separator {height: 30px; margin: 10px 0; width: 2px; border-left: solid 1px #222527; background: #708291; box-sizing: border-box;}
.header_button {padding: 0px 20px; line-height: 49px; }
.header_menu {padding: 0 0 0 20px; line-height: 49px; }
#header_menu_panel {position: absolute; top: 50px; right: 0px; background: #303B44; z-index: 46468;}
.header_menu_separator {border-bottom: solid 1px #242d35; border-top: solid 1px #3e4b57;}
.header_menu_text {font-size: 12px; line-height: 49px; color: #fff;}

/* -------------- футер ------------  */
.footer {background: #5B666A;  height: 60px;}
.footer_text {font-size: 16px; line-height: 60px; padding: 0 20px; color: #fff; text-decoration: none;}

.adv_box_1 {background: #d9f5ff; border-color: #366779;}
.adv_box_2 {background: #FFE8E8; border-color: #790f0f;}
.adv_box_3 {background: #e2e2e2; border-color: #303B44;}
.adv_box_bg_1 {background: #366779;}
.adv_box_bg_2 {background: #790f0f;}
.adv_box_bg_3 {background: #303B44;}
.adv_info_box_1 {background: #9ac2d2; color: #222527;}
.adv_info_box_2 {background: #e4bebe; color: #222527;}
.adv_info_box_3 {background: #c5c5c5; color: #222527;}


.time_table { width: 100%; line-height: 30px;border-spacing: 0px 15px; border-collapse: separate;}
.time_table_line {}
.time_table_row {border-top: 1px solid #5B666A; border-right: 1px solid #5B666A; padding: 0px 10px; border-bottom: 1px solid #5B666A; }
.time_table_row_left {border-left: 1px solid #5B666A; border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.time_table_row_right {border-top-right-radius: 3px; border-bottom-right-radius: 3px;}