body {
    color:#55555a;
    background:#fff;
    overflow: scroll;
-webkit-overflow-scrolling: touch;
font-weight:400;
font-family: 'Rubik', sans-serif;
}

#select_payment .one_item{
    cursor:pointer;
}

input[type=text]::placeholder{
    color:#c0c0c0;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
   opacity: 0;
}
 
input:focus:-ms-input-placeholder {
    opacity: 0;
}
 
input:focus:-moz-placeholder {
   opacity: 0;
}

.not_active{
    opacity:0.3;
    cursor:default;
}

.opacity{
    opacity:0.1;
    cursor:default;
}

.lighter{
    background-color:#C0D9FD;
    opacity:1;
}
.disabled_{
    pointer-events:none;
}
.invoice_item{
    cursor:pointer;
}

/*.invoice_item:hover input{
    cursor:pointer;
    background-color:#C0D9FD;
    opacity:0.8;
}*/

.checked_prod:hover input{
    cursor:pointer;
    background-color:#C0D9FD;
    opacity:0.8;
}
@media (hover: none) {
    .checked_prod:hover input{
    opacity:1;
    }

}
.light{
   background-color:#e9ecef;
}


.loader_file {
  width: 24px;
  height: 24px;
  border: 2px solid #0d6efd;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader_file::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  background: #0d6efd;
  width: 2px;
  height: 11px;
  transform: translateX(-50%);
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

p{
    font-weight:400;
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    color:#55555a;
}

  .main-btn-secondary {
  font-family: "Rubik", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #e3e5ed;;
  padding: 0 25px;
  font-size: 16px;
  height: 55px;
  line-height: 53px;
  border-radius: 45px;
  color: #323555;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #e3e5ed; }
  .main-btn-secondary:hover {
    background-color: #B5BBC9;
    /*color: #fff;*/
    border-color: #B5BBC9;
    text-decoration:none;}

.toaster {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    border-radius: 0.25rem;
    background:#0d6efd!important;
}

.fs-14 {
    font-size:14px;
}

.no_pdg_b {
    padding-bottom:0;
} 

.no_pdg_t {
    padding-bottom:0;
}

.no_pdg_l {
    padding-left:0;
} 

.no_pdg_r {
    padding-right:0;
}

.no_mrg_t {
    margin-top:0;
}

.no_mrg_b {
    margin-bottom:0;
}

.no_mrg_l {
    margin-left:0;
}

.no_mrg_r {
    margin-right:0;
}

.fw-400 {
    font-weight:400;
}

.fw-500 {
    font-weight:500;
}

.fw-600 {
    font-weight:600;
}

.blockquote_editor{
    background:#edf3fa;
    padding:10px;
    border-left:2px solid #79a6d9;
}

[itemprop="description"]{
    margin-bottom: 1rem;
}

.main_page_blocks{
   margin-bottom:1.5rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background: #edf3fa;
}

.header-line{
    background:#fff;
    padding:15px 0;
}



.logo_link{
    /*font-family: 'Carter One', cursive;*/
    font-size:1.2rem;
    text-decoration:none; 
    padding-bottom:0;
    color:#000;
    font-weight:500;
    
}

.admin_left_menu {
    padding:10px;
    font-weight:400;
    text-decoration:none; 
    color:#000;
    margin-bottom:5px;
    display: flex;
    flex-direction: column;
}

.admin_left_menu:hover {
   background:#e6e6e6;
   border-radius:4px;
   color:#55555a;
}

.ad_le_me:hover {
   background:#e6e6e6;
   border-radius:4px;
   color:#55555a;
}

.main_page_span {
    font-family: 'Rubik', sans-serif;
    display:inline-block;
    margin-bottom: 1rem;
    font-weight:500;
}

.contextmenu_save {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
    border:none;
}

.sidebar_guide{
    overflow-y:auto;
    max-height: 770px;
    padding-right:15px;
    padding-left:15px;
}

.navi_case{
    display:none;
}
#user_avatar{
    border-radius:50%;
    width:32px; 
    height:32px; 
    margin-top:2px;
    margin-right:10px;
}

.sidebar_guide::-webkit-scrollbar, .popup::-webkit-scrollbar, .popup_new_user::-webkit-scrollbar, .popup_user_info::-webkit-scrollbar, .popup_guide_nav::-webkit-scrollbar{
    width: 10px;               /* ширина scrollbar */
  }
.sidebar_guide::-webkit-scrollbar-track, .popup::-webkit-scrollbar-track, .popup_new_user::-webkit-scrollbar-track, .popup_user_info::-webkit-scrollbar-track, .popup_guide_nav::-webkit-scrollbar-track{
    background: rgb(219, 218, 218);        /* цвет дорожки */
  }
.sidebar_guide::-webkit-scrollbar-thumb, .popup::-webkit-scrollbar-thumb, .popup_new_user::-webkit-scrollbar-thumb, .popup_user_info::-webkit-scrollbar-thumb, .popup_guide_nav::-webkit-scrollbar-thumb{
    background-color: rgb(166, 166, 167);    /* цвет плашки */
      /* padding вокруг плашки */
  }
  

  
.auto_scroll::-webkit-scrollbar, .tools_wrap::-webkit-scrollbar{
    height: 10px;/* ширина scrollbar */
  }
.auto_scroll::-webkit-scrollbar-track, .tools_wrap::-webkit-scrollbar-track {
    background: rgb(219, 218, 218);        /* цвет дорожки */
  }
.auto_scroll::-webkit-scrollbar-thumb, .tools_wrap::-webkit-scrollbar-thumb {
    background-color: rgb(166, 166, 167);    /* цвет плашки */
      /* padding вокруг плашки */
  }

.description {
    margin-bottom:1rem;
    font-weight:400;
}

.name{
    outline:transparent solid 0px;;
}

.new_name{
	 text-decoration:none;
	 color:#222;
	 cursor:text;
}

.new_name:hover{
	 color:#222;
	 cursor:text;
}

.main_cont{
    margin:58px auto;
}

.sidebar_guide a, .popup_guide_nav a{
    text-decoration:none;
    
}

.activ:hover{
    
}

a > h2 {
    margin-bottom:0px;
}

nav > ol{
    display:inline;
    list-style:none;
    padding-left:0;
    font-weight:400;
}

nav > ol li {
    display:inline-flex;
    font-weight:400;
    list-style:none;
}

.breadcrumb {
    margin-bottom:0;
    background:#fff;
    padding:15px 0 7px 0;
    border-bottom:1px solid #ccc;
    
}

.breadcrumb a{
    font-size:14px;
}


#main_article_content{
    /*font-family: 'Rubik', sans-serif;*/
    font-size:16px;
    font-weight:300;
    padding-left:15px;
    padding-right: 15px;
    font-weight:400;
}

#main_page_content {
    margin-top:58px;
}

.main_page p {
  font-size:22px; 
  /*font-family: 'Rubik', sans-serif;*/
  font-weight:400;
}

.question{
    padding:25px;
    background:#edf3fa;
    text-align:center;
}

 .new_question{
        padding:15px;
      /*  font-family: 'Rubik', sans-serif;*/
        font-size:22px;
        width:100%;
        margin-top:20px;
        height:250px;
        border:1px solid #ccc;
        border-radius:0.3rem;
    }
    
.question_button{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    /*font-family: 'Rubik', sans-serif;*/
    background:#0a58ca;
    width:100%;
    border:none;
    color:#fff;
}

.search_result{
    padding:15px;
    z-index: 1000;
    position: absolute;
    background: rgb(255, 255, 255);
    border-radius:3px;
    width:inherit;
}

h1{ 
    margin-bottom:30px;
    font-family: 'Rubik', sans-serif;
    font-weight:400;
}

h2, h2 > a{
    margin:30px 0 10px 0;
   font-family: 'Rubik', sans-serif;
    font-weight:400;
}


h3, h3 > a{
    font-size:1.5rem;
    font-weight:400;
    margin-bottom:1rem;
    margin-top:3rem;
}

a {
   /* font-family: 'Rubik', sans-serif;*/
    font-family: 'Rubik', sans-serif;
    padding-bottom:10px;
    font-size:16px;
    font-weight:400;
    text-decoration-thickness: unset;
    text-underline-offset: 0.15em;
    text-decoration-color: rgb(13, 110, 253, .5);
}

a:hover{
    text-decoration-color: initial;
}

.span-btn {
    font-size:14px;
    }
 
.select_button {
    border-radius:4px; 
    display: inline-block;
    cursor: pointer;
    user-select: none;
    background: #e6e6e6;
    padding: 8px 14px;
    color: #55555a;
    width:100%;
}
    
.chevron svg {
    fill: #0d6efd;
}

.chevron_popup svg{
    fill: #55555a;
}

.btn-outline-primary:hover svg {
    fill: #fff;
}

.btn-outline-primary{
    outline:none;
}

.qd5{
    display: inline-block;
    height: 16px;
    margin: 5px 4px 0 8px;
    vertical-align: top;
    width: 16px;
}

.grey_text{
   /* font-family: 'Rubik', sans-serif;*/
    color: #96a3ae;
    margin-bottom:0;
    padding-bottom:10px;
    font-size:14px;
}

.child{
    margin-bottom:5px;
    padding-left:35px;
    
}
.child a {
    font-size:16px;
}

.pagination{
    flex-direction: row;
    justify-content: space-between;
    font-size:16px;
    font-weight:400;
    
}

.pagination .get_list[data-is_parent='1']{
    font-weight:400;
}

.prev_article, .next_article{
max-width:40%;
margin:30px 0 20px 0;
min-height:40px;
background:#fdfdfd;
}

.next_article{
    text-align:right;
    padding-right:16px;
}

.child_save {
    padding-left:20px;
    margin-bottom:5px;
}

.get_list {
    display:flex;
    flex-direction: column;
    margin-bottom:5px;
    margin-left:20px;
}

.get_list[data-is_parent='1'], .activ[data-is_parent='1'] {
    font-weight:400;
    
}

#main_guide_navi .get_list[data-is_parent='1'] span, #navigate_inner .get_list[data-is_parent='1'] span {
    /*display: inline-flex;*/
    position:absolute;
    /*content: '';*/
    background-image: url("../images/right-arrow.svg");
    background-size: 15px 15px;
    background-repeat:no-repeat;
    height: 15px;
    width: 15px;
    left:-15px;
    
}

.child_span {
    left:20px;
}

#main_guide_navi .get_list[data-is_parent='1']:bef {
    /*display: inline-flex;*/
    position:absolute;
    content: '';
    background-image: url("../images/right-arrow.svg");
    margin-top:7px;
    background-size: 15px 15px;
    background-repeat:no-repeat;
    height: 15px;
    width: 15px;
    left:-15px;
    
}

#main_guide_navi .child .get_list[data-is_parent='1'] span/*:before*/{
  /* left:20px;*/
}

#main_guide_navi .child .activ[data-is_parent='1'] span, #navigate_inner .child .activ[data-is_parent='1'] span/*:before*/{
    background-image: url("../images/arr.svg");
}

#main_guide_navi .activ[data-is_parent='1'] span, #navigate_inner .activ[data-is_parent='1'] span/*:before*/, .child .activ[data-is_parent='1'] span/*:before*/ {
    /*display: inline-flex;*/
    position:absolute;
    /*content: '';*/
    background-image: url("../images/arr.svg");
    margin-top:7px;
    background-size: 15px 15px;
    background-repeat:no-repeat;
    height: 15px;
    width: 15px;
    left:-15px;
}



.activ[data-is_parent='1'] span:hover/*:before*/{
    /*display: inline-flex;*/
    position:absolute;
    /*content: '';*/
    background-image: url("../images/arr.svg");
    margin-top:7px;
    background-size: 15px 15px;
    background-repeat:no-repeat;
    height: 15px;
    width: 15px;
    left:-15px;
}

.get_list_save {
    display:flex;
    flex-direction: column;
    margin-bottom:5px;
    cursor: pointer;
}

.activ_save {
    cursor: pointer;
}

.moo.active {
    background:#ebebeb;
}

.active_folder{
    background-color:#ebebeb;
}

.link_list:hover {
    background:#ebebeb;
    
}

.get_link{
    float:left; 
    margin-right:5px; 
    margin-top:4px;
    content: url("../admin/img/link.svg");
}

.get_link_active{
    float:left; margin-right:5px; margin-top:4px;
    content: url("../admin/img/link_active.svg"); 
}

.edit{
    float:left; margin-right:5px; margin-top:4px;
    content: url("../admin/img/download.svg");
}

.delete{
    float:right;
    margin-top:6px;
    content: url("../admin/img/trash.svg");
}

.delete_link {
    float:left; margin-right:5px; margin-top:4px;
    content: url("../admin/img/trash.svg");
}

.convert_folder{
    float:left; margin-right:5px; margin-top:4px;
    content: url("../admin/img/folder_plus.svg");
}

.activ { 
    position:relative;
    display:flex;
    flex-direction: column;
    margin-bottom:5px;
}

#admin_menu{
    padding:25px;
  height:415px;
  border:1px solid #ced4da;
    border-radius: .25rem;
    background:#fff;
    overflow-y:auto;
}   

#settings{
    padding:25px;
    height: 415px;
    border:1px solid #ced4da;
      border-radius: .25rem;
      background:#fff;
      overflow-y:auto;  
}


.contextmenu_save{
   
    border: 1px solid rgba(0, 0, 0);
    display: none;
    position: absolute;
}

.example_img{
    width:100%
}

    .span-btn {
    font-size:14px;
    }
    .popup-fade{
display:none;
}

.popup-fade:before{
	content: '';
	overflow:hidden;
	background: #000;
	position: fixed;
	/*text-align: center;*/
	left:0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
	/*display: flex;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  flex-direction: column;*/
}

 .popup {
	position: fixed;
	overflow-y:auto;
	top:5%;
	left:10%;
	padding: 30px;
	width: 80%;
    height:90%;
	min-height:280px;
	/*min-width:380px;*/
    background: #fff;
	border-radius: 5px; 
	z-index: 99999;
	font-size:16px;
	 /*align-items: center;*/
	 box-shadow: 0 0 0 1px rgb(13 35 67 / 9%), 0 3.3px 10px -4px rgb(13 35 67 / 40%);
}  

.input_of_form {
    padding:6px 12px;
}

.popup_user_info{
    width:20%;
    left:80%;
    height:100%;
    top:0;
    position: fixed;
    overflow-y:auto;
    min-height:400px;
	min-width:380px;
    background: #fff;
	border-radius: 5px; 
	padding:30px;
	z-index: 99999;
	font-size:16px;
	 align-items: center;
	 box-shadow: 0 0 0 1px rgb(13 35 67 / 9%), 0 3.3px 10px -4px rgb(13 35 67 / 40%);
}  

.popup_guide_nav{
    max-width:100%;
    height:100%;
    position: fixed;
    overflow-y:auto;
    background: #fff;
	padding:30px;
	z-index: 99999;
	font-size:16px;
	align-items: center;
}  

.popup_new_user {
    position: fixed;
	overflow-y:auto;
	top:5%;
	left:20%;
	padding: 30px;
	width: 60%;
    height:90%;
	min-height:280px;
	min-width:380px;
    background: #fff;
	border-radius: 5px; 
	z-index: 99999;
	font-size:16px;
	 align-items: center;
	 box-shadow: 0 0 0 1px rgb(13 35 67 / 9%), 0 3.3px 10px -4px rgb(13 35 67 / 40%);
    /*position: fixed;
    overflow-y:auto;
	top:5%;
	left:20%;
	padding: 30px;
    height:90%;
	min-height:280px;
	/*min-width:380px;
    background: #fff;
	border-radius: 5px; 
	z-index: 99999;
	font-size:16px;
	 align-items: center;
	 box-shadow: 0 0 0 1px rgb(13 35 67 / 9%), 0 3.3px 10px -4px rgb(13 35 67 / 40%);*/
}

.docs_menu{
    display:block;
}


.popup-close {
    cursor:pointer;
}
.select_action{
    display: inline-block;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    width:100%;
}

.type_text {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    outline: none;
    border-radius: 3px;
    border: none;
}

.label_type_text{
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    outline: none;
    padding: 6px;
    border: none; 
}

.form-label, .form-check-label{
        font-size:14px;
        color:#55555a;
    }
    
.invalid_input {
    border-color:red;
}
.invalid_label{
    color:red;
}

.type_text > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    outline:none;
}

.action_item{
    padding:5px;
    font-size:14px;
    cursor:pointer;
}

.groups_name, .role_name, .department_name, .position_name {
    padding:12px 19px;
    font-size:14px;
    cursor:pointer;
    color:#55555a;
}


.action_item:hover, .groups_name:hover, .role_name:hover, .department_name:hover, .position_name:hover {
   background:#e6e6e6;
}

.disabled {
   pointer-events: none;
   opacity:0.5;
}

input{
     outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.form-control:focus {
    border-color:#ced4da;
}

.btn:focus {
     outline:none;
     box-shadow:none;
}

.menu{
    display: inline-block;
    flex: 1 1 auto;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 10px 0;
    font-size:14px;
    color:#55555a;
    text-decoration:none;
    cursor:pointer;
}
.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
    height: 2px;
    width: 100%;
    position: absolute;
    background: #fff;
    margin: 0 auto;
}
.menu-burger__header span{
    top: 14px;
}
.menu-burger__header:after, .menu-burger__header:before{
    content: '';
}
.menu-burger__header:after{
    bottom: 5px;
}
.menu-burger__header:before{
    top: 5px;
}

article > ol li {
    color:#55555a;
}

article > ul li {
    color:#55555a;
}

.sortable_item{
    background:#fff;
}

.pops{
    max-width:720px;
    height:90%;
    top:5%;
    margin:0 auto;
    left:0;
    right:0;
    padding:30px;
    position: fixed;
	overflow-y:auto;
	min-height:280px;
    background: #fff;
	border-radius: 5px; 
	z-index: 99999;
	font-size:16px;
}

.pops::-webkit-scrollbar{
    width: 10px;               /* ширина scrollbar */
  }
.pops::-webkit-scrollbar-track{
    background: rgb(219, 218, 218);        /* цвет дорожки */
  }
.pops::-webkit-scrollbar-thumb{
    background-color: rgb(166, 166, 167);    /* цвет плашки */
      /* padding вокруг плашки */
  }

@media(max-width: 1199px){
     
    .popup_guide_nav{
       width:40%;
        height:100%;
        top:56px;
    }
    /*.popup_user_info{
        left:72%;
    }*/
    /*.popup_new_user {
        width:100%;
        height:90%;
        top:5%;
        /*left:10%;
    }*/
        
    }

@media (max-width:991px){
    .menu-burger__header {
        position: relative; /* задаем относительное позиционирование */
        width: 30px; /* определяем размеры блока */
        height: 30px;
        cursor:pointer;
    }
    
    .navi_case{
        display:block;
        margin-top:2px;
    }
    
    .docs_menu{
    display:block;
    width:20%;
    left:0%;
    height:100%;
    top:0;
    padding-left:3rem!important;
    position: fixed;
    overflow-y:auto;
    min-height:400px;
	min-width:380px;
    background: #fff;
	border-radius: 5px; 
	padding:30px;
	z-index: 99999;
	font-size:16px;
	 align-items: center;
	 box-shadow: 0 0 0 1px rgb(13 35 67 / 9%), 0 3.3px 10px -4px rgb(13 35 67 / 40%);
}

.popup_user_info{
    width:20%;
    left:80%;
    height:100%;
    top:0;
    position: fixed;
    overflow-y:auto;
    min-height:400px;
	min-width:380px;
    background: #fff;
	border-radius: 5px; 
	padding:30px;
	z-index: 99999;
	font-size:16px;
	 align-items: center;
	 box-shadow: 0 0 0 1px rgb(13 35 67 / 9%), 0 3.3px 10px -4px rgb(13 35 67 / 40%);
}  

    #gh {
        display:none;
    }
    .popup_guide_nav{
        width:50%;
        height:100%;
    }
    /*.popup, .popup_new_user{
        width:80%;
        left:10%;
        min-width:0px;
    }*/
    #main_guide_navi {
        display:none;
    }
}

@media (max-width: 720px){
    .pops{
        width:70%;
        height:100%;
        top:0;
        border-radius:0;
    }
    .popup_guide_nav{
        width:70%;
        height:100%;
    }
}

@media (max-width: 576px){
    /*.user_name{
        display:none;
    }*/
     .popup_btn{
        width:100%;
    }
    .ok_btn{
        margin-top:5px;
    }
    .popup_guide_nav{
        width:80%;
        height:100%;
    }
}  

@media(max-width: 377px){
    /*.logo_link{
        display:none;
    }*/
    .popup_guide_nav{
        width:100%;
        height:100%;
    }
}


@media (min-width: 1400px){
    .popup, .popup_new_user{
        max-width:720px;
        margin:0 auto;
        left:0;
        right:0;
        
        
        /*min-width:0px;*/
    }
}





    
    
    #user_avatar{
        width:32px;
        height:32px;
    }

    

    .get_list{
        position:static;
    }

    #main_article_content{
        padding:0;
        
    }

    #main_cont_div {
        margin-top:20px;
        
    }

    h2, h2 > a {
        margin-top:0;
    }
    
    .menu-burger__header.open-menu span {
        opacity:0; 
        transition: 0.1s; 
    }
    .menu-burger__header.open-menu:before {
        transform: rotate(44deg);
        top: 13px;
        transition: 0.1s;
    }
    .menu-burger__header.open-menu:after {
        transform: rotate(-44deg);
        bottom: 15px;
        transition: 0.1s;
    }

    /*#main_guide_navi.open-menu {
        left: 0;
        overflow-y:auto;
        display: block;

    }*/ 
    
    /*#main_guide_navi.open-menu {
        width:90%;
        left:5%;
        height:90%;
        top:5%;
        overflow-y:auto;
        display: block;

    }*/

    #main_guide_navi > .get_list[data-is_parent='1']:before, .child > .get_list[data-is_parent='1']:before {
        display:none;
    }

    #main_guide_navi > .activ[data-is_parent='1']:before, .child > .activ[data-is_parent='1']:before {
        display:none;
    }

    .main_cont.open-menu{
        position:fixed;
    }
    
  