/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0%,last 40 version
*/

@charset "UTF-8";

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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.BLOCK-SCROLL {
  width: 100%;
  overflow: auto;
  padding: 1rem;
}

.DESCKTOP {
  display: none;
}

body {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.sec {
  padding: 60px 0;
}

.title {
  font-size: -webkit-calc(26px + 10 * ((100vw - 320px) / 1600));
  font-size: -moz-calc(26px + 10 * ((100vw - 320px) / 1600));
  font-size: calc(26px + 10 * ((100vw - 320px) / 1600));
  font-weight: bold;
  color: #000;
}

.sub-title {
  font-size: -webkit-calc(18px + 4 * ((100vw - 320px) / 1600));
  font-size: -moz-calc(18px + 4 * ((100vw - 320px) / 1600));
  font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
  color: #000;
}

.button {
  background: #0EBAB9;
  color: #fff;
  width: 286px;
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  text-transform: uppercase;
}

.button:hover {
  background: #0d2839;
}

.POLITICS {
  font-size: -webkit-calc(14px + 4 * ((100vw - 320px) / 1600));
  font-size: -moz-calc(14px + 4 * ((100vw - 320px) / 1600));
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.POLITICS a {
  color: inherit;
  text-decoration: none;
}

.NO-SKROLL {
  height: 100vh;
  overflow: hidden;
}

.NO-OUTLINE {
  outline: none;
}

.new-material-modal__top {
  display: none;
}

/*section {
  overflow: hidden;
}*/

/*стили для скрола*/

::-webkit-scrollbar-button {
  background-image: url();
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: #E7E7E7;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #0EBAB9;
}

::-webkit-resizer {
  background-image: url();
  background-repeat: no-repeat;
  width: 7px;
  height: 0;
}

::-webkit-scrollbar {
  width: 0px;
}

.body-column-all__scroll::-webkit-scrollbar-button {
  background-image: url();
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.body-column-all__scroll::-webkit-scrollbar-track {
  background-color: #E7E7E7;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.body-column-all__scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #0EBAB9;
}

.body-column-all__scroll::-webkit-resizer {
  background-image: url();
  background-repeat: no-repeat;
  width: 7px;
  height: 0;
}

.body-column-all__scroll::-webkit-scrollbar {
  width: 5px !important;
}

.header ul {
  margin: 0;
  padding: 0;
}

.header .body-page {
  width: 100%;
  padding-right: 0;
  padding-bottom: 180px;
}

.navigation {
  width: 100%;
  padding: 2px 0px 0 30px;
}

.navigation__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.navigation__list--list {
  padding: 10px;
}

.navigation__list--list .name-item {
  font-size: 12px;
  padding-top: 7px;
}

.navigation__list--list:hover .name-item {
  color: #0EBAB9;
}

.navigation__list--list:hover .hover-navigation {
  fill: #0EBAB9;
}

.navigation__list--list:first-child {
  padding-left: 0px;
}

.navigation__list--list:last-child {
  padding-right: 0px;
}

.navigation__list--list.active .name-item {
  color: #0ebab9;
}

.navigation__list--list.active .hover-navigation {
  fill: #0ebab9;
}

.navigation__list--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation__img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.navigation__list--link {
  color: #BBBBBB;
}

.title-block__stage-date {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #BBBBBB;
  margin: 10px 0 5px;
  font-size: 12px;
}

.title-block__name-number-messages {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-block__name-number-messages .item-name {
  font-size: 25px;
  font-weight: bold;
}

.title-block__name-number-messages .item-number-messages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.title-block__name-number-messages .item-number-messages__text {
  color: #828282;
  margin-left: 7px;
}

.finish-status-responsible {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.finish-status-responsible__column {
  margin-right: 2%;
}

.finish-status-responsible__column:first-child {
  margin-left: 0px;
}

.finish-status-responsible__column input {
  color: #0EBAB9;
}

.column-name {
  color: #C4C4C4;
  font-size: 12px;
}

.finish-status-responsible__column.supervision:last-child {
  margin-left: 0;
}

.finish-status-responsible__column.equipments-responsible {
  width: auto;
}

.wrapper-btn-main {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 17px 35px;
  background: white;
  position: fixed;
  bottom: 50px;
  left: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
  width: 94%;
}

.message-sabmit-Cancel {
  font-weight: bold;
  font-size: 18px;
  color: #C4C4C4;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  cursor: pointer;
}

.message-sabmit-Cancel:hover {
  color: #AAAAAA;
}

.wrapper-size {
  position: relative;
}

.choice-of-size {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 0px 6px 0;
  cursor: pointer;
  color: #0EBAB9;
  font-size: 18px;
}

.choice-of-size::-webkit-input-placeholder {
  color: #0EBAB9;
}

.choice-of-size:-moz-placeholder {
  color: #0EBAB9;
}

.choice-of-size::-moz-placeholder {
  color: #0EBAB9;
}

.choice-of-size:-ms-input-placeholder {
  color: #0EBAB9;
}

.choice-of-size::-ms-input-placeholder {
  color: #0EBAB9;
}

.choice-of-size::placeholder {
  color: #0EBAB9;
}

.wrapper-input:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 15px;
  height: 13px;
  margin-top: -6.5px;
  background-image: url(./../img/arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.transfotm .wrapper-input:before {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.choice-of-size:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.choice-of-size:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.wrapper-list {
  z-index: 5;
  position: absolute;
  top: 37px;
  left: 0;
  padding: .8rem;
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0 20px rgba(171, 171, 171, 0.2);
     -moz-box-shadow: 0 0 20px rgba(171, 171, 171, 0.2);
          box-shadow: 0 0 20px rgba(171, 171, 171, 0.2);
  background: #fff;
}

.list {
  width: 100%;
  height: 100%;
}

.list__itams {
  cursor: pointer;
  padding: .3rem;
}

.list__itams:hover {
  color: #0EBAB9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.list__itams-disabel {
  color: #A6A6A6;
  cursor: default;
}

.list__itams-disabel:hover {
  background: none;
  color: #A6A6A6;
}

.subscribe {
  padding: .3rem;
  visibility: hidden;
}

.subscribe-open {
  visibility: visible;
}

.js_size_selector {
  display: none;
}

.open {
  display: block;
}

.choice-of-size {
  width: 100px;
  min-width: 100px;
  margin-right: 16px;
}

.input-buffer {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
  white-space: nowrap;
}

.wrapper-input {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.width-50 {
  width: 44% !important;
}

.description-block {
  margin-top: 50px;
}

.description-block__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.description-block__name {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
}

.description-block__text {
  border: 1px solid #C4C4C4;
  min-height: 150px;
  position: relative;
}

.description-block__text:hover {
  border: 1px solid #7B7B7B;
}

.description-block__text-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.description-block__text-settings .description-block__ic {
  margin: 7px 7px;
}

.description-block__textarea {
  width: 99%;
  height: 105px;
  padding: 10px;
}

.description-block__textarea::-webkit-input-placeholder {
  color: #AAAAAA;
  font-size: 14px;
}

.description-block__textarea:-moz-placeholder {
  color: #AAAAAA;
  font-size: 14px;
}

.description-block__textarea::-moz-placeholder {
  color: #AAAAAA;
  font-size: 14px;
}

.description-block__textarea:-ms-input-placeholder {
  color: #AAAAAA;
  font-size: 14px;
}

.description-block__textarea::-ms-input-placeholder {
  color: #AAAAAA;
  font-size: 14px;
}

.description-block__textarea::placeholder {
  color: #AAAAAA;
  font-size: 14px;
}

.description-block__ready-text p {
  margin: 10px 0;
  line-height: 1.4;
}

.description-block__ready-text ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.description-block__ready-text ul li {
  list-style: disc;
  margin-bottom: 15px;
  line-height: 1;
}

.files-block {
  margin-top: 50px;
}

.files-block__all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.files-block__column {
  padding: 15px;
  width: 50%;
  height: 165px;
  position: relative;
  cursor: pointer;
}

.files-block__column-add {
  background: #F9F9F9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.files-block__column-add:hover {
  background: white;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.files-block__column-img {
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center center;
}

.files-block__column-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(13, 18, 28, 0.52);
  left: 0px;
  top: 0px;
  z-index: 1;
}

.files-block__column-img:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.files-block__column-img .files-block__name {
  color: white;
  z-index: 2;
  font-size: 14px;
}

.files-block__close {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  z-index: 2;
}

.files-block__column-word {
  position: relative;
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F7F7F7;
  border-bottom: 3px solid #51A5E6;
}

.files-block__column-word:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.files-block__id {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 29px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.files-block__id .files-block__id-text {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: white;
  font-size: 12px;
}

.files-block__id-word {
  background: #51A5E6;
}

.files-block__column-xsl {
  position: relative;
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F7F7F7;
  border-bottom: 3px solid #429C6A;
}

.files-block__column-xsl:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.files-block__id-xsl {
  background: #429C6A;
}

.files-block__column-pdf {
  position: relative;
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F7F7F7;
  border-bottom: 3px solid #F96C82;
}

.files-block__column-pdf:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.files-block__id-pdf {
  background: #F96C82;
}

.files-block__ic-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #E5E5E5;
}

.files-block__ic-img img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.files-block__text-name {
  color: #AAAAAA;
}

.files-block__ic-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.files-block__ic-text .files-block__ic-img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-bottom: 12px;
}

.files-block__view-more {
  margin-top: 15px;
}

.files-block__view-more a {
  color: #AAAAAA;
  padding-bottom: 5px;
  border-bottom: 1px #AAAAAA solid;
  font-size: 14px;
}

.files-block__view-more a:hover {
  border-bottom: 1px #000 solid;
  color: black;
}

.close-hover {
  padding: 5px;
}

.close-hover:hover {
  fill: #333333;
}

.message-block {
  margin-top: 60px;
}

.message__item {
  margin-top: 30px;
}

.message__item-management {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #AAAAAA;
}

.management-name {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  font-size: 12px;
}

.management-date {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  font-size: 12px;
}

.management-ic {
  padding: 10px;
}

.management-ic:hover .hoversvg {
  fill: black;
}

.message__item-text {
  position: relative;
  line-height: 1.4;
}

.message__item-text p {
  line-height: 1.4;
}

.message__item-text:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  background: #0EBAB9;
  left: -20px;
}

.message-textarea {
  width: 100%;
  min-height: 120px;
  padding: 10px;
  border: 1px solid #C4C4C4;
  margin-top: 30px;
}

.message-textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #AAAAAA;
}

.message-textarea:-moz-placeholder {
  font-size: 14px;
  color: #AAAAAA;
}

.message-textarea::-moz-placeholder {
  font-size: 14px;
  color: #AAAAAA;
}

.message-textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #AAAAAA;
}

.message-textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #AAAAAA;
}

.message-textarea::placeholder {
  font-size: 14px;
  color: #AAAAAA;
}

.message-textarea:hover {
  border: 1px solid #7B7B7B;
}

.message-sabmit {
  display: inline-block;
  margin-left: auto;
  min-width: 155px;
  text-align: center;
  color: white;
  background: #0EBAB9;
  padding: 12px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

.message-sabmit:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#08A6A5), to(#08A6A5));
  background: -webkit-linear-gradient(bottom, #08A6A5, #08A6A5);
  background: -moz-linear-gradient(bottom, #08A6A5, #08A6A5);
  background: -o-linear-gradient(bottom, #08A6A5, #08A6A5);
  background: linear-gradient(0deg, #08A6A5, #08A6A5);
}

.message__add {
  text-align: right;
}

.parameters-block {
  margin-top: 50px;
}

.parameters-description {
  margin: 30px 0 10px;
}

.table-parameters {
  width: 300px;
}

.table-parameters td {
  width: 50%;
  padding: 5px 5px 5px 0;
}

.table-parameters td:first-child {
  font-size: 12px;
  color: #AAAAAA;
}

.table-parameters td:last-child {
  font-size: 18px;
  color: #333333;
}

.checklists-block {
  margin-top: 50px;
}

.checklists-block .description-block__ic {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.description-block__ic-add {
  margin-left: auto;
}

.checklists-item__title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.bg-bluer {
  background: #0EBAB9;
}

.checklists-progress {
  height: 2px;
}

.wrapper-checklists-stage {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.checklists-stage-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #AAAAAA;
  font-size: 16px;
  margin: 10px 0;
}

.checklists-stage-items .checklists-stage-items__done {
  color: #333333;
}

.checklists__form-check {
  position: relative;
  width: 100%;
}

.checklists-lists__item {
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.checklists__check-input[type="checkbox"]:checked.checklists__label {
  text-decoration: line-through;
  color: #AAAAAA;
}

.checklists-lists__item-ic:hover .hover-cl {
  fill: black;
}

.checklists-lists__item-ic {
  margin-left: auto;
  padding: 0 8px;
}

.checklists-add-inp {
  padding: 10px;
  border: 1px solid #C4C4C4;
  width: 100%;
}

.checklists-add-inp::-webkit-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
}

.checklists-add-inp:-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
}

.checklists-add-inp::-moz-placeholder {
  font-size: 14px;
  color: #c4c4c4;
}

.checklists-add-inp:-ms-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
}

.checklists-add-inp::-ms-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
}

.checklists-add-inp::placeholder {
  font-size: 14px;
  color: #c4c4c4;
}

.checklists-add-inp:hover {
  border: 1px solid #7B7B7B;
}

.wrapper-input-add-checklist {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.checklists-lists__item-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 21px;
}

.checklists-lists__item-add__ic {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-left: 20px;
}

.checklists-item {
  margin-bottom: 30px;
}

.wrapper-text-des li {
  list-style: none;
  background: url("../img/") 15px 10px no-repeat;
  padding-left: 40px;
  width: 50%;
  padding-right: 15px;
}

.wrapper-text-des ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.specifications-table td:nth-child(even) {
  text-align: right;
}

.specifications-table tr:nth-child(even) {
  background: #F2F2F2;
  padding: 0 5px;
}

.checkbox-textarea {
  width: 90%;
  padding: 10px;
  margin-left: 30px;
}

.checkbox-textarea:focus,
.checkbox-textarea:active,
.checkbox-textarea:hover {
  border: 1px solid #c4c4c4;
}

.checklists__check-input[type="checkbox"]:checked,
.checklists__check-input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checklists__check-input[type="checkbox"]:checked + .checklists__label,
.checklists__check-input[type="checkbox"]:not(:checked) + .checklists__label {
  display: inline-block;
  position: absolute;
  top: 10px;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
  width: 19px;
  height: 19px;
}

.checklists__check-input[type="checkbox"]:checked + .checklists__label:before,
.checklists__check-input[type="checkbox"]:not(:checked) + .checklists__label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -webkit-calc(50% - 9px);
  top: -moz-calc(50% - 9px);
  top: calc(50% - 9px);
  width: 19px;
  height: 19px;
  border: 1px solid #BBBBBB;
}

.checklists__check-input[type="checkbox"]:checked + .checklists__label:before,
.checklists__check-input[type="checkbox"]:not(:checked) + .checklists__label:before {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.checklists__check-input[type="checkbox"]:checked + .checklists__label:after,
.checklists__check-input[type="checkbox"]:not(:checked) + .checklists__label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checklists__check-input[type="checkbox"]:checked + .checklists__label:after,
.checklists__check-input[type="checkbox"]:not(:checked) + .checklists__label:after {
  left: 4px;
  top: -webkit-calc(50% - 3px);
  top: -moz-calc(50% - 3px);
  top: calc(50% - 3px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checklists__check-input[type="checkbox"]:not(:checked) + .checklists__label:after {
  opacity: 0;
}

.checklists__check-input[type="checkbox"]:checked + .checklists__label:after {
  opacity: 1;
}

.checklists__check-input[type="checkbox"]:checked + .checklists__label:before {
  border: 1px solid #0EBAB9;
  background: #0EBAB9;
}

.checklists__check-input[type=checkbox]:checked + .checklists__label {
  text-decoration: line-through;
  color: #AAAAAA;
}

.checklists__check-input[type=checkbox]:checked ~ .checkbox-textarea {
  text-decoration: line-through;
  color: #AAAAAA;
}

.work-block {
  padding-top: 60px;
}

.wrapper-input-add-checklist--SUMMA {
  width: 25%;
  margin-left: 30px;
}

.checklists__label-div {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
     -moz-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding-right: 25px;
}

.result {
  padding: 20px 48px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.result .result__title {
  font-size: 12px;
  color: #AAAAAA;
}

.result .result__price {
  font-size: 18px;
  color: #333333;
}

.result__item {
  min-width: 162px;
}

.checklists__three-blocks {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.three-blocks__text-right {
  text-align: right;
  padding-right: 20px;
}

.three-blocks__text-padding {
  padding: 0 0 0 8px;
  text-align: right;
  margin-right: -3px;
}

.balance-block {
  padding-top: 60px;
}

.balance__four-blocks {
  background: #0EBAB9;
  padding: 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.four-blocks__items {
  width: 25%;
  padding: 0 9px;
  border-right: 1px solid #fff;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.four-blocks__items:last-child {
  border-right: none;
}

.four-blocks__title {
  font-size: 12px;
}

.four-blocks__summa {
  font-weight: bold;
  font-size: 18px;
}

.act-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.act-block__text {
  margin-right: 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.back-title__title {
  color: #AAAAAA;
  font-size: 12px;
}

.back-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.back-title:hover .back-title__title {
  color: #333333;
}

.back-title__ic {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}

.main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main-title__text {
  font-weight: bold;
  font-size: 48px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-right: 20px;
  padding-top: 10px;
  line-height: 1;
}

.main-title__setings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: auto;
}

.setings-left-ic {
  padding: 5px;
  cursor: pointer;
}

.main-title__ic {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  cursor: pointer;
}

.setings-left-ic:hover .left-hover-ic {
  fill: #333333;
}

.analytics-designer {
  padding: 45px 0 30px;
}

.body-column-all__calendar {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.column-all-btn-full {
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  font-weight: 500;
  font-size: 14px;
}

.column-all-btn-full .column-all-btn-full__price {
  font-size: 22px;
  margin-left: 10px;
  line-height: .9;
}

.column-all-btn-full .column-all-btn-full__title {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.column-all-btn-full.blue {
  background: #51A5E6;
}

.column-all-btn-full.azure {
  background: #0EBAB9;
}

.body-column-all-btn-full {
  margin: 20px 0 40px;
}

.img-designer {
  width: 24px;
  height: 24px;
  background: #C4C4C4;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.img-designer img {
  width: 80%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.wrapper__name-chart .name-chart {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.wrapper__name-chart.designer-margin {
  margin-bottom: 0;
}

.wrapper__name-and-progress.designer-margin {
  margin-bottom: 24px;
}

.wrapper__progress-and-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper__progress-and-values .values {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.wrapper__progress-and-values .progress-custom {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.wrapper__progress-and-values .background {
  background: 0 0;
}

.wrapper__name-and-progress {
  margin-bottom: 35px;
}

.wrapper__name-and-progress:last-child {
  margin-bottom: 0;
}

.analytics-efficiency {
  padding: 30px 0 45px;
}

.body-efficiency {
  position: relative;
}

.sl-efficiency {
  width: 100%;
  height: 100%;
}

.swiper-slide-efficiency {
  border: 1px solid #E5E5E5;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  padding: 20px 0;
}

.efficiency-nav__title {
  font-weight: bold;
  font-size: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.efficiency-nav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-button-prev-efficiency:after,
.swiper-container-rtl .swiper-button-next-efficiency:after {
  content: none;
}

.swiper-button-next-efficiency:after,
.swiper-container-rtl .swiper-button-prev-efficiency:after {
  content: none;
}

.efficiency-nav__arrows-sl {
  position: relative;
  width: 124px;
  margin-left: 30px;
}

.efficiency-nav__calendar {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  cursor: pointer;
}

.body-effic {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.chart-efficiency-title {
  font-size: 14px;
  margin-top: 15px;
}

.chart-efficiency-number {
  position: absolute;
  top: -webkit-calc(50% - 28px);
  top: -moz-calc(50% - 28px);
  top: calc(50% - 28px);
  left: -webkit-calc(50% - 26px);
  left: -moz-calc(50% - 26px);
  left: calc(50% - 26px);
  font-size: 48px;
  line-height: 1;
}

.analytics-equipment {
  padding: 60px 0 45px;
}

.body-column-all__scroll {
  min-height: 103px;
  max-height: 244px;
  overflow-y: auto;
}

.item-scroll__nameObject-numbers {
  padding-right: 20px;
  margin-bottom: 40px;
}

.item-scroll__nameObject-numbers:last-child {
  margin-bottom: 0;
}

.wrapper__name-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.wrapper__name-chart .values {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #BBBBBB;
}

.wrapper__name-chart .values .purpul {
  color: #A773DF;
}

.wrapper__name-chart .values .azure {
  color: #0EBAB9;
}

.wrapper__name-chart .values .black {
  color: black;
}

.wrapper__name-chart .values .blue {
  color: #51A5E6;
}

.wrapper__name-chart .name-chart {
  font-size: 14px;
}

.progress-custom {
  height: 5px;
  background: #BBBBBB;
}

.column-all-btn {
  padding: 10px 20px;
  color: white;
}

.column-all-btn .column-all-btn__title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.column-all-btn .column-all-btn__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.column-all-btn.purpul {
  background: #A773DF;
}

.column-all-btn.azure {
  background: #0EBAB9;
}

.column-all-btn.grey {
  background: #BBBBBB;
}

.column-all-btn.blue {
  background: #51A5E6;
}

.row-column-all-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wrapper-column-all-btn {
  width: 50%;
  padding: 0 15px 15px;
}

.two-element .wrapper-column-all-btn {
  width: 50%;
}

.body-column-all-btn {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
}

.analytics-materials {
  padding: 45px 0 45px;
}

.nav-materials__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.nav-materials__date .item-date {
  font-size: 18px;
  line-height: 22px;
  padding: 0 10px;
}

.nav-materials__date .item-date:last-child {
  padding-right: 0;
}

.nav-materials__date .item-date a {
  color: #AAAAAA;
}

.nav-materials__date .item-date:hover a,
.nav-materials__date .item-date.active a {
  color: #0EBAB9;
}

.choice-of-size-materials {
  background: rgba(196, 196, 196, 0);
  color: black;
}

.choice-of-size-materials::-webkit-input-placeholder {
  color: black;
  font-size: 18px;
}

.choice-of-size-materials:-moz-placeholder {
  color: black;
  font-size: 18px;
}

.choice-of-size-materials::-moz-placeholder {
  color: black;
  font-size: 18px;
}

.choice-of-size-materials:-ms-input-placeholder {
  color: black;
  font-size: 18px;
}

.choice-of-size-materials::-ms-input-placeholder {
  color: black;
  font-size: 18px;
}

.choice-of-size-materials::placeholder {
  color: black;
  font-size: 18px;
}

.wrapper-input-materials:before {
  background-image: url(../img/bl-arrow.svg);
  top: 58%;
  width: 9px;
  height: 6px;
}

.body-nav-materials {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 30px;
}

.nav-materials__object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.body-inputs-materials {
  min-width: 135px;
  margin-right: 20px;
}

.wrapper-values-chart__items {
  width: 50%;
  padding: 5px;
}

.values-chart__name {
  font-size: 14px;
}

.values-chart__items {
  border: 1px solid #E5E5E5;
  padding: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.body-all-chart {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.values-chart__color {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  height: 23px;
  margin-right: 20px;
}

.values-chart__interest {
  font-size: 24px;
  line-height: 1;
}

.body-chart-this {
  width: 100%;
}

.body-chart-all {
  border: 1px solid #E5E5E5;
  background: white;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.analytics-work {
  padding: 45px 0 80px;
}

.wrapper-column-all-btn.work {
  width: 50%;
}

.analytics-bg {
  background: #f9f9f9;
}

.city-work__items {
  font-size: 18px;
  margin: 10px;
}

.city-work__items a {
  color: #AAAAAA;
}

.city-work__items.active,
.city-work__items:hover {
  border-bottom: 3px solid #0EBAB9;
}

.city-work__items.active a,
.city-work__items:hover a {
  color: #333333;
}

.padding-0 {
  padding: 0;
}

.city-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}

.analytics-title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}

.body-column-all {
  background: white;
  border: 1px solid #E5E5E5;
  padding: 15px 20px 30px;
}

.body-column-all .body-column-all__title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.wrapper-column-all-titleCalendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

/*
 * DOM element rendering detection
 * https://davidwalsh.name/detect-node-insertion
 */

@-webkit-keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }

  to {
    opacity: 1;
  }
}

@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }

  to {
    opacity: 1;
  }
}

.chartjs-render-monitor {
  -webkit-animation: chartjs-render-animation 0.001s;
     -moz-animation: chartjs-render-animation 0.001s;
       -o-animation: chartjs-render-animation 0.001s;
          animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand > div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink > div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

.profile-page .main-title__ic {
  margin-left: 30px;
}

.me-profile-descriptin {
  margin-top: 25px;
  margin-bottom: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.me-profile__name {
  font-weight: 300;
  font-size: 34px;
}

.me-profile__position {
  font-size: 18px;
  font-style: italic;
  color: #AAAAAA;
  font-weight: 300;
}

.me-profile__position-margin {
  margin-bottom: 30px;
}

.me-profile__uptitle {
  font-size: 12px;
  color: #AAAAAA;
}

.wrapper-phone-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.me-profile__subtext a {
  color: #333333;
}

.inp__password {
  margin-top: 5px;
  background: rgba(255, 255, 255, 0);
}

.inp__password::-webkit-input-placeholder {
  color: #333333;
}

.inp__password:-moz-placeholder {
  color: #333333;
}

.inp__password::-moz-placeholder {
  color: #333333;
}

.inp__password:-ms-input-placeholder {
  color: #333333;
}

.inp__password::-ms-input-placeholder {
  color: #333333;
}

.inp__password::placeholder {
  color: #333333;
}

.password-bg {
  width: 80px;
  content: '';
  background: url("./../img/pen.svg") right no-repeat;
}

.wrapper-phone-password {
  margin-top: 20px;
}

.me-profile-descriptin__img {
  width: 190px;
  height: 190px;
  background: #E3E1E1;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.me-profile__password {
  width: 46%;
}

.me-profile-descriptin__data {
  width: 100%;
}

.padding-r-30 {
  padding-right: 30px;
}

.work-participation__text {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 30px;
}

.work-participation__object {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.work-participation__object:last-child {
  margin-bottom: 30px;
}

.work-participation__object:hover {
  border: 2px solid #0EBAB9;
}

.work-participation__object.active {
  border: 2px solid #0EBAB9;
}

.work-participation__object.active::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #0ebab9;
  border-bottom: 0 solid #0ebab9;
  border-left: 0 solid #0ebab9;
  border-right: 2px solid #0ebab9;
  right: -11px;
  top: -webkit-calc(50% - 9px);
  top: -moz-calc(50% - 9px);
  top: calc(50% - 9px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  background: #fff;
}

.work-participation__name-object {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.work-participation__title {
  font-size: 12px;
  color: #AAAAAA;
  margin-bottom: 5px;
}

.work-participation__name-employee {
  display: inline-block;
  padding-right: 35px;
  font-size: 18px;
  background: right no-repeat;
  -webkit-background-size: 21px 21px;
     -moz-background-size: 21px;
          background-size: 21px;
}

.work-participation__left {
  width: 60%;
  border-right: 1px solid #BBBBBB;
  padding-left: 20px;
}

.work-participation__right {
  padding-left: 30px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.work-participation__date {
  font-size: 12px;
  line-height: 14px;
  color: #AAAAAA;
  margin-bottom: 5px;
}

.work-participation__number-persons {
  font-size: 18px;
  color: #828282;
}

.right-nav-object_title {
  font-size: 12px;
  color: #AAAAAA;
}

.right-nav-object_name {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

.bl-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #AAAAAA;
}

.bl-l {
  color: #AAAAAA;
  font-size: 12px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.setings-left-ic {
  padding: 10px;
}

.wrapper-menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}

.setings-left-ic:hover .left-hover-ic-bl {
  fill: #0EBAB9;
}

.wrapper-card-piple {
  position: relative;
  padding: 15px;
  width: 100%;
}

.body-card-piple {
  position: relative;
  border: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.body-card-piple:hover {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.card-del {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
}

.card-del:hover .delete {
  fill: #0EBAB9;
}

.card-bottom__telegram:hover .tel {
  fill: #0EBAB9;
}

.card-img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: center center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  width: 50px;
  height: 50px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-bottom: 15px;
}

.card-bottom__telegram {
  padding-bottom: 5px;
}

.card-bottom__phone {
  width: 70%;
  text-align: center;
  border-top: 1px solid #E5E5E5;
  padding: 10px;
}

.card-bottom__phone a {
  color: #333333;
}

.card-bottom__telegram {
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  width: 30%;
  text-align: center;
  padding: 10px;
}

.card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.card-name {
  font-weight: bold;
  font-size: 18px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.card-positin {
  font-size: 12px;
  color: #AAAAAA;
  margin-bottom: 16px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.wrapper-inpi {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .sec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .MOBILE {
    display: none;
  }

  .DESCKTOP {
    display: block;
  }

  .POLITICS {
    margin-top: 25px;
  }

  .scroll__section {
    height: 87vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .header .body-page {
    padding-left: 20px;
  }

  .navigation {
    padding: 2px 30px 0;
  }

  .navigation__list--list {
    padding: 15px;
  }

  .entity-item.itog-item {
    width: 570px !important;
    bottom: -10px !important;
    margin-left: -543px !important;
  }

  .body-column-all-btn-full {
    margin: 20px 0  0;
  }

  .efficiency-nav__arrows-sl {
    width: 100px;
  }

  .column-all-btn .column-all-btn__price {
    font-size: 20px;
  }

  .wrapper-column-all-btn {
    width: 33.33%;
    padding: 0 15px;
  }

  .nav-materials__date .item-date {
    padding: 0 15px;
  }

  .wrapper-values-chart__items {
    width: 25%;
    padding: 10px;
  }

  .values-chart__items {
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .body-all-chart {
    width: 70%;
  }

  .body-chart-this {
    width: 30%;
    padding-right: 55px;
  }

  .city-work__items:last-child {
    margin-right: 0;
  }

  .profile-bg {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F9F9F9), color-stop(49%, #fff));
    background: -webkit-linear-gradient(left, #F9F9F9 50%, #fff 49%);
    background: -moz-linear-gradient(left, #F9F9F9 50%, #fff 49%);
    background: -o-linear-gradient(left, #F9F9F9 50%, #fff 49%);
    background: linear-gradient(to right, #F9F9F9 50%, #fff 49%);
  }

  .me-profile-descriptin {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .page-right {
    padding-left: 25px;
  }

  .me-profile-descriptin__data {
    width: 56%;
  }

  .me-profile__phone input {
    width: 77%;
  }

  .wrapper-card-piple {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .finish-status-responsible__column {
    margin: 0 3%;
  }

  .wrapper-btn-main {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 412px;
    bottom: 80px;
  }

  .header {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F9F9F9), color-stop(49%, #fff));
    background: -webkit-linear-gradient(left, #F9F9F9 50%, #fff 49%);
    background: -moz-linear-gradient(left, #F9F9F9 50%, #fff 49%);
    background: -o-linear-gradient(left, #F9F9F9 50%, #fff 49%);
    background: linear-gradient(to right, #F9F9F9 50%, #fff 49%);
  }
}

@media only screen and (min-width: 1248px) {
  .title-block__name-number-messages .item-name {
    font-size: 30px;
  }

  .files-block__column {
    width: 33.3%;
  }

  .column-all-btn .column-all-btn__price {
    font-size: 22px;
  }

  .wrapper-values-chart__items {
    width: 25%;
    padding: 15px;
  }

  .values-chart__interest {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .scroll__section {
    height: 90vh;
  }

  .values-chart__name {
    font-size: 16px;
  }

  .values-chart__interest {
    font-size: 36px;
  }
}

@media (min-width: 1440px) {
  .header .body-page {
    width: 100%;
    padding-left: 40px;
  }

  .message__item-text:before {
    left: -40px;
  }
}

@media only screen and (max-width: 990px) {
  .BLOCK-SCROLL_WIDTH {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 15px 0 0;
  }
}

@media (max-width: 990px) {
  .new-material-modal__top {
    display: block;
    margin-bottom: 30px;
  }

  .new-back-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.23;
    color: #333333;
  }

  .new-back-btn__icon-wrap {
    margin-right: 10px;
  }

  .new-back-btn__text {
    padding-top: 2px;
  }

  .new-material-modal {
    display: block;
    position: fixed;
    top: 50px;
    background-color: #fff;
    z-index: 499;
    right: -120%;
    bottom: 0;
    width: 100%;
    padding: 10px 15px 20px 15px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .new-material-modal--open {
    right: 0;
    height: 90vh;
    overflow: hidden;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .padding-l-0 {
    padding-left: 0;
  }

  .padding-r-0 {
    padding-right: 0;
  }

  .padding-l-15 {
    padding-left: 15px;
  }

  .padding-r-15 {
    padding-right: 15px;
    margin-right: 8px;
  }

  .main-title__text {
      font-size: 25px;
      margin-right: 15px;
  }
  .analytics-header{
      margin-top: 50px;
  }
  .analytics-equipment {
      padding: 24px 0px 45px;
  }
  .nav-materials__date {
      margin-top: 15px;
  }
  .nav-materials__date .item-date:first-child {
      padding-left:0px;
  }
  .wrapper-values-chart__items {
      width: 100%;
  }
  .body-all-chart {
      margin-top: 20px;
  }
  .analytics-work {
      padding: 45px 0 10px;
  }
  .wrapper__name-chart .name-chart {
      width: 73px;
  }
  .wrapper__name-chart .values {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center;
  }
  .fav_block {
      margin-bottom: 30px;
  }
  .entity-item.itog-item {
    right: 0;
    left: 0;
    bottom: 16px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 11;
    width: 92%;
  }
  .wrapper-btn-main {
      z-index: 899;
      bottom: 16px;
  }
  .header .body-page {
    padding-bottom: 100px;
  }
  .setings-left-ic {
    padding: 7px;
    width: 36px;
  }
  .main-title {
    margin-top: 15px;
  }
  .new-material-modal--open {
      height: 94vh;
      z-index: 899;
  }
  .no-scr{
    height:80vh;
    overflow:hidden;
  }
  .object-prizrak-item svg{
      width: 100% !important;
  }
  .main-title__ic svg circle{
      cx: 20!important;
      r:14.5!important;
      cy:20!important;
  }
  .body-nav-materials {
    padding: 0px; 
  }
  .values-chart__items {
    padding: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .topNavIc .icon-menu svg{
      width: 100% !important;
  }
  .wrapper__name-chart {
    flex-direction: column;
  }
  .wrapper__name-chart .name-chart,
  .wrapper__name-chart .values{
    align-self: flex-start !important;
  }
  .wrapper__name-chart .name-chart {
    width: 100%;
   }
  .wrapper__name-chart .values {
    position: relative;
  }
}
@media only screen and (max-width: 380px) {
  .main-title__text {
    margin-right: 7px;
  }
}