@charset "UTF-8";

@font-face {
  font-family: "Helvetic";
  font-display: swap;
  src: url("../fonts/helveticaneuecyr_roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Обычный */
@font-face {
	font-family: 'Roboto-Condensed'; 
	src: url("../fonts/Roboto-Condensed.ttf"); 
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
  box-sizing: border-box;
  
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Vars:
  ========================================================================== */

.header {
  color: white;
  font-size: 1.4rem;
  margin-top: 45px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.header-title {
  width: 75%;
}

.header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title {
  font-size: 3.2rem;
  color: rgba(255, 255, 255, 0.795);
}

.header-subtitle {
  font-size: 2.2rem;
  color: white;
  opacity: 0.3;
}

.header-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-right: 10px;
}

.link-login {
  border-top: #361701 solid 2px;
  border-bottom: #fd842d solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  /* Поля */
  text-decoration: none;
  /* Убираем подчёркивание */
  color: #000;
  /* Цвет текста */
  padding: 10px 25px;
  background: #d85d08;
  background: -webkit-gradient(linear, left top, left bottom, from(#d85d08), color-stop(62%, #fe6700), color-stop(83%, #fe8c00), to(#e94a00));
  background: -o-linear-gradient(top, #d85d08 0%, #fe6700 62%, #fe8c00 83%, #e94a00 100%);
  background: linear-gradient(180deg, #d85d08 0%, #fe6700 62%, #fe8c00 83%, #e94a00 100%);
  width: 245px;
  min-width: 100%;
  border-radius: 90px;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text-exit {
  margin: auto 0;
}

*,
*:before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  background-image: url(../img/Fon.jpg);
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
  max-width: 100%;
  width: 100%;
  height: auto;

}

.page {
  color: white;
  margin: 0 auto;
  max-width: 1280px;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
}

.nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  border-top: #706969 solid 2px;
  border-bottom: black solid 2px;
  border-radius: 90px;
}

.nav-item {
  padding: 7px 20px;
  text-align: center;
  border-right: #706969 solid 2px;
  border-left: rgba(0, 0, 0, 0.726) solid 2px;
  background: #252525;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #252525), color-stop(32%, #3c3c3c), color-stop(95%, #7e7e7b), to(#81817e));
  background: -o-linear-gradient(bottom, #252525 1%, #3c3c3c 32%, #7e7e7b 95%, #81817e 100%);
  background: linear-gradient(0deg, #252525 1%, #3c3c3c 32%, #7e7e7b 95%, #81817e 100%);
}

.nav-item:first-child {
  border-left: none;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

.nav-item:last-child {
  border-right: none;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

.nav-item:hover {
  background: #5f5f5f;
}

.nav-item:hover > .link-text {
  color: white;
}

.activate
{
    background: #5f5f5f;
}

.activate>.link-text
{
  color: white;
}

.link-text {
  text-decoration: none;
  color: #e7910f;
  font-size: 1.9rem;
  width: 10px;
}

.sub-nav {
  width: 100%;
}

.sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-item {
  padding-right: 5px;
}

.sub-item:last-child {
  margin-left: 15px;
}

.sub-img {
  width: 30px;
}

.scroll-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 2.5rem;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  box-sizing: border-box;
}

.thead-fixed
{
  position: sticky;
  top:0;
}

.preloader_table
{
  position: absolute;
  background-color: brown;
  width: 100%;
  height: 100%;
  z-index:1000;
}

.scroll-table-body {
  width:80%;
  color: black;
  /* overflow: auto; */
  /* height: 300px; */
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.title-row
{
  display: flex;
}

.title-th {
  display: flex;
  border: 1px solid #5a5959;
  background: #d3d6d5;
  padding: 5px 10px;
  width: 200px;

  top: 0;
  font-family: 'Roboto-Condensed';
  justify-content: center;
  align-items: center;

  
}

.title-th_big {
  border: 1px solid #5a5959;
  background: #d3d6d5;
  padding: 5px 10px;
  width: 6.6666%;
  
  
}

.title-table {
  background: #969595;
  color: black;
  font-size: 2rem;
}



.table-row > td {
  border-right: 1px solid #5a5959;
  padding: 5px 10px;
  border-bottom: 1px solid #5a5959;
  font-size: 1.5rem;
  font-family: 'Roboto-Condensed';
  
}

.table-row {
  display: flex;
  background: white;
}

.td-body
{
  width: 13.666%;
  border: 1px solid #5a5959;
  text-align: center;
  font-size: 2.3rem;
}

.table-row>.td-body
{
  text-align: left;
}

.table-row:nth-child(2n) {
  background: #d3d6d5;
}

.table-row:hover {
  background-color: #f3cf85;
}

.sort-menu
{
  display: none;
  position: absolute;
  background-color: #131313;
  font-size: 1.5rem;
  text-align: left;
  width: 170px;
  color: white;
  top:10px;
}

.sort-menu>li
{
  padding: 5px 10px;
}

.sort-menu>li:first-child
{
  border-bottom:solid 1px #5a5959; 
}

.sort-menu>li:last-child
{
  border-top:solid 1px #5a5959; 
}





.content{
	overflow: auto;
	position: relative;
	padding: 20px;
	margin: 10px;
	width: 100%;
	height: 400px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box; 
     box-sizing: border-box;
	 padding-right: 0px;
	 padding-bottom: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
}

.fixtable-fixed {
	position: fixed;
	top: 0;
	z-index: 101;
	background-color: #FCF8E4;
	border-bottom: 1px solid #ddd;
}

.mCSB_container_wrapper
{
	position: absolute;
	/* bottom: -40px;
	top:auto; */
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: #d85d08;
  background: -webkit-gradient(linear, left top, left bottom, from(#d85d08), color-stop(62%, #fe6700), color-stop(83%, #fe8c00), to(#e94a00));
  background: -o-linear-gradient(top, #d85d08 0%, #fe6700 62%, #fe8c00 83%, #e94a00 100%);
  background: linear-gradient(306deg, #d85d08 0%, #fe6700 62%, #fe8c00 83%, #e94a00 100%);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
  background: #8b8886;
  background: -webkit-gradient(linear, left top, left bottom, from(#d85d08), color-stop(62%, #fe6700), color-stop(83%, #fe8c00), to(#e94a00));
  background: -o-linear-gradient(top, #d85d08 0%, #fe6700 62%, #fe8c00 83%, #e94a00 100%);
  background: linear-gradient(180deg, #d85d08 0%, #fe6700 62%, #fe8c00 83%, #e94a00 100%);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail
{
	background: white;

}

.mCSB_draggerContainer {
    margin: 0 20px;
    background: #5a5959;
	opacity: 1;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background: #5a5959;
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 1;
}

.mCSB_container_wrapper > .mCSB_container {
    /* padding-right: 30px; */
    /* padding-bottom: 30px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_container_wrapper {
    margin-bottom: 0px;
	margin-right: 0px;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.resize {
  position: relative;
  display: flex;
  width: 23px;
  height: 18px;
  background: #5a5959;
  right: 4px;
  bottom: 0px;
  background-image: url(/img/expand.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 19px;
    right: 20px;
}

.resize:hover
{
  background: #6d6d6d;
  background-image: url(/img/expand.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.resize .resize-activate:hover
{
  background: #6d6d6d;
  background-image: url(/img/fold.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.resize [data-tooltip]::after {
  content: attr("развернуть"); /* Выводим текст */
}

.resize.resize-activate [data-tooltip]::after {
  content: attr("свернуть"); /* Выводим текст */
}

.resize-activate
{
  background-image: url(/img/fold.png);
}

.table-body-none
{
  display:none;
}

.content-height
{
  height: 1000px;
}

.resize-big
{
  width: 20px;
  height: 20px;
  right: 18px;
}

.container-table
{
	
	width: 600px;
	display: flex;
	align-items: flex-end;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 98%;
    height: 16px;
    top: auto;
    right: 7px;
    bottom: 0;
    left: 0;
	  opacity: 1;

}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	opacity: 1;
}



.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {

    height: 2px;
    margin: 7px 0;
}




.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 16px;
}

.mCSB_scrollTools_vertical
{
  margin-left: 10px;
}

.flex-obertka
{
  display: flex;
  width: 100%;
}

.sortirovka
{
  width: 50%;
}

.title-th-text
{
  width: 50%;
  font-size: 1.7rem;

}

.sortirovka
{
  display: flex;
  margin: auto;
  margin-left: 25px;
  position: relative;
  justify-content: center;
  align-items: center;
}

.sortirovka-img
{
  width: 15px;
  
}



.scroll-table-body-big
{
  width: 100%;
}



.krafik {
  width: 100%;
  margin-left: 20px;
}

.krafik-none
{
  display: none;
}

.krafik-img {
 
  height: 400px;
  width: 92%;
}

.gragik-table
{
  width: 75%;
}

.bottom-table {
  width: 100%;
}

.gradient-table {
  background: #c3bbbb;
  background: -webkit-gradient(linear, left bottom, left top, from(#c3bbbb), color-stop(10%, #c9c8c7), color-stop(68%, #888685), to(#656260));
  background: -o-linear-gradient(bottom, #c3bbbb 0%, #c9c8c7 10%, #888685 68%, #656260 100%);
  background: linear-gradient(0deg, #c3bbbb 0%, #c9c8c7 10%, #888685 68%, #656260 100%);
}




footer {
  display: flex;
  margin-top: auto;
  width: 100%;
  height: 25px;
  background: #252525;
  align-items: center;
  color:#fe8c00 ;
  text-transform: uppercase;
  font-size: 1.5rem;

}

.img-ciricle
{
  width: 33.333%;
  margin: 0 auto;
  padding: 10px;
}

.img-ciricle-left
{
  display: flex;
  justify-content: flex-end;
}
.img-ciricle>img
{
  width: 25%;

}

.point
{
background-image: url(../img/one-ciricle.png);
width: 7px;
height:7px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 0 7px;
}

.webp .wrapper{ background-image: url(../img/Fon.webp); }

