@media (min-width: 3px) {
    html {font-size:12px;}
    .shadow_{
        border: 1px solid #567;
         -moz-box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.99); 
        -webkit-box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.99); 
        box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.99);
    }
    .desctop{
        display:block;
    }
    .desctop_tab{
        display: table;
    }
    .mobile_tab{
        display: none;
    }
    .mobile{
       display: none; 
    }
    .input_all{
        width: 17rem;
        max-width: 90%;
    }
    .input_all2{
        width: 17rem;
        max-width: 90%;
    }
    
    .mod_win{
        max-width: 33%; 
        border: 2px solid white;
        padding: 1rem;
    }
    .main_c_div{
        margin-top: 36px;
    }
    #td_left_block{
        display: table-cell;
        width:30%;        
        background: #ff00ea; /* Для старых браузров */
        background: linear-gradient(to left, #f0f2f3, #fff);
        border: 1px solid #bbb;
        text-align: center;
    }
    #td_right_block{
        width: 70%;
    }
    .search_table input[type=text]{
        width: 27rem;   
    }
    .tableft{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .menu_input_note{
        display: inline-table;
    }
    .div_main_page_block{
        width: 18%;
        max-width: 18%;
        display: inline-table;
    }
    .div_article{
        margin: 0 3rem;
        padding: 0;
    }
    .div_triple{
        width: 49%;
        display: inline-table;
        max-width: 49%;
    }
}
@media (min-width: 800px) { html {font-size:12px;} }
@media (min-width: 1000px) { 
    html {font-size:14px;}
    .div_triple{
        width: 33%;
        display: inline-table;
        max-width: 33%;
    }
}
@media (min-width: 1300px) { html {font-size:13px;} }
@media (min-width: 1500px) { html {font-size:14px;} }
@media (min-width: 1700px) { html {font-size:14px;} }
@media (min-width: 1900px) { html {font-size:15px;} }
@media (min-width: 2100px) { html {font-size:15px;} }
@media (min-width: 2300px) { html {font-size:16px;} }
html { -webkit-text-size-adjust: 100%!important; text-size-adjust:100%!important; }
.jqx-rating-image-backward-classic img{ /* Фиксалка рейтинга */
    float: right!important;
    
}
body{
    background-color: white;
    padding: 0;
    margin: 0;
    color: #345;
    font-size:1rem;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    width: 100%;
    min-width: 300px;
    overflow: auto;
    vertical-align: bottom;
    min-width: 1024px;
    box-sizing: border-box;
}
address{
    font-weight: normal;
    font-style: normal;
}

span {
    font-size:1rem;
}

a, .link_, label{
     color: #777;
     text-decoration: underline;
     cursor: pointer;
     font-size:1rem;
 }
a:hover, .link_:hover, label:hover{
    text-decoration: none;
    color: #707373;
}
.link_invert{
    color: #777;
    text-decoration: none;
    cursor: pointer;
    font-size:1rem;
}
.link_invert:hover{
    color: #707373;
    text-decoration: underline;
}
.link_ img{
    opacity: 0.7;
}
.link_ img:hover{
    opacity: 1;
}

.linkg_{
    color: #bbb;
    text-decoration: underline;
    cursor: pointer; 
    font-size:1rem;
}
.linkg_:hover{
    text-decoration: none;
    color: #888;
}
.linkg_ img{
    opacity: 0.7;
}
.linkg_ img:hover{
    opacity: 1;
}

em{
    color: #355;
    font-size:1rem;
}
textarea{
    overflow: hidden;
    font-size:1rem;
}

input, select, textarea{
   font-family: Arial, Geneva, Helvetica, sans-serif; 
    font-size: 1rem;
    padding: 0.3rem 0.5rem;
    color: #373737;
    background-color: white;
    border: 1px solid #bbb;
    vertical-align: middle; 
    display: inline;
    outline:none; /* обводка в chrome */
}
option{
    font-size: 1rem;
    /* padding: 0.3rem 0.5rem;
    color: #373737; */
    background-color: white;
    border-collapse: collapse;
}
/*
input[type=button], input[type=submit]{
    font-size: 0.95rem;
    cursor: pointer;
    background-color: #125;
    color: #fff;
    border: 1px solid #125;
    border-radius: 0.3rem;
    padding: 0.3rem 0.71rem;
    margin: 1px; 
}
input:hover[type=button], input:hover[type=submit]{
    color: #125;
    background-color: #fff;
}
input[type=file]{
    cursor: pointer;
    background-color: rgba(250,250,250,0.75);
    color: #555;
    border: 0.07rem solid #bbb;
    border-radius: 0.5rem;
}
input[type=radio]{
    cursor: pointer;
    border: none!important;
    background: transparent!important;
}

input[type=range] {
  -webkit-appearance: none;
  width: 90%;
  margin: 0.1rem;
  background: none;
}
input[type=range]:focus {
  outline: none;
}*/
h1, h2, h3, h4, .tts{
    text-transform: uppercase;
    color: #234;
    font-family: 'Exo 2', sans-serif;
}
h1 {
    margin: 1px;
    margin-top: 31px;
    text-indent: 2rem;
    font-size: 1.5rem; 
}
h2 {
    margin: 1px;
    margin-top: 25px;
    text-indent: 2rem;
    font-size: 1.4rem;    
}
h3 {
    margin-top: 21px;
    margin: 1px;
    text-indent: 2rem;
    font-size: 1.3rem;    
}
h4 {
    margin: 1px;
    margin-top: 17px;
    text-indent: 2rem;
    margin-bottom: 0;
    font-size: 1.2rem;    
}
p{
    text-indent: 1rem;
    margin: 0.3rem;
    font-size:1rem;
}
ul, ol{
   margin: 0.3rem;
   margin-left: 2rem;
   font-size:1rem;
}
li{
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.bgmodwin{
   background-color: black;
   position: fixed;
   display:none; 
   z-index:17173; 
   	height:100%;
	width:100%;
    left: 0px;
    top: 0px;
    opacity: 0.9;
}
.bg_loading{
   opacity: 0.85; 
   background-color: black;
   position: fixed;
   /* display:none; */
   z-index:117173; 
   	height:100%;
	width:100%;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
}

#admin_panel{    
    position: fixed;
    top: 17rem; 
    width: 317px;
    left: -351px;
    border: 2px solid #f0f0f0;
    color: #f5f5f5;
    padding: 7px;
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.9); 
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.9); 
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.9); 
    z-index: 37;
    background-color: rgba(173, 17, 17, 0.9);
    min-height: 37px;
    padding-left: 37px;
}
#admin_panel a{
    font-size: 0.7rem;
    color: #f5f5f5;
    cursor: pointer;
}
#admin_panel span{
    color: #999999;
}
.cms-table {
    margin-left: 31px;
    padding: 13px;    
    background-color: rgba(213, 213, 213, 0.3);
    -moz-box-shadow: 5px 5px 10px rgba(33, 33, 33, 0.9);  
    -webkit-box-shadow: 5px 5px 10px rgba(33, 33, 33, 0.9); 
    box-shadow: 5px 5px 10px rgba(33, 33, 33, 0.9); 
}
table.cms-table td{
    background-color: rgba(237, 237, 237, 0.1);
    padding: 5px;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;   
    vertical-align: middle; 
    margin: 5px;
    -moz-box-shadow: 5px 5px 5px rgba(33, 37, 71, 0.3);  
    -webkit-box-shadow: 5px 5px 5px rgba(33, 37, 71, 0.3); 
    box-shadow: 2px 2px 5px rgba(33, 37, 71, 0.3); 
}
table.cms-table td:hover{
    background-color: rgba(255, 255, 255, 0.3);
}
table.cms-table td input, table.cms-table td SELECT{
    font-size: 9px;
    margin: 1px;
}
.message{
    display: none;
    z-index: 7177;
    max-width: 97%;
    position: fixed;
    background-color: rgba(245,255,250,0.9);
    padding: 1rem;
    -moz-box-shadow: 0 0 0.77rem rgba(255,255,255,0.7);  
    -webkit-box-shadow: 0 0 0.77rem rgba(255,255,255,0.7); 
    box-shadow: 0 0 0.77rem rgba(255,255,255,0.7);    
        -webkit-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
background-size: cover; 
}
.message_content{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
}
.message_ok{
    text-align: center;
    margin: 1rem 0 0.3rem 0;
}

.closer{
    position: fixed;
    top: 1rem;
    right: 1rem;
    text-align: right;
    max-width: 2rem; 
    height: auto; 
    margin: 0.1rem;
    opacity: 0.7;
    cursor: pointer;
}
.closer:hover{
    opacity: 1;
}



.ava_150{
   width: 150px;
   height: auto;
   border: 0.05rem solid #bbb;
   border-radius: 0.3rem;
}
.ava_30{
    max-width: 30%;
   height: auto;
   border: 0.05rem solid #bbb;
   border-radius: 0.3rem;   
}

#big_new_ava{
 left: 0;
 top: 1.1rem;
 z-index: 7713;
}
#big_new_ava2{
    display: none;
 position: fixed;
 left: 0;
 top: 1.1rem;
 z-index: 17711;
   border: 0.08rem solid #aaa;
     -moz-box-shadow: 0 0 0.7rem rgba(237, 237, 237, 0.5);  
    -webkit-box-shadow: 0 0 0.7rem rgba(237, 237, 237, 0.5);  
    box-shadow:  0 0 0.7rem rgba(237, 237, 237, 0.5);  
   overflow: auto;
   padding: 0.5rem;
   background-color: rgba(0,0,0,0.5);
}
#preview-pane {
    position: fixed;
    bottom: 3px;
    right: 3px;
  display: none;
  border: 0.01rem rgba(255,255,255,.4) solid;
  background-color: white;
     -moz-box-shadow: 0 0 0.7rem rgba(255,255,255, 0.7);  
    -webkit-box-shadow: 0 0 0.7rem rgba(255,255,255, 0.7);  
    box-shadow:  0 0 0.7rem rgba(255,255,255, 0.7);  
    z-index: 7717;
}

.preview-container {
  width: 150px;
  height: 150px;  
  overflow: hidden;
}

#zoom_closer{
    cursor: pointer;
    position: fixed;
   z-index:17371;
   top: 0.31rem;
   right: 0.31rem;
   display: none; 
   max-width: 3rem;
   height: auto; 
}
#zoom_next, #zoom_previos{
    cursor: pointer;
    position: fixed;
   z-index:17371;
   display: none;
   width: 3rem;
   height: auto;
   opacity: 0.7;
}
#zoom_next{
    top: 0;
    right: 0;    
}
#zoom_previos{
    top: 0;
    left: 0;    
}

#zoom_img{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    border: 0.03rem solid #fff;
 -moz-box-shadow: 0 0 0.17rem rgba(255,255,255,0.7);  
    -webkit-box-shadow: 0 0 0.17rem rgba(255,255,255,0.7); 
    box-shadow: 0 0 0.17rem rgba(255,255,255,0.7); 
    background-color: rgba(255,255,255,0.95);
    background-image:url(../image/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;    
    z-index:17317; 
    cursor: pointer;
    max-width: 99%;
}
.rating_on{
    height: 33px;
    background-image:url(../image/rating_5.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-table;
}
.rating_off{
    height: 33px;
    background-image:url(../image/rating_0.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-table;
}

.img_zoom{
    opacity: 0.5;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top:0;
    left: 0;
    cursor: pointer;
}


.mod_win{
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index:17371;
    color: #eee;
    opacity: 1;
}
.mod_win a{
    color: #bbf;    
}
.mod_win input[type=text], .mod_win input[type=password], .mod_win input[type=email], .mod_win input[type=number]{
    background-color: transparent;
    background: transparent;
    padding: 0.5rem;
    margin: 0.5rem;
    border: 2px solid #eee;
    color: #ccc;
    max-width: 95%;
}
.mod_win input[type=submit], .mod_win input[type=button]{
    background: #304770;
    padding: 0.5rem 2rem;
    margin: 0.5rem;
    color: #ccc;   
    border: none;
    border-radius: 0;
}
.mod_win input[type=submit]:hover, .mod_win input[type=button]:hover{
    background: #405780;
    color: #fff; 
    border: none!important;
    border-radius: 0!important;      

}
.mod_win h2{
    margin: 0.5rem;
    padding: 0;
    color: #e5e5e5;
    text-align: center;
}
#micmess, .jqx-notification-container{
    z-index: 117177!important;
}
#micmess_{
    z-index: 117177;
}

hr, .hr_block{
    height: 1px;
    border:none;
    color:#edf;
    background-color:#bbb;
    margin-top: 0.7rem; 
    margin-left: 1rem; 
    margin-right: 1rem;
}

.low_opa{
    opacity: 0.7;
    vertical-align: middle;
}

.div_check_mod{
    display: inline-block;
    margin: 0.3rem;
    vertical-align: middle;
}
.div_check_mod label{
    vertical-align: middle;
    color: #ddd;
}
.div_check_mod label:hover{
    color: #fff;
}
.div_check_mod input[type=checkbox]{
    display: none;
}
.div_check_mod input[type=checkbox]{
    display: none;
}
.div_check_mod input[type=checkbox]+ label::before{
     content: "";
     display: inline-block;
     height: 0.9rem;
     width: 0.9rem;
     margin: 0 0.2rem 0 0;
     background: transparent;
     border: 1px solid #ddd;
}
.div_check_mod input[type=checkbox]:checked+label{
    color: #fff;
}
.div_check_mod input[type=checkbox]:checked+ label::before{
     /* content: "\2714"; */
    background-image:url(../image/yes.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.9rem;
}
.div_check_mod input[type=checkbox]:disabled + label::before{
     border: 1px solid #444;
}
.div_check_mod input[type=checkbox]:checked:disabled + label::before{
     border: 1px solid #444;
}


.div_check_mod input[type=radio]{
    display: none;
}
.div_check_mod input[type=radio]{
    display: none;
}
.div_check_mod input[type=radio]+ label::before{
     content: "";
     display: inline-block;
     height: 0.9rem;
     width: 0.9rem;
     margin: 0 0.2rem 0 0;
     background: transparent;
     border: 1px solid #ddd;
     border-radius: 0.45rem;
}
.div_check_mod input[type=radio]:checked+label{
    color: #fff;
}
.div_check_mod input[type=radio]:checked+ label::before{
     /* content: "\2714"; */
    background-image:url(../image/yes.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.9rem;
}
.div_check_mod input[type=radio]:disabled + label::before{
     border: 1px solid #444;
}
.div_check_mod input[type=radio]:checked:disabled + label::before{
     border: 1px solid #444;
}
.mod_menu_div{
    display: none;
    position: fixed;
    z-index: 3;
    background-color: rgba(255,255,255, 0.97);
    left: 0;
    right: 0;
    padding-bottom: 2rem;
    border: 1px solid #777;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}
.mod_menu_div_button{
    font-size: 1.2rem;
    margin: 0.5rem;
    cursor: pointer;
    background-color: #125;
    color: #fff;
    border: 0.07rem solid #125;
    border-radius: 0.3rem;
    padding: 0.3rem 0.7rem;
    text-align: center;
}
.mod_menu_div_button:hover{
    color: #125;
    background-color: #fff;
}
.mod_menu_div_button2{
    font-size: 1.2rem;
    margin: 0.5rem;
    cursor: pointer;
    background-color: #152;
    color: #fff;
    border: 0.07rem solid #152;
    border-radius: 0.3rem;
    padding: 0.3rem 0.7rem;
    text-align: center;
}
.mod_menu_div_button2:hover{
    color: #152;
    background-color: #fff;
}
.mod_menu_div_title{
    font-size: 1.2rem;
    margin-top: 0.7rem;
    border-top: 1px solid #777;
    color: #125;
    padding: 1rem 0.1rem 0 0.1rem;
    text-align: center;
}

footer{
    
}
#footer_div{
    background-color: #152020;
    min-height: 32px;
    color: #577;
}
#footer_div li{    
    color: #577;
}
#footer_div ul li a{    
    color: #577;
}
#footer_div ul li a:hover{    
    color: #688;
}
.main_c_div{
    background-color: white;
}
#div_tom_menu_ava{
   display: none;
    position: fixed;
    padding: 0.3rem;
    top: 0.7rem;
    right: 0.7rem; 
     z-index: 17717; 
     text-align: left;   
}
#div_tom_menu_ava input{
    margin: 0.5rem;
    -moz-box-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.9); 
    -webkit-box-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.9); 
    box-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.9); 
    
}
.big_button_i{
    background-color: #cee2f0!important;
    background-position: 0.3rem center!important;
    background-repeat: no-repeat!important;
    background-size: 2rem 2rem!important;
    font-size: 1.3rem!important;
    cursor: pointer!important;
    color: #345!important;
    border: 1px solid #345!important;
    border-radius: 0.3rem!important;
    padding: 0.37rem 0.6rem 0.37rem 2.5rem!important;
    margin: 1px!important;     
}
.big_button_i:hover{
    background-color: #bed2e0!important;
    color: #123!important;
}
.div_area{
    margin: auto;
    padding: 0.5rem;
    margin: 0.5rem 1rem;
    background-color: #f5f6f7;
    border: 1px solid #789;
    border-radius: 0.7rem;
}
.user_card{
     display: inline-table; 
    max-height: 34px;
    border: 1px solid #dc6;
    border-radius: 17px;
    margin: 0.3rem;
    padding: 0!important;
    background-color: #ed7;
}
.user_card tr{
    height: 34px;
    margin: 0!important;
    padding: 0!important;
}
.user_card td{
    max-height: 34px;
    height: 34px;
    margin: 0!important;
    padding: 0!important;
    vertical-align: middle;
}
.user_card span{
    margin-left: 17px;
    margin-right: 17px;
    vertical-align: middle;
    font-size: 22px;
    color: #432;
}
.user_card_img{
    max-height: 30px;
    padding: 0!important;
    border-radius: 7px;
    width: auto;
    border: 1px solid #dc6;
    border-radius: 3px;
    margin-left: 13px;
    vertical-align: middle;
    
}
.user_card_closer{
    max-height: 28px;
    width: auto;
    margin-right: 3px;
    margin-bottom: 3px;
    vertical-align: middle;
    opacity: 0.7;
    cursor: pointer;
}
.user_card_closer:hover{
    opacity:1;
}
.div_tree{
    display: inline-block;
    margin: auto;
    border: none!important;
}
.div_tree div{
    text-align: left;
    overflow-y: auto;
}
.div_tree li{
    font-size: 1.5rem;
}
.div_tree ul{
    text-align: left;
    color: #123;
    font-size: 1.5rem;
    list-style: disc
}
.div_tree span{
    font-size: 1.5rem;
    color: #345;
    text-decoration: underline;
}
.ico_text{
    width: 1rem;
    margin: 0.1rem 0.2rem;
    margin-left: 0.3rem;
    height: 1rem;
    cursor: pointer;
    opacity: 0.8;
}
.ico_text:hover{
opacity:1;
}
#div_options{
    text-align: center;
}
#div_options input, #div_options select{
    margin: 0.3rem;
}
.tab0, .tab0 td, .tab0 tr{
    margin:0;
    padding:0;
    border: none;
    border-collapse: collapse;
}
.left_ul, .left_ul li{
     list-style: disc;
     margin-left: 0.5rem;
     padding: 0;
     cursor: pointer;
     outline: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
}
.link_li{
   list-style: circle!important;
}
#div_path{
    padding: 1px 1rem;
}
.span_open{
    display: none;
    font-size: 0.7rem;
    color: #765;
}
.admin_div{
    text-align: right;
    background-color: #fda;
    padding: 3px;
}
.admin_div input{
    margin: 3px;
}
.admin_div img{
    vertical-align: middle;
    height: 2rem;
    width: auto;
    float: left;
    margin: 1px;
    background-color: white;
    border: 1px solid #bbb;
}
.search_div{
    text-align: center;
    margin: 0.1rem;
}
.search_table{
    margin: auto;
    max-width: 99%!important;
    border-collapse: collapse;
}

.search_table td{
    border: 3px solid #dc8; 
    vertical-align: middle;  
}
.search_table input[type=text]{
    border: none!important;
    max-width: 100%!important; 
}
.search_table input[type=button]{
    border: none!important;   
    background-color: #dc8;
    color: #444;
    border-radius: 0;
    margin: 0;
    float: right;
    width: 7rem;
}
.search_table input[type=button]:hover{
    text-shadow: 0 0 4px white;
    color: black;
}
#td_right_block{
    vertical-align: top;
    padding: 0 0.7rem;
}
#td_right_block img{
    max-width: 100%;
}
.search_mini_div{
    margin-bottom: 0.5rem;
    min-height: 3.01rem;
    vertical-align: top;
    
}
.search_mini_div td{
    vertical-align: top;
    padding: 0.1rem;
}
.search_mini_div_img{
    max-height: 3rem;
    max-width: 3rem;
    margin: 0.5rem;
         -moz-box-shadow: 0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.3); 
        -webkit-box-shadow: 0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.3); 
        box-shadow: 0.2rem 0.2rem 0.7rem rgba(0, 0, 0, 0.3);
}
.tableft{
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    margin-top: 1rem;
}
.ico1{
    border: none;
    width: 2rem;
    height: auto;
    opacity: 0.8;
    cursor: pointer;
    margin: 1px;
}
.ico1:hover{
    opacity: 1;
}
.info_table{
    border-collapse: collapse;
    text-align: center;
    max-width: 100%;
    min-width: 60%
}
.info_table th {
background: #AFCDE7;
color: white;
}
.info_table th, .info_table td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
padding: 10px 20px;
}
.info_table td {
background: #D8E6F3;
}
.info_table th:first-child, .info_table td:first-child {
text-align: left;
}

.promo_card{
    display: inline-table;
    margin: auto;
    border-collapse: collapse;
}
.promo_card td, .promo_card th{
    text-align: center;
    width: 150px;
    max-width: 150px;
}
.promo_card img{
    width: 120px;
    height: auto;
}
.promo_ul, .promo_ul a, .promo_ul span{
    font-size: 1.3rem;
}
.zoom_to_img{
    cursor: pointer;
    cursor: zoom-in;
}
.menu_input_note{
    margin: auto;
    text-align: center;
    padding: 0 0.2rem 1px 0.2rem;
    vertical-align: top;
    
}
.menu_input_note input{
       margin: 0;
}
.menu_input_note p, .pnote{
    color: #bbb;
    font-size: 0.8rem;
    text-indent: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
#div_questions{
    min-height: 5rem;
    border: 1px dotted #555;
    background-color: #222;
    overflow-y: auto;
}
.cr2_div{
    margin: 7px 3rem;
    text-decoration: none;
    color: #345;
    padding: 3px;
    border: 1px solid #bbb;
    border-radius: 7px; 
    cursor: pointer;
    opacity: 0.9;   
}
.cr2_div:hover{
    opacity: 1;
    border: 1px solid #777;
}
.cr2_div span{
    margin: 1px;
    padding: 0.1rem 0.7rem;
    text-decoration: none;
}
.cr_div{
    margin: 7px 3rem;
    padding: 2px;
    border: 1px solid #bbb;
    border-radius: 7px;
    background-color: #ffffaa;
    
}
.cr_div_hover{
    cursor: pointer;
    background-color: #efffef!important;
}
.cr_div_hover:hover{
    background-color: #ccc;
}
.div_chat_loading{
    text-align: center;
}
.div_chat_loading img{
    margin: auto;
    max-width: 50%;
    height: auto;
}
.q_div{
    display: inline-block;
    max-width: 95%;
    border: 1px solid #bbb;
    text-align: center;
    padding: 0.5rem;
    min-width: 90%;
    background-color: #fafaf0;
    min-height: 1rem;
}
.q_div img{
    margin: auto;
    max-width: 50%;
    height: auto;
}
.div_chat_q{
    border: 1px solid #bbb;
    border-collapse: collapse;
}
#mod_win_main{
    max-height: 98%;
}
.chat_div{
    border: 1px solid #bbb;
    background-color: #f0f0f0;
    width: 90%;
    margin: 0.3rem 5%;
    height: 10rem;
    vertical-align: bottom;
    overflow-y: auto;
}
.chat_div p{
    vertical-align: bottom;
    text-indent: 0.1rem;
}
.ico_h{
    float: right;
    width: 3rem;
    margin: 0.3rem;
}
.sub_admin_div{
    border-bottom: 1px solid #bbb; 
    background-color: #f0f0f0; 
    vertical-align: middle; 
    border-top: 1px solid #bbb; 
    padding: 0.2rem; 
    margin-top: 0.2rem; 
    text-align: center;
}

.qa_div{
    width: 90%;
    margin: 0.3rem 5%;
    
    border: 0.07rem solid #bbb;
    border-radius: 1rem;   
    background-color: #f7f5e7;
}
.link_tab{
    
}
.exo2{
    font-family: 'Exo 2', sans-serif;
}
.menu_input_note2{ 
    text-align: center;
}
.menu_input_note2 input{
       margin: 0;
}
.menu_input_note2 p, .pnote{
    color: #bbb;
    font-size: 0.8rem;
    text-indent: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
.div_main_page_block{
    text-align: left;
     vertical-align: top;
    background-color: white;
    padding: 3px;
}

.div_main_page_block div{
    background-color: #456;
    color: white;
    padding-bottom: 1rem;
}
.div_main_page_block div img{
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
.div_main_page_block div p{
    margin: 1rem 2rem;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5rem;
}
.prod_logo{
    margin: 0.5rem;
    float: right;
    max-width: 30%;
    width: 30%;
}
.price{
    color: red;
    font-family: 'Exo 2', sans-serif;
    font-size: 2rem;
}
.pay_tab{
    text-align: center;
}

.pay_tab  img{
    width: 7rem;
    margin: 0.3rem;
    border: none;
}
.img_mess_ico{
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.4rem;
}
.example_ico{
    width: 50px;
    height: 50px;
    border: none;
    font-size: 0;  
}
.example_widget_cont{
    display: inline-block; 
    height: 54px;
    background-color: #050403;
    border-radius: 1px;
    vertical-align: middle;
    border: 2px solid white;    
    -moz-box-shadow: 0 0 15px rgba(128, 128, 128, 0.9); 
    -webkit-box-shadow: 0 0 15px rgba(128, 128, 128, 0.9); 
    box-shadow: 0 0 15px rgba(128, 128, 128, 0.9);
    overflow: hidden;
    vertical-align: middle;
    font-size: 0;
    cursor: pointer;
}

.em_div_em{
    width: 50px;
    height: 50px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 70% 70%;
    cursor: pointer; 
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 3s linear;
    transition: opacity 3s linear;
}
.em_div_em.em_active{
opacity: 1;
}

.em_wa{
    background-color: #28ad1e;
    background-image:url(https://XN----7SBABB1BCJJ1BB.XN--P1AI/image/wa.svg);
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 70% 70%; 
}
.em_wa:hover{
    background-color: #088d00;
}
.em_fb{
    background-color: #1094ff;
    background-image:url(https://XN----7SBABB1BCJJ1BB.XN--P1AI/image/facebook-messenger.svg);
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 70% 70%; 
    top: -50px;
    }
.em_fb:hover{
    background-color: #0074ef;
}
.em_vk{
    background-color: #5c85b3;
    background-image:url(https://XN----7SBABB1BCJJ1BB.XN--P1AI/image/vk.svg);
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 70% 70%; 
    top: -100px;
}
.em_vk:hover{
    background-color: #3c6593;
}
.em_vi{
    background-color: #8a51bb;
    background-image:url(https://XN----7SBABB1BCJJ1BB.XN--P1AI/image/viber.svg);
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 70% 70%; 
    top: -150px;
}
.em_vi:hover{
    background-color: #6a319b;
}
.em_te{
    background-color: #2ea6d8;
    background-image:url(https://XN----7SBABB1BCJJ1BB.XN--P1AI/image/telega.svg);
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 70% 70%; 
    top: -200px;
}
.em_te:hover{
    background-color: #0e86b8;
}
.em_sk{
    background-color: #10beff;
    background-image:url(https://XN----7SBABB1BCJJ1BB.XN--P1AI/image/skype.svg); 
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 70% 70%;
    top: -250px;
}
.em_sk:hover{
    background-color: #00aee3;
}
.em_em{
    background-color: #c6c81e;
    background-image: url(https://XN----7SBABB1BCJJ1BB.XN--P1AI/image/email.svg); 
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 70% 70%;
    top: -300px;
}
.em_em:hover{
    background-color: #a6a800;
}
.div_questions{
    padding: 0.3rem;
    background-color: #234; 
    margin-top: 1rem;          
}
.div_questions h3{
    font-size: 1.1rem;
    color: #777;
    margin: 0.1rem;
}
.div_questions li{
    color: #707070;
}
#height_fixer{
    margin:0;
    height: 0;
    padding: 0;
    font-size: 0;
}
.img_cms{
    border: none;
    background: transparent;
    height: 4rem;
    width: auto;    
    margin: 0.1rem 0.5rem;
}
.div_shapka_search{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    background-color: rgba(255,255,255, 0.5);
    border-left: 2px solid rgb(238, 238, 238);
}
.div_shapka_search input{
    width: 97%;
    margin-top: 4px;
    padding: 0 3px;
    height: 26px;
    background: transparent;
    border: none;
}
#img_search_closer{
    max-width: 5%;
    margin: 1px;
    max-height: 20px;
    float: right;
    vertical-align: top;
}
.div_triple{
    text-align: left;
    margin-top: 1rem;
    vertical-align: top;
}
.div_img{
    max-height: 11rem;
    overflow-y: auto;
    text-align: center;
}
.photo_card{
    height: 5rem;
    border: 1px solid #bbb;
    margin: 0.1rem;
    width: auto;
    background-image:url(../image/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}
.tab_search{
    max-width: 90%;
    margin: auto;
    margin-top: 0.3rem;
}
.tab_search img{
    max-width: 7rem;
    max-height: 4rem;
}
.tab_search td{
    text-align: left;
    vertical-align: middle;
}

.tab_search h4{
    margin: 0.1rem;
}
.tab_search p{
    text-indent: 0;
}

.div_kompetencii{
    text-align: center;
    padding: 0.5rem;
}
.div_kompetencii table{
    width: 100%;
    background-color: transparent;
    table-layout: fixed;
    margin:0;
    padding:0;
    border: none;
    border-collapse: collapse;
}
.div_kompetencii table tr{
    margin:0;
    padding:0;
    border: none;
    border-collapse: collapse;
}
.div_kompetencii table td{
    margin:0;
    padding:1rem;
    border: none;
    border-collapse: collapse;
    width: 100%;
    color: white;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.5rem;
    background-color: #456;
    border: 0.5rem solid white;
    vertical-align: middle;
}
.div_kompetencii table td:hover{
    /* font-weight: bold; */
    background-color: #345;
    text-shadow: 0 0 4px white;
}

.sfery td{
    text-align: center;
}
.sfery img{
    max-width: 70%;
    margin: auto;
    width: 13rem;
}
.qwin{
    position: fixed;
    display: inline-block;

}
.qwin_loading{
    width: 400px;
    height: 300px;
    border: 1px solid grey;
}
#map{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 600px;
    right: 300px;
    background-color: #fefeff;
    padding: 0;
    margin: 0;
    z-index: 1;
}


.right_div_menu{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 300px;
    background-color: #232935;
    padding: 0;
    margin: 0;
    z-index: 1;
}
#jqxMenu{
    position: fixed;
    left: 17px;
    top: 17px;
    z-index: 3;
}
span[id^="jqxWidget"]
{
    color: transparent !important;
}
.tab_rulez{
    margin: auto;
}
.tab_rulez td{
    padding: 7px;
    min-width: 50px;
}
.jqx-chart-legend-text{
    opacity: 0!important;
}
.jqx_light_lable{
    color: rgb(0, 92, 153);
    font-size: 12px;
}

.img_for_upload{
    max-width: 340px;
    max-height: 340px;
    border: none;
    display: none;
}
.img_list{
    height: auto;
    max-width: 1080px;
    margin: auto;
    text-align: center;
}


.ol-popup {
    position: absolute;
    background-color: #f0f0f0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 0;
    border: 1px solid #aaa;
    bottom: 12px;
    left: -50px;
    width: 400px;
    max-width: 400px;
    height: auto;
    max-height: 450px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: #f0f0f0;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #aaa;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
#popup-content{
    max-width: 100%;
    height: auto;
    max-height: 440px;
    overflow-y: auto;
}

#popup-content::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}

#popup-content::-webkit-scrollbar-track {
    background-color:#eee
}

#popup-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#bbb;
}

#popup-content::-webkit-scrollbar-thumb:hover{
    background-color:#aaa;
}

#popup-content::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
}

#popup-content::-webkit-scrollbar{
    width: 4px;
}

#popup-content img{
    width: 98%;
    margin: 2px 0.99%;
    border: none;
    background-color: rgba(255,255,255,0.95);
    background-image:url(../image/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;

}
.ol-popup-closer{
    float: right;
    width: 1rem;
    height: 1rem;
    margin: 3px;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.ol-popup-closer:hover{
    opacity: 1;
}
#right_menu_laers_list{
    width: 100%;
    top: 50px;
    overflow-y: auto;
    padding-left: 1px;
    padding-right: 1px;
}
#right_menu_footer{
    position: absolute;
    height: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    background-color: rgba(0,0,0, 0.3);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.menu_layer_div_top{
    width: 100%;
    cursor: pointer;
    border: 1px solid #777;
    margin-top: 3px;
    background-color: rgba(255,255,255, 0.1);
}

.menu_layer_div_child{
    width: 100%;
    border: 1px solid #555;
    margin-top: 1px;
    background-color: rgba(0,0,0, 0.1);
}
.menu_layer_div{
    width: 100%;
    cursor: pointer;
    border: 1px solid #555;
    margin-top: 1px;
    background-color: rgba(0,0,0, 0.3);
}
.menu_layer_div:hover{
    background-color: rgba(0,0,0, 0.1);
}
.menu_layer_div_tab_top{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0, 0.3);
}
.menu_layer_div_tab_top:hover{
    background-color: rgba(0,0,0, 0.1);
}
.menu_layer_div_tab{
    width: 100%;
    margin: 0;
    padding: 0;
    /* background-color: rgba(255,255,255, 0.1); */
}
.menu_layer_div_tab:hover{
    /* background-color: rgba(255,255,255, 0.3); */
}
.menu_layer_div table, .menu_layer_div table td, .menu_layer_div table tr{
    margin:0;
    padding:0;
    border: none;
    border-collapse: collapse;
}
.menu_layer_div table{
    width: 100%;
}
.menu_layer_div_swich{
    width: 32px;
    max-width: 32px;
    vertical-align: middle;
    text-align: center;
}
.menu_layer_div_title{
    /* width: 255px; */
    padding: 3px 5px;
    color: #ccc;
    min-height: 27px;
    vertical-align: middle;
}
.menu_layer_div_options{
    width: 11px;
    max-width: 11px;
    min-width: 11px;
    min-height: 22px;
    background-image:url(../image/vertical_points.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 5px 17px;
    opacity: 0.3;
}
.menu_layer_div_options:hover{
    opacity: 0.7;
}
.mld_iitype_list{
    padding: 0 1px 1px 1px;
    /* display: none; */
}

.mini_button{
    font-size: 11px!important;
    padding: 1px 3px!important;
    margin: 1px!important;
    border: 1px solid #555;!important;
    background-color: #333!important;
    color: #bbb!important;
    transition: 0.5s;
    cursor: pointer;
}
.mini_button:hover{
    border: 1px solid #777;!important;
    background-color: #555!important;
    color: #ccc!important;
}
.mini_button_img{
    padding: 1px 3px!important;
    margin-bottom: 0!important;
    border: 1px solid #555;
    background-color: #333;
    color: #bbb!important;
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
}
.mini_button_img:hover{
    border: 1px solid #777;
    background-color: #555;
    color: #ccc!important;
}
.mini_button_img_active{
    padding: 1px 3px!important;
    margin-bottom: 0!important;
    border: 1px solid #765;!important;
    background-color: #543!important;
    color: #bbb!important;
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
}
.mini_button_img_active:hover{
    border: 1px solid #987;!important;
    background-color: #765!important;
    color: #ccc!important;
}


.right_layer_options_closer{
    width: 10px;
    height: 10px;
    opacity: 0.4;
    float: right;
    margin: 5px;
}
.right_layer_options_closer:hover{
    opacity: 0.7;
}
.right_div_menu h1, h2, h3, h4{
    color: #ccc;
}
.right_div_menu p{
    color: #aaa;
}
.right_div_menu input{
    margin: 3px;
}
.menu_layer_div_tab_child{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0, 0.1);
}
.table_layers_sub{
    margin: 1px;
    padding: 1px;
    color: #aaa;
}
.table_layers_sub td{
    padding: 2px;
}
.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.classic_button{
    font-size: 0.95rem;
    cursor: pointer;
    background-color: #125;
    color: #fff;
    border: 1px solid #125;
    border-radius: 0.3rem;
    padding: 0.3rem 0.71rem;
    margin: 1px;
}
.classic_button:hover{
    color: #125;
    background-color: #fff;
}
.point_hover{
    opacity: 0.5;
    transition: 0.5s;
}
.point_hover:hover{
    opacity: 1;
}
#control_l_s{
    position: fixed;
    z-index: 2;
    left: 50px;
    top: 6px;
    display: inline-block;

}
#img_control_ff{
    position: fixed;
    z-index: 2;
    right: 305px;
    top: 31px;
    width: 46px;
    height: auto;
    border: 3px solid;
    border-color: #bcc6cb;
    border-radius: 3px;
    margin: 3px;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
#img_control_ff:hover{
    filter: brightness(83%);
}
#img_control_map_export{
    position: fixed;
    z-index: 2;
    right: 305px;
    top: 83px;
    width: 46px;
    height: auto;
    border: 3px solid;
    border-color: #bcc6cb;
    border-radius: 3px;
    margin: 3px;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
#img_control_map_export:hover{
    filter: brightness(83%);
}
#control_l_s img{
    width: 46px;
    height: auto;
    border: 3px solid;
    border-color: #bcc6cb;
    border-radius: 3px;
    margin: 3px;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
#control_l_s img:hover{
    filter: brightness(83%);
}

.classic_button_dark{
    font-size: 0.95rem;
    cursor: pointer;
    background-color: #333;
    color: #eee;
    border: 1px solid;
    border-color:  #777;
    border-radius: 0.3rem;
    padding: 0.3rem 0.71rem;
    margin: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.classic_button_dark:hover{
    color: #333;
    background-color: #aaa;
}
.draw_button_select{
    background-color: #555!important;
    color: #fff!important;
    border-color:  #999!important;
    -moz-box-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
}
#right_menu_logo{
    text-align: center;
    padding: 15px;
}
#right_menu_logo img{
    width: 100px;
    height: auto;
    margin: auto;
    padding: 3px;

}
#right_menu_logo span{
    font-size: 12px;
    font-weight: bold;
    color: white;
}
.left_div_menu{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 600px;
    background-color: #232935;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow-y: auto;
}
.left_menu_h2{
    font-size: 16px!important;
    padding: 4px 7px;
    font-family: 'Exo 2', sans-serif;
    color: #ddd;
    text-transform: uppercase;
    background-color: #131925;
}
.left_div_menu p{
    margin: 1px 5px 7px 3px;
}
.left_div_menu p strong{
    font-size: 15px!important;
    color: #aaa;
    font-weight: bold;
}
.left_div_menu p span{
    color: white;
    font-size: 15px!important;
    font-family: Arial, Geneva, Helvetica, sans-serif!important;
}
.table_btn_hover{

}
.table_btn_hover:hover{
    border: 1px solid #777;
    -moz-box-shadow: 0 0 3px rgba(137, 137, 137, 0.90);
    -webkit-box-shadow: 0 0 3px rgba(137, 137, 137, 0.90);
    box-shadow: 0 0 3px rgba(137, 137, 137, 0.90);
}
#mega_tab_div{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
}

.chat_div{
    height: 73px;
    padding: 1px;
    overflow: auto;
    font-size: 10px;
}
.chat_date{
    color: #777;
}
.chat_user{
    color: #555;
}
.chat_mess{
    color: #432;
}