                                             @font-face {
    font-family: 'comfortaaregular';
    src: url('/fonts/comfortaa-regular-webfont.eot');
    src: url('/fonts/comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/comfortaa-regular-webfont.woff2') format('woff2'),
         url('/fonts/comfortaa-regular-webfont.woff') format('woff'),
         url('/fonts/comfortaa-regular-webfont.ttf') format('truetype'),
         url('/fonts/comfortaa-regular-webfont.svg#comfortaaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,dir,menu,nav,section,summary,time,mark,audio,video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;                  
 font-weight: normal;
 vertical-align:baseline;
 background:transparent;
}
html,body{
 height: 100%;                                 
}
body{
 line-height:1;
 font-family:oxygen,Verdana,sans-serif,arial;
 font-size: 16px;
 color:#666;
 background:#fff;
}
table{
 border-collapse:collapse;
 border-spacing:0;
}
div{
 overflow:hidden;
}
a{
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 display:inline-block;
 text-decoration:none;
}
code {
  white-space: pre;
}
*{
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 max-width:100%;
}
.w100 {
 width:100%;
}
.w50 {
 width:50%;
}
.w33 {
 width:34%;
}

#content{
width:100%; 
height:100%; 
display: table;
filter: alpha (opacity=100);
background: #ffffff;
}
.content_row {
 display: table-row;
 width:100%;
}
.content_cell {
 display: table-cell;
 width:100%;
}



#windows {
position: fixed;
top: 0;
left: 0;
width:100%;
height: 100%;
display: table;
}
#windows_place {
display: table-cell;
text-align: center;
vertical-align: middle;
height: 100%;
}
#actions {
position: fixed;
top: 0;
left: 0;
width:100%;
height: 100%;
}   

.block_wapper {
 width:90%;
 min-width:960px;
 margin:0 auto;
}
.block_wapper_fix {
 width:960px;
 min-width:960px;
 margin:0 auto;
 position: relative;
}
@media screen and (max-width: 979px) {
  .block_wapper_fix {
    width:100%;
    min-width:100%;
  }
  .block_wapper {
    width:100%;
    min-width:100%;
  }
}
.block_wapper_full {
 position: relative; 
}
.block_wapper_login {
 padding: 50px 0;
 width: 360px;
 margin:0 auto;
 display:block;
}
.block_wapper_form_table {
 padding: 50px 0;
 display:table;
 width: 720px;
 margin:0 auto;
}
.block_wapper_form_table_item {
 display:table-cell;
 vertical-align: top;
 width: 50%;
}
@media screen and (max-width: 767px) {
.block_wapper_login {
 padding: 10px 0 50px 0;
 width: 300px;
}
.block_wapper_form_table {
 padding: 10px 0 10px 0;
 width: 300px;
 display: block;
}
.block_wapper_form_table_item {
 display:block;
 width: 100%;
}
}
.block_window {
 width:100%;
 -webkit-border-radius:6px;
 -moz-border-radius:6px;
 border-radius:6px;
 background:#FCB941;
}

.header {
 width:100%;
 background: #225C60;
 color: #ffffff;
 height: 70px;
}
.header_logo {
 float: left;
 padding: 0 0 0 20px;
}
.header_menu {
 float: right;
 height: 100%;
 display: table;
}
.header_menu div {
 padding: 0 10px;
 vertical-align: middle;
 display: table-cell;
}
.header_menu a {
 color: #ffffff;
 font-size:12px;
 transition: 0.2s; 
}
.header_menu a:hover {
 color: #F1C40F;
}
.header_menu img {   
 vertical-align: middle;
 border:1px solid #225C60; 
 transition: 0.2s;  
}
.header_menu img:hover {
 border:1px solid #F1C40F; 
}

.header_editor {
 width:100%;
 background: #225C60;
 color: #ffffff;
 height: 44px;
}
.header_editor_logo {
 float: left;
 padding: 0 0 0 70px;
 width:288px;
}
.header_editor_logo img {
 height: 44px;
}

.header_editor_buttons {
 float: left;
 padding: 3px 0 0 10px;
}

@media screen and (max-width: 979px) {
 .header_editor {
   height: 70px;
 }
 .header_editor_buttons {
  padding: 16px 0 0 10px;
 }
}



.header_user {
 width:100%;
 background: #30848A;
 color: #ffffff;
 position: relative;
}
.header_user_menu {
 float: right;
 height: 100%;
 padding-right: 20px;
 display: table;
}
.header_user_menu_item, .header_user_menu_username {
 display: table-cell;
}
.header_user_menu_item a, .header_user_menu_username a {
 font-size:12px;
 transition: 0.2s; 
 padding: 4px 8px;
}
.header_user_menu_item a {
 color: #ffffff;
}
.header_user_menu_item a:hover {
 color: #F1C40F;
}

.header_user_menu_username a {
 color: #ff8080;
}
.header_user_menu_username a:hover {
 color: #ffc0c0;
}
.header_user_menu_username img {
 vertical-align: middle;
}

/*footer*/
.footer, .footer_editor {
 width:100%;
 background: #225C60;
 color: #ffffff;
 font-size:14px;
 text-align: center;
}
.footer {
 height: 200px;
}
.footer_editor {
 height: 6px;
}

.footer_content {
 display: inline-block;
}
.footer_menu {
 display: flex;
 width:100%;
 padding: 20px 0;
 justify-content: center;
}


.footer_menu_item {
 text-align: left;
 width: 200px;
 padding-left: 20px;
}
.footer_menu_item a {
 color:#C0C0C0;
 padding: 3px 0; 
}
.footer_menu_item a:hover {
 text-decoration: underline;
}
.footer_menu_item h4 {
 padding: 4px 0; 
}
.footer_bottom_cover {

 width:100%;
}
.footer_copyright {
 float: left;
 padding: 0 20px;
}
.footer_social {
 padding: 6px 20px 0 5px ;
 float: right;
}
.footer_social img {
 padding: 2px 1px;
}



/*main*/
.main_line {
 width:100%;
 color: #ffffff;
 position: relative;

}
.main_cover {
 display: table;
 width:100%;
}
.main_img {
 width:50%;
 padding: 20px;
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}

.main_context {
 width:50%;
 padding: 20px;
 display: table-cell;
 vertical-align: top;
}
.main_context h1,.main_context h2 {
 padding: 30px 0px 20px 0px;
 font-size: 36px;
 font-family: 'comfortaaregular',oxygen,Verdana,sans-serif,arial;
 line-height:1.3;
}

.main_button {
 padding: 20px 0;
}
.main_button a {
 background: #34ED34;
 color: #000000;
 font-size: 36px;
 -webkit-border-radius:6px;
 -moz-border-radius:6px;
 border-radius:6px;
 padding: 16px 32px;
 transition: 0.2s;  
}
.main_button a:hover {
 background: #1AD41A; 
}
.main_text {
 font-size: 26px;
 font-family: 'comfortaaregular',oxygen,Verdana,sans-serif,arial;
 line-height:1.3;
}
.orange_background {
 background: #FCB941;
}
.green_background {
 background: #2CC990;
}
.red_background {
 background: #FC6042;
}
.blue_background {
 background: #2C82C9;
}

@media screen and (max-width: 767px) {
 .main_cover {
  display: block;
 }
 .main_img {
  display: block;
  width:90%;
  margin: 0 auto;
 } 
 .main_context {
  padding: 10px;
  display: block;
  width:100%;
 }
 .main_text {
  font-size: 24px;
 }
 .main_context h1,.main_context h2 {
  padding: 20px 0px 10px 0;
  font-size: 30px;
 }
 .main_button {
  width:100%;
  text-align: center;
 }
 .main_button a {
  font-size: 30px;  
  padding: 16px;  
 }
}

.wiki {
 display: table;
 width:100%;
}
.wiki_chapter {
 width: 300px;
 min-width: 300px;
 background: #EF7F1A;
 display: table-cell;
 vertical-align: top; 
}
.wiki_chapter_scroll_cover {
 height: 100vh;
 min-height: 100vh;
 width: 300px;
 min-width: 300px;
 position: fixed;

}
.wiki_chapter_scroll {
 padding: 16px 16px 16px 8px;
 height: 100%;
 overflow-y: scroll;
}
.wiki_chapter_content {
 line-height:1.2;
 font-size: 14px; 
 color:#EEEEEE;
 padding-bottom: 50px;
}
.wiki_chapter_content_line {
 padding-left: 10px;
}
.wiki_chapter_content_line_select {
 padding-left: 10px;
 background: #FCB941;
}
.wiki_chapter_content_padding {
 padding-left: 10px;
}
.wiki_chapter_content_tree {
 border-bottom: 1px solid #FCB941; 
 border-left: 1px solid #FCB941;
}
.wiki_chapter_content p {
 padding-left: 10px;
}
.wiki_chapter_content a {
 color:#EEEEEE;
 padding: 5px 0;
}
.wiki_chapter_content a:hover {
 color:#FFFFFF;
 cursor: pointer;
}

.wiki_chapter_mobile_menu {
 width:100%;
 background: #EF7F1A;
}
.wiki_chapter_mobile_items {
 display: table;
 height: 40px;
}
.wiki_chapter_mobile_items div {
 display: table-cell;
 padding: 0 16px;
 border-right: 1px solid #FCB941;
 color:#FFFFFF;
 vertical-align: middle;
}

.wiki_chapter_mobile {
 width: 100%;
 line-height:1.2;
 font-size: 14px; 
 color:#FFFFFF;
 position: relative;
}


.wiki_chapter_mobile a {
 color:#FFFFFF;
 padding: 5px 0;
}
.wiki_chapter_mobile a:hover {
 color:#FCB941;
}

.wiki_content {   
 display: table-cell;
 vertical-align: top;
 padding: 20px 7%;
}
@media screen and (max-width: 979px) {
 .wiki_content { 
  padding: 10px 0 10px 0;
 }   
}

.text {    
 width:100%;
 font-size: 16px;
 line-height:1.6;
 color:#333;
 padding: 0 10px 40px 10px;
}



.text p{
 padding: 10px 0;
}
.text h1{
 font-size: 26px;
 color:#101010;
 padding: 10px 0;
 border-bottom: 3px #EF7F1A solid;   
} 
.text h2 {
 font-size: 22px;
 padding: 20px 0 8px 0;
 color:#000000; 
 width: 100%;
 border-bottom: 1px solid #82878A;  
}
.text h3 {
 font-size: 20px;
 padding: 10px 0 6px 0;
 color:#444; 
 font-weight: bold;   
}
.text h4 {
 font-size: 18px;
 padding: 10px 0 6px 0;
 color:#111; 
 font-weight: bold; 
}
.text h5 {
 font-size: 16px;
 padding: 10px 0 6px 0;
 color:#111; 
 font-weight: bold; 
}
.text a {
 color:#EF7F1A;
 font-size: 16px;
}
.text a:hover {
 text-decoration: underline;
}
.text ul {
 padding-top: 10px;
 padding-left: 50px;
 margin: 0px; 
 list-style-position: inside;
}
.text li {
 padding-bottom: 8px; 
 text-indent: -23px;
}
.text li a {
 padding-left: 23px;
}
.text img {
 padding: 20px 10px;
}
.text_line {
 height: 10px;
 width: 100%;
 border-bottom: 1px solid #82878A;
}
.text code {
 background-color:#f0f0ff;
 padding: 0 5px;
}
.text_table {
 width: 100%;
 padding: 0 5%;
}
.text_table td {
 border: 1px #87C3C7 solid;
 padding: 5px 10px; 
 vertical-align: middle;  
}
.text_table_head {
 background-color:#ABDBDE;
 font-weight: bold;
 text-align: center;
}
.text_table_fill {
 background-color:#C8EDF0;
 font-weight: bold;
 text-align: center;
}
.text_table_desc {
 color:#606060;
 font-size: 14px;
}
.text_table_price {
 color:#225C60;
 font-weight: bold;
 text-align: center;
 font-size: 18px;
}

.cppcode {
 font-size: 12px;
 padding: 10px 15px;
 border: 1px #d0d0f0 solid;
 background-color:#f0f0ff;
 color:#000000;
 position: relative;
}
.cppcode code {
  padding: 0px;  
}

.vendor_cover {
 width: 100%;
 font-size: 16px;
 border: 1px #d0d0f0 solid;

}

@media screen and (max-width: 979px) {
 .cppcode code {
  position: absolute;
  overflow-x: auto;
  left: 10px;
  right: 10px;
  }
  .text table {
    font-size: 12px; 
  }
  .text ul {
   padding-left: 40px;
  }
}

.note {
 font-style: italic;
 padding: 5px 10px 5px 30px;
 font-size: 14px;
 border: 1px #EF7F1A solid;
 background-color:#FFF9E0;
}
.text_button {
 padding-right: 6px;
 display: inline-block;
}
.text_button a {
 background:#EF7F1A;
 color:#FFFFFF;
 padding: 12px 18px;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 transition: 0.2s; 
}
.text_button a:hover {
 background:#B55C0E;
 text-decoration: none;
}

/*blogs*/   
.blog_preview {
 width: 100%;
 padding: 20px 0 10px 0;
 border-bottom: 1px #d0d0f0 solid;
}
.blog_preview_top a {
 font-size: 24px;
 padding: 0px;
}

.blog_preview_img {
 width: 280px;
 float: left;
 text-align: center;
}
.blog_preview_img img {
 padding: 20px 5px;
}
.blog_preview_content {
 padding-left: 20px;
 both: clear;
}
.blog_preview_info {
 font-size: 12px;
 padding: 0px;
 color: #d0d0d0;
 font-weight: bold;
}
.blog_preview_content p {
 padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
.blog_preview_img {
 width: 100%;
 float: none;
}
}

/*apps*/
.apps_line {
 display: table;
}
.apps_line_item {
 display: table-cell;
 vertical-align:top; 
 width:50%; 
 padding: 20px;
}

.apps_line_item_border {
 border: 1px #FCB941 solid; 
 padding:30px;
}
.apps_line_item_logo {
  width:100%;
  text-align:center;
}
.apps_line_item_info {
  padding: 20px 0; 
  height: 260px;
  font-size: 14px;
}
.apps_line_item_info h2 {
  font-size: 22px;
}
.apps_line_item_barcode {
  text-align: center;
}
.apps_line_item_barcode a {
 font-size: 18px;
}
.apps_line_item_barcode img {
 width: 246px;
 height: 246px;
}
@media screen and (max-width: 767px) {
.apps_line {
 display: block;
}
.apps_line_item {
 display: block;
 width:100%; 
 padding: 10px;
}
.apps_line_item_border {
 padding:10px;
}
.apps_line_item_info {
  padding: 0 0 20px 0; 
  height: 100%;
}
}

/*apps_3*/
.apps_3_cover {
 width:100%;
 padding: 20px 0 20px 0;  
}
.apps_3_cover2 {
 width:100%;
 padding: 2px 0 2px 0; 
 display: table;
}
.apps_3_item {
 border: 1px #FCB941 solid; 
 padding: 0 20px 0 20px;
 display: table;
 width:100%; 
}
.apps_3_item_logo {
 display: table-cell;
 vertical-align:middle; 
}
.apps_3_item_qr {
 display: table-cell;
 vertical-align:middle;
}
.apps_3_item_logo_center {
 display: table-cell;
 text-align: center;
 vertical-align:middle; 
 width:100%;
}
.apps_3_item_qr img {
 width: 150px;

}

/*other*/   
.pageitem {
 padding: 40px 0;
 border-bottom: 1px #EBEDBB solid;
}
.pageitem_head {
}
.pageitem_head a {
 font-size: 16px;
 color: #000000;
 font-weight: bold;
}
.table_control_info {
}
.table_control_info td {
  padding: 4px 10px;
  border: 1px #d0d0f0 solid;
}

.registration_text {
 padding: 20px 0 0 40px;
}
.registration_text h1 {
 padding-bottom: 40px;
 font-size: 20px;
}
.registration_text p {
 font-size: 16px;
 height: 70px;
}
.registration_text font {
 font-size: 24px;
 color:#DB700F;
}
@media screen and (max-width: 767px) {
 .registration_text {
 padding: 60px 10px 0 10px;
}
}

.table_load {
 width: 100%; 
 color:#000000;
 font-size: 12px;
}

.table_load_td {
 padding: 4px 10px;
 border: 1px #FCBD3C solid;
 vertical-align: middle;
}
.table_load_td_name a {
 font-size: 13px;
}
.table_load_td_actions {
 padding: 4px;
 border: 1px #FCBD3C solid;
 vertical-align: middle;
}
.table_load_td_actions a {
 font-size: 11px;
 padding: 4px 0;
}
.table_load_tdhead {
 padding: 4px 10px;
 border: 1px #ffffff solid;
 background:#FCBD3C;
 color:#ffffff;
 text-align: center;
 font-weight: bold;
}

.source_code_header {
 padding: 20px 20px 20px 20px;
 background-color:#f8fff8;
 border:2px solid #008000;
 font-size: 12px;
}
.source_code_header p {
 padding: 0;
}
.source_code_header a {
 font-weight: bold;
}
.source_code_header font {
 font-size: 24px;
 color:#DB700F;
}
.source_code_filename {
 padding: 20px;
 font-size: 18px; 
}
.source_code_filename a {
 padding-left: 30px;
}

.library_table {
 width: 90%; 
 font-size: 12px;
 border: 1px #d0d0f0 solid;
 color:#000000;
}
.library_table td {
 padding: 4px 10px;
 border: 1px #d0d0f0 solid;
 vertical-align: middle;
}
.library_table_tdhead {
 padding: 4px 10px;
 border: 1px #d0d0f0 solid;
 background-color:#FCBD3C;
 color:#ffffff;
 text-align: center;
 font-weight: bold;
}
.library_table a {
 text-decoration: underline;
 color:#FCBD3C;
}
.library_table a:hover {
 color:#000000;
}


.table_property {
 width: 90%; 
 font-size: 14px;
 border: 0;
 color:#000000;
 margin:0 auto;
}
.table_property td {
 padding: 4px 10px;
 border-top: 1px #d0d0f0 solid;
 border-bottom: 1px #d0d0f0 solid;
 vertical-align: top;
}
.table_property_name {
 font-weight: bold;
 width: 30%; 
}
.table_property a {
 text-decoration: underline;
 color:#FCBD3C;
 font-size: 12px;
}
.table_property a:hover {
 color:#000000;
}

.statistic_header {
  font-size: 20px;
  padding: 16px 0 0 0;
  color:#000000;
}
.statistic_description {
  font-size: 14px;
  padding: 0;
  color:#a0a0a0;
}

.statistic_current_users_name {
  display: inline-block;
  font-size: 20px;
  padding: 13px 16px 13px 0;
}
.statistic_current_users_value {
  display: inline-block;
  font-size: 30px;
  padding: 8px 30px;
  background:#c0c0ff;
  font-weight: bold;
}
.statistic_graph {
 -webkit-border-radius:20px;
 -moz-border-radius:20px;
 border-radius:20px;
 width: 100%; 
 background:#f0f0f0;
 padding: 20px;
 font-size: 14px;
}
.statistic_table_td_header, .statistic_table_td {
 font-size: 16px;
 border: 1px solid #808080;
 padding: 8px 30px;
}
.statistic_table_td_header {
 background:#f0f0f0;
 font-weight: bold;
 text-align: center;
}

.pricecards {
 text-align: center;
 background:#f0f0f0;
 -webkit-border-radius:10px;
 -moz-border-radius:10px;
 border-radius:10px;
 padding-top: 20px;
 padding-bottom: 20px;
}
.pricecard_cover {
 display: inline-block;
 padding: 10px;
}
.pricecard_item {
 -webkit-border-radius:10px;
 -moz-border-radius:10px;
 border-radius:10px;
 width: 260px;
 height: 100%;  
 background:#ffffff;
 padding: 20px 10px;
 position: relative;
 transition: 0.5s;  
}
.pricecard_item:hover {
 background:#98EAF0;
}
.pricecard_item_title {
 width: 100%;
 height: 70px;  
 border-bottom: 1px solid #d0d0d0;
 padding: 0 0 5px 0;
}
.pricecard_item_title h4 {
 color: #000000;
 font-size: 20px;
 font-weight: bold;
 padding: 0;
}
.pricecard_item_title p {
 color: #404040;
 font-size: 10px;
 padding: 0;
}
.pricecard_item_table_cover {
 width: 100%;
 padding: 10px 0;
}
.pricecard_item_table_line {
 width: 100%;
 padding: 2px 0;
}
.pricecard_item_table_img {
 text-align: left;
 vertical-align: top;
 display: table-cell;
 width: 20px;
 height: 18px;
 padding-top: 4px;
}
.pricecard_item_table_img img {
 height: 14px;
 width: 14px;
 padding: 0;
}
.pricecard_item_table_text {
 font-size: 12px;
 color: #000000;
 text-align: left;
 padding: 2px 2px;
 vertical-align: top;
 display: table-cell;
}
.pricecard_item_footer_cover {
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 padding: 5px 10px;
}
.pricecard_item_footer {
 width: 100%;
 display: table;
}
.pricecard_item_footer_desc {
 width: 100%;
 display: table-cell;
 border-top: 1px solid #d0d0d0;
 border-bottom: 1px solid #d0d0d0;
 font-size: 14px;
 font-weight: bold;
 color: #225C60;
 text-align: center;
 vertical-align: middle;
 padding: 5px 0;
}
.pricecard_item_footer_button {
 display: table-cell;

 text-align: center;
 vertical-align: middle;

}

/*windows*/
.window {
 background:#ffffff;
 -webkit-border-radius:6px;
 -moz-border-radius:6px;
 border-radius:6px;
 text-align: left;
 background:#FCB941;  
}
.window_header {
 background:#225C60;
 padding: 0px 20px;
 display: table;
 width: 100%;
 height: 70px;
}
.window_header_name {
 font-size: 16px;
 padding: 0 6px 0 0;   
 color:#FFFFFF;
 font-weight: bold;
 display: table-cell;
 vertical-align: middle;
}
.window_header_close {
 display: table-cell;
 vertical-align: middle;
 text-align: right;
}
.window_header_close a {
 color:#FFCC00;
 padding: 6px 10px;
 font-size: 16px;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 transition: 0.2s; 
}
.window_header_close a:hover{
 background: #004040;
}

.window_body_close {
 vertical-align: middle;
 text-align: right;
 float: right; 
 padding-top: 10px;
}
.window_body_close a {
 color:#FFCC00;
 padding: 6px 10px;
 font-size: 16px;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 transition: 0.2s; 
 background:#225C60;
}
.window_body_close a:hover{
 background: #004040;
}

.window_message {
 padding: 20px 20px;
 color:#1398EF;
 background-color:#E3F3FB;
 border-bottom: 1px #CCDBE2 solid;
}
.window_error {
 padding: 20px 20px;
 color:#F43939;
 background-color:#FFF1F1;
}
.window_message p, .window_error p{
 padding: 3px 0;
}
.window_body {
 width: 100%; 
 padding: 10px 20px;
}
.window_group {
 width: 100%; 
}
.window_w50 {
 display: inline-block; 
 float: left;
 width: 50%;
 vertical-align: top;
}
.window_item {
 padding: 5px 0px;
}
.window_item_name {
 color:#225C60;
 padding-bottom: 5px;
}
.window_item input {
 font-size: 16px;
 padding: 6px;
 background:#FFFFFF;
 border: 0;
}
.window_item select {
 font-size: 16px;
 padding: 6px;
 background:#FFFFFF;
 border: 0;
}
.window_link {
 padding: 10px 0px;
}
.window_link a {
 color:#B55C0E;
 font-size: 16px;
 font-weight: bold;  
 transition: 0.2s;  
}
.window_link a:hover {
 color:#783D09;
}
.window_buttons_left {
 padding: 4px 0px 4px 0;
}
.window_button {
 padding-right: 6px;
 display: inline-block;
}
.window_button a, .window_button div {
 background:#B55C0E;
 color:#FFFFFF;
 padding: 10px 10px;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 transition: 0.2s; 
}        
.window_button div {
  cursor: pointer;
}

.window_button a:hover, .window_button div:hover {
 background:#783D09;
}
.window_captcha {
 padding: 0 10px;
 text-align: center;
}
.window_captcha p {
 padding: 4px 0; 
}
.window_captcha a {
 color:#B55C0E;
 font-size: 12px;
 transition: 0.2s;  
}
.window_captcha a:hover {
 color:#783D09;
}

           
.window_input {
 border: 0;
}     
        
.window_form {
 margin: auto;
 width: 310px; 
}

.window_popup {
 margin: auto;
 width: 250px; 
}

/*lang*/
.window_lang {
 background:#225C60;
 position: absolute;
}
.window_lang_item {
 border-top:1px solid #367B80; 
}
.window_lang_item a {
 width: 100%;
 padding: 12px 16px;
 color:#FFFFFF;
 white-space: nowrap;
}
.window_lang_item a:hover {
 background:#367B80;
}
.window_lang_item img {
 padding-right: 10px;
 vertical-align: middle; 
}
.window_mobile_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  overflow-y: auto;
}

.window_mobile_wiki_chapter {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  background:#EF7F1A;
}

.window_mobile_menu_items {
  padding: 0 5px;
}

.window_mobile_menu_items a {
  padding: 8px 20px;
  color:#FFFFFF;
}



@media screen and (max-width: 767px) {
.hide_mobile {
display: none;
}
}
@media screen and (max-width: 979px) {
.hide_tablet {
display: none;
}
}
@media screen and (min-width: 768px) {
.show_mobile {
display: none;
}
}
@media screen and (min-width: 980px) {
.show_tablet {
display: none;
}
}

