/*----------------00 new_base.css----------------*/
        @media (prefers-color-scheme: light)
{
  :root{
    --white: #ffffff;  
    --body-bg: #edeef0;
    --border-color: #c8d2de;  
    --btn-dis-bg: #a8b4c2;  
    --menu-item-color: #6a7a8c; 

    --text-color3: #1d3d63; 
    --text-color2: #33475d; 
    --text-color:  #182433; 

    --accent-color-light: #bee0ff;  /* С„РѕРЅ РёСЃС…РѕРґСЏС‰РёС… СЃРѕРѕР±С‰РµРЅРёР№ */
    --accent-color: #9adbff;        /* РІС‹Р±СЂР°РЅРЅР°СЏ РєРЅРѕРїРєР° */
    --accent-color-dark: #2569c7;   /* Р°РєС‚РёРІРЅС‹Р№ С‚РµРєСЃС‚ */

    --warning-bg: #ffd4d4;
    --text-color-warning: #c62828;

    /*----------------------------base styles--------------------------*/
    --default-font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Arial Unicode MS', sans-serif;
    --title-font-family: "Noto Sans", sans-serif;
    --max-width: 1280px;
    --border-radius: 8px;
    --border: 1px solid var(--border-color);

    --shadow:
      0 6px 20px rgba(37, 105, 199, 0.08),
      0 1px 3px rgba(37, 105, 199, 0.06);

    --wait-bg: rgba(255, 255, 255, 0.8);

    /*----------------------------bg, text-----------------------------*/
    --h1-color: var(--text-color3);
    --h2-color: var(--text-color3);
    --h3-color: var(--text-color);

    --label-color: var(--text-color2);

    --site-nm-color: var(--text-color);
    --top-bg: var(--white);

    /*-------------------------------forms-----------------------------*/
    --mes-fm-title-color: #22364d;
    --mess-form-subtitle-color: #4b6783;

    --mes-fm-bg: #f7f7f7;
    --mes-fm-back-btn-color: var(--menu-item-color);
    --mes-fm-back-btn-hover-color: #4d9fff;

    --modal-fm-back-bg: var(--body-bg);

    /*------------------------------buttons----------------------------*/
    --btn-bg: var(--white);
    --btn-text-color: var(--text-color2);

    --btn-hover-bg: var(--accent-color);
    --btn-hover-color: #383d42;
    --btn-active: var(--accent-color);

    --btn-active-text-color: #ffffff;

    /*-------------------------------menu------------------------------*/
    --menu-active-item-color: var(--accent-color-dark);
    --menu-hover-bg: var(--accent-color);

    --menu-icon-color: var(--menu-item-color);
    
    --menu-mob-bg: var(--white);
    --menu-mob-hover-bg: var(--accent-color);

    --menu-mob-color: var(--menu-item-color);
    --menu-mob-sel-color: var(--accent-color-dark);

    /*------------------------------kanban cards-----------------------*/

    --categ_color1: #ffe0e0;
    --categ_color2: #ffe9d6;
    --categ_color3: #fff7cc;
    --categ_color4: #dff3d8;
    --categ_color5: #d8f2f0;
    --categ_color6: #d9ebff;
    --categ_color7: #dde2ff;
    --categ_color8: #f1ddff;

    /*-----------------------------calendar----------------------------*/
    --weekend: #ffecef;

    --accent: #2f8fff;

    --bg: #0f1722;

    --card: #1b2430;

    --muted: #8ea0b5;

    --eventDefault: #4ea1ff;

    /*=================================================================*/
    /*------------------РІРµСЂС…---------------*/

    --logo-bg: url(../../favicons/favicon.svg) no-repeat center;

    --top-border-bottom-color: var(--white);
    --content-top-border-color: var(--border-color);

    --work-top_bg: var(--white);

    --round-btn-border-color: var(--border-color);

    /*----------СЂР°Р±РѕС‡Р°СЏ РѕР±Р»Р°СЃС‚СЊ------------*/

    --main-bg: var(--body-bg);

    --info-block-bg: var(--white);

    --rltr-form-text: var(--text-color2);

    --admin-info-block-brdr-color: var(--white);
    --admin-info-block-bg-color: var(--body-bg);

    --icon-pos-x: -48px;
  }
}

@media (prefers-color-scheme: dark)
{
  :root {

    --white: #1c2430;
    --body-bg: #0f1722;

    --border-color: #344051;

    --btn-dis-bg: #556273;

    --menu-item-color: #9fb0c4;

    --text-color3: #8ec5ff;
    --text-color2: #96a1af;
    --text-color: #e4ebf5;

    --accent-color-light: #2c639a;
    --accent-color: #2f8fff;
    --accent-color-dark: #69b0ff;

    --warning-bg: #7b3131;
    --text-color-warning: #ff8b8b;

    /*----------------------------base styles--------------------------*/

    --default-font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica, 'Arial Unicode MS', sans-serif;

    --title-font-family: "Noto Sans", sans-serif;

    --max-width: 1280px;

    --border-radius: 8px;

    --border: 1px solid var(--border-color);

    --shadow:
      0 6px 20px rgba(0, 0, 0, 0.45),
      0 1px 3px rgba(0, 0, 0, 0.35);

    --wait-bg: rgba(0, 0, 0, 0.5);

    /*----------------------------bg, text-----------------------------*/

    --h1-color: var(--text-color3);
    --h2-color: var(--text-color3);

    --h3-color: var(--text-color);

    --label-color: var(--text-color2);

    --site-nm-color: var(--text-color);

    --top-bg: #17202b;

    /*-------------------------------forms-----------------------------*/

    --mes-fm-title-color: #d9e8ff;

    --mess-form-subtitle-color: #94aac2;

    --mes-fm-bg: #17202a;
    --mes-fm-back-btn-color: var(--menu-item-color);

    --mes-fm-back-btn-hover-color: #2f8fff;

    --modal-fm-back-bg: var(--border-color);

    /*------------------------------buttons----------------------------*/

    --btn-bg: #1d2733;

    --btn-text-color: var(--text-color2);

    --btn-hover-bg: #2f4864;
    --btn-hover-color: #c3d2e1;

    --btn-active: var(--accent-color);

    --btn-active-text-color: #ffffff;

    /*-------------------------------menu------------------------------*/

    --menu-active-item-color: var(--accent-color);

    --menu-hover-bg: var(--accent-color);

    --menu-icon-color: var(--menu-item-color);

    --menu-mob-bg: #151c26;

    --menu-mob-hover-bg: var(--accent-color);

    --menu-mob-color: var(--menu-item-color);

    --menu-mob-sel-color: var(--accent-color-dark);

    /*------------------------------kanban cards-----------------------*/

    --categ_color1: #573d45;
    --categ_color2: #5b4738;
    --categ_color3: #5a5630;
    --categ_color4: #31503f;
    --categ_color5: #274e53;
    --categ_color6: #243f59;
    --categ_color7: #313b63;
    --categ_color8: #523f63;

    /*-----------------------------calendar----------------------------*/

    --weekend: #3b2630;

    --accent: #2f8fff;

    --bg: #0f1722;

    --card: #1b2430;

    --muted: #8ea0b5;

    --eventDefault: #4ea1ff;

    /*=================================================================*/
    /*------------------РІРµСЂС…---------------*/

    --logo-bg: url(../../favicons/favicon-dark.svg) no-repeat center;

    --top-border-bottom-color: #151b22;

    --content-top-border-color: var(--border-color);

    --work-top_bg: #17202b;

    --round-btn-border-color: var(--border-color);

    /*----------СЂР°Р±РѕС‡Р°СЏ РѕР±Р»Р°СЃС‚СЊ------------*/

    --main-bg: #0f1722;

    --info-block-bg: #17202a;

    --rltr-form-text: var(--text-color2);

    --admin-info-block-brdr-color: #151b22;

    --admin-info-block-bg-color: #131922;

    --icon-pos-x: -48px;
  }
}


*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-size:16px;
  font-family: var(--default-font-family);
}
body{
  align-items: center;
  display: flex;
  flex-direction:column;
  min-height: 100dvh;
  height: 100dvh;
  background: var(--body-bg);
  color: var(--text-color);
}
p{
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
section{
  width: 100%;
  max-width: var(--max-width);
}
/*-----------------------header------------------*/
header{
    background:var(--top-bg);
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    max-width: var(--max-width);
    width: 100%;
    height: 76px;
    user-select: none;
    border:none;
    border-left: var(--border);
    border-right: var(--border);   
    z-index: 99;
}
#logo_nm{display: flex;align-items: center;}
#logo{
  width:48px;
  height:48px;
  background:var(--logo-bg);
  background-size: contain;
}
#company_name{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  font-size: 20px;
  color: var(--site-nm-color);
  font-family: var(--title-font-family)
}
/*--------------------------------------------------*/
footer {
  width: 100%;
  min-height: 100px;
  flex: 0 0 auto;
  margin: auto auto 0 auto;
  background:rgba(25, 25, 25, 0.94);
}
/*--------------------------------------------------*/
h1{
  color: var(--h1-color);
  font-size: 20px;
}
h2{
  color: var(--h2-color);
  font-size: 18px;
}
h3{
  color: var(--h3-color);
  font-size: 16px;
}
button{
  display: flex;
  border: var(--border);
  background: var(--btn-bg);
  font-weight: 600;
  color: var(--btn-text-color);
  cursor:pointer;
  transition: 0.8s;
  padding:8px 12px;
  border-radius: var(--border-radius);
  user-select: none;
  justify-content: center;
  align-items: center;
}
.btn_disabled, .btn_disabled:hover{
  background: var(--btn-dis-bg);
}
ul{
  list-style-type:none;
}
label{
  color: var(--label-color);
  font-size: 14px;
  margin: 3px 0;
}
/*---------------------------------*/
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--border-color);/*#a4a3a3; РїРѕР»Р·СѓРЅРѕРє */
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: none;   /* С„РѕРЅ С‚СЂРµРєР° */
}

/* Firefox */
html {
 /* scrollbar-color: #ccc #efefef;*/
  scrollbar-width: thin;
}


/*---------------------------------*/

.edmenu_btn{
  padding: 0;
  height:18px;
  width:16px;
  background: url(../../images/base_sprite16.png) no-repeat -112px -48px;
}
.edmenu_btn:hover{
  background: var(--btn-hover-bg) url(../../images/base_sprite16.png) no-repeat -112px -48px;
}

.edbtns_edit { 
  padding: 14px;
  height: 18px;
  width: 18px;
  background: var(--white);
  opacity: 0.5;
  position: relative; /* С‡С‚РѕР±С‹ РїСЃРµРІРґРѕСЌР»РµРјРµРЅС‚ РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°Р»СЃСЏ */
  border-radius: 8px;
  margin: 0 4px 0 10px;
}

.edbtns_edit::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) -128px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.edbtns_edit:hover{
  /*background: none;*/
  background: var(--btn-hover-bg);
  opacity: 1;
}

.edbtns_add{
  padding: 0;
  height:18px;
  width:18px;
  background: url(../../images/bt_add.gif) center no-repeat;
}
.edbtns_add:hover{
  background: var(--btn-hover-bg) url(../../images/bt_add.gif) center no-repeat;
}

a{font-size:inherit;text-decoration:none;color: var(--h1-color);}
/*--------------------------------------------------*/
.flex_row{display:flex;flex-direction:row;}
.flex_column{display:flex;flex-direction:column;}
/*--------------------------------------------------*/
.bs_shadow{
    /*box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.3);*/

    box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    -webkit-box-shadow: var(--shadow);    
}
.bs_shadow2{
  -webkit-box-shadow: 1px 2px 3px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 2px 3px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 2px 3px 0px rgba(34, 60, 80, 0.2);
}

.bs_round{
  -moz-border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
}
.bottom_rounded{
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
/*-----------------------------------------------*/
input, textarea, select{
  padding: 8px; 
  outline: none;
  border: var(--border);
  border-radius: var(--border-radius);
  color: var(--text-color2);
  background: var(--white);
}
input[type="file"] {
    display: none;
}
input:focus, textarea:focus, select:focus {
    border:1px solid var(--accent-color);
}
#srch_input{
  margin:0;
  max-width: 210px;
  min-width: 120px;
  width: 100%;
  padding: 8px 12px;
  border-radius: var(--border-radius);
}

.sel_edit_div{
  display: flex;
  border: var(--border);
  border-radius: var(--border-radius);
  padding: 0 7px 0 0;
  background: var(--btn-bg);
}

.img_edit_fm{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  overflow-y: auto;
}
.btns_div{
  display: flex;
  padding:10px;
}
#load_image{
  max-width: 100%;
}

.file_btn_class{
   display: inline-block;
   background:var(--btn-bg);
   color: var(--btn-text-color);
   cursor:pointer;
   border:none;
   padding:4px 0px;
   margin: 0;
   font-size:16px;
   font-weight: bold;
   -moz-border-radius: var(--border-radius);
   -webkit-border-radius: var(--border-radius);
   border-radius: var(--border-radius);
   transition: 0.5s;
   text-align: center;
   overflow: hidden;
   width: 135px;
}
.file_btn_class:hover{
   background: var(--btn-hover-bg);
}
#load_file_btn_cont{background:var(--btn-bg);border:var(--border);padding:15px 10px 10px;width:100%;}
#load_file_btn_cont #preview{margin-top:5px;}
#load_file_btn_cont a{cursor:pointer;transition:1s;padding:0px;}
#load_file_btn_cont a:hover{color:red;}
#cropbox{width:428px;}
#load_file_btn_cont #crop{display:none;margin-top:10px}
#img_crop_opt_cont{display:none;flex-direction:column;margin: 12px 0px;flex-wrap: wrap;align-items:baseline;}
#img_crop_btns{width: 100%;display: flex;align-items: center;flex-wrap: wrap;}
#crop_save{display:none;}
#crop_canvas{display:none;max-width:100%;}


/*-----------------------------------------------*/
#admin_panel_cont{display:flex;justify-content: space-between;width: 100%;padding: 0 5px 0 0;background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #7a6767, #090909);background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;}
#admin_panel{margin: 0 auto; padding: 5px;}
#admin_panel a{margin: 5px;text-decoration: none;color: white;transition: 0.5s;cursor:pointer;}
#admin_panel a:hover{color:#ff8e8e;}
#admin_disign_panel{overflow:hidden;color:#fff;height: 26px;padding-left: 20px;background: url(../../images/tools.png) left center no-repeat;}
#admin_disign_btn{padding-top:3px;cursor:pointer;color:#fff;transition: 0.5s;}
#admin_disign_btn:hover{color:#ff8e8e;}

#language_selector{float: right;margin: 0px 10px 5px  5px }
#language_selector .lang{
  float:left;
  background: unset;
  color:#fff;
  border:1px solid #fff;
  -moz-border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: 0.5s;
  margin-left: 4px;
  padding: 2px;
  cursor: pointer;
}
#language_selector .lang:hover{background: #f99;}
#language_selector #lang_sel{background: #f00;}

/*----------------------wait--------------------*/
#bs_wait{
position:fixed;
height:100%;
width:100%;
top:0px;
left:0px;
background:var(--wait-bg);
display:none;
z-index:1000;
}

.cssload-loader {
  display: block;
  margin:140px auto;
  width: 64px;
  height: 64px;
  position: relative;
  border: 4px solid var(--text-color3);
  -moz-border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  animation: cssload-loader 2.6s infinite ease;
  -o-animation: cssload-loader 2.6s infinite ease;
  -ms-animation: cssload-loader 2.6s infinite ease;
  -webkit-animation: cssload-loader 2.6s infinite ease;
  -moz-animation: cssload-loader 2.6s infinite ease;
  background:url(../../images/wait.png) center no-repeat;
}
.cssload-loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: var(--btn-bg);
  opacity: 0.8;
  animation: cssload-loader-inner 2.6s infinite ease-in;
  -o-animation: cssload-loader-inner 2.6s infinite ease-in;
  -ms-animation: cssload-loader-inner 2.6s infinite ease-in;
  -webkit-animation: cssload-loader-inner 2.6s infinite ease-in;
  -moz-animation: cssload-loader-inner 2.6s infinite ease-in;
}

@keyframes cssload-loader {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(180deg);}
  50% {transform: rotate(180deg);}
  75% {transform: rotate(360deg);}
  100% {transform: rotate(360deg);}
}

@-o-keyframes cssload-loader {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(180deg);}
  50% {transform: rotate(180deg);}
  75% {transform: rotate(360deg);}
  100% {transform: rotate(360deg);}
}

@-ms-keyframes cssload-loader {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(180deg);}
  50% {transform: rotate(180deg);}
  75% {transform: rotate(360deg);}
  100% {transform: rotate(360deg);}
}

@-webkit-keyframes cssload-loader {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(180deg);}
  50% {transform: rotate(180deg);}
  75% {transform: rotate(360deg);}
  100% {transform: rotate(360deg);}
}

@-moz-keyframes cssload-loader {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(180deg);}
  50% {transform: rotate(180deg);}
  75% {transform: rotate(360deg);}
  100% {transform: rotate(360deg);}
}

@keyframes cssload-loader-inner {
  0% {height: 0%;}
  25% {height: 0%;}
  50% {height: 100%;}
  75% {height: 100%;}
  100% {height: 0%;}
}

@-o-keyframes cssload-loader-inner {
  0% {height: 0%;}
  25% {height: 0%;}
  50% {height: 100%;}
  75% {height: 100%;}
  100% {height: 0%;}
}

@-ms-keyframes cssload-loader-inner {
  0% {height: 0%;}
  25% {height: 0%;}
  50% {height: 100%;}
  75% {height: 100%;}
  100% {height: 0%;}
}

@-webkit-keyframes cssload-loader-inner {
  0% {height: 0%;}
  25% {height: 0%;}
  50% {height: 100%;}
  75% {height: 100%;}
  100% {height: 0%;}
}

@-moz-keyframes cssload-loader-inner {
  0% {height: 0%;}
  25% {height: 0%;}
  50% {height: 100%;}
  75% {height: 100%;}
  100% {height: 0%;}
}
/*----------------------------------------------*/
/*------------------------------------------*/
.clear {
   width:100%;
   overflow:hidden;
   height:0px;
   clear: both;
}
/*------------------------------------------*/
main{
  display: flex;
  width: 100%;
  max-width: var(--max-width);
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  /*background: var(--main-bg);*/
}
/*------------------------------------------*/
#content-top-cont,
#content-top-set-cont{
  position:sticky;
  top:49px;
  background: var(--work-top_bg);
  border: 1px solid var(--border-color);
  border-top: 1px solid var(--top-bg);
  z-index: 2;
  padding: 10px 0;
}
#content-top-set-cont{
  background: var(--main-bg);
  border: none;
  z-index: 1;
}
#content-top{
  width: 100%;
  display: flex;
  justify-content:space-between;
  -webkit-justify-content:space-between;
  flex-wrap: wrap;
  gap: 8px;
}
#content-top div{
  display: flex;
  align-items: center;
}
.btn{
  margin:4px 0 4px 10px;
}/*#bccfcd*/
button:hover, .btn:hover{background:var(--btn-hover-bg);color: var(--btn-hover-color);}/*#7ddbcf*/

button span{display:block;margin:0 0 0 4px;}

.round_btn{
  background-color: unset;
  border-radius: 50%;
  padding:6px;
  border: var(--border);
}
/*-----------------------------------------*/
.img_add_btn{
 /* background: url(../../images/base_sprite16.png) no-repeat -128px -32px;*/
 background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) -128px;
}

.img_remove_btn{
  background: url(../../images/base_sprite16.png) no-repeat -80px -32px;
}
/*-----------------------------------------*/
#cont_top_btns{  
  gap: 8px;
}
#cont_top_block{
  flex: 1;
  width: 100%;
  justify-content: end;
  gap:10px;
}

#show_map, #show_list, #srch_btn{min-width: 110px;}

.map, .show_list, .srch, .dob{text-align:right;height:16px;width:16px;}

.map{background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) -16px; }
.map:hover{background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) -16px;}

.show_list{background: url(../../images/images_sprite.png) no-repeat 0 -96px; }
.show_list:hover{background: url(../../images/images_sprite.png) no-repeat 0 -96px;}

.srch{background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) -32px;}
.srch:hover{background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) -32px;}

.dob{background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) 0px;}
.dob:hover{background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) 0px;}

.share{
  background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) -48px;
  width: 16px;
  height: 16px;
}
.print{
  background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) -64px;
  width: 16px;
  height: 16px;
}
.real_estate_edit{
  background: url(../../images/images_sprite.png) no-repeat var(--icon-pos-x) -128px;
  width: 16px;
  height: 16px;
}
.sbs{
  background: url(../../images/images_sprite.png) no-repeat -48px -144px;
  width: 16px;
  height: 16px;
}
.docs{
  background: url(../../images/images_sprite.png) no-repeat -48px -160px;
  width: 16px;
  height: 16px;
}
.prompt{
  background: url(../../images/images_sprite.png) no-repeat -48px -176px;
  width: 16px;
  height: 16px;
}
.soty{
  background: url(../../images/images_sprite.png) no-repeat -48px -192px;
  width: 16px;
  height: 16px;
}
.back{
  background-color: currentColor; /* в†ђ С†РІРµС‚ РјРµРЅСЏРµС‚СЃСЏ С‡РµСЂРµР· С†РІРµС‚ С‚РµРєСЃС‚Р° */
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2024%2024' fill='none' stroke='%23000' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5%2019.5%203%2012m0%200%207.5-7.5M3%2012h18'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  
  width: 16px;
  height: 16px;  
}

#srch_par_cont{
  background: var(--work-top_bg);
  padding: 10px;
  display: none;
}
/*-------------------------------------------*/
#pwa_install_cont{
  width:100%;
  background:var(--info-block-bg);
  display: flex;
  justify-content: center;
  gap: 10px;  
}
#pwa_install_cont button{margin: 5px 0;}
/*#pwa_install { display: none; } /* РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ СЃРєСЂС‹С‚Р° */
/*-------------------------------------------*/
.content-list{
  padding: 0 0 30px 0;  
}
.content-list-map{
  padding: 0 0 60px 0;
  flex: 1;
}
.content-list article{
  background: none;
  padding: 10px 0;
  margin: 0;
  color: var(--text-color);
  display: flex;
  flex-wrap: wrap;
  border-radius: var(--border-radius);
}

.content-list article.realty{
  background: var(--top-bg);
  padding: 10px;
  margin: 0 0 10px;
}

.content-list-row{
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
}
.content-list-row-leftcol{
  display: flex;
  flex-direction: column;
  min-width: 250px;
  max-width: 324px;
  align-items: center;
  flex-grow: 1;
  border: var(--border);
  border-radius: var(--border-radius);
  background: var(--white);
  height: calc(100vh - 146px);
}
  .content-list-row-leftcol-top {
    display:flex;
    justify-content:space-between;
    width:100%;
    padding: 10px 10px 0;
    align-items:center;
  }  
  .content-list-row-leftcol-top h2{
    margin-left: 7px;
  }
.content-list-row-rightcol{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  height: calc(100vh - 146px);
}
.content-list-row-rightcol-top{
  width: 100%;
  padding: 0 0 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

/*contacts-leftcol
chats-rightcol*/

#back_btn_cont{
  display: flex;
  gap: 8px;
}
#contacts_srch_cont{
  display:flex;
  justify-content: end;
  align-items: anchor-center;
  gap: 8px;
}
#contacts_btns_block{
  display: flex;
  gap: 8px;
}

.realty_map{
width: 100%; height: calc(100vh - 170px); padding: 0; margin: 0;
top:170px;
}
#map{width: 100%; height: 100%; padding: 0; margin: 0;}

.rltr_img_div {
    width: 30%;
    padding: 10px 0 0 10px;
}

.rltr_img_gallery {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.realty_img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* РѕР±СЂРµР·Р°С‚СЊ РїРѕ РєРѕРЅС‚РµР№РЅРµСЂСѓ */
    object-position: center; /* С†РµРЅС‚СЂРёСЂРѕРІР°С‚СЊ */
    border-radius: var(--border-radius);
    transition: opacity 0.6s ease-in-out;
    opacity: 0;
    z-index: 1;
}

.realty_img.visible {
  opacity: 1;
  z-index: 2;
}

.realty_param{
  display: flex;
  width: calc(50% - 10px);
  flex: 1;
  flex-wrap: wrap;
}
.realty_param_left{
  width: 65%;
  padding: 10px 20px;
}
.realty_param_right{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  /*background: #f8f8f8;*/
  padding: 10px;
  border-radius: var(--border-radius);
}
.realty_desc{
  width: 100%;
  padding: 10px 0;
}
.info_title{
  font-weight: 600;
  color: var(--text-color2);
  margin: 0 0 5px 0;
}
.gallery-controls{
  justify-content: center;
  display: flex;
  font-weight: bold;
  align-items: center;
  margin: 10px;
}
.gallery-btn{
  margin: 5px 10px;
  padding: 5px 10px;
}
.video-gallery{
  padding: 10px;
    display: flex;
    gap: 10px;
}
.video-container{
  background: var(--body-bg);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.video_gallery_player{
  width:100%;
}
.realty_head{
  padding: 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  -webkit-justify-content:space-between;
}
.realty_head_title{
  min-width: 300px;
  padding: 0 0 0 10px;
  flex: 1;
  text-align: center;
}
.realty_head_btns{
  display: flex;
  align-items: baseline;
  gap:12px;
}
.realty_head_h2{margin: 0 0 10px 0;}

#mes_fm{display:flex;
flex-direction: column;width: 50%; min-width: 320px;}
#mes_fm *{margin: 0 10px 20px 10px;}

#bs_tt_div{
  position: absolute;
  width: auto;
  max-width: 260px;
  display: none;
  padding: 10px;
  font-size: 10pt;
  color: #fff;
  background:rgba(25, 25, 25, 0.87);
  font-weight: bold;

  border:1px solid #ccc;
   -moz-border-radius: var(--border-radius);
   -webkit-border-radius: var(--border-radius);
   border-radius: var(--border-radius);

   box-shadow: 2px 2px 3px 0px black;
   box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.4);
   -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.4);
   -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.4);
   z-index:1000000000;
}
/*-------------------------------------------*/
@media all and (display-mode: standalone) {
  #btnInstall{display: none;}
}

@media screen and (max-width: 1280px){
  #content-top-set-cont{padding: 10px;}
  .content-list{padding: 0 0 10px}
  .content-list article{padding: 10px 0;}
  .content-list-row-rightcol-top{  
    padding: 0 10px 8px 0;
  }
}

@media screen and (max-width: 840px){
  .content-list-row-leftcol {
    display: none;    
  }
}

@media screen and (max-width: 768px){
  header{
    padding: 5px 0 5px 10px;
    position: sticky;
    top: 0;
    height:unset;
  }
  *{font-size: 14px;}
  h1{font-size: 18px;}
  h2{font-size: 18px;}
  
  #company_name{font-size: 19px;}
  #menu{display:none;}  
  #burger_icon{display: block;}

  #content-top-cont{top:46px;} 

  #contacts_srch_cont{   
    width:100%;
    justify-content: space-between;
  }
  
  button span{
    font-size: 13px;
  }
  
  .realty_param_left{
    width: 100%;
  }
  .content-list{
    flex-wrap: wrap;    
  } 
  .content-list-row{
    flex-wrap: wrap;
  }
  .content-list article{
    /*background: #f2f4f4;*/
    margin: 0;
  }
  .rltr_img_div {
    width: 40%;    
    padding: 10px 0 0 5px;
  }
  .video-gallery{
    flex-wrap:wrap;
  }
  #content-top-set-cont{  
    top:36px;
  }
  #cont_top_block{
  justify-content: space-between;
  }
  .content-list-row-rightcol-top{padding: 10px 10px 8px 0;}
}

@media screen and (max-width: 600px) {
  .content-list-row-rightcol-top{
    padding: 10px 10px 8px;
  }
  #rltr_cont_list {
    padding: 0 0 30px 10px;
  }
}  

@media screen and (max-width: 584px) {
  #back_btn_cont{
    margin-bottom: 2px;
  }  
  .realty_head_btns{
    width: 100%;
    justify-content: center;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 530px) {
  input, textarea, select {
    padding: 4px;
  }
  #admin_disign_panel{
    width:20px;
  }
  button, .btn{padding:5px 6px;}
  button span{display:none;}/*input[name="goButton"]*/
  button span.back{display:block;}
  .rltr_img_div{
    width:100%;
    padding: 0;
    margin-top: 8px;
  }
  .realty_param{
    width: 100%;
  }  
  .realty_head_title {
    width: 100%;
    min-width: 280px;
    text-align: center;
    padding: 0;
  }
  .content-list{padding: 0 0 10px;}
  .content-list-row-rightcol-top{gap: 4px;padding: 0 10px 8px;}
  #show_map, #show_list, #srch_btn{min-width: unset;}
  #company_name{font-size: 17px;}
  #srch_input{
    min-width: 120px;
    padding: 4px 8px;
  }  
  #logo{
    width:36px;
    height:36px;   
  }
  #calendar_header{top:36px;}
}

@media screen and (max-width: 425px) {
  *{font-size: 13px;}
  h1{font-size: 16px;}
  h2{font-size: 15px;}  
}

@media screen and (max-width: 320px) {
  *{font-size: 12px;}
  h1{font-size: 15px;}
  h2{font-size: 14px;}
  #company_name{font-size: 15px;}
}

@media screen and (max-width: 320px){
  #logo{
    width:32px;
    height:32px;   
  }
  #calendar_header{top:32px;}
}

 @media print {
  article{padding: 10px;flex-direction: row;display:flex;flex-wrap: wrap;}
  h2 a{font-size: 22px;color:#000;text-decoration: none;}
  button{
    display: none !important;
  }
  .realty_head{width:100%;padding: 0;margin: 10px 0;}
  .realty_head_title{width:100%;}
  .realty_img{width: 40%;float:left;}
  .realty_param {
    width: 40%;
    margin: 0;
  }
  .realty_desc {
    width: 100%;
    padding: 10px 20px 10px 0;
  }
}/*----------------01 new_admin.css----------------*/
        @charset "utf-8";

a{text-decoration: none;}
#admin_top_fix{
position:sticky;
width: 100%;
top:0px;
z-index:98;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#admin_top_panel{float: left;width: 100%;background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #7a6767, #090909);background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;}
#admin_top_panel div{float: left;color:#ff8e8e;padding: 12px 20px;}
#admin_top_panel a div{color: #fff;cursor: pointer;transition: 0.5s;}
#admin_top_panel a div:hover{color: #f00;cursor: pointer;transition: 0.5s;}

#admin_top_menu{width: 100%;max-width: 100%;float:left;background: #e9e8e7;padding: 2px 5px 4px 5px;
box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3);}
#admin_top_menu ul{
    list-style: none;
    width: 100%;
    display: flex;
  flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    font-size: 16px;
}

#admin_top_menu ul li{margin:2px 2px 2px 0px;padding: 4px 10px;background: #e9e8e7;cursor:pointer;transition:1s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;}
#admin_top_menu ul li:hover{background:#FC8888;}
#admin_top_menu ul li a{color: #353131;font-weight: 700;}
#admin_top_menu ul li.admin_top_menu_sel_item{background: #ffc7c8;border:1px solid #ff7679}
#admin_top_menu ul li.admin_top_menu_sel_item2{border:1px solid #ff7679}

.admin_ed_cont{margin-top:15px;
  padding: 10px;
  border:1px solid #ccc;
}

.flex_center_items{display: flex;justify-content: center;}

.admn_settings_tb{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.admn_settings_tb .col{
  flex-direction: column;
  justify-content: flex-start;
    flex-grow: 1;
    width: 50%;
    min-width: 374px;
}
.admn_settings_tb .title{
    display: flex;
    align-items: center;
    justify-content:center;
    background: #cdc4bd;/*#ddd5ce;*/
    font-size: 16px;
    font-weight: bold;
    color: #1f1c1c;
    height: 28px;
}
.admn_settings_tb .content{
  display: flex;
  flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}
.admn_roles_list_div{
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
#admn_acc_roles_div{display:flex;}
#admn_acc_roles_div_col1, #admn_acc_roles_div_col2{ margin: 0 0 0 2px;padding: 5px 5px 0px;}
#admn_acc_roles_div_col1{background: #eeecea;width: calc(70% - 2px);}
#admn_acc_roles_div_col2{background: #f4f4f4;width: calc(30% - 2px);}
.admn_acc_roles_pow_div{display:flex;flex-wrap:wrap;width:100%;min-width:374px;}
.admn_acc_roles_pow_div_col, .admn_acc_roles_pow_div_col_sel{
    display:none;flex-grow:1;padding:10px 0px 0px 10px;flex-direction:column;min-width:291px;}
.admn_acc_roles_pow_div_col_sel{display:flex;}
.admn_content_title{background: #f4f4f4;padding:2px;}
.tb_line1{background:#f4f9f4; }
.tb_line2{background:#f4f4f9; }

/*-------------------------------------------------*/

.checkbox { display:flex;justify-content:center;}
.checkbox input[type="checkbox"]{
    display:none;
}
.checkbox label {
    cursor: pointer;
    text-indent: 34px;
    width: 30px;
    min-width: 30px;
    height: 16px;
    background: #9d9d9d;
    display: block;
    border-radius: 10px;
    position: relative;
    margin-right: 4px;
}

.checkbox label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 14px;
    transition: 0.3s;
}

.checkbox input:checked + label {
    background: var(--accent-color);
}

.checkbox input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.checkbox label:active:after {
    width: 18px;
}
/*-------------------------------------------------*/
@media screen and (max-width: 687px) {
  #admin_top_panel div{padding: 10px;}
}
@media screen and (max-width: 607px) {
  #admin_top_panel div{padding: 5px 10px;}
}
@media screen and (max-width: 560px) {
  #admin_top_menu_ul_sec{border-top: 1px solid #aaa;}
}

      /*--------------------------page_id=41 css------------------------*/		    
      
                  /*-----------------------------------_accounts/css/accounts_css.css-------------------------------*/
                  /* CSS Document */
#acc_profile{
  flex:1;
  flex-direction: row;
  padding: 10px 10px 60px 10px;
  background: var(--info-block-bg);
  border: 1px solid var(--content-top-border-color);
  max-width: var(--max-width);
  margin: 10px 0 0;
  border-radius: 8px;
}
.acc_profile_top{
  display: flex;
  flex-direction: row;
}
.acc_profile_leftcol{
  display: flex;
  flex-direction: column;
  min-width: 200px;
  align-items: center;
}
.acc_profile_centercol{
  display: flex;
  flex-direction: column;
  flex-grow: 5;
  max-width: 700px;
}
.acc_profile_rightcol{padding:10px;margin-left:15px;min-width:300px;}
#rights_list{padding:10px;background:var(--body-bg);margin:5px 0 20px;border-radius:8px}
.terms_list_item{margin: 5px 0;padding: 10px;background:var(--body-bg);cursor: pointer;border-radius: 8px}
#terms_checked{display: none;}

#acc_profile_contacts{
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 980px;
  flex-wrap: wrap;
  align-content: flex-start;
}
.acc_profile_cont{
  display: flex;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.account_top_status{
  display: flex;
  padding: 0 0 10px;
  color:var(--btn-text-color);
}
.account_email{
  color:var(--btn-text-color);
}
.account_phone{
  padding: 10px 0 0;
  color:var(--btn-text-color);
}
#account_pg_title, .acc_profile_title{
  width: 100%;
  font-size: 18px;
  color: var(--h1-color);
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
.acc_profile_title{
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}
.account_title{
   width: 100%;
   font-size: 18px;
   color: #ffffff;
   font-weight: bold;
   display: flex;
   justify-content: center;
   padding: 10px;
   background: var(--top-bg);
}
.account_photo{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px;
}

.account_cont{
   text-align:center;
   width: 100%;
}
#account_cont_div{  
    padding:12px;
    overflow-y: auto;
}

.account_input_txt{width:100%; max-width: 320px;}

.account_btns_div{
   margin: 20px auto;
   width: 100%;
   max-width: 320px;
}
.account_btns_div_sec
{
  display:flex;width:100%;display:flex;justify-content:space-between;align-items:center;
}
.account_btns_div_sec div:hover{color:var(--text-color3);cursor:pointer;transition: 0.5s;}

#fm_err_mes {
    display: none;
    text-align: center;
    background: var(--warning-bg);
    color: var(--white);
    padding: 7px;
    line-height:20px;
}
#fm_err_mes a{color:var(--white);transition: 0.5s;}
#fm_err_mes a:hover{color:var(--text-color-warning);}

.ad_powers_title{
   text-align: center;
   background: #8E9099;
   font-size: 16px;
   font-weight: bold;
   color: var(--white);
   height: 22px;
}

#country_select, #country_select option{
   width:392px;
}
/*--------------------------------------*/
.auth_edit_tabs{
   float:left;
}

.auth_edit_tab, .auth_edit_tab_sel{
   width:auto;
   padding: 4px 10px;
   text-align:center;
   float:left;
   cursor:pointer;
   background:#e0d3c9;
   margin-right:2px;
}

.auth_edit_tab_sel{
   background:#ffc7c8;
}

.auth_edit_cont{
display: none;
float:left;
width:100%;
text-align: left;
margin-top:0px;
background: #FFF;
}

#acc_edit_a_cont{
   margin:10px;
   text-align:right;
   float:right;
}

.auth_edit_cont_sel{
   display:block;
   width:100%;
   text-align: left;
   margin-top:0px;
   background: #FFF;
}

.fm_row_block{
   border: solid 1px #aaa;
   background:#f8f8f8;
   padding:10px;
   margin:15px;
}

.fm_row_left{
   width:200px;
   float:left;
   text-align:right;
   margin-right:10px;
}

.fm_row {
color: var(--text-color);
margin: 10px 0 2px;
}

.adm_univ_menu_class td{
    color: #000000;
    background-color: #f4f4f4;
    overflow: hidden;
}

.roles_edit_tab, .roles_edit_tab_sel {
    width: calc(50% - 4px);
    padding: 4px 10px;
    text-align: center;
    float: left;
    cursor: pointer;
    background: #e9e8e7;;
    margin-right: 2px;
}
.roles_edit_tab_sel{
  background: #ffc7c8;
}

#oauth_avito,
#oauth_yandex, 
#oauth_vk, 
#oauth_tbank, 
#oauth_mail{
  height: 31px;
  width: 31px;
  opacity: 0.8;
  transition: 0.6s;
}
#oauth_avito{background: url(../../images/oauth/31-avito.svg) no-repeat}
#oauth_yandex{background: url(../../images/oauth/31-yandex.svg) no-repeat}
#oauth_vk{background: url(../../images/oauth/31-vkontakte.svg) no-repeat} 
#oauth_tbank{background: url(../../images/oauth/31-tinkoff.svg) no-repeat} 
#oauth_mail{background: url(../../images/oauth/31-mailru.svg) no-repeat}

#oauth_avito:hover{opacity: 1;}
#oauth_yandex:hover{opacity: 1;} 
#oauth_vk:hover{opacity: 1;} 
#oauth_tbank:hover{opacity: 1;}
#oauth_mail:hover{opacity: 1;}

#account_tabs{
  padding:10px 0px;
  display:flex;
  justify-content: end;
  gap: 5px;
}

.account_tab, .account_tab_sel {
    padding: 4px 15px;
    text-align: center;
    float: left;
    cursor: pointer;
    /*background: #e9e8e7;*/
    margin-right: 2px;
    border-radius: 8px;
}

.account_tab_sel {
    background: var(--accent-color);
}

.account_div_col, .account_div_col_sel {
    display: none;
    flex-grow: 1;
    flex-direction: row;
    min-width: 291px;
}

.account_div_col_sel {
    display: flex;
} 

#account_tariffs{
  width:100%;
  display:flex;
  gap:10px;
  padding: 10px;
}

.account_tariff_column
{
    display: flex;
    flex: 1;
    flex-direction: column;
    border: 2px solid var(--btn-dis-bg);
    border-radius: 8px;
    padding: 10px;
    background: var(--body-bg);
    transition: 0.6s;
}
.account_tariff_column_sel, 
.account_tariff_column:hover{
  border: 2px solid var(--accent);
}

.tariff_title{
  font-weight: bold;
  text-align: center;
  color: var(--accent);
  margin: 5px 0 10px;
  font-size: 18px;
}
.tariff_subtitle{
  text-align:center;
  font-size: 14px;
  color:var(--accent-color-dark);
  margin: 0 0 15px;
}

.tariff_btn_cont{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 15px 0 10px;
}

.account_tariff_list{
  padding: 5px;  
}
.account_tariff_list li{
  margin: 5px;
  display: flex;
  justify-content: space-between;
}
.account_tariff_list span{
  color: #545a56;
}
.account_tariff_list span.tariff_list_sel{
  color: var(--accent);
}

.account_tariff_column_off,
.account_tariff_column_off .tariff_title,
.account_tariff_column_off .tariff_subtitle
{
  color: #aaa;
}
.account_tariff_column_off .account_tariff_list span,
.account_tariff_column_off button
{
  display: none;
}

#integrations_set{
  width:100%;
  max-width:980px;
  padding:10px;
}

.settings-form {
  max-width: 600px;
  font-family: sans-serif;
  border-radius: 6px;
  padding: 15px 15px 15px;
  border: var(--border);
  background:var(--body-bg);
  margin: 10px 20px 20px 0;
  min-width: calc(50% - 20px);
}

.settings-form label {
  display: block;
  margin-top: 10px;
}

.settings-form input {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  box-sizing: border-box;
}
.settings-form-istr{
  cursor:pointer;
  min-width: 92px;
  color: #086d91;
  text-align: right;
}

#auth_exit_a{
  color:var(--text-color-warning);
  cursor:pointer
}

@media screen and (max-width: 768px){
  #account_tabs{
    justify-content: center;
  }
  .account_div_col, .account_div_col_sel{
      flex-direction: column;
    }
   .acc_profile_title, .account_top_status{justify-content:center;}

   #account_cont_div{
    overflow-y:auto;  
   }
  .account_tab, .account_tab_sel {
    padding: 4px 10px;
  }

  #auth_exit_a{display: none;}

  .acc_profile_centercol{max-width: unset;}
  .acc_profile_rightcol{margin-left:unset;padding: 10px 0;}

  #integrations_set{
    width:100%;
    padding:0;
  }

  .settings-form {  
    padding: 10px;
    border: 1px solid #eee;   
    margin: 5px 0;
    min-width: 100%;
    width: 100%;
  }

  .settings-form input {
    padding: 4px;
  }

  h2{
    text-align: center;
  }
  #account_tariffs{
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .acc_profile_top{flex-wrap: wrap;}
  .acc_profile_leftcol{flex-grow: 1;}
  .acc_profile_centercol{min-width: 281px;}  
  
  .acc_profile_cont{padding: 15px 0;}

  .account_tab, .account_tab_sel {
        padding: 4px 5px;
    }

  #account_tabs{gap: 0;}

}

@media screen and (max-width: 320px){
  .account_tab, .account_tab_sel {
    font-size: 12px;
  }
}  
                  
                  
                  /*-----------------------------------_help/css/help_css.css-------------------------------*/
                  * {
      box-sizing: border-box;
    }

    body, html {
      margin: 0;
      padding: 0;
      /*height: 100%;*/
      font-family: sans-serif;
    }

    #help_header {
      background: #565956;
      color: #fff;
      padding: 12px;
      text-align: center;
      font-size: 1.2em;
      height: auto;
      border:none;
      max-width: 100%;
    }
    #help_header a{
      font-size:14px;
      color:#42b763;
      transition: 0.8s;
    }
    #help_header a:hover{
      color:#3be169;
    }

    .help_container {
      display: flex;
      height: calc(100% - 64px);
      overflow: hidden;
      width: 100%;
      max-width: 100%;
    }

    .help_sidebar {
      width: 300px;
      background-color: #f9f9f9;
      padding: 10px;
      overflow-y: auto;
    }

    .help_sidebar ul {
      list-style: none;
      padding-left: 20px;
    }

    .help_sidebar li {
      cursor: pointer;
      margin: 4px 0;
    }
    .help_sidebar li a{
      color:#222;
      transition: 0.8s;
    }
    .help_sidebar li a:hover, .help_sidebar li a.sel{
      color:var(--menu-sel-item-bg);
    }

    .resizer {
      width: 5px;
      background-color: #e9e8e7;
      cursor: ew-resize;
    }

    .help_content {
      flex: 1;
      background-color: #fff;
      padding: 20px;
      overflow-y: auto;      
    }

    .unselectable {
      user-select: none;
    }

    pre code {
      display: block;
      padding: 12px;
      background-color: #f6f8fa;
      border-radius: 6px;
    }

.help_tb{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.help_tb_title{
  background: #f4f4f4;
}

.help_info_div{
  padding: 15px 5px;
}

.help_tb td
{
  padding: 4px;
  border: 1px solid #ccc;
}

.help_ex_title{
  height:22px;
  color:#000;
  padding-left:10px;
  /*background:#f4f4f4;*/
}

.help_ex_title_btn{
  color:#fff;
  font-size:14px;
  font-weight:bolder;
  width:18px;
  height:18px;
  background:#a4a4a4;
  float:right;
  margin:2px;
  text-align: center;
}
.help_dstb{
  display: none;
  float: left;
  margin-top: 10px;
  color: rgb(21, 21, 31);
  width: 100%;
  padding: 15px;
}

.help_dir::before {
    content: '';
    display: inline-block;
    width: 18px; /* РЁРёСЂРёРЅР° РёРєРѕРЅРєРё */
    height: 16px; /* Р’С‹СЃРѕС‚Р° РёРєРѕРЅРєРё */
    background:url(../../images/folder16.png) no-repeat center;
    background-size: contain; /* РњР°СЃС€С‚Р°Р±РёСЂРѕРІР°РЅРёРµ РёР·РѕР±СЂР°Р¶РµРЅРёСЏ */     
}
.help_dir_nm{
  font-weight: bold;
  padding: 0 4px;
}
.ex1{
  margin-top: 10px;
}

                  
                  
                  /*-----------------------------------_page_editor/css/pg_editor.css-------------------------------*/
                  @charset "utf-8";

#page_editor_cont{display:flex;flex-direction:column;height: 100%;width:calc(100% - 15px);margin: 20px 0px 20px 15px;overflow-y: scroll;color:#383838;}
#page_editor_cont input{width:calc(100% - 10px);}
#page_editor_cont textarea{width:calc(100% - 10px);max-width:calc(100% - 10px);max-height: 200px;min-width: 240px;min-height: 22px;}
#page_editor_cont_btns_div{text-align: center;margin-top: 10px;}

.pg_edit_btns_cont{float:right;display:flex;align-self:flex-end;flex-direction:row-reverse;border-radius: 5px;
  padding:3px;background:#898989;border:2px solid #3F3B3B;margin:10px;width:28px;min-height:28px;overflow:hidden;}
.pg_edit_add_btn{cursor: pointer;height:16px;min-width:16px;margin:1px;}

/*---------------------------------------------------*/
.fm_cont{
  width: 100%;
  padding: 20px; 
}
.fm_input{
  width: 100%;
  margin: 0 0 10px 0;
}
.fm_textarea{
  border: var(--border);
    padding: 10px;
    background: var(--white);
    min-height: 80px;
    min-width: 100%;
    max-width: 410px;
    width: 100%;
    max-height: 276px;
    flex: 1;
    border-radius: var(--border-radius);
    color: var(--text-color2);
}
#bs_mess_form_cont, #bs_mess_form2_cont, #bs_mess_form3_cont{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
}
#bs_mess_form, #bs_mess_form2, #bs_mess_form3 {
    display: none;
    width: calc(100% - 5px);
    min-height: 300px;
    max-height: calc(100% - 20px);
    background: var(--mes-fm-bg);
    border-radius: var(--border-radius);
    border: var(--border);
    z-index: 102;
    overflow: hidden;
    max-width: 700px;
    flex-direction: column;
    align-items: center;
    position: fixed;
}

#bs_mess_form_back, #bs_mess_form2_back, #bs_mess_form3_back, #top_menu_mob_back{
  display: none;
  position: fixed;
  zoom: 1;
  top: 0px;
  left:0px;
  width:100%;
  height:100%;
  background:var(--modal-fm-back-bg);
  backdrop-filter: blur(7px);
  opacity: 0.9;
  z-index:99;
}

#bs_mess_form2{z-index: 105;}
#bs_mess_form2_back{z-index: 103;}
#bs_mess_form2_cont{z-index: 104;}

#bs_mess_form3{z-index: 108;}
#bs_mess_form3_back{z-index: 106;}
#bs_mess_form3_cont{z-index: 107;}

.bs_mess_form_header {
    width: 100%;
    display:flex;
    justify-content: space-between;
    align-items: end;
    user-select: none; 
}
.bs_mess_form_back_btn{
  /*color: #5f826a;*/
  padding: 6px 10px;
  cursor: pointer;
  transition: 0.5s;

  background-color: var(--mes-fm-back-btn-color); /* в†ђ С†РІРµС‚ РјРµРЅСЏРµС‚СЃСЏ С‡РµСЂРµР· С†РІРµС‚ С‚РµРєСЃС‚Р° */
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2024%2024' fill='none' stroke='%23000' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.5%2019.5%203%2012m0%200%207.5-7.5M3%2012h18'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  
  margin: 0 0 8px 10px;
    height: 18px;var(--mes-fm-back-btn-color)
}
.bs_mess_form_back_btn:hover{
  background: var(--mes-fm-back-btn-hover-color);
  color:#415b49;
}
.bs_mess_form_title {
    padding: 20px 0 0 20px;
    font-size: 18px;
    color: var(--mes-fm-title-color);
    font-weight: bold;
}
.bs_mess_form_title_close_btn{
    width: 50px;
    padding: 10px 0 0;
    font-size: 28px;
    color: var(--btn-dis-bg);
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}
.bs_mess_form_title_close_btn:hover{
   color:#fe4949;
}
#edit_res{width: 100%;padding-bottom:10px;text-align: center;display:none;}

.bs_mess_form_subtitle{
  font-size: 17px;
  width: 100%;
  padding: 15px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:var(--mess-form-subtitle-color);
}
.bs_mess_form_btns_div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.del_btns_div{
    width: 270px;
    display: flex;    
}
.del_btn:hover{
    background:#db2121;
    color:#fff;
}
.del_question_div{
    float:left;
    margin: 5px;
    display:none;
    align-items: center;
}
.del_question_no_btn{
    padding: 4px 10px;
    margin: 0 0 0 4px;
    background:#d3d3d3;
    color:#000;
    cursor: pointer;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.del_question_yes_btn{
    padding:4px 10px;
    color:#ffffff;
    background:#db2121;
    cursor: pointer;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
/*---------------------------------------------------*/

.lineTabs{
  height:24px;
  list-style:none;
  margin:0px auto;
}
.lineTabs li{
  display:block;
  float:left;
  margin:0px;
  padding:0px;
  position:relative;
  overflow:visible;
  text-align:center;
  width:93px;
  border:1px solid #999;
}
.lineTabs li a{
  background: none;
  color:#000;
  display:block;
  font:normal 14px Verdana;
  height:16px;
  margin-right:20px;
  outline:none;
  padding:4px 10px;
  position:relative;
  text-decoration:none;
  width:73px;
}
.lineTabs li a.active{
  background: #eee;
  color:#000;
  z-index:50;
}
.lineTabs li a:hover{
  background: #fff;
  color:#000;
  z-index:30;
}
#page_editor_cont .lang_cont{
  background:#eee;
  border:1px solid #999;
  display:block;
  float:left;
  margin:0px 0px 10px;
  padding:10px 3px 10px 10px;
  width:calc(100% - 10px);
}
#page_editor_cont .lang_cont div{

  display:none;
  height:auto;
  float:left;
  clear:both;
  left:0px;
  margin:0px;
  padding:0px;
  position:static;
  top:0px;
  width:100%;
}
#page_editor_cont .lang_cont div p{
  margin:5px 0px;
  padding:0px;
}
/*--------------------------------------------------------------------*/
.h_cont{
   width:100%;
   text-align:center;
   float:left;
}

/*---------------------*/

.h_cont_2col, .h_cont_3col, .h_cont_4col{
   height:100%;
   border:1px solid #B1B7C0;
   padding:1%;
   margin-left:1%;
   margin-bottom:2%;
   background:#ffffff;
   float:left;
   font-family:Arial;
   font-size:16px;
   font-style:normal;
   font-weight: 100;
   text-align: center;
   -moz-border-radius: 6px;  -webkit-border-radius: 6px;   border-radius: 6px;
}

.h_cont_2col{ width:41%; }
.h_cont_3col{ width:30%; text-shadow: 1px 1px 1px #ff0000; text-decoration:overline; z-index:5;}
.h_cont_4col{ width:18%; }

/*---------------------*/

/*----------------------------*/
.pg_add_list_cont{
   width:96%;
   padding:2%;
   float:left;
   overflow-y:scroll;
   height:400px;
   margin:10px 0px;
}

.pg_add_item_cont, .pg_add_item_cont1{
   float:left;
   width:96%;
   border:1px solid #999;
   background:#fff;
   padding: 10px;
   margin-bottom:5px;
}

.pg_add_item_cont:hover{
   border:1px solid #f00;
   cursor:pointer;
}

.pg_add_item_title{
   width:100%;
   text-align:center;
   font-weight:bold;
}

.pg_add_item_txt{
   float:left;
   width: 78%;
   margin-left:4px;
}

.pg_sel{
   padding:2px 7px;
   background:#FF9A3A;
   -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pg_not_sel{
   padding:2px 7px;
   background: none;
   -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  color:#2F3042;
}
.pg_not_sel:hover{
   padding:2px 7px;
   background:#FF9A3A;
   cursor: pointer;
   -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/*----------------------------*/
.pg_editor_tab, .pg_editor_tab_sel, .pg_editor_save {
width: auto;
padding: 4px 10px;
margin: 3px 3px 8px;
text-align: center;
float: left;
border: solid 1px #c1c1c1;
color:#000000;
cursor: pointer;
background: #dfdfdf;
transition: 0.5s;
}
.pg_editor_tab:hover{
background:#fff6f6;
}

.pg_editor_tab_sel {
color:#ffffff;
background: #fe4949;
border: solid 1px #fe4949;
}
.pg_editor_tab_sel:hover {
background: #ff8888;
}

.pg_editor_cont, .pg_editor_cont_sel {
display: none;
height: 400px;
text-align: center;
margin: 1%;
overflow-y:scroll;
width: 450px;
}

.pg_editor_cont_sel {
display: block;
}

.pg_editor_save{float:right;}

.pg_add_item_div{
   font-size: 11px;
   width: 100px;
   height: 100px;
   border: solid 2px #818181;
   margin:3px;
   float:left;
   color:#333333;
   background:#fff;
   -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.5s;
  cursor:pointer;
}

.pg_add_item_div:hover{
   border: solid 2px #ff6361;
   color:#bb0000;
}

#disign_edit{
   height:0px;
   width:100%;
}

.dis_par_cont{
   float:left;
   margin:4px 5px;
}

#pgadd_header{background:url(../../../../../../images/_pg_editor/pg_constr_header.png) center no-repeat;}
#pgadd_menu{background:url(../../../../../../images/_pg_editor/pg_constr_menu.png) center no-repeat;}
#pgadd_main{background:url(../../../../../../images/_pg_editor/pg_constr_main.png) center no-repeat;}
#pgadd_footer{background:url(../../../../../../images/_pg_editor/pg_constr_footer.png) center no-repeat;}
#pgadd_auth_form{background:url(../../../../../../images/_pg_editor/pg_constr_auth.png) center no-repeat;}
#pgadd_email_form{background:url(../../../../../../images/_pg_editor/pg_constr_email.png) center no-repeat;}

#pgadd_newcolumn{background:url(../../../../../../images/_pg_editor/pg_constr_new_column.jpg) center no-repeat;}
#pgadd_newdiv{background:url(../../../../../../images/_pg_editor/pg_constr_new_div.jpg) center no-repeat;}
#pgadd_new2column{background:url(../../../../../../images/_pg_editor/pg_constr_new_div2.jpg) center no-repeat;}
#pgadd_new3column{background:url(../../../../../../images/_pg_editor/pg_constr_new_div3.jpg) center no-repeat;}
#pgadd_new4column{background:url(../../../../../../images/_pg_editor/pg_constr_new_div4.jpg) center no-repeat;}

#pg_add_show_links{background:url(../../../../../../images/_pg_editor/pg_constr_link.png) center no-repeat;}
#pgadd_art{background:url(../../../../../../images/_pg_editor/pg_constr_article.png) center no-repeat;}
#pgadd_art_sel{background:url(../../../../../../images/_pg_editor/pg_constr_article_sel.png) center no-repeat;}
#pgadd_art_gr{background:url(../../../../../../images/_pg_editor/pg_constr_art_gr.png) center no-repeat;}

#pgadd_sait{background:url(../../../../../../images/_pg_editor/pg_constr_sait.png) center no-repeat;}

.pg_tree_div {
  text-align: left;
  padding: 4px;
  border: #777 1px solid;
  margin: 2px;
  background: #e8e8e8;
  display:flex;
  flex-direction:column;
  align-self: flex-start;
  min-width: 195px;
}
.pg_tree_row{
  display:flex;
  flex-direction:row;
  font-size:inherit;
  margin: 2px 0;
  align-items: center;
  justify-content: left;
}
.pg_tree_info_title {
    font-size: 14px;
    font-weight: bold;
}
.pg_tree_info {
    font-size: 12px;
}
.tree_input1 {
    width: 30px;
    font-size: 12px;
}
.tree_input2 {
    width: 100px;
    font-size: 12px;
}

@media screen and (max-width: 768px){
  #bs_mess_form, #bs_mess_form2, #bs_mess_form3{
    border:none;
  }
  
  .bs_mess_form_subtitle {
    font-size: 15px;}
}

@media screen and (max-width: 340px) {
  .pg_add_item_div{width:45%;}
  .bs_mess_form_subtitle {
    font-size: 13px;}
}

                  
                  
                  /*-----------------------------------articles_gallery/css/gallery_css.css-------------------------------*/
                  #content-list{
  width: 100%;
  max-width: var(--max-width);
  padding: 0 0 60px 0;
}
article{
  background: var(--info-block-bg);
  padding: 10px;
  margin: 10px 2px 5px;
  border-radius:10px;
  color:var(--text-color);
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.art{flex-direction: column;width: 100%;max-width: var(--max-width);}

.art_title{
  text-align: center;
  margin: 0 10px;
}

.art_cont_txt{
   text-align:justify;
   line-height: 150%;
   text-indent: 1.5em;
}

.art_cont_img{
  float: left;
  margin: 0 10px 10px 0;
  shape-outside: inset(0px);
  clip-path: inset(10px);
}

.art_lead{
  margin: 0;
  padding: 10px;
}

#a_img_ed{
  margin: 0;
  padding: 10px;
}

.art_img1{
  float:left;
  margin: 0 7px 7px 0;
  width:60px;
}

.art_cont_style{
  padding:5px 10px;
  background: var(--admin-info-block-bg-color);
}

.info_td_style{
  border-bottom: 1px solid var(--admin-info-block-brdr-color);
  background: var(--admin-info-block-bg-color);
}

@media screen and (max-width: 768px){
  .art_title{
   font-size: 16px;
 }
}

.visual_editor_toolbar {
    display: flex;
    width: 100%;
    padding: 5px;
    flex-wrap: wrap;
}

.visual_editor_toolbar button {
    border: none;
    font-size: 16px;
    cursor: pointer;
    background: var(--mes-fm-bg);
    border:1px solid var(--mes-fm-bg);
    transition: 0.8s;
    width: 30px;
    padding: 5px 0;
    min-width: 0 2px 0 0;
    cursor: default;
}
.visual_editor_toolbar button:hover{
  background: var(--white);
  border-left: var(--border);
  border-right: var(--border);
}

.visual_editor {
    border: var(--border);
    padding: 10px;
    min-height: 200px;
    max-height: 400px;
    overflow-y:scroll;
    width: 100%;
    max-width:100%;
    min-width:280px;
    box-sizing: border-box;
    white-space: pre-wrap;
}
.visual_editor_lead {
    border: var(--border);
    padding: 10px;
    min-height: 100px;
    max-height: 200px;
    overflow-y:scroll;
    width: 100%;
    max-width:100%;
    min-width:280px;
    box-sizing: border-box;
    white-space: pre-wrap;
}
#a_title_ed{
  width:100%;
  padding: 10px;
  text-align: center;
}

#a_title_ed, #a_lead_ed, #a_text_ed{
  background:var(--white);
}

#a_lead_ed{
  max-height: 110px;
  min-height: 60px;
}

#visual_editor:focus {
    border:1px solid var(--menu-sel-item-bg);
}

#vis_ed_title{
  margin: 10px;flex-grow:1;
}

#vis_ed_btn1{
  background: url(../../images/base_sprite16.png) no-repeat -64px -48px;
  width:16px;
  height: 16px;
}
#vis_ed_btn2{
  background: url(../../images/base_sprite16.png) no-repeat -80px -48px;
  width:16px;
  height: 16px;
}
#vis_ed_btn3{
  background: url(../../images/base_sprite16.png) no-repeat -96px -48px;
  width:16px;
  height: 16px;
}
#vis_ed_btn4{
  background: url(../../images/base_sprite16.png) no-repeat 0 -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn5{
  background: url(../../images/base_sprite16.png) no-repeat -16px -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn6{
  background: url(../../images/base_sprite16.png) no-repeat -32px -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn7{
  background: url(../../images/base_sprite16.png) no-repeat -48px -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn8{
  background: url(../../images/base_sprite16.png) no-repeat -64px -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn9{
  background: url(../../images/base_sprite16.png) no-repeat -80px -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn10{
  background: url(../../images/base_sprite16.png) no-repeat -96px -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn11{
  background: url(../../images/base_sprite16.png) no-repeat -112px -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn12{
  background: url(../../images/base_sprite16.png) no-repeat -128px -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn13{
  background: url(../../images/base_sprite16.png) no-repeat -144px -16px;
  width:16px;
  height: 16px;
}
#vis_ed_btn14{
  background: url(../../images/base_sprite16.png) no-repeat 0 -32px;
  width:16px;
  height: 16px;
}
#vis_ed_btn15{
  background: url(../../images/base_sprite16.png) no-repeat -16px -32px;
  width:16px;
  height: 16px;
}
#vis_ed_btn16{
  background: url(../../images/base_sprite16.png) no-repeat -32px -32px;
  width:16px;
  height: 16px;
}
#vis_ed_btn17{
  background: url(../../images/base_sprite16.png) no-repeat -48px -32px;
  width:16px;
  height: 16px;
}
#vis_ed_btn18{
  background: url(../../images/base_sprite16.png) no-repeat -64px -32px;
  width:16px;
  height: 16px;
}

#fm_visual_editor_table{
  margin: 20px 0 0 0;
}
#fm_visual_editor_table label{margin: 0 10px 0 0}
#fm_visual_editor_table .param_div{
  display:flex;
  width:100%;
  flex-direction:row;
  align-items: center;
  justify-content: space-between;
}
#fm_visual_editor_table .btns_div{
  display:flex;
  justify-content:center;
  padding:20px;
}
                  
                  
                  /*-----------------------------------calendar/css/calendar_css.css-------------------------------*/
                    .app{width:100%;display: flex;
    flex-direction: column;
    flex: 1;}
  #calendar_header{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;
    padding:10px 0;position: sticky;background: var(--main-bg);
    top: 48px;
    z-index: 3;
    }
  .left{display:flex;gap:12px;align-items:center}
  
  .controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap;width: 100%;justify-content: space-between;}
  .active{background:var(--accent-color-light);}
  .primary{background:var(--accent-color-light);}

  .ev_adress{color: vat(--text-color);}
 
  /* calendar area */
  .calendar{display:flex;flex-direction:column;gap:10px;background: var(--white);padding:0 2px;flex: 1;}
  .weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
  .weekday{user-select: none;padding:8px 6px;text-align:center;font-weight:600;color:var(--btn-dis-bg);background:transparent;}
  .month-grid{display:grid;grid-template-columns:repeat(7,minmax(0, 1fr));grid-auto-rows: 68px;gap:8px}
  .day-cell{padding:2px;background:var(--border-color);border-radius:8px;overflow: hidden;position:relative;border:1px solid rgba(0,0,0,0.04)}
  .day-num{position:absolute;right:8px;top:6px;font-size:12px;color:var(--text-color3)}
  .day-events{display:flex;flex-direction:column;gap:6px;margin-top:20px}
  .ev{padding:6px 8px;border-radius:6px;font-size:12px;color:var(--text-color2);position:relative;user-select:none;overflow:hidden}
  .ev .handle{right:6px;top:6px;width:auto;cursor:grab;font-weight:700;font-size:12px;opacity:0.95}
  /* week/day view */
  .time-grid{display:grid;grid-template-columns:60px 1fr;gap:0;align-items:start}
  .times{border-right:1px solid var(--border-color);border-radius:8px 0 0 8px;overflow:hidden;position:relative}
  .time-header{height:48px; /* spacer equal to .day-header height */ }
  .time-row{height:40px;padding-top:4px;font-size:12px;color:var(--text-color3);text-align:center;
    border-bottom:var(--border);}
  .tm_label{font-size: 12px;color: var(--text-color3);}
  .columns{display:grid;grid-template-columns:repeat(7,1fr)}
  .day-col{position:relative;min-height:1008px;border-left:1px solid var(--border-color);overflow:visible}
  .day-col.weekend{background:var(--weekend)}
  .day-header{user-select: none;height:48px; /* used for times spacer */ position:sticky;top:0;
    background:linear-gradient(180deg,var(--top-bg),var(--top-bg));padding:12px;
    border-bottom:1px solid var(--border-color);
    text-align:center;font-weight:600;color: var(--text-color2);}
  .event-block{position:absolute;border-radius:6px;box-shadow:0 6px 14px rgba(15,23,42,0.06);overflow:hidden}
  .event-head{cursor:grab;font-weight:600;user-select:none;padding:8px;background: var(--btn-dis-bg);
    border-bottom: var(--border);display: flex;flex-direction: column;}
  .event-body{font-size:12px;opacity:0.95;padding: 8px;display: flex;gap: 8px;flex-wrap: wrap;}
  .event-block .resize{position:absolute;left:0;right:0;bottom:0;height:8px;cursor:ns-resize;border-radius:0 0 6px 6px}
  .ev_links{display: flex;align-items: center;padding: 0 8px;cursor: pointer;transition: 0.6s;border-radius: 8px;}
  .ev_links:hover{background: var(--accent-color);}

  /* modal */
  .modal{position:fixed;inset:0;background:rgba(0,0,0,0.35);display:none;align-items:center;justify-content:center;z-index:200}
  .modal .card{background:#fff;padding:16px;border-radius:10px;width:96%;max-width:480px}
  .modal label{display:block;margin-top:8px;font-size:13px;color:#374151}
  .modal input,.modal textarea,.modal select{width:100%;padding:8px;border-radius:8px;border:1px solid #e5e7eb;margin-top:6px}
  .actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}
  .small{font-size:12px;color:var(--text-color3)}
  /* Kanban */
  .kanban{display:flex;gap:12px;overflow-x:auto;padding:10px}
  .kanban-column{min-width:240px;background:var(--border-color);border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:8px;}
  .kanban-column h3{margin:0;text-align:center;font-size:14px;padding-bottom:6px;border-bottom:1px solid var(--border-color);}
  .kanban-event{padding:8px;border-radius:6px;background:var(--eventDefault);color:white;cursor:grab}
  .kanban-event small{display:block;margin-top:6px;opacity:0.9;font-size:12px}
  @media screen and (max-width: 1280px){ #calendar_header {padding: 10px;} }
  @media (max-width:900px){ .time-grid{grid-template-columns:48px 1fr}.day-col{min-height:720px} }
  @media (max-width:640px){ .month-grid{gap:6px} header{gap:6px} }
                  
                  
                  /*-----------------------------------canban/css/kanban_css.css-------------------------------*/
                  #canbancateg{min-width: 150px}
                  
                  
                  /*-----------------------------------chat/css/chat_css.css-------------------------------*/
                  #chat_block{
  flex-direction: column;
  display: flex;
  border: var(--border);
  border-radius: var(--border-radius); 
  width: calc(100% - 10px);
  min-width: 300px;
  margin: 0 10px;
  background: var(--top-bg);
  padding: 10px;
  height: calc(100vh - 146px);
  justify-content: space-between;
}
#chat{
  display: flex;
  flex-direction: column;
  gap: 10px;  
  width:100%;
  overflow-y:auto;
  padding:10px 4px 0 0;
}

#chat_top{
  width:100%;  
  display:flex;
  align-items: end;
  flex-direction: column;
  margin: 0 0 10px;
}
#chat_top_cont{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#chat_set_cont{
  width:100%;
  display:none;
  align-items:center;
  justify-content:end;
  flex-wrap: wrap;
  margin: 5px auto;
  gap: 10px;
}

#chats_list{
  display:flex;
  flex-direction: column;
  width:100%;
  overflow-y:scroll;
  height:400px;
  padding: 0 4px 0 0;
}

#prompt_edit_fm{
  display:flex;
  flex-direction: column;
}
#prompt_textarea{
  width: 100%;
  max-width: 520px;
  min-width: 320px;  
  height: 100%;
  min-height: 300px;
  max-height: 330px;
  margin: 4px 0 10px;
  padding: 5px;
  background: var(--white);
}

.chat_set_param{
  display:flex;
  flex-direction: column;
  margin: 5px 0px 10px;
  padding: 10px;
  flex: 1 1 320px;
  min-width: 320px;
  box-sizing: border-box;
  border-radius: var(--border-radius);
}
.chat_question, .chat_answer{
  padding:12px;
  border-radius: var(--border-radius);
  width:80%;
  max-width: 500px;
} 

.chat_question{
  background:var(--border-color);
  
}
.chat_answer{
  background:var(--accent-color-light);  
  align-self: end;
}
.mes_text {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* РІСЂРµРјСЏ СЃРѕРѕР±С‰РµРЅРёСЏ */
.mes_tm {
    display: flex;
    justify-content: end;
    font-size: 11px;
    opacity: 0.6;
    user-select: none;
}
.chat_date_separator{
  display: flex;
  justify-content: center;
  opacity: 0.7;
}
.chat_date_separator_dt{
  background:var(--border-color);
  border-radius: var(--border-radius);
  font-size: 12px;
  padding: 10px 15px;
  user-select: none;
}

#chats_back_btn{
  font-weight: 600;
  margin-left: 10px;
  border: none;
  background: none;
  display: none;
}
#chats_back_btn:hover{
  background: var(--white);  
}

#chat_reply {
    display: none;
    flex-direction: column;
    align-items: end;
}

#chat_enable_title{margin: 0 10px 0 0;}

.chat_list_item{
  display:flex;
  margin: 5px 0;
  transition: 0.8s;
  padding: 5px 10px;
  border: var(--border);
  border-radius: var(--border-radius);
  user-select: none;
  overflow: hidden;
  flex-direction: column;
  cursor: pointer;
  font-size: 14px;
  background: var(--border-color);
  min-height: 85px;
  justify-content:left;
}
.chat_sel{
  background: var(--accent-color-light);
}
.chat_avito
{
  border-left: 10px solid #fbd1d1;
}
.prompts_list{
   width: 100%;
   display: flex;
   flex-direction: column;   
   overflow-y: auto;
   flex-grow: 1;
}
.prompts_list_item{
  width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 15px;
  border-radius: var(--border-radius);
  margin-bottom: 5px;
  background: var(--white);
  border: var(--border);
}
.prompts_list_item_nm{
  overflow:hidden;
  flex:1;
  display:flex;
  align-items: center;
}

@media screen and (max-width: 768px){
  #chat_block{
    width: 100%;
    margin: 0;
    background: var(--top-bg);
  }
  #chats_back_btn{
    margin-left: 0;
  }

  .content-list-row-leftcol,
  .rltr_gr_cont{
    width: 100%;
    max-width:100%;
  }
  #chats-rightcol{
    display: none;
  }
  
}
                  
                  
                  /*-----------------------------------contacts/css/contacts_css.css-------------------------------*/
                  .contacts_photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;    
}
#load_image_cont{
    border:var(--border);
}

#rltr_fm_info{
    min-width: 100%;
    max-width: 100%;
}
#rltr_cont_list{
    overflow-y: auto;
    height: calc(100vh - 193px);
    padding: 0 0 30px;
  }
                  
                  
                  /*-----------------------------------images_crop/css/crop.css-------------------------------*/
                  /* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
#crop_cont{   
   margin:1%;
   width:98%;
}   

.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("../../../../images/jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

                  
                  
                  /*-----------------------------------main_menu_collection/css/bs_down_menu_css.css-------------------------------*/
                  /* ==== РљРѕРЅС‚РµР№РЅРµСЂ РЅР°РІРёРіР°С†РёРё ==== */
#work-nav-cont {
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 0;
  user-select: none;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* ==== РќР°РІРёРіР°С†РёСЏ ==== */
#work-nav {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background: var(--top-bg);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  border: var(--border);
  border-top: none;
}

/* ==== РџСѓРЅРєС‚С‹ РјРµРЅСЋ ==== */
#work-nav li {
  flex: 1;
  margin: 4px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.8s;
  border-radius: 4px;  
}

#work-nav-icon1,
#work-nav-icon2,
#work-nav-icon3,
#work-nav-icon4
{
  color: var(--menu-item-color);
}

/* ==== РћР±С‰РёР№ СЃС‚РёР»СЊ РґР»СЏ СЌР»РµРјРµРЅС‚РѕРІ-РёРєРѕРЅРѕРє ==== */
.nav-icon {
  width: 20px;
  height: 20px;
  margin: 0 4px;
  opacity: 0.6;  
}

/* ==== РРљРћРќРљРђ 1 ==== */
#work-nav-icon1 div {
  background:url(../../images/images_sprite20-3.png) no-repeat 0 0;
}
#work-nav-icon1-sel div {
  background:url(../../images/images_sprite20-3.png) no-repeat 0 -20px;
  opacity: 0.9;
}
#work-nav-icon1-sel {
  color: var(--menu-active-item-color);
  cursor: default;
}

/* ==== РРљРћРќРљРђ 2 ==== */
#work-nav-icon2 div {
  background:url(../../images/images_sprite20-3.png) no-repeat -20px 0;
}
#work-nav-icon2-sel div {
  background:url(../../images/images_sprite20-3.png) no-repeat -20px -20px;
  opacity: 0.9;
}
#work-nav-icon2-sel {
  color: var(--menu-active-item-color);
  cursor: default;
}

/* ==== РРљРћРќРљРђ 3 ==== */
#work-nav-icon3 div {
  background:url(../../images/images_sprite20-3.png) no-repeat -40px 0;
}
#work-nav-icon3-sel div {
  background:url(../../images/images_sprite20-3.png) no-repeat -40px -20px;
  opacity: 0.9;
}
#work-nav-icon3-sel {
  color: var(--menu-active-item-color);
  cursor: default;
}

/* ==== РРљРћРќРљРђ 4 ==== */
#work-nav-icon4 div {
  background:url(../../images/images_sprite20-3.png) no-repeat  -60px 0;
}
#work-nav-icon4-sel div {
  background:url(../../images/images_sprite20-3.png) no-repeat  -60px -20px;
  opacity: 0.9;
}
#work-nav-icon4-sel {
  color: var(--menu-active-item-color);
  cursor: default;
}

/* ==== Mobile Р°РґР°РїС‚Р°С†РёСЏ ==== */
@media (max-width: 768px) {
  #work-nav-cont {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    background: var(--top-bg);
    border-top: var(--border);
    padding: 10px 0;
  }

  #work-nav {
    width: auto;
    border: none;
  }

  #work-nav li {
    font-size: 14px;
    margin: 4px;
  }
}

@media (max-width: 530px) {
  #work-nav li {
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  #work-nav li {
    font-size: 10px;
    flex-direction: column;
    width: 65px;
  }
}

                  
                  
                  /*-----------------------------------main_menu_collection/css/bs_main_menu_css.css-------------------------------*/
                  
                  /*-----------------------------------main_menu_collection/css/bs_down_menu_css.css-------------------------------*/
                  /* ==== РљРѕРЅС‚РµР№РЅРµСЂ РЅР°РІРёРіР°С†РёРё ==== */
#work-nav-cont {
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 0;
  user-select: none;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* ==== РќР°РІРёРіР°С†РёСЏ ==== */
#work-nav {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background: var(--top-bg);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  border: var(--border);
  border-top: none;
}

/* ==== РџСѓРЅРєС‚С‹ РјРµРЅСЋ ==== */
#work-nav li {
  flex: 1;
  margin: 4px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.8s;
  border-radius: 4px;  
}

#work-nav-icon1,
#work-nav-icon2,
#work-nav-icon3,
#work-nav-icon4
{
  color: var(--menu-item-color);
}

/* ==== РћР±С‰РёР№ СЃС‚РёР»СЊ РґР»СЏ СЌР»РµРјРµРЅС‚РѕРІ-РёРєРѕРЅРѕРє ==== */
.nav-icon {
  width: 20px;
  height: 20px;
  margin: 0 4px;
  opacity: 0.6;  
}

/* ==== РРљРћРќРљРђ 1 ==== */
#work-nav-icon1 div {
  background:url(../../images/images_sprite20-3.png) no-repeat 0 0;
}
#work-nav-icon1-sel div {
  background:url(../../images/images_sprite20-3.png) no-repeat 0 -20px;
  opacity: 0.9;
}
#work-nav-icon1-sel {
  color: var(--menu-active-item-color);
  cursor: default;
}

/* ==== РРљРћРќРљРђ 2 ==== */
#work-nav-icon2 div {
  background:url(../../images/images_sprite20-3.png) no-repeat -20px 0;
}
#work-nav-icon2-sel div {
  background:url(../../images/images_sprite20-3.png) no-repeat -20px -20px;
  opacity: 0.9;
}
#work-nav-icon2-sel {
  color: var(--menu-active-item-color);
  cursor: default;
}

/* ==== РРљРћРќРљРђ 3 ==== */
#work-nav-icon3 div {
  background:url(../../images/images_sprite20-3.png) no-repeat -40px 0;
}
#work-nav-icon3-sel div {
  background:url(../../images/images_sprite20-3.png) no-repeat -40px -20px;
  opacity: 0.9;
}
#work-nav-icon3-sel {
  color: var(--menu-active-item-color);
  cursor: default;
}

/* ==== РРљРћРќРљРђ 4 ==== */
#work-nav-icon4 div {
  background:url(../../images/images_sprite20-3.png) no-repeat  -60px 0;
}
#work-nav-icon4-sel div {
  background:url(../../images/images_sprite20-3.png) no-repeat  -60px -20px;
  opacity: 0.9;
}
#work-nav-icon4-sel {
  color: var(--menu-active-item-color);
  cursor: default;
}

/* ==== Mobile Р°РґР°РїС‚Р°С†РёСЏ ==== */
@media (max-width: 768px) {
  #work-nav-cont {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    background: var(--top-bg);
    border-top: var(--border);
    padding: 10px 0;
  }

  #work-nav {
    width: auto;
    border: none;
  }

  #work-nav li {
    font-size: 14px;
    margin: 4px;
  }
}

@media (max-width: 530px) {
  #work-nav li {
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  #work-nav li {
    font-size: 10px;
    flex-direction: column;
    width: 65px;
  }
}

                  
                  /*-------------------top menu-------------------*/
#main_menu_cont{
  display: flex;
  align-items: flex-end;
  align-content: center;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
#menu{
    list-style: none;
    color:#270b01;
    display: flex;
    align-items: center;
    font-size:18px;
}

#menu li{padding: 5px 10px;;margin-left:2px;border-radius: var(--border-radius);}
#menu li:hover{background: var(--menu-hover-bg);transition:1s; }
#menu li a{text-decoration:none;color: var(--text-color);}

#burger_icon{
height:26px;
margin: auto 10px;
display:none;
cursor:pointer;
}
#burger_icon div{margin:7px; background: var(--menu-icon-color);width:20px; height:2px;border-radius: 5px;}
#btn_account, #btn_account_auth, #btn_account_empty{
  margin:0 15px;
  height:20px;
  width:20px;
  background:url(../../images/images_sprite20-2.png) no-repeat -40px 0;
  cursor:pointer;
}
#btn_account_empty{background: none;}
#btn_account_auth{margin-bottom:2px;background:url(../../images/images_sprite20-2.png) no-repeat -60px 0;}
/*--------------------------------------------*/
#acc_menu_div{display:none}
#acc_menu{list-style: none;padding:5px 10px;overflow-y:scroll;overflow-x:hidden;max-height:300px;width: 100%;}
.acc_menu_item{padding:10px 3px;color:#252525;border-top: var(--border);cursor:pointer;transition:1s;}
.acc_menu_item:hover{background:#fee;}
#acc_cont{display: flex;justify-content: flex-end;}
#acc_user_nm{color:#fff;display:flex;align-items:center;justify-content:flex-end;text-transform:uppercase;margin-right:10px;cursor:pointer;transition: 0.5s;overflow: hidden;}
#acc_user_nm:hover{color:red;}
#acc_out_icon{
background: url(../../images/logout.png) no-repeat;
min-width:28px;
height:18px;
margin: 14px 10px;
opacity:0.8;
cursor:pointer;
}
/*------------------*/
#top_menu_mob_div{
  display:none;
  position: fixed;
  top:0px;
  right:0;
  width:50%;
  min-width: 250px;
  padding: 10px;
  height:100vh;
  background: var(--menu-mob-bg);
  border-left: var(--border);
  z-index: 102;
  opacity: 0.85;
}
#top_menu_mob{list-style: none;overflow-y:scroll;overflow-x:hidden;}
#top_menu_mob li{padding:10px;font-weight: bold;border-radius: var(--border-radius);}
#top_menu_mob li:hover{background:var(--menu-mob-hover-bg);}
#top_menu_mob li a{color:var(--menu-mob-color);text-decoration:none;transition:1s;}
#tm_item_sel {background:var(--menu-hover-bg);}

@media screen and (max-width: 830px){
  #menu li {
    padding: 5px 5px;    
    font-size: 15px;
  }
}

@media screen and (max-width: 768px){

  #site_name{font-size: 16px;color: var(--site-nm-color);}
  #menu{display:none;}
  #burger_icon{display: block;}
  #btn_account{display:none;}

  #main_menu_cont {flex-direction: row;}
  #btn_account, #btn_account_auth {margin: 0;}
  #btn_account_auth{display: none;}

  #content-top-cont{top:46px;}
}
@media screen and (max-width: 425px){
  #burger_icon{margin:auto 5px;}
}
@media screen and (max-width: 380px){
  #burger_icon{margin:auto 2px;}
}


                  
                  
                  /*-----------------------------------rieltor/css/rieltor_css.css-------------------------------*/
                  .rltr_ul{list-style-type:none;margin:5px 0;}
.rltr_ul li{
  padding: 5px 0 5px 5px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.rltr_ul li:hover{background: var(--mes-fm-bg);}

.rltr_li_active {
    color: red;
    background: #f6e3e3;
}
.rltr_ul .rltr_ed_btn {
    padding: 4px 7px;
    background: var(--mes-fm-bg);
    transition: opacity 0.5s ease;
    opacity: 0;
}

.rltr_ul li:hover .rltr_ed_btn {
    opacity: 1
}

.rltr_ed_btn:hover {
    background: var(--btn-hover-bg);
    transition: 0.5s;
}
.rltr_tb{margin:5px 0;width: 100%}
.rltr_tb td{padding:4px;border: var(--border);}
.rltr_input, .rltr_input:active{border:1px solid var(--white);outline: none;}

.rltr_add_fm_btn{
  width: 100%;
  margin: 0 10px 10px 0;
  max-height: 100px;
  min-width: 30px;
  padding: 10px;
}
.rltr_add_fm_select_item,
.rltr_add_fm_w_btn{
  /*border: var(--text-color2) 1px solid;*/
  padding: 5px;
  background: var(--btn-bg);
  display: flex;
  justify-content: center;
  width: calc(50% - 20px );
  margin: 3px 10px 10px 0;
  max-height: 100px;
  min-width: 30px;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  border-radius: var(--border-radius);
  color:var(--btn-text-color);
}
.rltr_add_fm_w_btn{
  width: calc(100% - 20px );
  margin: 10px 10px 0 10px;
  padding: 12px;
  justify-content: left;
}
.rltr_add_fm_select_item{
  width:unset;
}
.rltr_sel_bt_active{
  background: var(--accent-color-dark);
  color: var(--btn-active-text-color);
}

.rltr_add_fm_w_btn:hover{
  background: var(--btn-hover-bg);
}
.rltr_add_fm_cb{
  /*border: var(--text-color2) 1px solid;*/
  padding: 10px;
  background: var(--mes-fm-bg);
  display: flex;
  width: 100%;
  margin: 10px;
  max-height: 300px;
  align-items: start;
  border-radius: var(--border-radius);
}
.rltr_add_fm_cont{
  /*border: var(--text-color2) 1px solid;*/
  padding: 10px;
  background: var(--mes-fm-bg);
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 265px;
  /*margin: 10px;*/
  max-height: 90px;
  flex-direction: column;
  border-radius: var(--border-radius);
  /*color:var(--btn-text-color);*/
}
.rltr_add_fm_next_btn{
  padding: 7px 20px;
  max-height: 90px;
  align-self: flex-end;

}
#rltr_images_save_btn{
  display: none;
}

.rltr_add_fm_w_cont, .rltr_add_fm_next_cont
{
  width: 100%;
  display: flex;
  padding: 10px 10px 0;
  flex-wrap: wrap;
  flex: 1;
  /*color:var(--btn-text-color);*/
}
.rltr_add_fm_next_cont{
  justify-content: end;
}
.rltr_add_fm_tarea{
  border: var(--border);
  padding: 10px;
  background: var(--white);
  min-height: 80px;
  min-width: 100%;
  max-width: 410px;
  width: 100%;
  max-height: 276px;
  flex: 1;
  border-radius: var(--border-radius);
  color: var(--text-color2);
}

#rltr_new_data_var, #rltr_new_data_var_lb,
#rltr_new_data_alt_var, #rltr_new_data_alt_var_lb{
  display:none;
}

.rltr_form_cont{
  padding: 10px;
  width: 100%;
  height:100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 12px;
}

.rltr_form_cont_row{
  display: flex;
  flex-direction: column;
  width: 100%;
  color:var(--rltr-form-text);
  height: 100%;

}
.rltr_form_cont_img_icon{
  width:calc(25% - 10px);
  height:80px;
  background: var(--btn-bg);
  margin: 10px 10px 0 0;
  overflow: hidden;
  text-align: center;
}
.rltr_form_cont_img_icon_div{width: 100%;height:60px;overflow: hidden;}
.rltr_form_cont_img_icon img{width: 120%;}

#load_images{
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  color: var(--rltr-form-text);
  height: inherit;
}

#img_crop_cont{
  padding: 10px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
th {
  background: #e9e8e7;
  padding: 6px 0;
}

.rltr_ed_cont{
  padding: 10px;
}
.rltr_ed_cont input{width: 100%;border: var(--text-color2) 1px solid;padding: 4px;}
.rltr_ed_cont lable{font-weight: bold;}

.view_sel_cont{
  margin: 5px 10px;
}
.rltr_categ{
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  gap: 10px;
  max-width: 585px;
  max-height: 36px;
}
.rltr_categ_item{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;  
  color:var(--menu-item-color);
  min-width: 99px;
  max-width: 150px;  
  border-radius: var(--border-radius);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  flex-grow: 1;
  /*min-height: 34px; */ 
}
.rltr_categ_item_span{
  overflow: hidden;
  white-space: nowrap; 
  margin: 9px 10px;     
  text-overflow: ellipsis;      /* РћРїС†РёРѕРЅР°Р»СЊРЅРѕ: С‚СЂРѕРµС‚РѕС‡РёРµ РїСЂРё РїРµСЂРµРїРѕР»РЅРµРЅРёРё */
  /*font-size: min(5vw, 10px);     
  font-size: clamp(10px, 50%, 14px);РђРІС‚РѕРјР°С‚РёС‡РµСЃРєРё СѓРјРµРЅСЊС€Р°С‚СЊ С€СЂРёС„С‚ */
}

.rltr_cat_it1{background: var(--categ_color1);}
.rltr_cat_it2{background: var(--categ_color2);}
.rltr_cat_it3{background: var(--categ_color3);}
.rltr_cat_it4{background: var(--categ_color4);}
.rltr_cat_it5{background: var(--categ_color5);}
.rltr_cat_it6{background: var(--categ_color6);}
.rltr_cat_it7{background: var(--categ_color7);}
.rltr_cat_it8{background: var(--categ_color8);}

/*------------------------------------*/
.overflow_wrapper {
    position: relative;
    flex: 0 0 auto;
    display: none;
}

#overflow_btn {
    padding: 4px 8px;
    cursor: pointer;
}

.overflow_menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 180px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.overflow_menu .rltr_categ_item {
    display: block;
    padding: 6px 10px;
    cursor: pointer;
}

.overflow_menu .rltr_categ_item:hover {
    background: #f5f5f5;
}
/*------------------------------------*/

.rltr_gr_cont{
  width: 100%;  
  padding: 15px;
  flex-grow: 1;
  flex-direction: column;
  display: flex; 
  overflow-y: auto;  
}

.rltr_gr_cont_select{
  width: 100%;
  height:100%;
  padding: 0;  
  flex-grow: 1;
  flex-direction: column;
  display: none;  
}

.rltr_gr_item, .rltr_contatct_addres, .rltr_real_estate_list{
  display:flex;
  margin: 5px 0;
  transition: 0.8s;
  padding: 5px 5px 5px 10px;
  border-radius: var(--border-radius);
  user-select: none;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  background: var(--border-color); 
  height: 36px;
  min-height: 36px; 
}
.rltr_contatct_addres{
  margin: 0 5px 5px;
}
.rltr_real_estate_list{
  background: var(--white);
  padding: 10px;
  margin:0 5px 5px 0;
  border: var(--border);
  display: flex;
  flex-direction: column;
  align-items: start;
  height: unset;
}
.rltr_link_obj_cont{
    margin: 0 0 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rltr_link_obj_list{
  overflow-y: auto;
  max-height: 187px;
}

.rltr_gr_item_sel{
  background: var(--accent-color-light);
}
.rltr_gr_item_notsel{
  background: var(--btn-bg);
}
.link_object_list_broad{
  width: 100%;
  padding: 5px 0 0;
  font-family: cursive;
  display: flex;
  justify-content: space-between;
}
.link_object_list_broad_btn{
  padding: 8px;
  border: 1px solid var(--white);
}
#contact_srch_input{
  width: 210px;
  padding: 8px 12px;
  border-radius: var(--border-radius);
}
#contact_create, #contact_create_invite{
  padding: 8px;
}
#contact_create div{
  height:20px;
  width:20px;
  background:transparent url(../../images/images_sprite20-2.png) no-repeat -40px -20px;
}
#contact_create_invite div{
  height:20px;
  width:20px;
  background:transparent url(../../images/images_sprite20-2.png) no-repeat -60px -20px;  
}
.rltr_contacts_list{
  min-width: 300px;
  width: calc(100% - 10px);  
  border-radius: var(--border-radius);
  margin-left: 10px;
}
.rltr_cont{
  display: flex;
  border: var(--border);
  border-radius: var(--border-radius);
  width: 100%;
  margin: 0 0 10px;
  background: var(--white);
  padding: 10px;
  width: calc(100% - 4px);
}
.rltr_cont div {
  margin: 5px;
}
.rltr_cont_photo{
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.rltr_cont_info{
  width: 100%;
}
.rltr_cont_base{
  width: 65%;
  display: flex;
  flex-direction: column;

}
.rltr_cont_links{
  width: 35%;
  padding: 5px 0;
  min-width: 234px;
}

.rltr_note{
  font-size: 12px;
  color:var(--btn-text-color);
  min-height: 15px;
  padding: 0 0 0 4px;
}
.rltr_add_btn{width: 34px;height:29px;}

.rltr_cont .edbtns_edit {
    visibility: hidden; 
    opacity: 0;
    /*transition: opacity .15s ease;*/
}

.rltr_cont.active{
  border-color: var(--accent-color-light);
}

.rltr_cont.active .edbtns_edit {
    visibility: visible;
    opacity: 1;
}

.admin_ed_cont_head{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin: 0 0 10px;
}

.dis_btn, .dis_btn:hover{
  cursor:default;
  background: var(--dis-btn-bg);
  color:var(--dis-btn-color);
  font-size: 14px;
}

.rltr_contatct_doc_btn,
.rltr_contatct_chat_btn{
  padding: 5px 0 5px 5px;
  margin: 0 5px 0 0;
}

.rltr_contatct_doc_btn div,
.rltr_contatct_chat_btn div{
    background: url(../../images/images_sprite20.png) no-repeat -20px -20px;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    opacity: 0.6;
    transition: 0.6s;
}
.rltr_contatct_doc_btn div:hover{
    opacity: 1;
}

.rltr_contatct_chat_btn div{
    background: url(../../images/images_sprite20.png) no-repeat -20px 0;
}   

#category_create{
  border-radius: 8px;
  padding: 6px;
}

.rltr_re_cb_list{
  display:inline-block;
  margin: 10px 0px 0px;
  padding: 4px 4px 4px 0;
}
.rltr_re_cb_list_ul_li{
  cursor: pointer;
  padding: 5px 5px 5px 10px;
  margin: 0 0 5px 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--border-radius);
}
.task_btn{padding: 5px;}

.rltr_post_filter_cont_select {
    height: 100%;
    padding: 0;
    margin: 0 10px 0 0;
    flex-grow: 1;
    display: none;
    min-width: 100px;
}

@media screen and (max-width: 768px){ 
  .rltr_contacts_list {
    margin-left: 10px;
  }

  .rltr_categ_item{
    font-size: 13px;
    padding: 5px;
  }

  .rltr_gr_cont{
    display: none;
  }
  .rltr_gr_cont_select{
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .rltr_gr_item {   
    margin: 5px 0;   
    padding: 6px 10px;
    font-size: 14px;
    max-width: 32%;
  }
  .rltr_cont{
    flex-direction: column;
  }
  .rltr_cont_base{
    flex-direction: column;
    width: calc(100% - 10px);
  }
  .rltr_cont_links{
    flex-direction: column;
    width: calc(100% - 10px);
    min-width: unset;
  }
  .rltr_categ{
    gap: 10px;
    /*padding: 5px 5px 3px;*/
  }
/*  .rltr_gr_item_notsel{
    display: none;
  }*/
}
@media screen and (max-width: 600px){
  .rltr_categ_item{
    width: 90px;
    padding: 4px;
    font-size: 10px;
  }
  .rltr_contacts_list{  
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 530px){
  .rltr_categ{
    gap: 8px;
    /*padding: 5px 5px 3px;*/
  }
  .rltr_categ_item{max-width: 160px;}
  #contact_srch_input{padding: 4px 8px;}
  
  #contact_create, #contact_create_invite{
  padding: 4px;
}
}

@media print
{ 
  body, main{background:#ffffff;}
  textarea{border:none;font-size:20px;}
}
                  
                  
                  /*-----------------------------------service_and_security/css/service_pg_info_panel_css.css-------------------------------*/
                  #spip{font-family: tahoma, arial;background:#eee;color:#000;width:98%;padding:1%;border-top:solid 1px #777;border-bottom:solid 1px #777;overflow-y:scroll;}

                  
                  
                  /*-----------------------------------tooltip/css/tooltip_css.css-------------------------------*/
                  /*---------------------tooltip---------------------*/
#bs_tt_div{
  position: absolute;
  width: auto;
  max-width: 260px;
  display: none;
  padding: 10px;
  font-size: 10pt;
  color: #fff;
  background:rgba(25, 25, 25, 0.87);
  font-weight: bold;

  border:1px solid #ccc;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;

   box-shadow: 2px 2px 3px 0px black;
   box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.4);
   -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.4);
   -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.4);
   z-index:1000000000;
}
                  
                  