/*
@font-face {
  font-family: 'Roboto Medium';
  src: local('Roboto Medium'), local('Roboto-Medium'),
  url('../fonts/Roboto-Medium.woff2') format('woff2'),
  url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold'),
  url('../fonts/Roboto-Bold.woff2') format('woff2'),
  url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto-Regular'),
  url('../fonts/Roboto-Regular.woff2') format('woff2'),
  url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*/
/*Clear*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
span,
b,
i,
a,
input,
textarea,
fieldset {
  margin: 0;
  padding: 0;
  outline: none;
}
:focus {
  outline: 0;
}
ul {
  list-style-type: none;
}
img,
fieldset {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="submit"] {
  cursor: pointer;
}
.warm-grey {
  color: #929292;
}
.black {
  color: #2c2c2c;
}
.yellow-orange {
  color: #ffb400;
}
.brownish-grey {
  color: #6d6d6d;
}
.svg_stroke_color {
  stroke: var(--primary-color) !important;
}
.svg_fill_color {
  fill: var(--primary-color) !important;
  stroke: var(--primary-color) !important;
}
.svg_stroke_color_secondary {
  stroke: var(--primary-color-secondary) !important;
}
.svg_fill_color_secondary {
  fill: var(--primary-color-secondary) !important;
}
/*! chota.css | MIT License | github.com/jenil/chota */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  color: #2c2c2c;
  height: auto;
  position: relative;
  background: #fff;
  min-height: 100%;
}
body.hidden {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  font-family: 'Roboto', sans-serif;
}
input[type="submit"],
button[type="submit"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0.35em 0 0.7em 0;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
blockquote {
  background-color: #f3f3f3;
  padding: 1.5rem 2rem;
  border-left: 3px solid #dfdfdf;
}
dl dt {
  font-weight: bold;
}
hr {
  border: none;
  background-color: #dfdfdf;
  height: 1px;
  margin: 1rem 0;
}
table {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}
td,
th {
  vertical-align: middle;
  padding: 3.2rem 1rem;
  border: 1px solid #dfdfdf;
  text-align: center;
}
tfoot {
  border-top: 2px solid #dfdfdf;
}
code,
kbd,
pre,
samp,
tt {
  font-family: monaco, "Consolas", "Lucida Console", monospace;
}
code,
kbd {
  padding: 0 0.4rem;
  font-size: 90%;
  white-space: pre-wrap;
  border-radius: 4px;
  color: #c62424;
  padding: 0.2em 0.4em;
  background-color: #f7f7f7;
}
pre {
  background-color: #f7f7f7;
  font-size: 1em;
  padding: 1rem;
  overflow-x: auto;
}
pre code {
  background: none;
  padding: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
img {
  max-width: 100%;
}
fieldset {
  border: 1px solid #dfdfdf;
}
iframe {
  border: 0;
}
.container {
  margin: 0 auto;
  padding: 0 2rem;
}
.table_cover {
  overflow: auto;
  position: relative;
  width: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row.margin-1 {
  margin-left: calc(1rem / -2);
  margin-right: calc(1rem / -2);
}
.row.margin-1 > .col,
.row.margin-1 > [class*=" col-"],
.row.margin-1 > [class^='col-'] {
  margin: 0 calc(1rem / 2);
}
.row.margin-1 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 1.1rem);
  width: 100%;
}
.row.margin-1 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 1.1rem);
  width: 100%;
}
.row.margin-2 {
  margin-left: calc(2rem / -2);
  margin-right: calc(2rem / -2);
}
.row.margin-2 > .col,
.row.margin-2 > [class*=" col-"],
.row.margin-2 > [class^='col-'] {
  margin: 0 calc(2rem / 2);
}
.row.margin-2 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 2.1rem);
  width: 100%;
}
.row.margin-2 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 2.1rem);
  width: 100%;
}
.row.margin-3 {
  margin-left: calc(3rem / -2);
  margin-right: calc(3rem / -2);
}
.row.margin-3 > .col,
.row.margin-3 > [class*=" col-"],
.row.margin-3 > [class^='col-'] {
  margin: 0 calc(3rem / 2);
}
.row.margin-3 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 3.1rem);
  width: 100%;
}
.row.margin-3 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 3.1rem);
  width: 100%;
}
.row.margin-4 {
  margin-left: calc(4rem / -2);
  margin-right: calc(4rem / -2);
}
.row.margin-4 > .col,
.row.margin-4 > [class*=" col-"],
.row.margin-4 > [class^='col-'] {
  margin: 0 calc(4rem / 2);
}
.row.margin-4 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 4.1rem);
  width: 100%;
}
.row.margin-4 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 4.1rem);
  width: 100%;
}
.row.margin-5 {
  margin-left: calc(5rem / -2);
  margin-right: calc(5rem / -2);
}
.row.margin-5 > .col,
.row.margin-5 > [class*=" col-"],
.row.margin-5 > [class^='col-'] {
  margin: 0 calc(5rem / 2);
}
.row.margin-5 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 5.1rem);
  width: 100%;
}
.row.margin-5 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 5.1rem);
  width: 100%;
}
.row.margin-6 {
  margin-left: calc(6rem / -2);
  margin-right: calc(6rem / -2);
}
.row.margin-6 > .col,
.row.margin-6 > [class*=" col-"],
.row.margin-6 > [class^='col-'] {
  margin: 0 calc(6rem / 2);
}
.row.margin-6 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 6.1rem);
  width: 100%;
}
.row.margin-6 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 6.1rem);
  width: 100%;
}
.row.margin-7 {
  margin-left: calc(7rem / -2);
  margin-right: calc(7rem / -2);
}
.row.margin-7 > .col,
.row.margin-7 > [class*=" col-"],
.row.margin-7 > [class^='col-'] {
  margin: 0 calc(7rem / 2);
}
.row.margin-7 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 7.1rem);
  width: 100%;
}
.row.margin-7 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 7.1rem);
  width: 100%;
}
.row.margin-8 {
  margin-left: calc(8rem / -2);
  margin-right: calc(8rem / -2);
}
.row.margin-8 > .col,
.row.margin-8 > [class*=" col-"],
.row.margin-8 > [class^='col-'] {
  margin: 0 calc(8rem / 2);
}
.row.margin-8 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 8.1rem);
  width: 100%;
}
.row.margin-8 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 8.1rem);
  width: 100%;
}
.row.margin-9 {
  margin-left: calc(9rem / -2);
  margin-right: calc(9rem / -2);
}
.row.margin-9 > .col,
.row.margin-9 > [class*=" col-"],
.row.margin-9 > [class^='col-'] {
  margin: 0 calc(9rem / 2);
}
.row.margin-9 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 9.1rem);
  width: 100%;
}
.row.margin-9 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 9.1rem);
  width: 100%;
}
.row.margin-10 {
  margin-left: calc(10rem / -2);
  margin-right: calc(10rem / -2);
}
.row.margin-10 > .col,
.row.margin-10 > [class*=" col-"],
.row.margin-10 > [class^='col-'] {
  margin: 0 calc(10rem / 2);
}
.row.margin-10 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 10.1rem);
  width: 100%;
}
.row.margin-10 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 10.1rem);
  width: 100%;
}
.row.margin-11 {
  margin-left: calc(11rem / -2);
  margin-right: calc(11rem / -2);
}
.row.margin-11 > .col,
.row.margin-11 > [class*=" col-"],
.row.margin-11 > [class^='col-'] {
  margin: 0 calc(11rem / 2);
}
.row.margin-11 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 11.1rem);
  width: 100%;
}
.row.margin-11 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 11.1rem);
  width: 100%;
}
.row.margin-12 {
  margin-left: calc(12rem / -2);
  margin-right: calc(12rem / -2);
}
.row.margin-12 > .col,
.row.margin-12 > [class*=" col-"],
.row.margin-12 > [class^='col-'] {
  margin: 0 calc(12rem / 2);
}
.row.margin-12 > .col-1 {
  max-width: calc((99.9% / (12/1)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-2 {
  max-width: calc((99.9% / (12/2)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-3 {
  max-width: calc((99.9% / (12/3)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-4 {
  max-width: calc((99.9% / (12/4)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-5 {
  max-width: calc((99.9% / (12/5)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-6 {
  max-width: calc((99.9% / (12/6)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-7 {
  max-width: calc((99.9% / (12/7)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-8 {
  max-width: calc((99.9% / (12/8)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-9 {
  max-width: calc((99.9% / (12/9)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-10 {
  max-width: calc((99.9% / (12/10)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-11 {
  max-width: calc((99.9% / (12/11)) - 12.1rem);
  width: 100%;
}
.row.margin-12 > .col-12 {
  max-width: calc((99.9% / (12/12)) - 12.1rem);
  width: 100%;
}
.col {
  -ms-flex: 1;
  flex: 1;
}
.col.no-limit {
  flex-grow: inherit;
}
.col-1 {
  -ms-flex: 0 1 calc((99.9% / (12/1)));
  flex: 0 1 calc((99.9% / (12/1)));
  max-width: calc((99.9% / (12/1)));
  width: 100%;
}
.col-2 {
  -ms-flex: 0 1 calc((99.9% / (12/2)));
  flex: 0 1 calc((99.9% / (12/2)));
  max-width: calc((99.9% / (12/2)));
  width: 100%;
}
.col-3 {
  -ms-flex: 0 1 calc((99.9% / (12/3)));
  flex: 0 1 calc((99.9% / (12/3)));
  max-width: calc((99.9% / (12/3)));
  width: 100%;
}
.col-4 {
  -ms-flex: 0 1 calc((99.9% / (12/4)));
  flex: 0 1 calc((99.9% / (12/4)));
  max-width: calc((99.9% / (12/4)));
  width: 100%;
}
.col-5 {
  -ms-flex: 0 1 calc((99.9% / (12/5)));
  flex: 0 1 calc((99.9% / (12/5)));
  max-width: calc((99.9% / (12/5)));
  width: 100%;
}
.col-6 {
  -ms-flex: 0 1 calc((99.9% / (12/6)));
  flex: 0 1 calc((99.9% / (12/6)));
  max-width: calc((99.9% / (12/6)));
  width: 100%;
}
.col-7 {
  -ms-flex: 0 1 calc((99.9% / (12/7)));
  flex: 0 1 calc((99.9% / (12/7)));
  max-width: calc((99.9% / (12/7)));
  width: 100%;
}
.col-8 {
  -ms-flex: 0 1 calc((99.9% / (12/8)));
  flex: 0 1 calc((99.9% / (12/8)));
  max-width: calc((99.9% / (12/8)));
  width: 100%;
}
.col-9 {
  -ms-flex: 0 1 calc((99.9% / (12/9)));
  flex: 0 1 calc((99.9% / (12/9)));
  max-width: calc((99.9% / (12/9)));
  width: 100%;
}
.col-10 {
  -ms-flex: 0 1 calc((99.9% / (12/10)));
  flex: 0 1 calc((99.9% / (12/10)));
  max-width: calc((99.9% / (12/10)));
  width: 100%;
}
.col-11 {
  -ms-flex: 0 1 calc((99.9% / (12/11)));
  flex: 0 1 calc((99.9% / (12/11)));
  max-width: calc((99.9% / (12/11)));
  width: 100%;
}
.col-12 {
  -ms-flex: 0 1 calc((99.9% / (12/12)));
  flex: 0 1 calc((99.9% / (12/12)));
  max-width: calc((99.9% / (12/12)));
  width: 100%;
}
fieldset {
  padding: 0.5rem 2rem;
}
legend {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1rem;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]),
select,
textarea,
textarea[type="text"] {
  font-family: inherit;
  padding: 0.5rem 0;
  border-radius: 0px;
  border: none;
  font-size: 16px;
  color: #2c2c2c;
  transition: all 0.2s ease;
  display: block;
  width: 100%;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]):hover,
select:hover,
textarea:hover,
textarea[type="text"]:hover {
  border-color: #aaa;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]):focus,
select:focus,
textarea:focus,
textarea[type="text"]:focus {
  outline: none;
  border-color: var(--primary-color);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  -webkit-appearance: none;
  background: transparent no-repeat 100%;
  background-size: 1ex;
  background-origin: content-box;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='40' fill='#a0a9a3'><polygon points='0,0 60,0 30,40'/></svg>");
}
[type="checkbox"],
[type="radio"] {
  width: 1.6rem;
  height: 1.6rem;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  min-height: 5rem;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.nav img {
  max-height: 3rem;
}
.nav > .container {
  display: -ms-flexbox;
  display: flex;
}
.nav-center,
.nav-left,
.nav-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
.nav-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.nav-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.nav a,
.nav .brand {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 2rem;
  color: #555;
}
.nav .active:not(.button) {
  color: var(--primary-color);
}
.nav .brand {
  font-size: 1.75em;
  padding-top: 0;
  padding-bottom: 0;
}
.nav .brand img {
  padding-right: 1rem;
}
.nav .button {
  margin: auto 1rem;
}
.card {
  padding: 1rem 2rem;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.card p:last-child {
  margin: 0;
}
.card header > * {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tabs {
  display: -ms-flexbox;
  display: flex;
}
.tabs .item {
  display: flex;
  align-items: center;
}
.tabs div,
.tabs a {
  text-decoration: none;
}
.tabs > div,
.tabs > a {
  padding: 0.8rem 0;
  margin: 0 1.5rem;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 12px;
  color: #555;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.tabs > div.active,
.tabs > div:hover,
.tabs > a.active,
.tabs > a:hover {
  opacity: 1;
  border-bottom: 2px solid #0e140c;
}
.tabs > div.active,
.tabs > a.active {
  border-color: #24351e;
  color: #24351e;
}
.tabs.is-full div,
.tabs.is-full a {
  -ms-flex: 1;
  flex: 1;
}
.tag {
  display: inline-block;
  border: 1px solid #dfdfdf;
  text-transform: uppercase;
  color: #84868b;
  padding: 0.5rem;
  line-height: 1;
  letter-spacing: 0.5px;
}
.tag.is-small {
  padding: 0.4rem;
  font-size: 0.75em;
}
.tag.is-large {
  padding: 0.7rem;
  font-size: 1.125em;
}
.tag + .tag {
  margin-left: 1rem;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.is-text-center {
  text-align: center;
}
.is-text-left {
  text-align: left;
}
.is-text-right {
  text-align: right;
}
.is-text-uppercase {
  text-transform: uppercase;
}
.is-text-lowercase {
  text-transform: lowercase;
}
.is-text-capitalize {
  text-transform: capitalize;
}
.is-full-screen {
  width: 100%;
  min-height: 100vh;
}
.is-full-width {
  width: 100%;
}
.is-vertical-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.is-horizontal-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.is-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.is-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.is-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.is-fixed {
  position: fixed;
  width: 100%;
}
.is-paddingless {
  padding: 0 !important;
}
.is-marginless {
  margin: 0 !important;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.is-hidden {
  display: none !important;
}
.is-middle {
  transform: translate(-50%, -50%);
}
.v--modal-background-click {
  background: rgba(6, 168, 55, 0.4);
}
.modal_inner {
  position: relative;
  padding: 45px 50px;
  text-align: center;
}
.modal_inner .close_modal {
  position: absolute;
  height: 20px;
  width: 20px;
  cursor: pointer;
  text-align: center;
  right: 9px;
  top: 7px;
}
.modal_inner .title {
  font-family: 'Exo 2 Extra', sans-serif;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 35px;
}
.modal_inner .desc {
  color: #98a29b;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 35px;
}
.modal_inner .button {
  margin: 0 auto;
}
.modal_inner .modal_footer {
  white-space: nowrap;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `retina-sprite` class sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

@icon-home-group: 'icon-home' @icon-home @icon-home-2x;

.icon-home {
  .retina-sprite(@icon-home-group);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/*
The `.retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in LESS

.retina-sprites(@retina-groups);
*/
/* Стили для панели сверху */
.catalog-page .admin_head_cover {
  position: fixed;
  width: 100%;
  z-index: 1010;
}
.admin_head_cover {
  text-align: center;
  background: #e6e6e6;
  z-index: 20;
  position: relative;
}
.admin_head {
  display: inline-block;
  text-align: center;
  padding: 22px 0px 23px;
  font-size: 14px;
}
.admin_head a {
  color: #2461b5;
  text-decoration: underline;
  margin-left: 20px;
}
.admin_head a:hover {
  color: #48c9b0;
  transition: all 0.2s;
}
.admin_head #tech_support {
  color: #2461b5;
  cursor: pointer;
  border-bottom: 1px dashed #2461b5;
}
.admin_head .btn {
  font-size: 14px;
  border-radius: 0;
  line-height: 12px;
  padding: 0px;
  text-decoration: none;
  background: transparent;
  color: #2461b5;
  border-bottom: 1px dashed #2461b5;
}
.admin_head .btn:hover {
  border-color: #0DB59D;
  background: transparent;
}
/* Авторизация */
.main-wrap-authorization {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url("/Content/img/admins_iconAnd_bg/photo-1444044205806-38f3ed106c10.jpg") no-repeat, #fff;
  background-size: cover;
  background-position: 50% 50%;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: table;
  font-family: "Myriad-Pro";
}
.main-wrap-authorization input,
.main-wrap-authorization textarea {
  font-family: "Myriad-Pro";
}
.main-wrap-authorization .authorization {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.main-wrap-authorization .authorization_In_form {
  background: #ffffff;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  padding: 22px 30px;
  width: 400px;
}
.main-wrap-authorization .authorization_In_form h2 {
  font-size: 30px;
  padding: 0;
}
.authorization-container {
  display: table;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.authorization-container h3 {
  padding-bottom: 0.3em;
  padding-top: 0;
}
.authorization-container .remember-me {
  padding-bottom: 15px;
  color: #606466;
}
.authorization-container .remember-me label {
  cursor: pointer;
}
.authorization-container .remember-me .jq-checkbox {
  background: #ffffff;
  border: 1px solid #cccccc;
}
.authorization-container .remember-me .jq-checkbox.styler.checked .jq-checkbox__div {
  margin: 3px 2px;
  height: 6px;
  width: 6px;
  border-radius: 2px;
  background: #000;
}
.authorization-container .remember-me span {
  position: relative;
  top: 2px;
  left: 5px;
  color: #606466;
}
.authorization-container table {
  text-align: left;
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 15px;
  width: 100%;
}
.authorization-container table td {
  padding-bottom: 3px;
}
.authorization-container table td:first-child {
  padding-right: 5px;
}
.authorization-container .btn {
  border-radius: 3px;
  border: none;
  background: #426ea0;
  font-size: 18px;
  font-family: "Myriad-Pro";
  width: 193px;
  height: 54px;
}
.authorization-container .btn:hover {
  background: #445b74;
}
.authorization-container .btn:active {
  background: #1e2934;
}
.authorization-container .sad_man_authorization {
  font-size: 14px;
  color: #426ea0;
  position: relative;
  top: 8px;
  display: inline-block;
  width: 90px;
  line-height: 20px;
  margin-left: 22px;
}
.authorization-container .sad_man_authorization a {
  color: #426ea0;
  text-decoration: none;
}
.drzn_logo_authorization {
  position: absolute;
  left: 50%;
  margin-left: -68px;
  top: -80px;
}
/* Контент зона */
.contentZoneBorder {
  border: 1px dashed #212121;
}
/* Карандаш */
.icon_pencil {
  background: url("/Content/img/admins_iconAnd_bg/icon_pencil.png") no-repeat;
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 14px;
}
.pencil-url {
  border: 1px dotted black !important;
  height: 20px;
  width: 20px;
  margin: 3px 10px !important;
  position: relative;
  display: inline-block;
}
/* 404 ошибка */
.fourZeroFour {
  text-align: center;
  border: none;
  height: calc(100vh - 80px - 343px);
}
.fourZeroFour td,
.fourZeroFour th {
  border: none;
}
.authorized_form_modal {
  border: none;
  border-radius: 0 !important;
  padding: 10px;
}
.authorized_form_modal h3 {
  text-align: center;
  padding-top: 0px;
}
.authorized_form_modal input {
  margin-bottom: 15px;
  width: 100%;
}
.authorized_form_modal .btn {
  width: 100%;
  margin-bottom: 20px;
}
.authorized_form_modal .modal-container {
  padding: 0 20px;
  padding-bottom: 20px;
  width: 360px;
}
.authorized_form_modal .authorize-block_footer a:nth-of-type(2) {
  float: right;
}
.authorized_form_modal .prompt {
  padding-bottom: 10px;
  color: #e31e24;
}
.dataPageModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.dataPageModal .modal-dialog {
  display: table;
  width: 100%;
  height: 100%;
}
.dataPageModal .modal-content-cover {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dataPageModal .modal-header {
  position: relative;
}
.dataPageModal .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.dataPageModal .modal-content {
  display: inline-block;
  width: 400px;
  background: #fff;
  padding: 15px;
  text-align: left;
}
.dataPageModal .modal-content input,
.dataPageModal .modal-content textarea {
  width: 100%;
  box-sizing: border-box;
}
.dataPageModal .modal-footer {
  text-align: center;
  margin-top: 10px;
}
.modal {
  display: none;
}
.admin-edit-tools-block {
  margin-bottom: 5px;
}
.admin-edit-tools-block .admin-edit-tools-item-container:before {
  content: '';
  height: 0;
  display: block;
  clear: both;
}
.admin-edit-tools-block .admin-edit-tools-item-container:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}
.admin-edit-tools-block .admin-edit-tools-item {
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
  border: 1px dashed #2e2e2e;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  color: #2e2e2e;
  text-align: center;
  transition: all 0.2s;
}
.admin-edit-tools-block .admin-edit-tools-item:hover {
  background-color: #2e2e2e;
  color: #fff;
}
.admin-edit-tools-block .admin-edit-tools-item:first-child {
  margin-left: 0px;
}
.admin-edit-tools-block .admin-edit-tools-item.is-loading {
  cursor: default;
  background-color: #2e2e2e;
  color: #fff;
}
.admin-edit-tools-block .admin-edit-tools-item.admin-edit-tools-item-publish.to-publish .fa-eye {
  display: none;
}
.admin-edit-tools-block .admin-edit-tools-item.admin-edit-tools-item-publish.to-publish .fa-eye-slash {
  display: inline-block;
}
.admin-edit-tools-block .admin-edit-tools-item.admin-edit-tools-item-publish.not-to-publish .fa-eye {
  display: inline-block;
}
.admin-edit-tools-block .admin-edit-tools-item.admin-edit-tools-item-publish.not-to-publish .fa-eye-slash {
  display: none;
}
.inputer_cover {
  position: relative;
}
.inputer_cover input {
  width: 100%;
  border: 1px solid #dadada;
  padding: 10px 18px;
  padding-right: 22px;
}
.inputer_cover .field-validation-error {
  position: absolute;
  height: 12px;
  width: 12px;
  bottom: 14px;
  right: 6px;
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px #e74c3c;
  border: 2px solid #e74c3c;
  box-sizing: border-box;
  transition: all 300ms;
  margin: 0;
}
.inputer_cover .field-validation-error > span {
  white-space: nowrap;
  position: absolute;
  padding: 8px 10px;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  transition: all 300ms;
  background: #fff;
  top: -11px;
  left: 23px;
  filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.2));
  font-size: 12px;
}
.inputer_cover .field-validation-error > span:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.inputer_cover .field-validation-valid {
  position: absolute;
  height: 12px;
  width: 12px;
  bottom: 14px;
  right: 6px;
  border-radius: 50%;
  border: 2px solid #2ecc71;
  box-shadow: inset 0px 0px 15px #2ecc71;
  box-sizing: border-box;
  transition: all 300ms;
}
.inputer_cover .field-validation-valid > span {
  visibility: visible;
  opacity: 0;
}
.inputer_cover label {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #939a9d;
  display: block;
}
.error_compare_pass .field-validation-error {
  margin: 0;
  padding-left: 18px;
}
.edit_field_cover {
  overflow: hidden;
  padding-top: 15px;
  margin: 0 -1%;
}
.edit_field_cover > div {
  vertical-align: top;
  margin: 0 1%;
  margin-bottom: 2%;
}
.edit_field_cover > div label {
  width: 10%;
  font-weight: normal !important;
  color: #747b7e;
}
.edit_field_cover > div input.single-line {
  width: 89.7%;
}
.edit_field_cover > div .field-validation-valid {
  display: block;
}
.photo_downloading_block {
  margin-top: 40px;
  margin-bottom: 45px;
}
.photo_downloading_block .photo_downloading_block_desc {
  display: inline-block;
  color: #a7a7a7;
  vertical-align: middle;
}
.fileupload-progress {
  margin-top: 20px;
}
input.text-box,
textarea.text-box {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.462;
  border-radius: 5px;
  border: 1px solid #bdc3c7;
  resize: none;
  width: 100%;
}
.btn_save_button {
  display: inline-block;
  background: transparent;
  margin-left: 20px;
}
.btn_save_button:hover {
  background: transparent;
}
.btn_watch_on_site {
  display: inline-block;
  background: transparent;
  margin-left: 27px;
}
.btn_watch_on_site:hover {
  background: transparent;
}
.btn_come_back {
  display: inline-block;
  float: left;
  margin-top: 18px;
  margin-right: 13px;
}
.central_page {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
}
#tech_support_modal {
  padding: 30px 40px;
  width: 570px;
}
#tech_support_modal label {
  display: inline-block;
  margin-top: 15px;
  color: #939a9d;
  font-weight: normal;
  margin-bottom: 5px;
}
#tech_support_modal h2,
#tech_support_modal .h2 {
  font-size: 30px;
  padding-top: 0;
  padding-bottom: 10px;
}
#tech_support_modal input,
#tech_support_modal textarea {
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 1.462;
  border-radius: 5px;
  border: 1px solid #bdc3c7;
  resize: none;
}
#tech_support_modal .btn {
  display: inline-block;
  background: #426ea0;
  margin-right: 8px;
  font-size: 18px;
  padding: 12px 20px;
  padding-bottom: 10px;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
#tech_support_modal .modal-footer {
  padding-top: 20px;
}
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
*:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  padding: 0px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%;
}
.box-modal {
  background-color: #ffffff;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  position: relative;
  padding: 50px 0;
  border-radius: 6px;
}
.box-modal input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]),
.box-modal select,
.box-modal textarea,
.box-modal textarea[type="text"] {
  font-size: 18px;
  font-weight: normal;
}
.box-modal .row.margin-5 .col-4 {
  margin-bottom: 35px;
}
.box-modal .row.margin-5 .col {
  margin-bottom: 35px;
}
.box-modal .modal-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
.box-modal input[type="file"] {
  display: none !important;
}
.box-modal .file_loader {
  padding-left: 28px;
  cursor: pointer;
  color: #929292;
  position: relative;
  text-align: left;
}
.box-modal .file_loader:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background-image: url(/content/images/sprite.png);
  background-position: -201px 0px;
  width: 18px;
  height: 21px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .box-modal .file_loader:after {
    background-image: url(/content/images/sprite-2x.png);
    background-size: 459px 40px;
  }
}
.box-modal .button_cover {
  padding: 30px 0;
}
.box-modal .attention {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 24px;
}
.box-modal.search_modal .search_table_cover {
  padding-bottom: 2rem;
  max-width: calc(100vw - 4rem);
}
.box-modal.search_modal input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]),
.box-modal.search_modal select,
.box-modal.search_modal textarea,
.box-modal.search_modal textarea[type="text"] {
  font-size: 24px;
  font-weight: bold;
}
.box-modal.search_modal ul li {
  list-style-type: none;
  text-align: left;
}
.box-modal.search_modal ul li a {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
}
.arcticmodal-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  width: 70px;
  cursor: pointer;
  padding-top: 51px;
}
.arcticmodal-close:after {
  content: '';
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/content/images/sprite.png);
  background-position: -353px 0px;
  width: 23px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .arcticmodal-close:after {
    background-image: url(/content/images/sprite-2x.png);
    background-size: 459px 40px;
  }
}
.arcticmodal-close span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.new_objects_modal {
  width: 770px;
  margin: 0 auto;
  padding: 50px 60px;
}
.new_objects_modal .arcticmodal-close {
  right: -17px;
  padding-top: 9px;
}
.new_objects_modal .arcticmodal-close:after {
  display: none;
}
.add_counter_modal,
.info_counter_modal {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 60px;
}
.add_counter_modal .arcticmodal-close,
.info_counter_modal .arcticmodal-close {
  right: -17px;
  padding-top: 9px;
}
.add_counter_modal .arcticmodal-close:after,
.info_counter_modal .arcticmodal-close:after {
  display: none;
}
.add_counter_modal .new_counter_form,
.info_counter_modal .new_counter_form {
  position: relative;
}
.add_counter_modal .new_counter_form .desc_new_counter > .row,
.info_counter_modal .new_counter_form .desc_new_counter > .row {
  width: 210px;
}
.add_counter_modal .new_counter_form .desc_new_counter .input_cover input[type="date"],
.info_counter_modal .new_counter_form .desc_new_counter .input_cover input[type="date"] {
  padding-bottom: 3px;
}
.add_counter_modal .new_counter_form .desc_new_counter .input_cover .jq-selectbox__select,
.info_counter_modal .new_counter_form .desc_new_counter .input_cover .jq-selectbox__select {
  width: 220px;
}
.add_counter_modal .error_text_visible,
.info_counter_modal .error_text_visible {
  color: red;
  position: absolute;
  right: 0;
  bottom: 9px;
}
.notification_successful_operation,
.deleteCounter_modal,
.sendCounterValue_modal,
.createRequestBtn_created {
  width: 400px;
  margin: 0 auto;
}
.notification_successful_operation .arcticmodal-close,
.deleteCounter_modal .arcticmodal-close,
.sendCounterValue_modal .arcticmodal-close,
.createRequestBtn_created .arcticmodal-close {
  right: -17px;
  padding-top: 9px;
}
.notification_successful_operation .arcticmodal-close:after,
.deleteCounter_modal .arcticmodal-close:after,
.sendCounterValue_modal .arcticmodal-close:after,
.createRequestBtn_created .arcticmodal-close:after {
  display: none;
}
.cameras_modal {
  width: 500px;
  margin: 0 auto;
}
.cameras_modal .modal-title {
  text-align: left;
  padding: 0 30px;
}
.cameras_modal .arcticmodal-close {
  padding-top: 20px;
}
.cameras_modal .arcticmodal-close::after {
  display: none;
}
.cameras_modal .new_objects_form .desc_new_objects {
  padding: 0 30px;
  text-align: left;
}
.cameras_modal .new_objects_form .flex.center {
  justify-content: center;
}
.deleteCounter_modal p,
.sendCounterValue_modal p {
  padding-bottom: 40px;
}
.cameras_modal .input_cover {
  margin-right: 20px;
}
/* BUTTONS */
.button,
[type="button"],
[type="reset"],
[type="submit"],
button {
  padding: 1.6rem 2.7rem;
  padding-bottom: 1.2rem;
  color: #fff;
  background: var(--primary-color);
  border-radius: 6px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  transition: opacity 0.2s ease, background 0.2s ease, filter 0.2s;
  text-decoration: none;
  transform: scale(1);
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 132px;
  position: relative;
  font-weight: 500;
}
.button.outline_grey,
[type="button"].outline_grey,
[type="reset"].outline_grey,
[type="submit"].outline_grey,
button.outline_grey {
  border-color: #929292;
}
.button.clear,
[type="button"].clear,
[type="reset"].clear,
[type="submit"].clear,
button.clear {
  color: #ffb400;
  border: none;
  padding: 1rem;
}
.button.light,
[type="button"].light,
[type="reset"].light,
[type="submit"].light,
button.light {
  background: transparent;
  box-shadow: none;
  position: relative;
}
.button.light:before,
[type="button"].light:before,
[type="reset"].light:before,
[type="submit"].light:before,
button.light:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.3;
  z-index: 1;
  border-radius: 6px;
  transition: opacity 0.2s;
}
.button.light > span,
[type="button"].light > span,
[type="reset"].light > span,
[type="submit"].light > span,
button.light > span,
.button.light > a,
[type="button"].light > a,
[type="reset"].light > a,
[type="submit"].light > a,
button.light > a {
  color: var(--primary-color);
  z-index: 2;
}
.button.light:hover:before,
[type="button"].light:hover:before,
[type="reset"].light:hover:before,
[type="submit"].light:hover:before,
button.light:hover:before {
  opacity: 0.2;
}
.button.clear_grey,
[type="button"].clear_grey,
[type="reset"].clear_grey,
[type="submit"].clear_grey,
button.clear_grey {
  color: #6e6e6e;
  border: none;
  padding: 1rem;
}
.button.disabled,
[type="button"].disabled,
[type="reset"].disabled,
[type="submit"].disabled,
button.disabled {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}
.button.orange,
[type="button"].orange,
[type="reset"].orange,
[type="submit"].orange,
button.orange {
  color: #e59100;
  border-radius: 25px;
  background: #fbefd9;
  box-shadow: none;
}
.button.orange:hover,
[type="button"].orange:hover,
[type="reset"].orange:hover,
[type="submit"].orange:hover,
button.orange:hover {
  background: #fff8ea;
}
.button.green_text,
[type="button"].green_text,
[type="reset"].green_text,
[type="submit"].green_text,
button.green_text {
  color: var(--primary-color);
  box-shadow: none;
  background: transparent;
}
.button.green_text:hover,
[type="button"].green_text:hover,
[type="reset"].green_text:hover,
[type="submit"].green_text:hover,
button.green_text:hover {
  background: transparent;
}
.button.write,
[type="button"].write,
[type="reset"].write,
[type="submit"].write,
button.write {
  background: #fff;
  box-shadow: none;
  color: var(--primary-color);
}
.button.write:hover,
[type="button"].write:hover,
[type="reset"].write:hover,
[type="submit"].write:hover,
button.write:hover {
  background: #dbffe6;
}
.button.vote,
[type="button"].vote,
[type="reset"].vote,
[type="submit"].vote,
button.vote {
  padding-left: 4rem;
}
.button.vote:after,
[type="button"].vote:after,
[type="reset"].vote:after,
[type="submit"].vote:after,
button.vote:after {
  content: '';
  position: absolute;
  left: 18px;
  top: 12px;
  height: 16px;
  width: 15px;
  background-image: url("/Content/images/vote.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.button.gray,
[type="button"].gray,
[type="reset"].gray,
[type="submit"].gray,
button.gray {
  background: #F2F1F1;
  color: var(--primary-color);
}
.button.gray:hover,
[type="button"].gray:hover,
[type="reset"].gray:hover,
[type="submit"].gray:hover,
button.gray:hover {
  background: #e8e7e7;
}
.button + .button {
  margin-left: 1rem;
}
.button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
  filter: brightness(110%);
}
.button:active,
[type="button"]:active,
[type="reset"]:active,
[type="submit"]:active,
button:active {
  transform: scale(0.98);
}
input[disabled],
button[disabled],
input[disabled]:hover,
button[disabled]:hover {
  opacity: 0.4;
  cursor: not-allowed;
}
.button.primary,
.button.secondary,
[type="submit"] {
  color: #fff;
  background-color: #000;
  background: var(--primary-color);
}
.button.secondary {
  background: #84868b;
}
.button.outline {
  background-color: transparent;
  border: 1px solid #dfdfdf;
}
.button.light {
  text-transform: uppercase;
}
.button.red {
  background-color: #FFF2F2;
  color: #FF0F00;
  transition: 300ms;
}
.button.red svg path {
  stroke: #ff0f00 !important;
  transition: 300ms;
}
.button.red:hover {
  background-color: #F3756D;
  color: #fff;
}
.button.red:hover svg path {
  stroke: #ffffff !important;
}
.button.outline.primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.button.outline.secondary {
  border-color: #84868b;
  color: #84868b;
}
.btn_check {
  width: 40px;
  height: 40px;
  background-color: #dcffed;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: scale(1);
  vertical-align: middle;
  margin-right: 8px;
}
.btn_check:active {
  transform: scale(0.98);
}
date-input-polyfill button {
  padding: 0;
  border-radius: 0;
  color: #000;
  text-transform: none;
  line-height: normal;
  min-width: auto;
  font-weight: normal;
}
.show_header {
  display: none;
}
.show_side {
  display: none;
}
/* Preload images */
body:after {
  /*content: url(/content/images/close.png) url(/content/images/loading.gif) url(/content/images/prev.png) url(/content/images/next.png);*/
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  /*background: url(/content/images/loading.gif) no-repeat;*/
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-prev:after,
.lb-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 11px;
  height: 18px;
}
.lb-nav a.lb-prev {
  width: 60px;
  left: -60px;
  float: left;
}
.lb-nav a.lb-prev:after {
  background: url("/Content/images/lightbox_arrow.svg");
  transform: rotate(180deg);
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 60px;
  right: -60px;
  float: right;
}
.lb-nav a.lb-next:after {
  background: url("/Content/images/lightbox_arrow.svg");
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-closeContainer {
  position: relative;
  top: -5px;
  right: -10px;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("/Content/images/lightbox_close.svg");
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-repeat: no-repeat;
  background-position: center;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*.owl-carousel .owl-controls .owl-nav .owl-prev {
    display: none !important;
}*/
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  /* width: 100%; */
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.jq-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  background: #34495e;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 16px;
  height: 16px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #fff;
}
.jq-checkbox.focused {
  border: 1px solid #08C;
}
.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.jq-radio {
  width: 20px;
  height: 20px;
  background: #34495e;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
  width: 14px;
  height: 14px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #fff;
}
.jq-radio.focused {
  border: 1px solid #08C;
}
.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}
.jq-file__name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF;
}
.focused .jq-file__name {
  border: 1px solid #5794BF;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
  color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.jq-selectbox__select {
  padding: 10px 54px 10px 15px;
  border: 1px solid #CCC;
  border-radius: 4px;
}
.jq-selectbox__select:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 17px;
  right: 14px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
  top: 33px;
  min-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  white-space: nowrap;
  color: #231F20;
  list-style-type: none;
}
.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
input[type="search"].styler {
  -webkit-appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:after {
  content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.text_cover {
  margin: 0 auto;
  padding-bottom: 17rem;
  color: #98a29b;
}
.text_cover p {
  line-height: 24px;
  margin-bottom: 30px;
}
.text_cover h1,
.text_cover h2,
.text_cover h3,
.text_cover h4,
.text_cover h5,
.text_cover h6 {
  line-height: 24px;
  margin-top: 4rem;
  color: #000;
  text-transform: uppercase;
}
.text_cover > img {
  margin-bottom: 6rem;
  display: block;
}
.text_cover table {
  margin: 6rem 0 ;
}
.text_cover ul,
.text_cover ol {
  list-style-type: none;
  margin: 15px 0;
  line-height: 30px;
}
.text_cover ul li,
.text_cover ol li {
  padding-left: 45px;
  position: relative;
  margin: 13px 0;
}
.text_cover ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background: #cccccc;
  border-radius: 50%;
}
.text_cover ol {
  counter-reset: myCounter;
}
.text_cover ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #01d63e;
  display: block;
  position: absolute;
  font-weight: bold;
  background: #e5fbec;
  text-align: center;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.multiselect-wrapper {
  width: 180px;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-family: 'Gilroy', sans-serif;
  position: relative;
}
.multiselect-wrapper .multiselect-input {
  width: 120px;
  padding-right: 50px;
}
.multiselect-wrapper label {
  display: block;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
}
.multiselect-wrapper .multiselect-list {
  z-index: 1;
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid #dfdfdf;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: -2px;
}
.multiselect-wrapper .multiselect-list.active {
  display: block;
}
.multiselect-wrapper .multiselect-list > span {
  font-weight: bold;
}
.multiselect-wrapper .multiselect-list .multiselect-checkbox {
  margin-right: 2px;
}
.multiselect-wrapper .multiselect-list > span,
.multiselect-wrapper .multiselect-list li {
  cursor: default;
}
.multiselect-wrapper .multiselect-list > span label,
.multiselect-wrapper .multiselect-list li label {
  display: flex;
  align-items: center;
  padding: 2px;
}
.multiselect-wrapper .multiselect-list > span label span,
.multiselect-wrapper .multiselect-list li label span {
  margin-left: 10px;
}
.multiselect-wrapper .multiselect-list {
  padding: 5px;
  min-width: 200px;
}
.multiselect-wrapper ul {
  list-style: none;
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.multiselect-wrapper ul li {
  padding-right: 20px;
  display: block;
}
.multiselect-wrapper ul li label {
  display: flex;
  align-items: center;
}
.multiselect-wrapper ul li.active {
  background: #ffb400;
  color: white;
}
.multiselect-wrapper ul li:hover {
  background-color: #0066ff;
  color: white;
}
.multiselect-input-div {
  height: 34px;
  display: flex;
}
.multiselect-input-div input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]),
.multiselect-input-div select,
.multiselect-input-div textarea,
.multiselect-input-div textarea[type="text"] {
  padding: 0;
  margin: 0;
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-weight: normal;
  background: transparent;
  border: none;
  cursor: pointer;
  text-overflow: ellipsis;
}
.multiselect-input-div input {
  border: 1px solid #ababab;
  background: #fff;
  margin: 5px 0 6px 0;
  padding: 5px;
  vertical-align: middle;
}
.multiselect-count {
  position: absolute;
  text-align: center;
  border-radius: 2px;
  width: auto !important;
  display: inline-block !important;
  padding: 2px 7px;
  right: -23px;
  top: 9px;
  left: inherit !important;
}
.multiselect-dropdown-arrow {
  width: 23px !important;
  right: -18px;
  top: -29px;
  background-image: url(/content/images/sprite.png);
  background-position: -417px 0px;
  width: 23px;
  height: 23px;
  position: absolute;
  line-height: 20px;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .multiselect-dropdown-arrow {
    background-image: url(/content/images/sprite-2x.png);
    background-size: 459px 40px;
  }
}
header {
  border-bottom: 1px solid #ecf1ee;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04);
}
header .desktop_flat_selector {
  display: block !important;
}
header .mobile_flat_selector {
  display: none !important;
}
header .col.no-limit {
  display: inline-block;
  flex: none;
}
header .col.no-limit .items_cover {
  flex-wrap: nowrap;
}
header .col.no-limit .items_cover .col .item {
  font-weight: 600;
}
header .col.no-limit .avatar {
  min-height: 30px;
  color: #111111;
  font-size: 16px;
  text-align: right;
  padding: 0;
  white-space: nowrap;
  font-weight: 500;
  min-width: 145px;
}
header .col.no-limit .avatar .person_bg {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 33px;
}
header .col.no-limit .avatar .person_bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.3;
}
header .col.no-limit .avatar .person_bg > svg {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  margin-right: 6px;
}
header .col.no-limit .avatar span,
header .col.no-limit .avatar .person_bg {
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
}
header .col.no-limit .avatar span {
  white-space: normal;
  min-width: 200px;
}
header .col.no-limit .avatar .person_bg {
  max-width: inherit;
  margin-left: 14px;
}
header .col.nav_part {
  display: inline-block;
  max-width: calc(100% - 325px);
}
header .col.nav_part > .items_cover {
  flex-wrap: nowrap;
}
header .col.nav_part > .items_cover .col {
  margin: 0 15px;
  padding: 10px 0px;
}
header .col.nav_part > .items_cover nav {
  align-self: center;
  width: calc(100% - 325px);
}
header .col.nav_part > .items_cover nav ul {
  display: flex;
  flex-wrap: wrap;
}
header .col.nav_part > .items_cover nav ul li {
  display: block;
}
header .col.nav_part > .items_cover nav ul li.new_notification {
  position: relative;
}
header .col.nav_part > .items_cover nav ul li.new_notification:before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
}
header .col.nav_part > .items_cover nav .nav_item {
  display: flex;
  align-items: center;
  padding: 14px 14px;
  padding-bottom: 15px;
  color: #000;
  flex-grow: inherit;
  flex-basis: auto;
  vertical-align: middle;
  font-size: 16px;
}
header .col.nav_part > .items_cover nav .nav_item.active {
  color: #000;
  border-bottom: 4px solid var(--primary-color);
  position: relative;
  top: 1px;
  font-weight: bold;
}
header .col.nav_part > .items_cover .object {
  margin-left: 0;
  padding-left: 30px !important;
  padding-right: 30px !important;
  white-space: nowrap;
  position: relative;
  min-width: 290px;
}
header .col.nav_part > .items_cover .object.open .background_modal {
  display: block;
}
header .col.nav_part > .items_cover .object.open .objects_list {
  display: block;
}
header .col.nav_part > .items_cover .object .background_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  opacity: 0.5;
  height: calc(100% - 50px);
  background: #000;
  z-index: 5;
}
header .col.nav_part > .items_cover .object span {
  display: inline-block;
  color: var(--primary-color);
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 10px;
}
header .col.nav_part > .items_cover .object.active {
  border-bottom: none;
}
header .col.nav_part > .items_cover .object .expand_icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  padding: 19px;
}
header .items_cover {
  justify-content: flex-start;
  position: relative;
}
header .items_cover .objects_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border-radius: 0;
  z-index: 101;
  border-top: 1px solid #ecf1ee;
  user-select: none;
}
header .items_cover .objects_list .items_cover {
  display: flex;
  padding: 15px 30px;
  flex-direction: column;
  padding-bottom: 0;
  color: #111;
}
header .items_cover .objects_list .items_cover:hover {
  color: #999999;
}
header .items_cover .objects_list .items_cover .row {
  align-items: center;
}
header .items_cover .objects_list .items_cover .row > div {
  font-size: 16px;
  line-height: 19px;
}
header .items_cover .objects_list .items_cover .row .adress {
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
  min-width: 1px;
}
header .items_cover .objects_list .items_cover .row .object {
  font-weight: bold;
  padding: 0 !important;
  margin: 0;
  min-width: 1px;
}
header .items_cover .objects_list .items_cover:last-of-type {
  padding-bottom: 25px;
}
header .items_cover .objects_list .items_cover.active {
  color: var(--primary-color);
}
header .items_cover .objects_list .items_cover > div {
  padding: 0;
  margin: 0;
}
header .items_cover .objects_list .row {
  display: flex;
  justify-content: space-between;
}
header .items_cover .objects_list .new_objects_item {
  border-top: 1px solid #E6E6E6;
  padding: 15px 20px;
  margin: 0 30px;
  margin-top: 15px;
  text-align: center;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
}
header .items_cover .col {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: #000;
  flex-grow: inherit;
  flex-basis: auto;
  vertical-align: middle;
}
header .items_cover .col.active {
  color: #000;
  border-bottom: 4px solid var(--primary-color);
  position: relative;
  top: 1px;
}
header .items_cover .col:hover {
  color: var(--primary-color);
}
header .items_cover .col .status_red {
  color: #ec0909;
}
header .items_cover .col .status_icon {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
header .items_cover .col.info {
  flex-direction: column;
  align-items: flex-end;
  font-size: 10px;
}
header .items_cover .col.info:hover {
  color: #999999;
}
header .items_cover .col.info .price {
  font-weight: 900;
  margin-bottom: 3px;
  white-space: nowrap;
}
header .items_cover .col.info .price.green {
  color: #00a650;
}
header .items_cover .col.info .price.red {
  color: #ec0909;
}
header .items_cover .col.info .state {
  font-weight: 900;
  white-space: nowrap;
}
header .items_cover .col.object {
  color: #000;
  padding-left: 3rem;
  cursor: pointer;
  border-right: 1px solid #ecf1ee;
  /* &:after{
          content: '';
          position: relative;
          display: inline-block;
          height: 20px;
          width: 20px;
          background-image: url(../images/arrow_down_green.png);
          background-repeat: no-repeat;
          background-position: center;
          vertical-align: middle;
          transform: rotate(0deg);
          transition: 500ms;
        }*/
}
header .items_cover .col.object .flatSelectorButton {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header .items_cover .col.object .adress {
  margin-top: 5px;
  font-size: 14px;
  min-width: 181px;
}
header .items_cover .col.object.active:before {
  transform: rotate(180deg);
}
header .items_cover .col.object > .item {
  color: #000;
  white-space: nowrap;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 20px;
}
header .items_cover .col .item {
  display: inline-block;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
  font-size: 16px;
}
header .items_cover .col .item .alert_waves {
  position: absolute;
  top: 17px;
  left: 0;
  height: 13px;
  width: 100%;
  display: flex;
}
header .items_cover .col .item .alert_waves .red {
  flex-grow: 1;
  background: url("../images/red_alert.png") repeat-x;
  background-position-y: bottom;
}
header .items_cover .col .item .alert_waves .blue {
  flex-grow: 1;
  background: url("../images/blue_alert.png") repeat-x;
  background-position-y: bottom;
}
header .items_cover .col .item .dot {
  position: absolute;
  right: -3px;
  top: 1px;
  height: 11px;
  width: 11px;
  background: var(--primary-color);
  border-radius: 11px;
}
header .items_cover .col .balance_green {
  color: #118F3C;
}
header .items_cover .col .balance_red {
  color: #DB0404;
}
header .items_cover .col .adress {
  font-size: 10px;
  min-width: 250px;
}
.info_panel {
  display: flex;
}
.info_panel .small_info {
  font-size: 12px;
}
.special_navigation {
  display: flex;
  background: #f2f2f2;
  justify-content: flex-end;
}
.special_navigation .item {
  padding: 0.8rem 0;
  margin: 0 1.5rem;
}
.special_navigation a {
  text-transform: uppercase;
  color: #98a29b;
}
.input_width_tester {
  position: absolute;
  left: 0;
  top: 0;
  background: red;
  color: #fff;
  font-size: 18px;
  pointer-events: none;
  visibility: hidden;
}
.page_content {
  padding: 0 4rem;
}
.page_content.empty_page {
  background: url("../images/empty_bg.jpg") no-repeat center;
  background-size: cover;
}
.page_content.gray_bg {
  background: #F4F4F4;
}
.page_content > .row.margin-2 {
  flex-wrap: nowrap;
  max-width: 100%;
}
.page_content > .row.margin-2 > .col:first-of-type {
  min-width: calc(100% - 250px);
}
.page_content .page_title {
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 322px;
  position: relative;
  font-weight: bold;
  min-height: 45px;
}
.page_content .page_title .btns_cover {
  position: absolute;
  right: 0;
  top: 0;
}
.page_content .page_title .tabs {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Lato', sans-serif;
}
.page_content .page_title .tabs > div {
  position: relative;
  font-size: 16px;
  transition: 300ms;
}
.page_content .page_title .tabs > div:hover {
  border-bottom: 2px solid transparent;
  color: #04a24c;
}
.page_content .page_title .tabs > div:hover:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border: 1px solid #04a24c;
  border-radius: 2px;
  height: 2px;
  opacity: 1;
}
.page_content .page_title .tabs > div:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 2px;
  transition: 300ms;
}
.page_content .page_title .tabs > div.active {
  cursor: default;
}
.page_content .page_title .tabs > div.active:after {
  opacity: 0;
}
.page_content .page_title .tabs > div.active:hover {
  color: inherit;
  border-bottom: 2px solid #0e140c;
}
.page_content .page_title sup {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.page_content .page_title .stat {
  display: inline-block;
  color: var(--primary-color);
  font-size: 12px;
  margin-left: 16px;
  font-family: 'Lato', sans-serif;
}
.page_content .page_title + .sub_title {
  margin-top: -26px;
}
.page_content .sub_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
}
.page_content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
}
.page_content h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}
.page_content .buttons_cover {
  margin-bottom: 40px;
}
.page_content .description {
  margin-bottom: 20px;
}
.page_content .description p,
.page_content .description ul,
.page_content .description ol {
  margin-bottom: 10px;
}
.page_content .description p li,
.page_content .description ul li,
.page_content .description ol li {
  padding: 2px 0;
}
.input_cover {
  position: relative;
  /*&:after{
    content: '';
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px solid @primary-color;
  }*/
}
.input_cover.edit_disable .input_bottom_stroke {
  border-bottom: 1px solid #AEAEAE;
}
.input_cover.edit_disable textarea,
.input_cover.edit_disable .textarea_replace {
  border-bottom: 1px solid #AEAEAE;
}
.input_cover .input_bottom_stroke {
  border-bottom: 1px solid var(--primary-color);
  min-width: 90px;
}
.input_cover.select_cover:after {
  display: none;
}
.input_cover.error .dropdown-toggle {
  border: 1px solid #e82b2b;
}
.input_cover.error:after {
  border: 1px solid #e82b2b;
}
.input_cover label {
  font-size: 16px;
  cursor: pointer;
}
.input_cover label:hover .icon {
  border: 1px solid #1CB745;
}
.input_cover label input {
  display: none;
}
.input_cover label input:checked + .icon {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  position: relative;
}
.input_cover label input:checked + .icon:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 12px;
  top: 10px;
  background: url("/Content/images/check_input.svg") no-repeat center;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.input_cover label .icon {
  border: 1px solid #AEAEAE;
  border-radius: 6px;
  height: 25px;
  width: 25px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.input_cover .field-validation-error {
  position: absolute;
  line-height: 20px;
  color: #FB7B7B;
  margin-top: -2px;
  display: block;
  font-size: 12px;
}
.input_cover input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]),
.input_cover select,
.input_cover textarea,
.input_cover textarea[type="text"] {
  min-width: 89px;
}
.input_cover input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]).error + .input_bottom_stroke,
.input_cover select.error + .input_bottom_stroke,
.input_cover textarea.error + .input_bottom_stroke,
.input_cover textarea[type="text"].error + .input_bottom_stroke,
.input_cover .jq-selectbox.error + .input_bottom_stroke {
  border-color: red;
}
.input_cover input[type="date"],
.input_cover input[type="time"] {
  width: auto !important;
  min-width: 160px !important;
}
.input_cover .jq-checkbox {
  background: #fff;
  border: 1px solid var(--primary-color);
  width: 21px;
  height: 21px;
}
.input_cover .jq-checkbox .jq-checkbox__div {
  opacity: 0;
}
.input_cover .jq-checkbox.checked .jq-checkbox__div {
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 1px 0 0 2px;
}
.input_cover textarea {
  overflow: hidden;
  border-bottom: 1px solid var(--primary-color);
  max-width: 400px;
  min-width: 200px;
  height: 31px;
  padding: 0.5rem 0;
  resize: none;
  transition: height 0ms;
}
.input_cover .textarea_replace {
  outline: 0;
  width: 100%;
  resize: none;
  max-width: 400px;
  min-width: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5rem 0;
  margin-bottom: 0;
  word-wrap: break-word;
  box-sizing: border-box;
  border: none;
  -o-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear;
  -webkit-font-smoothing: subpixel-antialiased;
  border-bottom: 1px solid var(--primary-color);
  min-height: 33px;
}
.input_cover .jq-selectbox .jq-selectbox__select {
  border: none;
  border-radius: 0;
  min-width: 200px;
  padding: 0.5rem 0;
  padding-bottom: 8px;
}
.input_cover .jq-selectbox .jq-selectbox__select:hover {
  background: transparent;
}
.input_cover .jq-selectbox .jq-selectbox__select:active {
  box-shadow: none;
}
.input_cover .jq-selectbox .jq-selectbox__trigger {
  right: -37px;
  border: none;
}
.input_cover .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 13px;
  height: 8px;
  border: none;
  opacity: 1;
  transition: transform 300ms;
}
.input_cover .jq-selectbox.opened .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  transform: rotate(180deg);
}
.input_cover .v-select li > a {
  white-space: normal;
}
.input_cover .v-select input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]):not([type=button]):not([type=reset]),
.input_cover .v-select .input_cover select,
.input_cover .v-select .input_cover textarea,
.input_cover .v-select .input_cover textarea[type=text] {
  min-width: auto;
  padding: 0.7rem 1rem;
  position: absolute;
}
.input_cover .v-select .selected-tag {
  max-width: 87%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.input_cover .v-select .dropdown-toggle {
  height: 37px;
}
.input_cover .v-select .dropdown-toggle .clear {
  min-width: auto;
  width: auto;
  box-shadow: none;
}
.file {
  text-align: right;
  cursor: pointer;
  margin-top: 54px;
}
.file_attach {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.file_attach > input[type="file"],
.file_attach > .jq-file {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 97px;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.file_attach .button,
.file_attach [type="button"],
.file_attach [type="reset"],
.file_attach [type="submit"],
.file_attach button {
  min-width: 97px;
  padding: 1rem 1.7rem;
  padding-bottom: 0.6rem;
  cursor: pointer;
}
.file_attach:hover .button:before,
.file_attach:hover [type="button"]:before,
.file_attach:hover [type="reset"]:before,
.file_attach:hover [type="submit"]:before,
.file_attach:hover button:before {
  opacity: 0.2;
}
.recycle_list {
  width: 260px;
  margin-right: -4rem;
  background: #04a24c;
  color: #fff;
  margin-top: 20px;
  border-radius: 7px 0 0 7px;
  padding-bottom: 10px;
}
.recycle_list.full_height {
  min-height: calc(100vh - 90px);
  position: relative;
  border-radius: 7px 0 0 7px;
  padding-bottom: 48px;
  overflow: auto;
}
.recycle_list.full_height .foot_list_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.recycle_list .tabs {
  justify-content: space-around;
  margin-bottom: -11px;
}
.recycle_list .tabs a {
  font-size: 16px;
  padding: 22px 0;
  margin: 0;
}
.recycle_list .tabs .item {
  flex-grow: 1;
  text-align: center;
  display: block;
}
.recycle_list .tabs .item.active {
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.recycle_list a {
  color: #fff;
}
.recycle_list .divider {
  height: 1px;
  width: 100%;
  background: #2cb066;
  margin: 11px 0;
}
.recycle_list .simple_item {
  display: block;
  width: 100%;
  padding: 1.5rem;
  transition: 0.2s;
}
.recycle_list .simple_item:hover {
  background: #0c9242;
}
.recycle_list .simple_item.active {
  background: #0c9242;
}
.recycle_list .dropdown_item {
  position: relative;
  overflow: hidden;
}
.recycle_list .dropdown_item.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
.recycle_list .dropdown_item.active > span:after {
  transform: rotate(180deg);
}
.recycle_list .dropdown_item span {
  width: 100%;
  display: block;
  font-weight: bold;
  padding: 1.5rem;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.recycle_list .dropdown_item span:hover {
  background: #0c9242;
}
.recycle_list .dropdown_item span:after {
  content: url("../images/arrow_down.png");
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}
.recycle_list .dropdown_item .dropdown {
  display: none;
  background: #04a24c;
}
.recycle_list .dropdown_item .dropdown .dropdown {
  background: #037035;
}
.recycle_list .dropdown_item .dropdown .dropdown .dropdown {
  background: #023e1d;
}
.recycle_list .dropdown_item .dropdown .dropdown .dropdown .dropdown {
  background: #000d06;
}
.recycle_list .sensor_item {
  position: relative;
  padding: 1.5rem;
  cursor: pointer;
}
.recycle_list .sensor_item:hover {
  background: #0c9242;
}
.recycle_list .sensor_item .name {
  margin-bottom: 5px;
}
.recycle_list .sensor_item .sensor {
  height: 13px;
  width: 100%;
  display: flex;
  margin-top: 3px;
}
.recycle_list .sensor_item .sensor .red {
  flex-grow: 1;
  background: url("../images/red_alert.png") repeat-x;
  background-position-y: bottom;
}
.recycle_list .sensor_item .sensor .blue {
  flex-grow: 1;
  background: url("../images/blue_alert.png") repeat-x;
  background-position-y: bottom;
}
.recycle_list .event_item {
  position: relative;
  padding: 1.5rem;
  cursor: pointer;
  transition: 0.2s;
}
.recycle_list .event_item:hover {
  background: #0c9242;
}
.recycle_list .event_item.active {
  background: #0c9242;
}
.recycle_list .event_item .time {
  text-align: center;
  font-size: 12px;
  color: #96ffc3;
  background: #2bae5a;
  padding: 6px 8px;
  border-radius: 19px;
}
.recycle_list .event_item.new .time {
  background: #089242;
}
.recycle_list .checkbox_type {
  padding: 1.5rem;
}
.recycle_list .type {
  color: #96ffc3;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal;
}
.recycle_list .foot_list_btns {
  margin-top: 40px;
}
.recycle_list .foot_list_btns .add_new_item_btn {
  display: flex;
  align-items: center;
  margin: 24px 15px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
  overflow: hidden;
  border-radius: 4px;
  transition: background 200ms;
}
.recycle_list .foot_list_btns .add_new_item_btn:hover {
  background: #59be72;
}
.recycle_list .foot_list_btns .add_new_item_btn:before {
  content: url("../images/add_new_item.png");
  margin-right: 15px;
  height: 40px;
}
.recycle_list .foot_list_btns .new_req_btn {
  background: #59be72;
  margin: 24px 15px;
  border-radius: 3px;
  text-align: center;
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.recycle_list .foot_list_btns .new_req_btn:hover {
  background: #7ecc91;
}
.box_cover input[type='checkbox'] {
  display: none;
}
.box_cover input[type='checkbox'] + label {
  width: 45px;
  height: 25px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #d3d9d5;
  position: relative;
  padding: 2px;
  display: block;
  cursor: pointer;
}
.box_cover input[type='checkbox'] + label:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  height: 19px;
  width: 19px;
  background: #d3d9d5;
  border-radius: 3px;
  transition: all 300ms;
}
.box_cover input[type='checkbox']:checked + label {
  border: 1px solid #96e8b3;
}
.box_cover input[type='checkbox']:checked + label:after {
  content: '';
  position: absolute;
  left: 22px;
  top: 2px;
  height: 19px;
  width: 19px;
  background: var(--primary-color);
  border-radius: 3px;
}
.table_counters {
  font-size: 14px;
}
.table_counters .table_counters_head {
  color: #98a29b;
  margin-bottom: 22px;
}
.table_counters .table_counters_head .row .col {
  text-align: right;
}
.table_counters .table_counters_head .row .col:last-of-type {
  padding-right: 30px;
}
.table_counters .table_counters_body {
  background: #ebfbf0;
  border-radius: 5px;
  margin-bottom: 22px;
}
.table_counters .table_counters_body .row:first-of-type > div {
  padding-top: 25px;
}
.table_counters .table_counters_body .row:last-of-type > div {
  padding-bottom: 25px;
}
.table_counters .table_counters_body .row .col {
  text-align: right;
  padding-bottom: 15px;
  padding-top: 15px;
}
.table_counters .table_counters_body .row .col:last-of-type {
  padding-right: 30px;
}
.table_counters .table_counters_body .row .col-2 {
  padding-left: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: bold;
}
.table_counters .table_counters_section_title {
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #98a29b;
}
.table_counters .table_counters_divider .year {
  padding-left: 30px;
  padding-bottom: 15px;
  font-weight: bold;
  color: #98a29b;
}
.breadcrumbs {
  padding: 13px 0;
  font-size: 12px;
  font-weight: bold;
}
.breadcrumbs span {
  display: inline-block;
  margin-left: 13px;
  position: relative;
}
.breadcrumbs span:before {
  content: '-';
  position: absolute;
  left: -8px;
  top: 0;
  color: #98a29b;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #98a29b;
}
.login_cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--login-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.login_cover:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.login_cover .form_cover {
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.login_cover .form_cover .logo_cover {
  margin: 50px auto 50px auto;
  width: 200px;
  height: 200px;
  display: flex;
}
.login_cover .form_cover .logo_cover img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
}
.login_cover .form_cover input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]),
.login_cover .form_cover select,
.login_cover .form_cover textarea,
.login_cover .form_cover textarea[type="text"] {
  font-size: 16px;
  border-bottom: none;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid var(--primary-color);
  padding: 0.5rem 10px;
}
.login_cover .form_cover input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"])::-webkit-input-placeholder,
.login_cover .form_cover select::-webkit-input-placeholder,
.login_cover .form_cover textarea::-webkit-input-placeholder,
.login_cover .form_cover textarea[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e6e6e6;
}
.login_cover .form_cover input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"])::-moz-placeholder,
.login_cover .form_cover select::-moz-placeholder,
.login_cover .form_cover textarea::-moz-placeholder,
.login_cover .form_cover textarea[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #e6e6e6;
}
.login_cover .form_cover input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]):-ms-input-placeholder,
.login_cover .form_cover select:-ms-input-placeholder,
.login_cover .form_cover textarea:-ms-input-placeholder,
.login_cover .form_cover textarea[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #e6e6e6;
}
.login_cover .form_cover input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]):-moz-placeholder,
.login_cover .form_cover select:-moz-placeholder,
.login_cover .form_cover textarea:-moz-placeholder,
.login_cover .form_cover textarea[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #e6e6e6;
}
.login_cover .form_cover .outline_btn {
  display: block;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  text-transform: uppercase;
}
.login_cover .form_cover form {
  width: 242px;
  margin: 0 auto;
}
.login_cover .form_cover .error {
  color: #FB7B7B;
  margin-top: 10px;
}
.login_cover .form_cover .button,
.login_cover .form_cover [type="button"],
.login_cover .form_cover [type="reset"],
.login_cover .form_cover [type="submit"],
.login_cover .form_cover button {
  width: 242px;
}
.login_cover .form_cover .input_cover {
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
}
.login_cover .form_cover .input_cover .eye {
  background: url("../images/eye.png") no-repeat center;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.login_cover .form_cover .input_cover .field-validation-error {
  position: absolute;
  top: 35px;
  left: 0;
  line-height: 14px;
}
.login_cover .title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 58px;
}
.login_cover .title + .desc {
  margin-top: -30px;
  margin-bottom: 50px;
}
.login_cover .desc {
  font-size: 20px;
}
.login_cover .btn.authorizeBtn {
  background: var(--primary-color);
  min-height: 42px;
  -webkit-appearance: none;
}
.login_cover .smart_link {
  width: 100px;
  height: 100px;
  margin: auto auto 30px auto;
  display: block;
}
.login_cover .smart_link img {
  width: 100px;
  height: auto;
}
.registration_style {
  width: 304px;
  margin-left: -34px;
}
.registration_style .jq-selectbox {
  width: 100%;
}
.registration_style .input_cover {
  margin-top: 8px;
}
.registration_style .g-recaptcha {
  margin-top: 20px;
}
.agreement_block {
  display: flex;
  align-items: center;
}
.agreement_block .icon {
  min-width: 25px;
}
.agreement_cover {
  line-height: 16px;
}
.login_cover .form_cover .registration_style .input_cover .field-validation-error {
  top: 60px;
}
.login_no_logo .login_cover .form_cover .logo_cover {
  display: none;
}
.login_no_logo .login_cover .title {
  margin-top: 23px;
}
@media (max-width: 1000px) {
  .login_cover {
    position: static;
  }
  .login_cover .smart_link {
    margin-top: 70px;
  }
}
@media (max-height: 750px) {
  .login_cover {
    position: static;
    min-height: 100vh;
  }
  .login_cover::before {
    position: absolute;
  }
}
.table_info {
  position: relative;
  padding-right: 202px;
  margin-bottom: 55px;
}
.table_info .btns_cover {
  position: absolute;
  right: 0;
  top: 0;
}
.table_info .number {
  font-size: 24px;
  margin-bottom: 11px;
  color: #354b2d;
}
.table_info .name {
  font-size: 12px;
}
.table_info .row {
  margin-bottom: 35px;
  max-width: 650px;
}
.table_info .col {
  padding-right: 10px;
}
.table_info sup {
  margin-top: -6px;
  display: inline-block;
}
.table_info .adress {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 11px;
}
.message_cover {
  font-size: 16px;
  margin-bottom: 60px;
}
.message_cover .message_desc {
  color: #98a29b;
  line-height: 24px;
  max-width: 645px;
  font-weight: bold;
  margin-bottom: 28px;
}
.message_cover .message_desc a {
  color: #01d63e;
}
.message_cover .message_body {
  background: #fbfbeb;
  font-style: italic;
  border-radius: 3px;
  color: #24351e;
  padding: 24px;
  padding-left: 80px;
  padding-right: 52px;
  max-width: 545px;
  position: relative;
}
.message_cover .message_body:before {
  content: '';
  position: absolute;
  left: 17px;
  top: 15px;
  width: 20px;
  height: 19px;
  background: url("../images/blockquote.png") no-repeat center;
  background-size: cover;
}
.sensor_message {
  font-style: italic;
  line-height: 24px;
  max-width: 545px;
  margin-bottom: 60px;
}
.btns_line_hold {
  text-align: right;
  max-width: 545px;
  margin-bottom: 70px;
}
.event_list {
  position: relative;
  padding-left: 50px;
  padding-top: 6px;
}
.event_list .icon_circle_small {
  position: absolute;
  left: 0;
  top: 0;
}
.event_list .title {
  font-weight: bold;
  margin-bottom: 20px;
}
.event_list .item {
  margin-bottom: 22px;
  color: #24351e;
  font-size: 16px;
}
.event_list .item .box_cover {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.event_list .item:last-of-type {
  margin-bottom: 0;
}
.event_list .item span {
  color: #98a29b;
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
}
.dropdown_event .dropdown_event_title {
  font-size: 16px;
  padding: 1.5rem 2.6rem;
  background: #f3f3f3;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 9px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown_event .dropdown_event_title:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 17px;
  height: 20px;
  width: 20px;
  background-image: url(../images/arrow_down_black.png);
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown_event .dropdown_hide {
  padding: 1rem 2.6rem;
  padding-bottom: 0.5rem;
}
.dropdown_event .dropdown_hide .item {
  margin-bottom: 20px;
}
.icon_circle {
  background: #ccc;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  margin-right: 35px;
}
.icon_circle.water_circle {
  background-image: url("../images/water_circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e0f0fa;
}
.icon_circle.security_circle {
  background-image: url("../images/security_circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffeaca;
}
.icon_circle.fire_circle {
  background-image: url("../images/fire_circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fccfcf;
}
.icon_circle_small {
  background: #ccc;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 35px;
}
.icon_circle_small.water_circle_grey {
  background-image: url("../images/water_circle_grey.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e8e8e8;
}
.icon_circle_small.person_circle_grey {
  background-image: url("../images/person_circle_grey.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e8e8e8;
}
.icon_circle_small.car_circle_grey {
  background-image: url("../images/car_circle_grey.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e8e8e8;
}
.icon_circle_small.lock_circle_grey {
  background-image: url("../images/lock_circle_grey.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e8e8e8;
}
.image_grid {
  margin-top: 48px;
}
.image_grid .row {
  margin-bottom: 18px;
}
.image_grid .row:last-of-type {
  margin-bottom: 0;
}
.image_grid .row .col-3 {
  margin-bottom: 15px;
}
.image_grid .row .col {
  min-width: 200px;
  margin-bottom: 20px;
  max-width: 327px;
}
.image_grid .image_cover {
  border: 1px solid #ecf1ee;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  cursor: pointer;
}
.image_grid .image_cover .play_button {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 28px;
  background: url('/images/play_button.png') no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.image_grid .image_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image_grid .image_cover .delete {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #e0fae9;
  background-image: url("../images/close_small.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.image_grid .sub_title {
  margin-bottom: 6px;
  margin-top: 6px;
}
.leadership_person {
  margin-bottom: 42px;
}
.leadership_person .name {
  color: #00a650;
  font-weight: bold;
  margin-bottom: 10px;
}
.leadership_person .position {
  font-size: 12px;
  color: #474747;
}
.leadership_person .col {
  margin-bottom: 25px;
}
.big_image {
  position: relative;
  display: inline-block;
}
.big_image .delete {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #e0fae9;
  background-image: url(../images/close_small.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.big_image > img {
  max-width: 100%;
}
.person_info {
  padding-right: 44px;
  margin-bottom: 30px;
  position: relative;
  max-width: 1000px;
}
.person_info + .buttons_cover {
  margin-top: -5px;
}
.person_info .row {
  margin-bottom: 12px;
}
.person_info .row:last-of-type {
  margin-bottom: 0;
}
.person_info .label_col {
  color: #949494;
  padding: 0.5rem 0;
  width: 220px;
  font-size: 18px;
}
.person_info .content_col {
  flex-grow: 1;
  font-size: 18px;
}
.person_info .content_col input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]),
.person_info .content_col select,
.person_info .content_col textarea,
.person_info .content_col textarea[type="text"] {
  font-size: 18px;
}
.person_info .content_col p {
  padding: 0.5rem 0;
}
.person_info .content_col .input_cover {
  display: inline-block;
}
.person_info .icon_circle_small {
  position: absolute;
  left: 0;
  top: 25px;
}
.person_info .add_time {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #eeeeee;
  background-image: url("../images/add_item.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 28px;
}
.person_info .time_cover > div:first-of-type .input_cover:before {
  display: none;
}
.person_info .time_cover > div:last-of-type .input_cover:before {
  display: none;
}
.person_info .time_cover > div .input_cover {
  position: relative;
}
.person_info .time_cover > div .input_cover:before {
  content: ',';
  position: absolute;
  left: -10px;
  bottom: -3px;
  color: #c0c0c0;
}
.person_info .buttons_cover {
  margin-top: 30px;
}
.car_info {
  padding-left: 50px;
  padding-right: 44px;
  margin-bottom: 44px;
  position: relative;
  max-width: 1000px;
}
.car_info .icon_circle_small {
  position: absolute;
  left: 0;
  top: 25px;
}
.car_info .button {
  margin-top: 18px;
}
.car_info .row {
  position: relative;
}
.car_info .row .delete {
  position: absolute;
  right: -32px;
  top: 30px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #eeeeee;
  background-image: url("../images/close_grey.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: calc(100% - 260px);
  padding: 0 3rem;
  padding-top: 3rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ecf1ee;
}
.bottom_fixed .price {
  font-size: 24px;
  white-space: nowrap;
}
.bottom_fixed .type {
  font-size: 12px;
}
.bottom_fixed:after {
  content: '';
  position: absolute;
  right: 0;
  top: -21px;
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 89%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 89%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 89%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bottom_fixed .checkbox_cover {
  text-align: right;
  padding-top: 5px;
}
.bottom_fixed .checkbox_cover .box_cover {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 42px;
}
.dashboard_resident_body {
  padding: 0 50px;
  padding-top: 25px;
  width: 100%;
}
.dashboard_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.dashboard_title .title {
  font-size: 36px;
  color: #000;
  margin-right: 60px;
  font-family: 'Exo 2 Extra', sans-serif;
}
.dashboard_date_double {
  display: flex;
  align-items: center;
  font: 400 14px Arial;
}
.dashboard_date_double .date_double {
  margin-left: 10px;
  margin-right: 30px;
  margin-top: 0;
}
.dashboard_resident {
  display: flex;
  justify-content: space-between;
}
.dashboard_content {
  width: 30%;
}
.dashboard_resident_desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.dashboard_resident_desc > div {
  padding-right: 20px;
}
.dashboard_resident_desc > div .big {
  font-size: 20px;
  display: block;
  white-space: nowrap;
  font-weight: bold;
  font-family: 'Exo 2 Extra', sans-serif;
}
.dashboard_resident_desc > div .label {
  font-weight: 100;
  font-size: 16px;
  display: block;
}
.dashboard_resident_table {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0;
}
.dashboard_resident_table .column {
  width: 30%;
}
.dashboard_resident_table .column.color_green .item_checkbox {
  /*input:checked + .input_desc{
          .title a, .prise{
            color: #673AB7 !important;
            span{
              color: #C7C7C7;
            }
          }
        }*/
}
.dashboard_resident_table .column.color_green .item_checkbox.common_item_checkbox .title,
.dashboard_resident_table .column.color_green .item_checkbox.common_item_checkbox .prise {
  color: #673AB7;
}
.dashboard_resident_table .column.color_orange .item_checkbox {
  /* input:checked + .input_desc{
          .title a, .prise{
            color: #FF8F00;
            span{
              color: #C7C7C7;
            }
          }
        }*/
}
.dashboard_resident_table .column.color_orange .item_checkbox.common_item_checkbox .title,
.dashboard_resident_table .column.color_orange .item_checkbox.common_item_checkbox .prise {
  color: #FF8F00;
}
.dashboard_resident_table .column.color_purple .item_checkbox {
  /*input:checked + .input_desc{
          .title a, .prise{
            color: #26A69A;
            span{
              color: #C7C7C7;
            }
          }
        }*/
}
.dashboard_resident_table .column.color_purple .item_checkbox.common_item_checkbox .title,
.dashboard_resident_table .column.color_purple .item_checkbox.common_item_checkbox .prise {
  color: #26A69A;
}
.dashboard_resident_table .item_checkbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.dashboard_resident_table .item_checkbox .input_desc {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 15px;
}
.dashboard_resident_table .item_checkbox .input_desc .title {
  font-weight: 100;
  font-size: 18px;
  padding-right: 20px;
}
.dashboard_resident_table .item_checkbox .input_desc .title a {
  font-weight: 100;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
.dashboard_resident_table .item_checkbox .input_desc .title a:hover {
  text-decoration: underline;
}
.dashboard_resident_table .item_checkbox .input_desc .title span {
  font-weight: 400;
  font-size: 14px;
  color: #C7C7C7;
  display: block;
}
.dashboard_resident_table .item_checkbox .input_desc .prise {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}
.dashboard_resident_table .item_checkbox .input_desc .prise span {
  font-weight: 400;
  font-size: 12px;
  color: #C7C7C7;
  display: block;
}
.dashboard_resident_table .item_checkbox.common_item_checkbox {
  margin-bottom: 40px;
}
.dashboard_resident_table .item_checkbox.common_item_checkbox .title {
  font-weight: 600;
  font-size: 18px;
}
.dashboard_resident_table .item_checkbox.common_item_checkbox .prise {
  font-weight: bold;
  font-size: 18px;
}
#dashboard_tooltip {
  pointer-events: none;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.dashboard_resident_item_body {
  padding: 0 50px;
  padding-top: 25px;
  width: 100%;
  position: relative;
}
.dashboard_resident_item_body .dashboard_content {
  width: 100%;
}
.dashboard_resident_item_body .dashboard_resident_item_table {
  padding-top: 25px;
}
.dashboard_resident_item_body .dashboard_resident_item_table .col {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: 600;
}
.dashboard_resident_item_body .dashboard_resident_item_table .col.th {
  padding-bottom: 0px;
}
.dashboard_resident_item_body .dashboard_resident_item_table .col:first-of-type {
  flex: 0.2;
  color: #D2D2D2;
}
.dashboard_resident_item_body .dashboard_resident_item_table .col:nth-child(2) {
  flex: 0.5;
}
.dashboard_resident_item_body .dashboard_resident_item_table .col:nth-child(3),
.dashboard_resident_item_body .dashboard_resident_item_table .col:nth-child(4),
.dashboard_resident_item_body .dashboard_resident_item_table .col:nth-child(5) {
  text-align: center;
  font-weight: 100;
}
.dashboard_resident_item_body .dashboard_resident_item_table .col:nth-child(3).th,
.dashboard_resident_item_body .dashboard_resident_item_table .col:nth-child(4).th,
.dashboard_resident_item_body .dashboard_resident_item_table .col:nth-child(5).th {
  font-weight: 600;
}
.dashboard_resident_item_body .fixed_scroll {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}
.dashboard_resident_item_body .fixed_scroll .dashboard_resident_item_table {
  padding-top: 50px;
}
.dashboard_resident_item_body .fixed_scroll_padding {
  position: relative;
}
.chat_application {
  border-top: 2px solid #e50079;
  margin-top: 10px;
  margin-bottom: 40px;
}
.chat_application .chat_application_content {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
}
.chat_application .message_date {
  margin: 20px 0;
  text-align: center;
}
.chat_application .message_date span {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 13px;
  padding: 2px 10px;
  font-size: 12px;
}
.chat_application .line {
  margin: 20px 0;
}
.chat_application .head_message {
  display: flex;
  justify-content: space-between;
  color: #bfbebe;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 12px;
}
.chat_application .body_message {
  margin-bottom: 10px;
}
.chat_application .body_message textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #dadada;
  padding: 10px 18px;
  box-sizing: border-box;
  resize: none;
}
.chat_application .doc_message .doc_list {
  margin-bottom: 10px;
}
.chat_application .doc_message .doc_list span {
  display: block;
}
.chat_application .doc_message .doc_list span a {
  display: inline-block;
}
.chat_application .doc_message .doc_list .item {
  display: block;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.chat_application .doc_message .doc_list .item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 20px;
}
.chat_application .doc_message .doc_list .item.error:after {
  background: url("images/doc_error.png");
}
.chat_application .doc_message .doc_list .item.load:after {
  background: url("images/doc_load.png");
}
.chat_application .doc_message .doc_list .item.uploaded:after {
  background: url("images/doc_uploaded.png");
}
.chat_application .doc_message .doc_list a {
  margin-bottom: 5px;
  color: #5f5f5f;
  text-decoration: none;
  display: block;
}
.chat_application .doc_message .doc_list .cancel_doc {
  cursor: pointer;
  display: inline-block;
  color: #e50079;
  margin-left: 5px;
}
.chat_application .doc_message .doc_list .error_message {
  margin: 0 5px;
  color: red;
  display: inline-block;
}
.chat_application .doc_message .btn_attach {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.chat_application .doc_message .btn_attach .jq-file,
.chat_application .doc_message .btn_attach input {
  opacity: 0;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.chat_application .doc_message .btn_attach:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 20px;
  background: url("/Content/images/icons/attach.png");
  pointer-events: none;
  opacity: 0.7;
}
.chat_application .footer_message .btn,
.chat_application .footer_message .btn_edit,
.chat_application .footer_message .btn_reply {
  cursor: pointer;
  margin-right: 10px;
}
.chat_application .footer_message .btn {
  background: #e50079;
  transition: background 500ms;
  height: auto;
  text-decoration: none;
  margin-top: 20px;
  color: #fff;
}
.chat_application .footer_message .btn:hover {
  background: #ff009c;
}
.chat_application .footer_message .btn_edit {
  color: #939a9d;
}
.chat_application .footer_message .btn_reply {
  color: #fece00;
}
.chat_application .incoming_message {
  margin-bottom: 20px;
}
.chat_application .outgoing_message {
  margin-left: 100px;
  margin-top: 10px;
  padding: 0;
  background: #f7f7f7;
  margin-right: -20px;
}
.chat_application .outgoing_message .head_message,
.chat_application .outgoing_message .body_message,
.chat_application .outgoing_message .doc_message,
.chat_application .outgoing_message .footer_message {
  padding: 0 20px;
}
.chat_application .outgoing_message .footer_message {
  padding-bottom: 15px;
}
.chat_application .outgoing_message .head_message {
  padding-top: 11px;
}
.chat_body {
  margin-top: 40px;
  border-top: 2px solid var(--primary-color);
  display: flex;
  flex-direction: column;
}
.chat_body .date {
  display: inline-block;
  text-align: center;
  margin: 10px auto;
  background: #f7f7f7;
  border-radius: 13px;
  padding: 2px 20px;
  font-size: 12px;
  color: #777;
}
.chat_body .chat_row {
  margin: 10px 0;
  text-align: right;
  margin-bottom: 20px;
}
.chat_body .chat_row .name {
  font-size: 14px;
  color: var(--primary-color);
}
.chat_body .chat_row .baloon {
  margin: 10px 0;
  font-size: 16px;
}
.chat_body .chat_row .time {
  font-size: 12px;
  color: #adabab;
}
.chat_body .chat_row.notReaded {
  position: relative;
  opacity: 0.8;
}
.chat_body .chat_row.notReaded:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  top: 3px;
  right: -20px;
}
.chat_body .chat_row.admin {
  text-align: left;
}
.chat_body .chat_row.admin.notReaded:before {
  right: inherit;
  left: -20px;
}
.chat_body .chat_row.admin .name {
  color: #777;
}
.chat_body .chat_row.status {
  text-align: center;
  opacity: 1;
}
.chat_body .chat_row.status:before {
  display: none;
}
.chat_body .chat_row.status .name {
  display: none;
}
.chat_body .chat_row.status .baloon {
  display: inline-block;
  text-align: center;
  background: #f7f7f7;
  border-radius: 13px;
  padding: 2px 20px;
  font-size: 16px;
  margin-bottom: 5px;
}
.chat_footer {
  background: #f7f7f7;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat_footer > div:first-of-type {
  flex-grow: 1;
  margin-right: 20px;
}
.chat_footer textarea {
  padding: 5px 10px;
}
.page_content_from_menu {
  display: flex;
  justify-content: space-between;
  min-height: calc(100vh - 54px);
  align-items: stretch;
}
.page_content_from_menu .page_content {
  flex-grow: 1;
  width: calc(100vw - 300px);
}
.page_content_from_menu #countersList {
  width: 100%;
}
.page_content_from_menu > div {
  min-height: inherit;
}
.page_content_from_menu > div .right_nav {
  height: 100%;
}
.right_nav {
  width: 290px;
  min-width: 290px;
  border-right: 1px solid #E6E6E6;
  overflow: hidden;
}
.right_nav .head_nav {
  color: #111111;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  padding: 45px 19px;
  padding-bottom: 15px;
  position: relative;
}
.right_nav .head_nav .button {
  position: absolute;
  right: 0;
  bottom: 6px;
  min-width: 100px;
  padding-right: 18px;
}
.right_nav .head_nav .create_request {
  margin-right: -3px;
}
.right_nav .head_nav .create_request svg {
  position: absolute;
  width: 13px;
  height: 13px;
  left: 15px;
  top: 15px;
}
.right_nav .head_nav .create_request svg path {
  stroke: var(--primary-color);
}
.right_nav .no_data {
  display: none;
}
.right_nav .body_nav {
  flex-grow: 1;
  height: calc(100% - 81px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 1000px) {
  body:not(.mobile) .side_list {
    height: 100vh;
  }
  body:not(.mobile) .side_list_inner {
    overflow-y: hidden;
    height: 100%;
  }
}
.application_list .group .group_title {
  padding: 5px 20px;
  padding-top: 30px;
  color: #7D7D7D;
  font-size: 14px;
  line-height: 16px;
}
.application_list .item {
  border-bottom: 1px solid #E8E8E8;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.application_list .item > div {
  position: relative;
  z-index: 2;
}
.application_list .item.draft {
  background: #E8E8E8;
}
.application_list .item.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.3;
}
.application_list .item.closed .appl_head {
  color: #7D7D7D;
}
.application_list .item .appl_head {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  color: #111;
  line-height: 22px;
  margin-bottom: 5px;
}
.application_list .item .appl_head .title {
  font-weight: 500;
}
.application_list .item .appl_head .isExistNewMessages {
  position: relative;
}
.application_list .item .appl_head .isExistNewMessages:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 5px;
  height: 11px;
  width: 11px;
  background-color: var(--primary-color);
  border-radius: 11px;
}
.application_list .item .appl_desc {
  max-height: 32px;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  color: #7D7D7D;
}
.list_doc {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list_doc .item {
  min-width: 150px;
  max-width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  color: #333333;
  display: block;
}
.list_doc .item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  background: #F2F1F1;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 10px;
}
.list_doc .item .icon > img {
  position: relative;
  z-index: 2;
  width: 100%;
  transform: scale(2);
}
.list_doc .item .icon:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 7px;
  left: 12px;
  background: url("/Content/images/doc.svg");
  width: 26px;
  height: 32px;
}
.list_doc .item .remove {
  position: absolute;
  left: 40px;
  top: -5px;
  z-index: 3;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.list_doc .item .remove:hover svg path {
  fill: #24B64C !important;
}
.list_doc .item .desc {
  color: #333;
  width: 100%;
  display: block;
  overflow: hidden;
}
.notification_list .notif_cell {
  padding: 15px 0;
}
.notification_list .notif_cell .date {
  color: #7D7D7D;
  padding: 0 20px;
  padding-bottom: 5px;
  line-height: 16px;
  font-size: 14px;
}
.notification_list .item {
  padding: 15px 20px;
  position: relative;
  padding-left: 52px;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.notification_list .item > div {
  position: relative;
  z-index: 2;
}
.notification_list .item .icon {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 23px;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.notification_list .item .icon > img {
  width: 100%;
}
.notification_list .item .notif_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.notification_list .item .notif_head .title {
  color: #7D7D7D;
  line-height: 22px;
  font-size: 16px;
}
.notification_list .item .notif_head .time {
  color: #7D7D7D;
  line-height: 22px;
  font-size: 14px;
  margin-left: 15px;
}
.notification_list .item .notif_desc {
  color: #7D7D7D;
  line-height: 16px;
  font-size: 14px;
}
.notification_list .item.active {
  cursor: default;
}
.notification_list .item.active:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.3;
}
.notification_list .item.active .notif_head .title {
  color: #111111;
}
.notification_list .item.new .notif_head .title {
  color: #111111;
}
.notification_list .item.new_notification {
  position: relative;
}
.notification_list .item.new_notification:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
}
.description_page .description {
  padding-right: 322px;
  margin: 0 auto;
  padding-bottom: 17rem;
  color: #98a29b;
}
.description_page .description p {
  line-height: 24px;
  margin-bottom: 30px;
}
.description_page .description h1,
.description_page .description h2,
.description_page .description h3,
.description_page .description h4,
.description_page .description h5,
.description_page .description h6 {
  line-height: 24px;
  margin-top: 4rem;
  color: #000;
  text-transform: uppercase;
}
.description_page .description > img {
  margin-bottom: 6rem;
  display: block;
}
.description_page .description table {
  margin: 6rem 0 ;
}
.description_page .description ul,
.description_page .description ol {
  list-style-type: none;
  margin: 15px 0;
  line-height: 30px;
}
.description_page .description ul li,
.description_page .description ol li {
  padding-left: 45px;
  position: relative;
  margin: 13px 0;
}
.description_page .description ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background: #cccccc;
  border-radius: 50%;
}
.description_page .description ol {
  counter-reset: myCounter;
}
.description_page .description ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #01d63e;
  display: block;
  position: absolute;
  font-weight: bold;
  background: #e5fbec;
  text-align: center;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.description_page .description p {
  color: #111;
  font-size: 20px;
  line-height: 28px;
}
.description_page .description img {
  max-width: 100%;
  height: auto;
}
.description_page .place_for_news div {
  max-width: 100%;
}
.description_page .place_for_news table {
  overflow-y: auto;
}
.description_page .place_for_news td {
  padding: 2.2rem 1rem;
}
.description_page .place_for_news td p {
  margin-bottom: 0;
}
.place_for_show_video .description {
  padding: 0;
}
.place_for_show_video .video_block {
  width: 100%;
}
.vote_cover .vote_item {
  color: #111;
  margin-bottom: 20px;
}
.vote_cover .vote_item:nth-last-of-type(2) {
  margin-bottom: 30px;
}
.vote_cover .vote_item .vote_results {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 250px;
  position: relative;
}
.vote_cover .vote_item .vote_results.top {
  color: var(--primary-color);
}
.vote_cover .vote_item .vote_results.top .line_cover .line {
  background: var(--primary-color);
}
.vote_cover .vote_item .vote_results.low {
  color: #848484;
}
.vote_cover .vote_item .vote_results.low .line_cover .line {
  background: #848484;
}
.vote_cover .vote_item .vote_results.middle {
  color: var(--primary-color);
  opacity: 0.5;
}
.vote_cover .vote_item .vote_results.middle .line_cover .line {
  background: var(--primary-color);
}
.vote_cover .vote_item .vote_results .after {
  display: none;
}
.vote_cover .vote_item .vote_results.choosen .after {
  display: block;
  position: absolute;
  right: -26px;
  top: 0;
  height: 15px;
  width: 15px;
}
.vote_cover .vote_item .vote_results .line_cover {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  background: #F3F3F3;
}
.vote_cover .vote_item .vote_results .line_cover .line {
  height: 3px;
}
.radio_cover {
  cursor: pointer;
}
.radio_cover input[type="radio"] {
  display: none;
}
.radio_cover input[type="radio"]:checked + .icon {
  box-shadow: inset 0 0 0 8px var(--primary-color);
}
.radio_cover .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px #AEAEAE;
  border: none;
  transition: box-shadow 400ms;
}
.radio_cover span {
  display: inline-block;
  vertical-align: middle;
}
.star_rate_cover {
  position: relative;
  height: 30px;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.star_rate_cover input[type="radio"] {
  display: none;
}
.star_rate_cover input[type="radio"]:checked + label:after {
  background-image: url('data:image/svg+xml;utf8,<svg%20version%3D"1.1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%20width%3D"512"%20height%3D"512"%20viewBox%3D"0%200%20512%20512"><path%20fill%3D"forestgreen"%20d%3D"M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z"><%2Fpath><%2Fsvg>');
}
.star_rate_cover input[type="radio"]:checked + label ~ label:after {
  background-image: url('data:image/svg+xml;utf8,<svg%20version%3D"1.1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%20width%3D"512"%20height%3D"512"%20viewBox%3D"0%200%20512%20512"><path%20fill%3D"forestgreen"%20d%3D"M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z"><%2Fpath><%2Fsvg>');
}
.star_rate_cover label {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 100%;
  cursor: pointer;
}
.star_rate_cover label:hover:after {
  background-image: url('data:image/svg+xml;utf8,<svg%20version%3D"1.1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%20width%3D"512"%20height%3D"512"%20viewBox%3D"0%200%20512%20512"><path%20fill%3D"forestgreen"%20d%3D"M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z"><%2Fpath><%2Fsvg>');
}
.star_rate_cover label:hover ~ label:after {
  background-image: url('data:image/svg+xml;utf8,<svg%20version%3D"1.1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%20width%3D"512"%20height%3D"512"%20viewBox%3D"0%200%20512%20512"><path%20fill%3D"forestgreen"%20d%3D"M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z"><%2Fpath><%2Fsvg>');
}
.star_rate_cover label:after {
  content: '';
  position: absolute;
  right: 2px;
  top: 2px;
  width: 26px;
  height: 26px;
  background-image: url('data:image/svg+xml;utf8,<svg%20version%3D"1.1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%20width%3D"512"%20height%3D"512"%20viewBox%3D"0%200%20512%20512"><path%20fill%3D"gainsboro"%20d%3D"M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z"><%2Fpath><%2Fsvg>');
  background-size: cover;
  background-position: center;
  transition: background-image 300ms;
  border-radius: 20px;
}
.star_rate_cover label:nth-of-type(2) {
  width: 80%;
}
.star_rate_cover label:nth-of-type(3) {
  width: 60%;
}
.star_rate_cover label:nth-of-type(4) {
  width: 40%;
}
.star_rate_cover label:nth-of-type(5) {
  width: 20%;
}
.title_and_date {
  margin-bottom: 60px;
}
.title_and_date .page_title {
  margin-bottom: 20px;
}
.title_and_date .date_time {
  color: #7D7D7D;
  font-size: 18px;
  line-height: 21px;
  display: flex;
}
.title_and_date .date_time > div {
  margin-right: 20px;
}
.news_list .item {
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.news_list .item > div {
  position: relative;
  z-index: 2;
}
.news_list .item:first-of-type {
  border-top: 1px solid #E8E8E8;
}
.news_list .item .title {
  color: #7D7D7D;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 6px;
}
.news_list .item .notif_desc {
  color: #7D7D7D;
  line-height: 16px;
  font-size: 14px;
}
.news_list .item.new .title {
  color: #111;
}
.news_list .item.active {
  cursor: default;
}
.news_list .item.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.3;
}
.news_list .item.active .title {
  color: #111;
}
.accruals_list .accruals_year {
  padding: 15px 0;
}
.accruals_list .accruals_year .year {
  padding: 0 20px;
  padding-bottom: 3px;
  color: #7D7D7D;
  line-height: 16px;
  font-size: 14px;
}
.accruals_list .accruals_year .item {
  padding: 15px 20px;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.accruals_list .accruals_year .item .accruals_item_row {
  display: block;
}
.accruals_list .accruals_year .item .accruals_item_row > div {
  z-index: 2;
  position: relative;
  display: table-cell;
  width: 100%;
}
.accruals_list .accruals_year .item .debt_row {
  margin-top: 10px;
}
.accruals_list .accruals_year .item:first-of-type {
  border-top: 1px solid #E8E8E8;
}
.accruals_list .accruals_year .item .title {
  color: #111;
  line-height: 19px;
  font-size: 16px;
  padding-right: 10px;
}
.accruals_list .accruals_year .item .no_debt span {
  position: relative;
}
.accruals_list .accruals_year .item .no_debt span::after {
  position: absolute;
  right: -25px;
  top: 1px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-color: #118F3C;
  background-image: url("/Content/images/icons/check_white.svg");
  background-size: 80%;
  background-position: center;
  width: 16px;
  height: 16px;
}
.accruals_list .accruals_year .item .sum_desc {
  color: var(--primary-color);
  line-height: 19px;
  font-size: 16px;
  white-space: nowrap;
}
.accruals_list .accruals_year .item .debt,
.accruals_list .accruals_year .item .debt_sum {
  font-size: 14px;
  color: #111111;
}
.accruals_list .accruals_year .item.active {
  cursor: default;
  /*.title{
          color: @primary-color;
        }*/
}
.accruals_list .accruals_year .item.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.3;
}
.accruals_page {
  display: flex;
  align-items: flex-start;
}
.accruals_detail {
  max-width: 410px;
  flex-grow: 1;
  margin-right: 50px;
}
.accruals_detail .item_detail {
  margin-bottom: 25px;
}
.accruals_detail .item_detail .title {
  color: #111;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
.accruals_detail .item_detail .desc .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.accruals_detail .item_detail .desc .item .right {
  text-align: right;
}
.accruals_detail .item_detail .desc .item .name {
  color: #111;
  font-size: 18px;
  line-height: 21px;
}
.accruals_detail .item_detail .desc .item .label {
  color: #949494;
  font-size: 15px;
  line-height: 18px;
  margin-top: 10px;
}
.accruals_detail .item_detail .desc .item .prise {
  color: #111;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
.accruals_total {
  border-radius: 6px;
  background: #F2F2F2;
  padding: 20px 20px;
  width: 452px;
  margin-top: -22px;
}
.accruals_total .row {
  justify-content: space-between;
  margin-bottom: 10px;
}
.accruals_total .name,
.accruals_total .prise {
  font-size: 18px;
  color: #111;
  line-height: 21px;
}
.accruals_total .accr_head {
  margin-bottom: 20px;
}
.accruals_total .accr_head .row {
  align-items: center;
}
.accruals_total .accr_head .name {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
}
.accruals_total .accr_head .prise {
  font-size: 26px;
  line-height: 30px;
}
.accruals_total .accr_body {
  margin-bottom: 30px;
}
.accruals_total .accr_footer .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.accruals_total .accr_footer .download {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 16px;
  margin: 10px 17px 10px 0;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.accruals_total .accr_footer .button {
  width: 185px;
}
.indications_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-width: 1px;
}
.indications_list:after {
  content: '';
  display: block;
  width: 390px;
  height: 0;
}
.indications_list .item {
  background: #fff;
  position: relative;
  padding: 20px 55px;
  padding-right: 65px;
  padding-bottom: 40px;
  width: 390px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 0 10px #dedede;
}
.indications_list .item .icon {
  position: absolute;
  top: 20px;
  left: 0;
  width: 55px;
  text-align: center;
}
.indications_list .item .more {
  position: absolute;
  top: 55px;
  right: 21px;
}
.indications_list .item .more svg {
  width: 24px;
  height: 24px;
}
.indications_list .item .measure {
  font-size: 14px;
  line-height: 19px;
  color: #949494;
  position: absolute;
  right: 0;
  top: 22px;
  width: 65px;
  text-align: center;
}
.indications_list .item .content {
  color: #111;
}
.indications_list .item .content .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 7px;
}
.indications_list .item .content .serial {
  color: #757575;
  margin-bottom: 19px;
  font-size: 12px;
}
.indications_list .item .content .cells_cover {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.indications_list .item .content .cell {
  margin-bottom: 20px;
}
.indications_list .item .content .cell:last-of-type {
  margin-bottom: 0;
}
.indications_list .item .content .label {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
  color: #7D7D7D;
}
.indications_list .item .content .value span {
  font-weight: 100;
  font-size: 32px;
  line-height: 22px;
}
.indications_list .item .content .value .input_cover {
  top: -7px;
}
.indications_list .item .content .value .input_cover input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"]),
.indications_list .item .content .value .input_cover select,
.indications_list .item .content .value .input_cover textarea,
.indications_list .item .content .value .input_cover textarea[type="text"] {
  font-size: 18px;
  line-height: 22px;
}
.indications_list .item .content .value .input_cover .input_bottom_stroke {
  width: 150px !important;
}
.counters_nav .counters_nav_group {
  margin-bottom: 25px;
}
.counters_nav .counters_nav_group .group_title {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
.counters_nav .counters_nav_group .item {
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
  text-decoration: none;
}
.counters_nav .counters_nav_group .item .title {
  font-size: 16px;
  line-height: 19px;
}
.counters_nav .counters_nav_group .item.active {
  background: #C2EBA5;
  cursor: default;
  border-color: #C2EBA5;
}
.counters_nav .counters_nav_group .item.active .title {
  color: var(--primary-color);
}
.btn_add_counter {
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-left: 30px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -4px;
}
.indications_buttons_cover {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indications_buttons_cover button {
  margin-right: 20px;
}
.new_objects_form .flex {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.new_objects_form .flex.center {
  margin-bottom: 0;
}
.new_objects_form .type_new_objects .button,
.new_objects_form .type_new_objects [type="button"],
.new_objects_form .type_new_objects [type="reset"],
.new_objects_form .type_new_objects [type="submit"],
.new_objects_form .type_new_objects button {
  border-radius: 20px;
  background: #F2F2F2;
  color: var(--primary-color);
}
.new_objects_form .type_new_objects .button.active,
.new_objects_form .type_new_objects [type="button"].active,
.new_objects_form .type_new_objects [type="reset"].active,
.new_objects_form .type_new_objects [type="submit"].active,
.new_objects_form .type_new_objects button.active {
  background: var(--primary-color);
  color: #FFFFFF;
  opacity: 0.6;
}
.new_objects_form .desc_new_objects {
  margin-bottom: 65px;
}
.new_objects_form .desc_new_objects .label_col {
  font-size: 14px;
  color: #7D7D7D;
  display: block;
  width: 100%;
  text-align: left;
}
.new_objects_form .desc_new_objects .input_cover .input_bottom_stroke {
  width: 100% !important;
}
.new_objects_form .desc_new_objects .input_cover .jq-selectbox ul {
  text-align: left;
}
.new_objects_form .desc_new_objects .input_cover .jq-selectbox .jq-selectbox__select {
  min-width: 150px;
  text-align: left;
}
.new_objects_form .desc_new_objects > .row {
  margin-right: 10px;
}
.voting_list .item {
  border-bottom: 1px solid #E8E8E8;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.voting_list .item > div {
  position: relative;
  z-index: 2;
}
.voting_list .item.completed .vt_date {
  color: var(--primary-color);
}
.voting_list .item.done .icon_voting {
  display: block;
}
.voting_list .item .icon_voting {
  display: none;
  position: absolute;
  right: 12px;
  top: 15px;
}
.voting_list .item.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  opacity: 0.3;
}
.voting_list .item .title {
  font-size: 16px;
  color: #111;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 500;
  padding-right: 30px;
}
.voting_list .item .vt_date {
  max-height: 16px;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  color: #7D7D7D;
}
.new_counter_form .flex {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.new_counter_form .flex.center {
  justify-content: center;
  margin-bottom: 0;
}
.new_counter_form .flex.space_between {
  justify-content: space-between;
}
.new_counter_form .type_new_counter .button,
.new_counter_form .type_new_counter [type="button"],
.new_counter_form .type_new_counter [type="reset"],
.new_counter_form .type_new_counter [type="submit"],
.new_counter_form .type_new_counter button {
  border-radius: 20px;
  background: #F2F2F2;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  padding: 3px 15px;
  padding-top: 5px;
  line-height: 33px;
}
.new_counter_form .type_new_counter .button svg,
.new_counter_form .type_new_counter [type="button"] svg,
.new_counter_form .type_new_counter [type="reset"] svg,
.new_counter_form .type_new_counter [type="submit"] svg,
.new_counter_form .type_new_counter button svg {
  margin-right: 6px;
}
.new_counter_form .type_new_counter .button.active,
.new_counter_form .type_new_counter [type="button"].active,
.new_counter_form .type_new_counter [type="reset"].active,
.new_counter_form .type_new_counter [type="submit"].active,
.new_counter_form .type_new_counter button.active {
  background: var(--primary-color);
  color: #FFFFFF;
}
.new_counter_form .type_new_counter .button.active svg path,
.new_counter_form .type_new_counter [type="button"].active svg path,
.new_counter_form .type_new_counter [type="reset"].active svg path,
.new_counter_form .type_new_counter [type="submit"].active svg path,
.new_counter_form .type_new_counter button.active svg path {
  stroke: #fff;
  fill: #fff;
}
.new_counter_form .desc_new_counter {
  margin-bottom: 65px;
}
.new_counter_form .desc_new_counter .label_col {
  font-size: 14px;
  color: #7D7D7D;
  display: block;
  width: 100%;
  text-align: left;
}
.new_counter_form .desc_new_counter .input_cover .input_bottom_stroke {
  width: 100% !important;
}
.new_counter_form .desc_new_counter .input_cover .jq-selectbox ul {
  text-align: left;
}
.new_counter_form .desc_new_counter .input_cover .jq-selectbox .jq-selectbox__select {
  min-width: 150px;
  text-align: left;
}
.new_counter_form .desc_new_counter > .row {
  margin-right: 10px;
  /*width: 31%;
      &:first-of-type{
        width: 35%;
      }*/
}
.services .search_cover {
  margin-bottom: 30px;
}
.services .search_cover .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.services .search_cover .input_cover {
  margin-right: 30px;
  width: 495px;
  border-bottom: 1px solid var(--primary-color);
}
.services .search_cover .services_search_input {
  height: 100%;
}
.services .services_inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.services .services_item {
  width: calc(100%/6);
  height: 250px;
  border: 1px solid #E8E8E8;
  color: #635e5e;
  transition: border-color 500ms, box-shadow 500ms;
}
.services .services_item:hover {
  border-color: #cacaca;
  box-shadow: 0 0 18px -6px #ccc;
}
.services .services_opener {
  background-color: transparent;
  padding: 0;
  color: #635e5e;
  cursor: pointer;
  height: 100%;
}
.services .services_opener:hover {
  filter: none;
}
.services .service_expanded {
  position: absolute;
  opacity: 0;
  background-color: transparent;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 500ms, opacity 500ms;
  overflow: hidden;
  /*    margin-top: -20px;*/
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.services .service_expanded > div {
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}
.services .service_expanded:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: var(--primary-color);
  z-index: 1;
}
.services .service_expanded .owl-item {
  text-align: center;
}
.services .service_expanded .owl-item > div {
  text-align: left;
}
.services .service_expanded .owl-nav .disabled {
  display: none;
}
.services .service_expanded .owl-nav .owl-prev,
.services .service_expanded .owl-nav .owl-next {
  position: absolute;
  min-width: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  opacity: 0.5;
}
.services .service_expanded .owl-nav .owl-prev:hover,
.services .service_expanded .owl-nav .owl-next:hover {
  opacity: 1;
}
.services .service_expanded .owl-nav .owl-prev {
  left: -45px;
  background-image: url("/Content/images/slider_left.png");
}
.services .service_expanded .owl-nav .owl-next {
  right: -45px;
  background-image: url("/Content/images/silder_right.png");
}
.services .service_expanded_close {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  padding: 0;
  background-color: transparent;
}
.services .service_expanded_close::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  transform: rotate(45deg);
  background-color: #000000;
  top: 0;
  left: 10px;
}
.services .service_expanded_close::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  transform: rotate(-45deg);
  background-color: #000000;
  top: 0;
  left: 10px;
}
.services .service_expanded_close:hover {
  opacity: 0.5;
}
.services .service_expanded_close:hover::before,
.services .service_expanded_close:hover::after {
  opacity: 0.5;
}
.services .expanded_item {
  max-width: 200px;
  height: 260px;
  border: 1px solid #ffffff;
  color: #000000;
  margin: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.services .expanded_item:hover {
  filter: brightness(110%);
}
.services .expanded_item_image {
  width: 80%;
  height: 110px;
  margin: 10px auto 10px auto;
}
.services .expanded_item_image img {
  margin: 0 auto;
}
.services .expanded_price,
.services .expanded_description {
  padding: 0 10px;
}
.services .expanded_description {
  white-space: normal;
  word-break: break-word;
  display: block;
  max-height: 75px;
  min-height: 75px;
  overflow: hidden;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.services .expanded_price {
  padding: 0;
}
.services .expanded_controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 10px;
  margin-top: auto;
  align-items: center;
}
.services .expanded_order {
  padding: 5px;
  font-size: 14px;
  line-height: 15px;
  min-width: auto;
}
.services .expanded_shown {
  margin-bottom: 328px;
  border-bottom-color: transparent;
}
.services .expanded_shown:hover {
  box-shadow: none;
  border-color: #E8E8E8;
  border-bottom-color: transparent;
}
.services .expanded_shown .open_expanded {
  position: relative;
}
.services .expanded_shown .open_expanded:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid var(--primary-color);
}
.services .service_shown {
  height: 330px;
  opacity: 1;
}
.services .service_category {
  font-size: 20px;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 205px;
  margin: 20px auto 0 auto;
}
.services .service_image {
  width: 80%;
  height: 175px;
  margin: 0 auto;
  padding: 20px 0;
}
.services .service_image img {
  max-height: 150px;
  display: block;
  /*margin: 20px auto;*/
}
.services .service_image svg {
  max-height: 150px;
  /*margin: 20px auto;*/
  display: block;
}
.full_service_modal {
  max-width: 99vw;
  margin: 0 auto;
}
.full_service_modal .arcticmodal-close::after {
  background-image: none;
}
.full_service_modal .service_modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  padding: 0;
  background-color: transparent;
}
.full_service_modal .service_modal_close::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  transform: rotate(45deg);
  background-color: #000000;
  top: 0;
  left: 10px;
}
.full_service_modal .service_modal_close::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  transform: rotate(-45deg);
  background-color: #000000;
  top: 0;
  left: 10px;
}
.full_service_modal .full_service_modal_content .person_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0 40px;
}
.full_service_modal .full_service_modal_content .view_application {
  width: 100%;
}
.full_service_modal .full_service_modal_content .view_application .person_info {
  margin: 0 auto;
  justify-content: center;
}
.full_service_modal .full_service_modal_content .view_application .person_info .row {
  flex-flow: column;
}
.full_service_modal .full_service_modal_content .view_application .person_info .row .input_cover {
  margin: 0 5px;
}
.full_service_modal .full_service_modal_content .view_application .person_info .row .content_col .input_cover input {
  padding: 5px 0;
  text-align: center;
}
.full_service_modal .full_service_modal_content .view_application .person_info .row .input_cover .jq-selectbox .jq-selectbox__select,
.full_service_modal .full_service_modal_content .view_application .person_info .row .textarea_replace {
  padding: 7.4px 0;
  min-height: 37px;
}
.full_service_modal .full_service_modal_content .view_application .person_info .row .input_cover .jq-selectbox .jq-selectbox__trigger {
  right: -15px;
}
.full_service_modal .full_service_modal_content .view_application .person_info .row .input_cover .jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 30px;
}
.full_service_modal .full_service_modal_content .view_application .service_request_datetime {
  -webkit-appearance: none;
  min-height: 37px;
}
.full_service_modal .full_service_image {
  width: 400px;
  margin-right: 15px;
  overflow: hidden;
  max-height: 100%;
}
.full_service_modal .full_service_image img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.full_service_modal .full_service_image .owl-nav {
  margin-top: 10px;
}
.full_service_modal .full_service_image .owl-prev,
.full_service_modal .full_service_image .owl-next {
  width: 40px;
  min-width: initial;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50%;
  padding-right: 0;
  padding-left: 0;
}
.full_service_modal .full_service_image .owl-prev.disabled,
.full_service_modal .full_service_image .owl-next.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.full_service_modal .full_service_image .owl-prev {
  background-image: url("/Content/images/slider_left_white.png");
  margin-right: 15px;
}
.full_service_modal .full_service_image .owl-next {
  background-image: url("/Content/images/slider_right_white.png");
}
.full_service_modal .full_service_image .owl-dots {
  margin-top: 30px;
}
.full_service_modal .full_service_image .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  min-width: initial;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  margin: 0 5px;
  border: 1px solid var(--primary-color);
}
.full_service_modal .full_service_image .owl-dots .owl-dot.active {
  background-color: var(--primary-color);
}
.full_service_modal .full_service_stats {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding-bottom: 20px;
}
.full_service_modal .full_service_stats span {
  display: block;
  text-align: left;
}
.full_service_modal .full_service_stats img {
  max-width: 100%;
  height: auto;
}
.full_service_modal .service_name {
  font-size: 36px;
  padding-bottom: 20px;
}
.full_service_modal .full_service_price {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .page_content {
    padding-top: 60px;
  }
  .page_content .page_title {
    padding-right: 0;
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
  }
  .page_content .jq-selectbox__select {
    max-width: 260px;
  }
  .page_content .jq-selectbox__dropdown {
    max-width: 100%;
  }
  .description_page .description {
    padding-right: 0;
  }
  .description_page .description p {
    font-size: 18px;
    line-height: 24px;
  }
  .description_page .place_for_news {
    overflow-x: auto;
  }
  .description_page .place_for_news td {
    padding: 1.8rem 1rem;
  }
  .login_cover {
    min-height: 100vh;
  }
  .login_cover .form_cover .logo_cover {
    width: 150px;
    height: 150px;
  }
  .login_cover .title {
    font-size: 28px;
    line-height: 32px;
    padding: 0 10px;
  }
  .login_cover .title + .desc {
    padding: 0 35px;
    font-size: 18px;
    text-align: center;
  }
  .login_no_logo .registration_style {
    width: auto;
    margin-left: 0;
  }
  .login_no_logo .form_cover {
    padding-bottom: 30px;
  }
  header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 103;
    border-bottom: 0;
    background: transparent;
  }
  header .desktop_flat_selector {
    display: none !important;
  }
  header .mobile_flat_selector {
    display: block !important;
  }
  header .col.nav_part {
    width: auto;
    max-width: 100%;
  }
  header .col.nav_part > .items_cover .menu_navigation {
    width: auto;
    align-self: auto;
    overflow-y: auto;
    max-height: calc(100vh - 55px);
  }
  header .col.nav_part > .items_cover .menu_navigation ul {
    flex-direction: column;
  }
  header .col.nav_part > .items_cover .menu_navigation .nav_item.active {
    border-bottom: none;
  }
  header .col.nav_part > .items_cover .menu_navigation .nav_item.active .item {
    position: relative;
  }
  header .col.nav_part > .items_cover .menu_navigation .nav_item.active .item::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    left: 0;
    bottom: -5px;
  }
  header .col.nav_part > .items_cover .object {
    padding-left: 15px !important;
    width: 100%;
  }
  header .col.nav_part > .items_cover .object.open .background_modal {
    display: none;
  }
  header .col.nav_part > .items_cover .object.open .objects_list {
    background-color: #f3f3f3;
    border-bottom: 1px solid var(--primary-color);
  }
  header .col.nav_part > .items_cover .object .expand_icon {
    right: 15px;
  }
  header .col.nav_part > .items_cover .col {
    padding: 17px 0;
  }
  header .col.nav_part > .items_cover nav .nav_item {
    padding: 14px 20px;
  }
  header .col.nav_part > .items_cover nav ul li.new_notification::before {
    top: 20px;
    left: 5px;
  }
  header .col.no-limit .avatar {
    white-space: normal;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  header .col.no-limit .avatar span {
    text-align: left;
    margin-right: 10px;
    line-height: 18px;
  }
  header .col.no-limit .avatar .person_bg {
    margin: 0 10px 0 0;
    width: 35px;
    height: 33px;
    max-width: 35px;
    max-height: 33px;
    text-align: center;
  }
  header .col.no-limit .avatar .person_bg svg {
    margin: 0;
    transform: translateY(-50%);
    top: 50%;
  }
  header .col.user_block {
    margin-right: 60px;
  }
  .show_header {
    display: block;
    float: right;
    z-index: 104;
    width: 50px;
    height: 35px;
    min-width: auto;
    padding: 15px 0;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 50% 50%;
    background-size: 50%;
    background-image: url("/Content/images/icons/menu.png");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .show_header:active {
    transform: none;
  }
  .header_container {
    display: none;
    flex-direction: column-reverse;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #f3f3f3;
    border-bottom: 2px solid var(--primary-color);
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  }
  .header_shown {
    display: flex;
  }
  .header_shown ~ .show_header {
    background-image: url("/Content/images/icons/close.png");
  }
  .header_blocks {
    flex-direction: column-reverse;
  }
  .mobile_flat_selector {
    position: absolute;
    font-size: 18px;
    height: 35px;
    width: calc(100% - 65px);
    background-color: var(--primary-color);
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .mobile_flat_selector.open {
    border-bottom-right-radius: 0;
  }
  .mobile_flat_selector .flat_selection_button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 7px;
  }
  .mobile_flat_selector .flat_selection_output {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile_flat_selector .flat_selection_number {
    max-width: 40%;
  }
  .mobile_flat_selector .flat_selection_amount {
    max-width: 60%;
  }
  .mobile_flat_selector .objects_list {
    display: none;
    overflow-y: auto;
    max-height: 90vh;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 6px 0;
    z-index: -1;
    border-top: 1px solid #ecf1ee;
    user-select: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .mobile_flat_selector .objects_list .items_cover {
    display: flex;
    padding: 15px 30px 0 30px;
    flex-direction: column;
    color: #111;
  }
  .mobile_flat_selector .objects_list .items_cover.active {
    color: var(--primary-color);
  }
  .mobile_flat_selector .objects_list .items_cover .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile_flat_selector .objects_list .items_cover .row .object {
    font-weight: bold;
    padding: 0 !important;
    margin: 0;
    min-width: 1px;
  }
  .mobile_flat_selector .objects_list .items_cover .row .adress {
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
    min-width: 1px;
  }
  .mobile_flat_selector .objects_list .new_objects_item {
    border-top: 1px solid #E6E6E6;
    padding: 15px 20px;
    margin: 15px 30px 0 30px;
    text-align: center;
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 22px;
  }
  .mobile_flat_selector.open .objects_list {
    display: block;
  }
  .show_side {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: translate 0s, left linear 0.4s;
    right: -30px;
    z-index: 100;
    background-repeat: no-repeat;
    background-image: url("/Content/images/icons/next.png");
    -webkit-background-size: 80% 80%;
    background-size: 80%;
    background-position: 40% 50%;
    min-width: auto;
    padding: 0;
    width: 30px;
    height: 70px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
  }
  .show_side:active {
    transform: scale(1) translateY(-50%);
  }
  .side_button_rotate {
    background-image: url("/Content/images/icons/back.png");
    background-position: 50%;
    transition: left linear 0.4s;
  }
  .page_content_from_menu {
    display: block;
  }
  .side_list {
    position: fixed;
    left: calc(-100vw + 67px);
    transition: left linear 0.4s;
    z-index: 102;
    background-color: #f3f3f3;
    width: calc(100vw - 65px);
    border-right: 2px solid var(--primary-color);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    height: 100vh;
  }
  .side_list_inner {
    overflow-y: auto;
    height: 100%;
  }
  .cameras_list .news_list .item .title {
    margin-bottom: 0;
  }
  .cameras_modal {
    width: auto;
  }
  .cameras_modal .desc_new_objects {
    flex-direction: column;
  }
  .cameras_modal .input_cover {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .side_shown {
    left: 0;
    transition: left linear 0.4s;
  }
  .right_nav {
    min-width: auto !important;
    overflow: visible;
    max-width: 100%;
  }
  .right_nav .no_data {
    display: block;
    padding: 45px 19px;
    top: 50%;
    transform: translateY(-50%);
  }
  .request_list .right_nav,
  .counters_list .right_nav {
    width: auto;
  }
  .new_objects_modal {
    padding: 20px;
    width: 90vw;
  }
  .new_objects_modal .modal-title {
    font-size: 22px;
  }
  .new_objects_modal .desc_new_objects {
    flex-direction: column;
  }
  .new_objects_modal .desc_new_objects .row {
    margin: 10px 0;
  }
  .new_objects_modal .new_objects_form .flex.center {
    justify-content: center;
  }
  .new_objects_modal .new_objects_form .input_cover {
    width: 100%;
    text-align: left;
  }
  .new_objects_modal .button {
    width: auto;
    min-width: auto;
  }
  .page_content_from_menu .page_content {
    width: auto;
  }
  .page_content_from_menu .page_content .row {
    flex-direction: column;
  }
  .indications_list .item {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .indications_list .item .icon,
  .indications_list .item .more,
  .indications_list .item .measure {
    position: static;
    margin-right: 15px;
    width: auto;
  }
  .indications_list .item .content {
    width: 100%;
    margin-top: 15px;
  }
  .btn_add_counter {
    display: block;
    margin: 20px 0;
    top: 0;
  }
  .indications_buttons_cover {
    display: block;
  }
  .indications_buttons_cover .send_counter_values {
    padding: 1.6rem 2rem 1.2rem 2rem;
    margin: 10px 0 0 0;
  }
  .button_info {
    font-size: 16px;
    margin-top: 15px;
  }
  .info_counter_modal,
  .add_counter_modal {
    width: 90vw;
    padding: 20px;
  }
  .new_counter_form .flex.space_between {
    flex-wrap: wrap;
  }
  .new_counter_form .flex.space_between .button {
    margin: 0 0 10px 0;
    font-size: 12px;
    padding: 3px 10px;
  }
  .new_counter_form .desc_new_counter {
    flex-direction: column;
  }
  .new_counter_form .desc_new_counter .row {
    margin-bottom: 10px;
  }
  .person_info {
    padding: 0;
  }
  .person_info .content_col {
    max-width: 100%;
  }
  .person_info .content_col .input_cover {
    max-width: 100%;
  }
  .person_info .content_col .input_cover input {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .person_info .content_col .input_cover .input_bottom_stroke {
    max-width: 100%;
  }
  .chat_body .baloon {
    word-break: break-all;
  }
  .chat_footer {
    flex-direction: column;
  }
  .chat_footer div.chat_message_container {
    margin: 0;
    width: 100%;
  }
  .chat_footer .send {
    margin-top: 20px;
  }
  .services .search_cover .search {
    flex-direction: column;
  }
  .services .search_cover .input_cover {
    width: auto;
    max-width: 240px;
    margin: 0 0 10px 0;
  }
  .services .search_cover .services_search_button {
    max-width: 240px;
  }
  .services .services_inner {
    flex-direction: column;
  }
  .services .services_item {
    width: auto;
  }
  .services .expanded_controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .services .expanded_order {
    margin-top: 10px;
  }
  .services .expanded_item {
    margin: 0 auto;
    border: 1px solid #E8E8E8;
  }
  .full_service_modal {
    max-width: 95vw;
  }
  .full_service_modal .full_service_modal_content .person_info {
    padding: 0 20px;
  }
  .full_service_modal .full_service_image {
    width: auto;
    margin: 0 auto;
    max-height: 300px;
  }
  .full_service_modal .full_service_stats {
    width: auto;
    max-width: 100%;
  }
  .full_service_modal .full_service_stats .description {
    font-size: 16px;
    line-height: 20px;
  }
  .full_service_modal .service_name {
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0;
  }
  .voting_page .page_title {
    font-size: 22px;
    line-height: 26px;
  }
  .voting_list .item .title {
    line-height: 18px;
  }
  .bills_page {
    padding-bottom: 30px;
  }
  .bills_page .row.margin-2 {
    margin: 0;
  }
  .bills_page .row.margin-2 > .col {
    margin: 0;
  }
  .bills_page .accruals_page {
    flex-direction: column;
  }
  .bills_page .accruals_total {
    width: auto;
    max-width: 100%;
    margin: 20px auto 0 auto;
  }
  .bills_page .accruals_total .accr_head .name,
  .bills_page .accruals_total .accr_head .prise {
    font-size: 18px;
    line-height: 22px;
  }
  .bills_page .accruals_total .accr_body .row {
    flex-direction: row;
  }
  .bills_page .accruals_total .accr_body .row .name,
  .bills_page .accruals_total .accr_body .row .prise {
    font-size: 14px;
  }
  .bills_page .accruals_total .accr_footer .row {
    align-items: flex-start;
  }
  .bills_page .accruals_total .accr_footer .download a svg {
    margin-bottom: 0 !important;
    vertical-align: middle;
  }
  .bills_page .accruals_total .accr_footer .download .download_text {
    display: inline-block;
    max-width: 135px;
    vertical-align: middle;
  }
  .bills_page .accruals_detail {
    margin-right: 0;
    width: 100%;
  }
  .bills_page .accruals_detail .item_detail .desc .item {
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .bills_page .bills_notification_block p {
    font-size: 12px;
    line-height: 14px;
  }
  .sendCounterValue_modal {
    width: 95vw;
    padding: 20px 0;
  }
  .sendCounterValue_modal .payment_sum {
    padding: 0.5rem !important;
  }
  .place_for_show_video {
    overflow: hidden;
  }
  .video_block {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 150px !important;
    height: auto !important;
    overflow: hidden;
  }
  .security_content .col {
    max-width: 100%;
  }
  .security_content .block_card_button {
    margin-left: 0 !important;
  }
  .security_content .code_key_number {
    display: block;
    margin-bottom: 20px;
  }
  .security_content .title_and_date {
    margin-bottom: 25px;
  }
  .security_content .security_history {
    margin-bottom: 10px;
  }
  .security_content .security_filter_cover {
    display: block !important;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 20px;
    max-width: 250px;
    padding: 0 !important;
  }
  .security_content .security_filter_cover label {
    color: #a5a0a0;
    font-size: 14px;
  }
  .security_content .apply_filter_button {
    margin-top: 10px;
  }
  .security_content .security_logs_container {
    overflow-y: auto;
    width: 100%;
  }
  .security_content .security_logs_table {
    width: 100%;
  }
  .security_content .logtd {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 5px 1px 5px;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .page_content .jq-selectbox__select {
    max-width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */