:root {
    --red-color: #cc0000;
    --darkred-color: #660000;
    --icon-color: #818181;
    --icon-hover: #818181;
    --blue-color: #595959;
    --grey-btn-bg: rgba(77, 89, 149, .06);
    --grey-btn-text: #656565;
    --green-edit-color: #00976b;
    --green-button: #037359;
    /*--blue-color: var(--blue-color);*/
}
body.with-menu { overflow-y: hidden; }
/* ---- ---- ---- ---- ---- ---- ---- ---- */
html, body { /* min-width: 540px; */ height: 100%; background: #fff; font-size: 14px; color: #333333; width: 100%; }
.containerAdminPage {position: relative; /* min-width: 540px; */ width: 100%; min-height: 100vh; overflow: hidden;}
dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, input, textarea, select, button, a { margin: 0; padding: 0; outline: none; font-family: 'Golos Text', sans-serif; }
img { border: 0; vertical-align: top; }
a { color: var(--blue-color); text-decoration: none; }
a:hover { color: var(--red-color); text-decoration: none; }
.reset { margin: 0; padding: 0; list-style: none; }
/* ---- ---- ---- ---- ---- ---- ---- ---- */
.buttonSort { cursor: move; height: 30px; width: 30px; background: rgba(77,89,149,.06); color: #6c7293; border-radius: 4px; display: inline-block; text-align: center; line-height: 30px; font-size: 14px; transition: all .2s; }
.buttonEdit { height: 30px; width: 30px; background: var(--green-edit-color); color: #fff; border-radius: 4px; display: inline-block; text-align: center; line-height: 30px; font-size: 14px; transition: all .2s; }
.buttonEdit:hover { background: #018760; color: #fff; }
.buttonEdit img { width: 18px; vertical-align: sub;}
.buttonDelete { height: 30px; width: 30px; background: #ed0038; color: #fff; border-radius: 4px; display: inline-block; text-align: center; line-height: 30px; font-size: 14px; transition: all .2s; }
.buttonDelete:hover { background: rgba(187,10,52,1); color: #fff; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.button { height: 40px; border-radius: 4px; line-height: 40px; font-weight: 500; box-sizing: border-box; cursor: pointer; border: none; transition: all .2s; display: inline-block; font-size: 13px; }
.button.buttonBlock { display: block; width: 100%; text-align: center;  }
.button.buttonPadding { padding: 0 25px; }
.button.buttonUpload { height: 50px; line-height: 48px; }
.button.buttonGrey { background: rgba(77,89,149,.06); color: #656565; }
.button.buttonGrey:hover { background: rgba(77,89,149,0.1); color: var(--red-color); }
.button.buttonBlue { background: #1e1e2d; color: #fff; }
.button.buttonBlue:hover { background: #2b2b3e; }
.button.buttonGreen { background: var(--green-button); color: #fff; }
.button.buttonGreen:hover { background: #005A57; color: #fff; }
.button.buttonBorder { border: 2px dashed rgba(77,89,149,0.5); }
.button.buttonBorder:hover { border-color: rgba(77,89,149,0.8); }
.buttonGrey { background: rgba(77,89,149,.06); color: #656565; }
.buttonGrey:hover { background: rgba(77,89,149,0.1); color: var(--red-color); }

.button {-webkit-transition: all 0.5s;-moz-transition: all 0.5s; -o-transition: all 0.5s;transition: all 0.5s;position: relative;border: 1px solid rgba(255, 255, 255, 0.5);overflow: hidden;}
.button:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;opacity: 1;-webkit-transform: translate(-105%, 0);transform: translate(-105%, 0);border-right-width: 1px;border-right-style: solid;border-right-color: rgba(255, 255, 255, 1);background-color: rgba(255, 255, 255, 0.25);}
.button:hover:before {opacity: 0;-webkit-transform: translate(0, 0);transform: translate(0, 0);}

.first--right--mode { display: inline-block; float: right;}
.mode-checkbox {opacity: 0;position: absolute;}
.mode-checkbox-label {background: linear-gradient(to bottom, #b50404, #1a0000);width: 55px;height: 26px;border-radius: 50px;position: relative;padding: 5px;cursor: pointer;display: flex;justify-content: space-between;align-items: center;box-sizing: border-box;}
.mode-checkbox-label .ball {background-color: #fff;width: 22px;height: 22px;position: absolute;left: 2px;top: 2px;border-radius: 50%;transition: transform 0.2s linear;}
.mode-checkbox:checked + .mode-checkbox-label .ball {transform: translateX(28px);}

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLeft { display: block; position: fixed; left: 0; top: 0; width: 270px; min-height: 100%; color: #515151; background: #efefef; transition: background 300ms;}
body { transition: background 300ms; }
body.light .containerLeft { background: linear-gradient(to bottom, #efefef, transparent); color: #515151; transition: background 300ms;}
body.dark .containerLeft { background: linear-gradient(to bottom right, #1a0000, #b50404); color: #d5d5d5; transition: background 300ms;}
body.light  { background: #fdfdfd; transition: background 300ms;}
body.dark  { background: #fff; transition: background 300ms;}
.containerRight { margin-left: 270px; }
.containerLeft--navigation { position: relative; }
.containerRight--content { padding: 95px 25px 25px 25px; position: relative; }
.nicescroll-cursors { border: none !important; border-radius: 0 !important; background: #8f8f8f !important; width: 3px !important; }
.containerPages--areas { position: relative; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPagination { text-align: left; padding-top: 20px; width: 100%; display: inline-block; }
.containerPagination .containerPagination--element { height: 32px; padding: 0 15px; border: 1px solid #ddd; border-radius: 2px; line-height: 32px; margin: 0 2px 4px 2px; display: inline-block; color: #666; text-decoration: none; transition: all .2s; cursor: pointer; }
.containerPagination .containerPagination--element.current { background: rgba(10,187,135,1); border-color: rgba(10,187,135,1); color: #fff; }
.containerPagination .containerPagination--element.current:hover { background: #09a97a; }
.containerPagination .containerPagination--element:hover { background: #f9f9f9; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerImport { padding: 25px; position: relative; }
.containerImport .containerImport--title { font-size: 16px; font-weight: 500; color: #000; }
.containerImport .containerImport--content { line-height: 21px; border-bottom: 1px solid #eff0f6; }
.containerImport .containerImport--table { width: 100%; border-collapse: collapse; }
.containerImport .containerImport--table tr td { padding: 5px 15px; border: 1px solid #ededed; }
.containerImport .containerImport--table tr td:first-child { text-align: center; width: 40px }
.containerImport .containerImport--table tr td:nth-child(2) { width: 200px; color: #000; }
.containerImport .containerImport--table tr td:nth-child(3) { background: #f9f9f9; }
.containerImport .containerImport--rules { padding: 25px; border: 1px solid #ededed; border-top: none; }
.containerImport .containerImport--rules .containerImport--rules--title { color: #000; font-weight: 500; font-size: 15px; padding-bottom: 15px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLeft--header { position: relative; height: 78px; padding: 18px 25px; box-sizing: border-box; overflow: hidden; }
.containerLeft--header .containerLeft--header--logotype { position: relative; float: left; width: 100%; }
.containerLeft--header .containerLeft--header--logotype .containerLeft--header--logo { float: left; display: block; width: 50px; height: 50px; background: url('../img/logo.png') no-repeat; background-size: 100%; }
.containerLeft--header .containerLeft--header--logotype .containerLeft--header--title { height: 30px; display: block; margin-left: 59px; margin-top: 10px; line-height: 30px; color: inherit; font-weight: 500; font-size: 18px; }
.containerLeft--header .containerLeft--header--logotype .containerLeft--header--title small { float: right; color: inherit; opacity: 0.5; display: block; font-size: 13px; font-weight: 400; position: relative; top: 3px; }
.containerLeft--header .containerLeft--header--information { color: inherit; padding-top: 13px; clear: both; display: none; }


/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLeft--dashboard { margin: 20px 0; }
.containerLeft--dashboard a { transition: all .2s; display: block; padding: 10px 25px; color: inherit; height: 24px; line-height: 24px; }
.containerLeft--dashboard a:hover {  background: #45454542; color: #fff; }
.containerLeft--dashboard a:hover .icon { color: #fff; }
.containerLeft--dashboard a .icon { opacity: 0.8; transition: all .2s; width: 24px; height: 24px; overflow: hidden; display: inline-block; margin-right: 10px; color: inherit; vertical-align: middle; position: relative; top: -1px; }
.containerLeft--dashboard a i { font-size: 20px; position: relative; vertical-align: middle; }
body.light .containerLeft--dashboard a:hover { background: rgba(64, 64, 64, 0.11); color: inherit; }
body.light .containerLeft--dashboard a:hover .icon { color: inherit; }
body.light .containerLeft--dashboard a .icon { color: inherit; opacity: 0.6; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLeft--menu { margin-bottom: 20px; }
.containerLeft--menu h3 { color: inherit; text-transform: uppercase; padding: 0 25px 10px 25px; font-size: 13px; font-weight: 500; }
.containerLeft--menu ul li { position: relative; }
/*.containerLeft--menu ul li .arrow { position: absolute; top: 0; right: 0; height: 44px; width: 44px; text-align: center; line-height: 44px; font-size: 7px; color: inherit; cursor: pointer; opacity: 0.7; text-indent: -4px; }*/
/*.containerLeft--menu ul li.active .arrow i { transform: rotate(90deg); display: block; }*/
.containerLeft--menu ul li .arrow { position: absolute; top: 0; right: 0; height: 44px; width: 44px; text-align: center; line-height: 44px; font-size: 10px; color: inherit; cursor: pointer; opacity: 0.7; text-indent: -4px; }
.containerLeft--menu ul li .arrow.plus { padding: 0;background: transparent; }
.containerLeft--menu ul li .arrow i.flaticon-add-1 { font-size: 13px; opacity: 0.7; }
.containerLeft--menu ul li ul { padding-bottom: 5px; display: none; }
.containerLeft--menu ul li ul li { font-size: 12px; }
.containerLeft--menu ul li ul li a { padding: 7px 25px 7px 58px; }
.containerLeft--menu ul li ul li a i { font-size: 14px; margin-right: 10px; position: relative; top: -1px; }
.containerLeft--menu ul li ul li:hover a { background: #45454542; }
.containerLeft--menu a { transition: all .2s; display: block; padding: 10px 25px; color: inherit; height: 24px; line-height: 24px; }
.containerLeft--menu ul li:hover a { background: #45454542; color: #fff; }
.containerLeft--menu ul li:hover .icon { color: #fff; }
.containerLeft--menu ul li.active a { color: #fff; }
.containerLeft--menu ul li.active ul li a { color: rgba(255,255,255,0.7); }
.containerLeft--menu a .icon { opacity: 0.8; transition: all .2s; width: 24px; height: 24px; overflow: hidden; display: inline-block; margin-right: 10px; color: inherit; vertical-align: middle; position: relative; top: -1px; }
.containerLeft--menu a i { font-size: 20px; position: relative; vertical-align: middle; }
.containerLeft--menu--close { display: none; }
body.light .containerLeft--menu li:hover a { background: #9f9f9f1c; color: inherit; }
body.light .containerLeft--menu ul li ul li:hover a { background: rgba(64, 64, 64, 0.11); color: inherit; }
body.light .containerLeft--menu li.active a { color: inherit; }
body.light .containerLeft--menu ul li:hover .icon { color: inherit; }
body.light .containerLeft--menu a .icon { opacity: 0.6; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerRight--header { position: fixed; top: 0; left: 270px; right: 0; height: 65px; /* min-width: 540px; */ box-shadow: 0 10px 30px 0 rgba(82,63,105,.08); box-sizing: border-box; z-index: 100; }
.containerRight--header .containerRight--header--first { height: 65px; background: #fff; border-bottom: 1px solid #eff0f6; padding: 15px 25px; box-sizing: border-box; }
.containerRight--header .containerRight--header--first .header--first--logo {display: none; position: relative; top: -8px; float: left; width: 45px; height: 45px; margin-right: 15px; background: url('../img/logo.png') no-repeat; background-size: 100%;}
.containerRight--header .containerRight--header--first .header--first--left { float: left; }
.containerRight--header .containerRight--header--first .header--first--left a { position: relative; float: left; height: 36px; padding: 0 15px; color: #6c7293; border-radius: 4px; font-weight: 500; line-height: 36px; margin-right: 5px; transition: all .2s; }
.containerRight--header .containerRight--header--first .header--first--left a:after {position: absolute;top: 100%;left: 0;width: 100%;height: 2px;background: var(--red-color);content: '';opacity: 0;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;-moz-transition: opacity 0.3s, -moz-transform 0.3s;transition: opacity 0.3s, transform 0.3s;-webkit-transform: translateY(10px);-moz-transform: translateY(10px);transform: translateY(10px);}
.containerRight--header .containerRight--header--first .header--first--left a:hover:after,
.containerRight--header .containerRight--header--first .header--first--left a:focus:after {opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px);}
.containerRight--header .containerRight--header--first .header--first--left a:hover { color: var(--red-color); }
.containerRight--header .containerRight--header--first .header--first--left a.active { color: #656565; }
.containerRight--header .containerRight--header--first .header--first--left a.active:hover { background: rgba(77,89,149,0.1); color: var(--red-color); }
.containerRight--header .containerRight--header--first .header--first--left a img { display: none; }
.containerRight--header .containerRight--header--first .header--first--right { float: right; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--profile { float: right; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--profile--icon { float: right; width: 36px; font-size: 16px; border-radius: 4px; height: 36px; text-align: center; line-height: 36px; text-transform: uppercase; font-weight: 500; background: rgba(10,187,135,.1); color: #0abb87; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--profile--name { margin-right: 50px; line-height: 36px; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--profile--name b { font-weight: 500; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--links { float: right; margin-right: 20px; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--links a { position: relative; transition: all .2s; height: 27px; width: 36px; border-radius: 4px; text-align: center; line-height: 27px; color: var(--icon-color); float: left; margin-right: 5px; font-size: 20px;    opacity: 0.6; }
.containerRight--header .containerRight--header--first .header--first--right .first--right--links a:hover {     opacity: 1; }
.containerRight--header .containerRight--header--second { height: 54px; background: #fff; padding: 12px 25px; box-sizing: border-box; }
.containerRight--header .containerRight--header--second .header--second--left { float: left; }
.containerRight--header .containerRight--header--second .header--second--left .second--left--title { float: left; padding-right: 15px; margin-right: 15px; border-right: 1px solid #eff0f6; height: 30px; line-height: 30px; font-size: 16px; color: #434349; }
.containerRight--header .containerRight--header--second .header--second--left .second--left--session { float: left; height: 30px; line-height: 34px; }
.containerRight--header .containerRight--header--second .header--second--left .second--left--session span { text-transform: uppercase; }
.containerRight--header .containerRight--header--second .header--second--right { float: right; }
.containerRight--header .containerRight--header--second .header--second--right .second--right--add { float: right; height: 30px; font-weight: 500; background: rgba(10,187,135,.1); line-height: 30px; border-radius: 4px; padding: 0 15px; cursor: pointer; }
.containerRight--header .containerRight--header--second .header--second--right .second--right--add i { margin-right: 10px; }
.containerRight--header .containerRight--header--second .header--second--right .second--right--action { float: right; margin-right: 30px; line-height: 30px; color: #0abb87 }
.containerRight--header .containerRight--header--second .header--second--right .second--right--action i { margin-right: 5px; }
.containerRight--header .containerRight--header--second .header--second--right .second--right--action span { color: #646c9a; padding-left: 10px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerMain { position: relative; }
.containerMain--title { color: #595d6e; font-weight: 800; margin-bottom: 20px; }
.containerMain .containerMain--top { width: 100%;  margin: 20px 0; padding: 10px 25px; box-sizing: border-box; border-bottom: 1px solid #eff0f6; color: #595d6e; position: relative; background: #fff;display: flex; align-items: center; justify-content: space-between; gap: 10px; box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05); border-radius: 4px; }
.containerMain--top .containerMain--top--session { float: left; height: 30px; line-height: 34px; }
.containerMain--top .containerMain--top--session span { text-transform: uppercase; }
.containerMain--top .containerMain--top--session strong {color: var(--green-button); font-weight: 400;  }
.containerMain--top .containerMain--top--right .second--right--add { float: right; height: 30px; font-weight: 500; background: rgba(10,187,135,.1); line-height: 30px; border-radius: 4px; padding: 0 15px; cursor: pointer; }
.containerMain--top .containerMain--top--right .second--right--add i { margin-right: 10px; }
.containerMain--top .containerMain--top--right .second--right--action { float: right; line-height: 30px; color: var(--green-button); }
.containerMain--top .containerMain--top--right .second--right--action i { margin-right: 5px; }
.containerMain--top .containerMain--top--right .second--right--action span { color: #646c9a; padding-left: 10px; }
.containerMain .containerMain--left { float: left; width: 520px; background: #fff url('../img/panel-summ.jpg') top center no-repeat; height: 370px; border-radius: 4px; overflow: hidden; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); padding: 25px; box-sizing: border-box; position: relative; }
.containerMain .containerMain--left .containerMain--left--title { font-size: 20px; font-weight: 600; color: #fff; }
.containerMain .containerMain--left .containerMain--left--content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; box-sizing: border-box; }
.containerMain .containerMain--left .containerMain--left--content .containerMain--left--element { background: #fff; padding: 25px; box-sizing: border-box; box-shadow: 0 1px 15px 1px rgba(69,65,78,.06); margin: 5px; float: left; width: 230px; }
.containerMain .containerMain--left .containerMain--left--content .containerMain--left--icon { padding-bottom: 15px }
.containerMain .containerMain--left .containerMain--left--content .containerMain--left--text h3 { font-size: 15px; font-weight: 500; color: #595d6e; padding-bottom: 3px; }
.containerMain .containerMain--left .containerMain--left--content .containerMain--left--text span { font-weight: 300; }
.containerMain .containerMain--right { overflow-y: scroll; margin-left: 545px; margin-left: 0; background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px;     min-height: 180px;max-height: 500px; }
.containerRight--container { background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px; height: 700px; }
.containerMain--right--title { padding: 25px; box-sizing: border-box; border-bottom: 1px solid #eff0f6; font-size: 16px; font-weight: 500; color: #595d6e; position: relative; }
.containerMain--right--menu { position: absolute; top: 23px; right: 25px; font-size: 20px; color: #959cb6; }
.containerMain--right--content {position: relative; padding: 25px; box-sizing: border-box; }
.containerMain--right--content--inside { position: absolute; top: 24px; left: 0; right: 0; bottom: 24px; padding: 3px 25px; box-sizing: border-box; overflow: hidden; }
.containerMain--right--content--inside::before { content: ''; position: absolute; width: 3px; top: 25px; left: 225px; bottom: 0; background: #e7e9f5; display: block; }
.containerMain--right--content::before { content: ''; position: absolute; width: 3px; top: 25px; left: 225px; bottom: 0; background: #e7e9f5; display: block; }
.containerMain--right--element { padding: 0 0 20px 0; display: inline-block; width: 100%; position: relative; z-index: 10; }
.containerMain--right--element:last-child { padding-bottom: 3px; }
.containerMain--right--element .containerMain--right--element--left { float: left; width: 220px; }
.containerMain--right--element .containerMain--right--user { margin-top: -3px; float: left; position: relative; width: 24px; height: 24px; border-radius: 4px; font-weight: 500; background: #bdbdbd; color: #fff; text-align: center; line-height: 24px; }
.containerMain--right--element .containerMain--right--date { float: left; width: 141px; font-size: 14px; font-weight: 500; color: #595d6e; margin-left: 15px; }
.containerMain--right--element .containerMain--right--circle { border: 5px solid #fff; border-radius: 100%; float: left; margin: -2.5px 0 0 10px; }
.containerMain--right--element .containerMain--right--circle .circle--element { background: #fff; border: 3px solid #fd397a; width: 7px; height: 7px; border-radius: 100%; }
.containerMain--right--element .containerMain--right--circle .circle--element.green { border-color: #0abb87; }
.containerMain--right--element .containerMain--right--circle .circle--element.yellow { border-color: #ffb822; }
.containerMain--right--element .containerMain--right--circle .circle--element.blue { border-color: var(--red-color); }
.containerMain--right--element .containerMain--right--circle .circle--element.black { border-color: #000; }
.containerMain--right--element .containerMain--right--element--right { margin-left: 220px; font-size: 14px; padding-left: 3px; }
.containerMain--right--element .containerMain--right--element--right a { font-weight: 500; }
.containerMain--right--element .containerMain--right--element--right b { font-weight: 500; color: #ffb008; }
.containerMain .containerMain--bottom { background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px; margin-top: 25px; }
.containerMain .containerMain--bottom--title { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 25px; box-sizing: border-box; border-bottom: 1px solid #eff0f6; font-size: 16px; font-weight: 500; color: #595d6e; position: relative; }
.containerMain .containerMain--bottom--content { position: relative; }
.containerMain .containerMain--bottom--empty { text-align: center; font-size: 14px; padding: 25px; }
.containerMain .containerMain--bottom--empty i { font-size: 64px; color: #bec2d0; }
.containerMain .containerMain--bottom--button { display: inline-block; height: 30px; background: #fff; color: var(--red-color); border: 1px solid var(--red-color); line-height: 30px; border-radius: 4px; padding: 5px 15px; cursor: pointer; font-size: 13px; font-weight: 500; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerSettings { position: relative; }
.containerSettings .containerSettings--links { overflow: hidden; position: relative; z-index: 1; }
.containerSettings .containerSettings--links a { float: left; padding: 13px 25px; font-weight: 500; border-radius: 4px 4px 0 0; color: #646c9a }
.containerSettings .containerSettings--links a:hover { background: rgba(77,89,149,0.1); color: var(--red-color); }
.containerSettings .containerSettings--links a.active {  background: rgba(77,89,149,.06); }
.containerSettings .containerSettings--content { position: relative; background: #fff; border-radius: 0 4px 4px 4px; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); display: inline-block; width: 100%; }
.containerSettings .containerSettings--content .content--right { width: 275px; float: right; padding: 10px 0; }
.containerSettings .containerSettings--content .content--left { margin-right: 275px; padding: 10px 0; border-right: 1px solid #eff0f6; }
.containerSettings .containerSettings--content .content--settings { position: relative; }
.containerSettings .containerSettings--content .content--settings .content--settings--block { float: left; width: 33.3333%; box-sizing: border-box; border-right: 1px solid #eff0f6; height: 544px; }
.containerSettings .containerSettings--content .content--settings--button { text-align: center; padding: 25px; border-top: 1px solid #eff0f6; clear: both; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerLogin { position: absolute; width: 500px; height: 386px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; padding: 65px 80px; box-sizing: border-box; }
.containerLogin .containerLogin--title { padding-bottom: 14px; color: #1e1e2d; margin-bottom: 25px; border-bottom: 2px solid #d9d9d9; position: relative; }
.containerLogin .containerLogin--title::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 60px; height: 4px; background:  #cc0000; display: block; }
.containerLogin .containerLogin--title .containerLogin--title--icon { position: relative; display: inline-block; vertical-align: top; padding-left: 10px; }
.containerLogin .containerLogin--title .containerLogin--title--text { line-height: 30px; font-weight: 500; display: inline-block; vertical-align: top; font-size: 15px; padding-left: 20px; }
.containerLogin .containerLogin--content { position: relative; }
.containerLogin .containerLogin--content label { width: 100%; display: inline-block; margin-bottom: 15px; }
.containerLogin .containerLogin--content label input { height: 44px; line-height: 44px; }
.containerLogin .containerLogin--content label button { height: 48px; line-height: 48px; background: #f9f9f9;  border: 1px solid #efefef; margin-top: 10px;  position: relative; color: #000;  }
.containerLogin .containerLogin--content label button span { position: relative; z-index: 20; }
.containerLogin .containerLogin--content label button:hover::after { width: 100%; }
.containerLogin .containerLogin--content label button::after { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background:  #cc0000; border-radius: 4px; transition: all .4s; }
.containerLogin .containerLogin--content label button:hover { background: #bbbbbb; color: #fff; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerTable { background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px;  }
.containerTable .containerTable--content { width: 100% !important; border-collapse: collapse; border-spacing: 0; }
.containerTable .containerTable--content .containerTable--row td { padding: 10px 12px; border-bottom: 1px solid #eff0f6; position: relative; }
.containerTable .containerTable--content .containerTable--row td span { color: #8d8d8d; }
.containerTable .containerTable--content td::after { content: ''; width: 1px; height: 15px; background: #eff0f6; position: absolute; bottom: 0; right: 0; }
.containerTable .containerTable--content td:last-child::after { display: none; }
.containerTable .containerTable--row.disabled { background: rgba(242,243,248,0.5); }
.containerTable .containerTable--row.disabled > .containerTable--id { color: #b8bdd6; }
.containerTable .containerTable--row.disabled > .containerTable--title a { color: #b8bdd6; }
.containerTable .containerTable--row.disabled > .containerTable--link { color: #b8bdd6; }
.containerTable .containerTable--row.disabled > .containerTable--link a { color: #b8bdd6; }
.containerTable .containerTable--row .containerTable--issue { min-width: 120px;  }
.containerTable .containerTable--row .containerTable--title { min-width: 200px;  }
.containerTable .containerTable--row .containerTable--title.search { padding-left: 10px; width: 79%; }
.containerTable .containerTable--row .containerTable--action  { padding: 10px; display: flex; justify-content: flex-end; gap: 20px;}
.containerTable button  { padding: 0 10px; }
.containerTable .containerTable--row .containerTable--title .search-input { width: 100%; border-radius: 4px; border: solid 1px #dadee8; box-sizing: border-box; display: block; height: 40px; outline: none; padding-left: 12px; color: #666; font-size: 13px; padding-right: 30px; position: relative; !important; background-color: #fff;}
.containerTable .containerTable--header td { text-transform: uppercase; font-weight: 700; color: #595d6e; font-size: 11px; padding: 12px; }
.containerTable .containerTable--id { text-align: center; width: 40px; }
.containerTable .containerTable--id.wide { width: 100px; text-align: left; }
.containerTable .containerTable--id.articul { width: 145px; text-align: left; }
.containerTable .containerTable--edit-buttons { text-align: center; width: 98px; white-space: nowrap; }
.containerTable .containerTable--link { min-width: 160px; }
.containerTable .containerTable--link a { margin-left: 8px; position: relative; top: 1px; }
.containerTable .containerTable--link span { position: relative; cursor: pointer; }
.containerTable .containerTable--articul { width: 90px; }
.containerTable .containerTable--user { width: 110px; }
.containerTable .containerTable--status { width: 100px; min-width: 100px; }
.containerTable .containerTable--status.wide { width: 130px; }
.containerTable .containerTable--status span { display: block; height: 30px; text-align: center; line-height: 30px; border-radius: 4px; font-weight: 500; }
/*.containerTable .containerTable--status span.enabled { background: rgba(10,187,135,.1); color: #0abb87; }*/
/*.containerTable .containerTable--status span.disabled { background: rgba(187,10,52,.1); color: #bb0a34; }*/
.containerTable .containerTable--content .containerTable--row td span.enabled { color: var(--green-edit-color); border: 1px solid var(--green-edit-color); background: #fbfbfb;}
.containerTable .containerTable--content .containerTable--row td span.disabled { color: #bb0a34;  border: 1px solid #bb0a34; background: #fbfbfb;}
.containerTable form,
.containerTable table { min-width: 510px; }
.containerTable input { min-width: 180px; }
.containerTable--wrap { overflow: initial;  }
.containerTable--wrap form, .containerTable--wrap table {min-width: unset;}
    /* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPages { position: relative; }
.containerPages--flex { display: flex;width: 100%;gap: 30px;}
.containerPages--right { width: 275px; background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); border-radius: 4px; padding: 10px 0; }
.containerPages--right .nice-select { width: 100%; }
.containerPages--left { width: calc(100% - 303px); }
.containerPages--left .containerPages--left--content { background: #fff; position: relative; box-shadow: 0 0 13px 0 rgba(82,63,105,.05); padding: 10px 0; border-radius: 4px; box-sizing: border-box; margin-bottom: 25px; }
.containerPages--left .containerPages--left--content:last-child { margin-bottom: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPages--areas--title { color: #595d6e; font-weight: 500; font-size: 13px; padding: 15px 25px 15px 25px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPages--photos { position: relative; }
.containerPages--photos .containerPages--photos--button { padding-bottom: 15px; }
.containerPages--photos .containerPages--photos--item--content { padding: 10px; border: 1px dashed rgba(77,89,149,0.3); border-radius: 4px; position: relative; }
.containerPages--photos .containerPages--photos--item--delete { position: absolute; top: 10px; transition: all .3s; right: 10px; padding: 7px 10px; border-radius: 0 3px 0 3px; background: rgba(0,0,0,0.6); color: #fff; font-size: 12px; cursor: pointer; }
.containerPages--photos .containerPages--photos--item--delete:hover { background: rgba(0,0,0,0.8); }
.containerPages--photos--items { padding: 0 15px; width: 100%; display: inline-block; box-sizing: border-box; }
.containerPages--photos--items .containerPages--photos--item { float: left; width: 20%; padding: 10px; box-sizing: border-box; position: relative; }
.containerPages--photos--items .containerPages--photos--item--image { width: 100%; height: 150px; background-size: cover !important; border-radius: 3px; }
.containerPages--photos--items .containerPages--photos--item--area { padding-top: 10px; }
.containerPages--photos--items .containerPages--photos--item--area input { margin-bottom: 5px; }
.containerPages--photos--items .containerPages--photos--item--area input:last-child { margin-bottom: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerPages--languages { border-bottom: 2px solid #eff0f6; text-align: right; height: 30px; margin-bottom: 10px; padding: 5px 25px 0 25px; }
.containerPages--languages a { float: right; height: 30px; padding: 0 15px; color: #595d6e; font-weight: 500; border-bottom: 2px solid transparent; position: relative; z-index: 10; }
.containerPages--languages a.current { color: #222; border-color: #222; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.areas--title { padding: 25px; font-size: 15px; font-weight: 500; border-bottom: 1px solid #eff0f6; color: #000; }
.areas--label { width: 100%; display: inline-block; padding: 15px 25px; border-bottom: 1px solid #eff0f6; box-sizing: border-box; }
.areas--label:last-child { border-bottom: none; }
.areas--label .areas--label--title { color: #595d6e; font-weight: 500; padding-bottom: 7px; font-size: 13px; }
.areas--label .areas--label--text { color: #595d6e; font-weight: 400; padding-top: 7px; font-size: 12px; }
.areas--label .areas--label--input { position: relative; display: inline-block; width: 100%; }
.areas--label .areas--label--input.group input { float: left; width: calc(100% - 140px); border-radius: 4px 0 0 4px; }
.areas--tab { display: none; }
.areas--label .areas--label--input.filters--tab { display: none; border-bottom: 1px solid #ddd; margin: 10px 20px; }
.areas--label .areas--label--input.filters--two { display: flex; flex-wrap: wrap; gap: 5px; }
.areas--label .areas--label--input.filters--two label {     min-width: 200px;flex-grow: 1;}

.containerPages--left--content--button { text-align: center; padding: 10px 0; }
.containerPages--areas--filters { width: calc(100% + 26px); position: relative; left: -13px; display: inline-block; }
.containerPages--filters { float: left; width: 33.3333%; padding: 0 13px; box-sizing: border-box; margin-bottom: 16px; }
.containerPages--filters--content { border: 1px solid #dadee8; border-radius: 4px; overflow: hidden; }
.containerPages--filters--content .containerPages--filters--title { padding: 15px; background: #f2f3f8; font-weight: 500; }
.containerPages--filters--content .containerPages--filters--present { padding: 15px; height: 140px; }

.containerPages--filters--content label { margin: 5px 0; width: 100%; display: inline-block; cursor: pointer; }
.containerPages--filters--content label input { display: none; }
.containerPages--filters--content label .filters--content--box { float: left; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 3px; box-sizing: border-box; position: relative; background: #fff; }
.containerPages--filters--content label .filters--content--box::after { content: ''; position: absolute; top: 4px; left: 4px; width: 10px; height: 10px; display: block; background: rgba(10,187,135,1); border-radius: 0; opacity: 0; visibility: hidden; transform: scale(0); transition: all .2s; }
.containerPages--filters--content label .filters--content--title { margin-left: 30px; height: 20px; line-height: 20px; }
.containerPages--filters--content label input:checked + .filters--content--box::after { opacity: 1; visibility: visible; transform: scale(1); }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.panel--input { display: block; width: 100%; height: 40px; padding: 0 12px; font-size: 13px; font-weight: 400; line-height: 38px; color: #495057; background-color: #fff; box-sizing: border-box; background-clip: padding-box; border: 1px solid #dadee8; border-right-color: #e2e5ec; border-radius: 3px; transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
.panel--input:focus { color: #495057; background-color: #fff; border-color: #8f8f8f; outline: 0; }
.panel--input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #fff inset; box-shadow: 0 0 0px 1000px #fff inset; -webkit-text-fill-color: #000; }
/* ---- ---- ---- ---- ---- ---- ---- ---- */
.panel--area { display: block; width: 100%; height: 80px; padding: 12px; font-size: 13px; font-weight: 400; color: #495057; background-color: #fff; box-sizing: border-box; background-clip: padding-box; border: 1px solid #dadee8; border-right-color: #e2e5ec; border-radius: 3px; transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
.panel--area.large { height: 280px; }
.panel--area:focus { color: #495057; background-color: #fff; border-color: #8f8f8f; outline: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.panel--button { float: right; width: 140px; background: var(--grey-btn-bg); color: var(--grey-btn-text); font-weight: 500; transition: all .2s; height: 40px; line-height: 40px; border-radius: 0 4px 4px 0; text-align: center; border: none; font-size: 13px; cursor: pointer; }
.panel--button:hover { background: rgba(77,89,149,0.1); color: var(--red-color); }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.right--block { width: 100%; display: inline-block; padding: 15px 25px; border-bottom: 1px solid #eff0f6; box-sizing: border-box; }
.right--block:last-child { border-bottom: none; }
.right--block .right--block--title { color: #595d6e; font-weight: 500; padding-bottom: 7px; font-size: 13px; }
.right--block .right--block--appended { padding-top: 10px; }
.right--block .right--block--appended:empty { padding-top: 0; }
.right--block .right--block--appended img { max-width: 100%; border-radius: 4px; }
.right--block .right--block--loader { text-align: center; padding-top: 4px; display: none; }
.right--block .right--block--button { margin-top: 10px; }
.right--block .right--block--file { width: 32px; height: 32px; line-height: 32px; position: absolute; top: 4px; right: 4px; }
.right--block .right--block--attached { width: calc(100% + 10px); position: relative; left: -5px; overflow: hidden; padding-top: 5px; }
.right--block .right--block--attached:empty { padding-top: 0; }
.right--block .right--block--attached img { margin: 5px; width: 68px; height: 68px; border-radius: 4px; }
.right--block .right--block--attached .attached--image { margin: 5px; width: 68px; height: 68px; border-radius: 4px; float: left; position: relative; }
.right--block .right--block--attached .attached--image .attached--delete { position: absolute; top: 0; right: 0; cursor: pointer; }
.right--block .right--block--attached .attached--image img { margin: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerRight--header--notify { position: fixed; top: 0; left: 0; width: 100%; text-align: center; height: 60px; line-height: 60px; font-weight: 500; font-size: 15px; margin-top: -60px; transition: all .4s; display: block; z-index: 100; visibility: hidden; opacity: 0; }
.containerRight--header--notify.success { background: rgb(0 111 78 / 91%); color: #fff; visibility: visible; opacity: 1; margin-top: 0; }
.containerRight--header--notify.warning { background: #c30000cf; color: #fff; visibility: visible; opacity: 1; margin-top: 0; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after { font-family: 'IBM Plex Sans', sans-serif; position: absolute; visibility: hidden; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); pointer-events: none; }
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
.tooltip:before, [data-tooltip]:before { z-index: 1001; border: 6px solid transparent; background: transparent; content: ""; }
.tooltip:after, [data-tooltip]:after { z-index: 1000; padding: 8px; width: 158px; border-radius: 3px; background-color: #000; background-color: rgba(30,30,45,0.8); color: #fff; content: attr(data-tooltip); text-align: center; font-size: 11px; line-height: 1.2; }
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after, .tooltip-top:before, .tooltip-top:after { bottom: 100%; left: 50%; }
[data-tooltip]:before, .tooltip:before, .tooltip-top:before { margin-left: 0px; margin-bottom: -12px; border-top-color: rgba(30,30,45,0.8); }
[data-tooltip]:after, .tooltip:after, .tooltip-top:after { margin-left: -80px; }
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after, .tooltip-top:hover:before, .tooltip-top:hover:after, .tooltip-top:focus:before, .tooltip-top:focus:after { -webkit-transform: translateY(-12px); -moz-transform: translateY(-12px); transform: translateY(-12px); }
.tooltip-left:before, .tooltip-left:after { right: 100%; bottom: 50%; left: auto; }
.tooltip-left:before { margin-left: 0; margin-right: -12px; margin-bottom: 0; border-top-color: transparent; border-left-color: rgba(30,30,45,0.8); }
.tooltip-left:hover:before, .tooltip-left:hover:after, .tooltip-left:focus:before, .tooltip-left:focus:after { -webkit-transform: translateX(-12px); -moz-transform: translateX(-12px); transform: translateX(-12px); }
.tooltip-bottom:before, .tooltip-bottom:after { top: 100%; bottom: auto; left: 35%; }
.tooltip-bottom:before { margin-top: -12px; margin-bottom: 0; border-top-color: transparent; border-bottom-color: rgba(30,30,45,0.8); }
.tooltip-bottom:hover:before, .tooltip-bottom:hover:after, .tooltip-bottom:focus:before, .tooltip-bottom:focus:after { -webkit-transform: translateY(12px); -moz-transform: translateY(12px); transform: translateY(12px); }
.tooltip-right:before, .tooltip-right:after { bottom: 50%; left: 100%; }
.tooltip-right:before { margin-bottom: 0; margin-left: -12px; border-top-color: transparent; border-right-color: rgba(30,30,45,0.8); }
.tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before, .tooltip-right:focus:after { -webkit-transform: translateX(12px); -moz-transform: translateX(12px); transform: translateX(12px); }
.tooltip-left:before, .tooltip-right:before { top: 8px; }
.tooltip-left:after, .tooltip-right:after { margin-left: 0; margin-bottom: -16px; }

.containerRight--header--burger { display: none; float: left; width: 30px; margin-right: 15px; cursor: pointer; padding: 5px 0; }
.containerRight--header--burger .burger--element { display: block; width: 100%; height: 2px; margin-bottom: 6px; background: var(--icon-color); float: left; border-radius: 4px; transition: all .2s; opacity: 0.6; }
.containerRight--header--burger .burger--element:last-child { margin-bottom: 0; }
.containerRight--header--burger .burger--element.short { width: 60%; }
.containerRight--header--burger:hover .burger--element.short { width: 100%; }
.containerRight--header--burger:hover .burger--element {opacity: 1; }

@media screen and (max-width: 1024px){
    .containerRight--header .containerRight--header--first .header--first--right .first--right--profile--name { display: none; }
    .containerRight--header .containerRight--header--first {background: linear-gradient(to bottom right, #1a0000, #b50404); color: white;}
    .containerRight--header .containerRight--header--first img { filter: brightness(0) invert(1) opacity(0.6); }
    .containerRight--header .containerRight--header--first img:hover { filter: brightness(0) invert(1) opacity(1); }
    .containerRight--header .containerRight--header--first .header--first--right .first--right--links { margin-right: 0;}
    .containerRight--header .containerRight--header--first .header--first--right .first--right--links a { color: #fff; }
    .containerRight--header .containerRight--header--first .header--first--logo { display: block; }
    .containerRight--header .containerRight--header--first .header--first--left a { color: rgba(255, 255, 255, 0.6); }
    .containerRight--header .containerRight--header--first .header--first--left a:hover { color: #fff; }
    .containerRight--header--burger .burger--element { background: #fff; }
    .containerRight { margin-left: 0;}
    .containerRight--header--notify {z-index: 1005; }
    .containerLeft { background: rgba(0, 0, 0, 0.85); display: none; z-index: 1002;overflow: auto; height: 100%; }
    .containerRight--header .containerRight--header--first .header--first--left a:hover:after,
    .containerRight--header .containerRight--header--first .header--first--left a:focus:after {opacity: 0;}
    body.light .containerLeft { color: #fff; background: rgba(0, 0, 0, 0.85);}
    body.dark .containerLeft { color: #fff; background: rgba(0, 0, 0, 0.85);}
    .containerRight--header { left: 0; }
    .containerRight--header--burger { display: block;}
    .first--right--mode { display: none; }
    .containerLeft--menu--close { cursor: pointer;  display: inline-block;  position: absolute; right: 0; top: 0; padding: 0 15px; font-size: 45px; }
    .containerLeft--header .containerLeft--header--logotype .containerLeft--header--title small { display: none; }
    .containerSettings .containerSettings--content .content--settings .content--settings--block { width: 50%;}

}

@media screen and (max-width: 820px){
    .containerMain .containerMain--top { flex-wrap: wrap; }
    .containerPages--right { width: 100%;  }
    .containerPages--left { width: 100%; }
    .containerPages--flex { flex-direction: column; }
    .containerPages--languages a { float: left; }
    .containerSettings .containerSettings--content .content--right { width: 100%; float: unset;}
    .containerSettings .containerSettings--content .content--left { margin-right: 0; width: 100%; float: unset;}
}


@media screen and (max-width: 700px){
    .containerRight--header {  position: absolute; width: 100%; box-sizing: border-box;}
    .containerRight--header .containerRight--header--first { padding: 15px;}
    .containerRight--header .containerRight--header--first .header--first--left a { padding: 0 6px; }
    .containerRight--header .containerRight--header--first .header--first--left a img { display: block; }
    .containerRight--header .containerRight--header--first .header--first--left a:hover { background: transparent;}
    .containerRight--header .containerRight--header--first .header--first--left a.active:hover { background: transparent;}
    .containerRight--header .containerRight--header--first .header--first--left a:hover img { opacity: 1;}
    .containerRight--header .containerRight--header--first .header--first--left a.active { background: transparent; }
    .containerRight--header .containerRight--header--first .header--first--left a.active img {  opacity: 1; }
    .containerRight--header .containerRight--header--first .header--first--left a span { display: none; }
    .containerMain--right--content::before {left: 145px;}
    .containerMain--right--content { padding: 20px 10px;  }
    .containerMain--right--element .containerMain--right--date { width: 77px; }
    .containerMain--right--element .containerMain--right--element--right { margin-left: 154px; }
    .containerMain--right--element .containerMain--right--element--left { width: 150px;}
    .containerMain .containerMain--bottom--title { gap: 10px; }
    .containerLeft { width: 100%;}
    body.light .containerLeft,
    body.dark .containerLeft { background: rgba(0, 0, 0, 0.85);}
    .containerTable--wrap tr { display: flex; flex-wrap: wrap; }
    .containerTable--wrap tr td { width: 100%; }
    .containerTable--wrap tr td .buttonFilter { width: 100%!important; }
    .containerTable .containerTable--row .containerTable--title.search  { width: 100%;}
    .containerTable--edit { display: none; }
    .areas--label .areas--label--input.group input { width: 100%; }
    .panel--button { width: 100%; margin-top: 10px;}
    .containerRight--content { padding: 95px 15px 25px 15px; width: 100%; box-sizing: border-box;}
    .containerTable .containerTable--row .containerTable--action { gap: 5px;}
    .containerSettings .containerSettings--content .content--settings .content--settings--block { width: 100%;}
    .containerMain--right--content--inside::before { left: 161px;}
}

