@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
.active {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
/*
@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;
}
*/
@font-face {
  font-family: 'Inter';
  src: local('Inter'), url('./fonts/Inter-Regular.ttf') format('ttf'), url('./fonts/Inter-SemiBold.ttf') format('ttf'), url('./fonts/Inter-Thin.ttf') format('ttf'), url('./fonts/Inter-Light.ttf') format('ttf'), url('./fonts/Inter-ExtraLight.ttf') format('ttf'), url('./fonts/Inter-ExtraBold.ttf') format('ttf'), url('./fonts/Inter-Bold.ttf') format('ttf'), url('./fonts/Inter-Black.ttf') format('ttf'), url('./fonts/Inter-Medium.ttf') format('ttf');
  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;
  stroke-width: 1.5 !important;
}
.svg_fill_color {
  stroke: var(--primary-color) !important;
}
.svg_fill_color-without-stroke {
  fill: var(--primary-color) !important;
}
.svg_stroke_color_secondary {
  stroke: var(--primary-color-secondary) !important;
}
.svg_fill_color_secondary {
  fill: var(--primary-color-secondary) !important;
}
.svg-frisbi {
  stroke: var(--primary-color) !important;
}
.svg-frisbi-fill {
  fill: var(--primary-color) !important;
}
/*! chota.css | MIT License | github.com/jenil/chota */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html[data-select2-id] {
  overflow-x: hidden;
}
.on-load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  height: auto;
  position: relative;
  background: #f5f5f5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  scrollbar-width: thin;
}
body.hidden {
  overflow: hidden;
}
body.hideOverflow {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
  transition: all 0.4s ease;
}
body .errorToast {
  color: #fff;
}
body .skeleton {
  background-color: #b3b3b3 !important;
  color: #0000 !important;
  background-image: linear-gradient(to right, #999, #ccc) !important;
  background-size: 200% 100%;
  animation: skeleton-loader 1s linear infinite;
  border-radius: 3px;
}
body .skeleton img {
  opacity: 0;
  width: 100%;
  height: 152px;
}
body .skeleton:after {
  content: none !important;
}
@keyframes skeleton-loader {
  to {
    background-position: -170% 0;
  }
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
  width: 2px;
}
.page_main {
  max-width: 1143px;
  width: 1143px;
  padding-bottom: 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1160px) {
  .page_main {
    padding: 0 15px 15px 15px;
    width: 100%;
  }
}
.no_bg_page {
  background-image: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  font-family: 'Inter', sans-serif;
}
input[type="submit"],
button[type="submit"] {
  cursor: pointer;
}
.hidden {
  display: none !important;
}
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-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}
td,
th {
  vertical-align: middle;
  padding: 3.2rem 1rem;
  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;
}
.page-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1075px) {
  .page-wrap {
    flex-direction: column;
  }
}
.container {
  margin: 0 auto;
  max-width: 1143px;
}
.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;
}
.card {
  margin-bottom: 8px;
  padding: 17px 24px;
  background-color: #fff;
  border-radius: 8px;
}
.card-24 {
  margin-bottom: 8px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
[type="checkbox"] {
  accent-color: var(--primary-color);
}
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: var(--primary-color);
}
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;
}
[type="radio"] {
  accent-color: var(--primary-color);
}
.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: 30px 0;
  border-radius: 6px;
  max-width: 990px;
  margin: 0 auto;
}
.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;
  /*      .retina-sprite(@file-group);*/
}
.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: 50%;
  transform: translateY(-50%);
  width: 70px;
  cursor: pointer;
}
.arcticmodal-close:after {
  content: '';
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*    .retina-sprite(@round-cross-group);*/
}
.arcticmodal-close span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.new_objects_modal {
  width: 680px;
  margin: 0 auto;
  padding: 30px 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,
.send_rating_comment {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 60px;
}
.add_counter_modal .arcticmodal-close,
.info_counter_modal .arcticmodal-close,
.send_rating_comment .arcticmodal-close {
  right: -17px;
  padding-top: 9px;
}
.add_counter_modal .arcticmodal-close:after,
.info_counter_modal .arcticmodal-close:after,
.send_rating_comment .arcticmodal-close:after {
  display: none;
}
.add_counter_modal .new_counter_form,
.info_counter_modal .new_counter_form,
.send_rating_comment .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,
.send_rating_comment .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"],
.send_rating_comment .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,
.send_rating_comment .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,
.send_rating_comment .error_text_visible {
  color: red;
  position: absolute;
  right: 0;
  bottom: 9px;
}
.send_rating_comment textarea {
  min-height: 80px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 6px;
  border-radius: 5px;
}
.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;
}
.get_mobile_modal_cover .box-modal {
  background-color: rgba(0, 0, 0, 0.45) !important;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45) !important;
  top: 0;
  left: 0;
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
  /*&.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%
  }*/
}
.popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content {
  position: relative;
  background-color: transparent;
  padding: 20px 50px;
  min-width: 990px;
  min-height: 665px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .popup__content {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 360px;
    min-height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.popup__head {
  width: 100%;
  padding: 20px 50px;
  display: inline-flex;
  justify-content: space-between;
}
.content-modal {
  position: relative;
  display: flex;
  align-self: center;
}
.content-modal__left-col {
  text-align: left;
}
.content-modal__right-col {
  margin-left: auto;
  width: fit-content;
}
.content-modal__right-col img {
  position: absolute;
  right: 20px;
  bottom: -30px;
}
@media (max-width: 1024px) {
  .content-modal__right-col {
    display: none;
  }
}
@media (max-width: 1024px) {
  .head-popup {
    justify-content: center;
  }
}
.head-popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.left-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.left-col__title h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 64px !important;
  line-height: 77px;
  color: #EF5150;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .left-col__title h2 {
    text-align: center;
    font-size: 50px !important;
  }
}
.left-col__subtitle h3 {
  max-width: 500px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
}
@media (max-width: 1024px) {
  .left-col__subtitle h3 {
    text-align: center;
    font-size: 28px;
  }
}
.left-col__footer {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .left-col__footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.left-col__footer .store_block .qr_block.shown {
  z-index: 1;
}
.items {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .items {
    display: none;
  }
}
.items li {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.items li:before {
  content: '';
  display: block;
  margin-right: 15px;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #EF5150;
}
.modal_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  #mobilePopup {
    max-width: 400px;
  }
}
@media (max-width: 375px) {
  #mobilePopup {
    max-width: 350px;
  }
}
/* BUTTONS */
.button,
[type="button"],
[type="reset"],
[type="submit"],
button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  height: 36px;
  color: rgba(0, 0, 0, 0.6);
  outline: none;
  border: none;
}
.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: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 {
  background-color: transparent;
}*/
.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;
}
.buttons__cover {
  display: flex;
  position: relative;
}
@media (max-width: 1075px) {
  .buttons__cover > div:not(.buttons--kebab) {
    display: none;
  }
}
.buttons__cover > div:not(:last-of-type) {
  margin-right: 16px;
}
.buttons--kebab {
  display: none;
  position: relative;
}
.buttons--kebab:hover .buttons--kebab-list {
  display: block;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  position: absolute;
  right: 0;
  font-weight: 600;
  min-width: 170px;
  max-width: 320px;
}
.buttons--kebab-list {
  display: none;
}
.buttons--kebab-list li {
  padding: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.buttons--kebab-list li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1075px) {
  .buttons--kebab {
    display: block;
    margin-left: 10px;
  }
}
#deleteCounter_cancel {
  margin-right: 12px;
  height: 48px;
}
#newAutoButton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  padding: 1px 6px;
  background-color: #EBEBEB;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.54);
}
.cancel_counter_values {
  height: 48px;
}
/* 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;
  left: -30px;
  padding-right: 0 !important;
}
@media (max-width: 600px) {
  .owl-carousel .owl-stage {
    left: 0;
  }
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  /* 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;
  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;
}
@media (max-width: 1000px) {
  .jq-selectbox li {
    white-space: pre-wrap;
  }
}
.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;
  /*  .retina-sprite(@select-down-group);*/
  position: absolute;
  line-height: 20px;
  text-align: center;
}
.select {
  position: relative;
}
.select.open .select__list {
  display: flex;
  position: absolute;
  z-index: 100;
}
.select__input {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #FAFAFA;
  width: 320px;
  border-radius: 8px;
  gap: 1rem;
  height: 44px;
  cursor: pointer;
}
.select__backdrop {
  position: fixed;
  display: none;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
}
.select__list {
  display: none;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
  width: 320px;
  max-height: 300px;
  overflow: auto;
  margin-top: 10px;
}
.select__item {
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
  transition: all 0.4s ease;
}
.select__item:hover {
  background-color: #ECF9F3;
  transition: all 0.4s ease;
}
.select__item:last-of-type {
  border-bottom: none;
}
.select__item span:first-of-type {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1px;
}
.select__item span:last-of-type {
  font-weight: 600;
  font-size: 12px;
  color: #9E9E9E;
}
.select-arrow {
  transition: all 0.4s ease;
  margin-left: auto;
}
.select-arrow.up {
  transform: rotate(-180deg);
  transition: all 0.4s ease;
}
.select2-container--material {
  width: 100% !important;
  display: flex;
}
.select2-container--material ::placeholder {
  color: inherit;
}
.select2-container--material .select2-selection {
  display: flex !important;
  align-items: center;
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  padding: 13px 16px;
  font-size: 1rem;
  margin-top: 0.2rem;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s;
  height: 52px !important;
}
.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
  background-image: url("/Content/images/redesign-src/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: all 0.2s ease;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.select2-container--material.select2-container--open .select2-selection__arrow {
  transition: all 0.2s ease;
  transform: rotate(-180deg);
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
  width: fit-content;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 3px 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  margin-right: 5px;
  height: 26px;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
  /*

      &::before {
        content: "cancel";

        !* @extend .material-icons *!
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;

        color: #000;
      }*/
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  height: 34px;
  line-height: 1;
}
.select2-container--material .select2-dropdown {
  border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material .select2-results__options {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 999;
  will-change: width,height;
}
.select2-container--material .select2-results__options::-webkit-scrollbar {
  width: 4px;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.select2-container--material .select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.select2-container--material .select2-results__option {
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 1rem;
}
.select2-container--material .select2-results__option[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent!important;
  cursor: not-allowed;
}
.select2-container--material .select2-results__option[aria-selected=true] {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  background-color: #eee;
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
  font-size: 14px;
  font-weight: 600;
  background-color: var(--muted);
}
.select2-container--material.select2-container--disabled .select2-selection {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  padding-left: 0 !important;
}
.select2-container--custom-ui {
  width: 100% !important;
  display: flex;
}
.select2-container--custom-ui ::placeholder {
  color: inherit;
}
.select2-container--custom-ui .select2-selection {
  display: flex !important;
  align-items: center;
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  padding: 12px 16px;
  font-size: 1rem;
  margin-top: 0.2rem;
  background-color: #FAFAFA;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s;
  height: 44px !important;
  position: relative;
}
.select2-container--custom-ui .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
@media (max-width: 1150px) {
  .select2-container--custom-ui .select2-selection {
    padding: 10px;
  }
}
.select2-container--custom-ui.select2-container--open .select2-selection__arrow {
  transition: all 0.2s ease;
  transform: rotate(-180deg);
}
.select2-container--custom-ui .select2-selection--single .select2-selection__rendered {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
  padding-left: 30px !important;
}
@media (max-width: 1150px) {
  .select2-container--custom-ui .select2-selection--single .select2-selection__rendered {
    padding-left: 8px !important;
  }
}
.select2-container--custom-ui .select2-selection--single .select2-selection__arrow {
  float: right;
  width: 20px;
  height: 20px;
  margin-left: auto;
  background-image: url("/Content/images/icons/select-arrow.svg");
  transition: all 0.2s ease;
}
@media (max-width: 1150px) {
  .select2-container--custom-ui .select2-selection--single .select2-selection__arrow {
    display: none;
  }
}
.select2-container--custom-ui .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--custom-ui .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--custom-ui .select2-selection--multiple .select2-selection__choice {
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
  width: fit-content;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 3px 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  letter-spacing: 0.1px;
  margin-right: 5px;
  height: 26px;
}
.select2-container--custom-ui .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
  /*

      &::before {
        content: "cancel";

        !* @extend .material-icons *!
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;

        color: #000;
      }*/
}
.select2-container--custom-ui .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--custom-ui .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  height: 34px;
  line-height: 1;
}
.select2-container--custom-ui .select2-dropdown {
  border: 0;
}
.select2-container--custom-ui .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}
.select2-container--custom-ui .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--custom-ui .select2-results__options {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width,height;
}
.select2-container--custom-ui .select2-results__option {
  cursor: pointer;
  clear: both;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding: 1rem;
}
.select2-container--custom-ui .select2-results__option div {
  display: flex;
  flex-direction: column;
}
.select2-container--custom-ui .select2-results__option div span:first-of-type {
  margin-bottom: 4px;
  font-size: 14px;
}
.select2-container--custom-ui .select2-results__option div span:last-of-type {
  font-size: 12px;
  color: #9E9E9E;
}
.select2-container--custom-ui .select2-results__option[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent!important;
  cursor: not-allowed;
}
.select2-container--custom-ui .select2-results__option[aria-selected=true] {
  color: var(--primary-color);
  background-color: var(--muted);
}
.select2-container--custom-ui .select2-results__option--highlighted[aria-selected] {
  background-color: var(--muted);
}
.select2-container--custom-ui.select2-container--disabled .select2-selection {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
  user-select: none;
}
.select2-container--custom-ui.select2-container--disabled .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.54);
}
.select2-container--custom-ui.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}
.flat_selector {
  position: relative;
  min-width: 280px;
  min-height: 44px;
}
@media (max-width: 1150px) {
  .flat_selector {
    display: none;
  }
}
.flat_selector svg {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
@media (max-width: 1150px) {
  .flat_selector svg {
    display: none;
  }
}
body[data-theme="komfort-city"] {
  background-color: #FFFFFF;
  /*.quick-services__card, 
    .services__body, 
    .last-requests__body,
    .all-news__body,
    .info-about-debt {
      background-color: #F1F6FA;
    }*/
}
body[data-theme="komfort-city"] a:not(
    .events__body a,
    .services__body a,
    .all-news__body a,
    .breadcrumbs-head__body a,
    .requests__wrap a,
    .news-inside__body a,
    .orders__wrap a,
    .services-cabinet__wrap a, 
    .cameras__body a, 
    .cameras__lead--body a, 
    .auto__lead--body a,   
    .tarrif__lead--body, 
    .voting__wrap a,
    .receipts__wrap a, 
    .articles__body a,
    .auto__body a, 
    .events__body,
    .events__lead--body,
    .user-item a,
    .notification-profile-table a,
    .object,
    .archival-counters a,
    .counters-item a,
    .requests-chat a,
    .services-leads__item a,
    .services-inside__wrap a,
    .services-inside__order a,
    .services-history__wrap a,
    .more-services__item a,
    .item-body a,
    .tabs-block__item
    ) {
  color: #074E8F !important;
}
body[data-theme="komfort-city"] .apartments__items {
  background-color: #F1F6FA;
}
body[data-theme="komfort-city"] .apartments__items span {
  background-color: #F1F6FA;
}
body[data-theme="komfort-city"] .slide {
  max-width: 600px;
}
@media (max-width: 700px) {
  body[data-theme="komfort-city"] .slide {
    max-width: 344px;
  }
}
body[data-theme="komfort-city"] .slide-items > * {
  width: 100%;
  height: 850px;
}
@media (max-width: 700px) {
  body[data-theme="komfort-city"] .slide-items > * {
    height: 640px;
  }
}
body[data-theme="komfort-city"] .slide-cta {
  width: 585px;
}
@media (max-width: 700px) {
  body[data-theme="komfort-city"] .slide-cta {
    width: 335px;
  }
}
body[data-theme="komfort-city"] .slide-item-body span {
  font-size: 16px;
  overflow: auto;
}
@media (max-width: 700px) {
  body[data-theme="komfort-city"] .slide-item-body span {
    font-size: 14px;
  }
}
body[data-theme="komfort-city"] .accounts__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
body[data-theme="komfort-city"] .more-info-button {
  color: #5C6A82 !important;
  background: transparent !important;
  border: 2px solid #5C6A82 !important;
  border-radius: 100px;
}
body[data-theme="komfort-city"] .accounts__item {
  position: relative;
  width: 32%;
  margin-bottom: 8px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
  cursor: pointer;
}
body[data-theme="komfort-city"] .accounts__item.shown > .accounts__item--body {
  position: absolute;
  width: 100%;
  padding: 24px;
  top: 4rem;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
  border: 1px solid #E5E5E5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
body[data-theme="komfort-city"] .accounts__item.shown > .accounts__item--head .arrow {
  transform: rotate(-180deg);
  transition: all 0.2s ease;
}
body[data-theme="komfort-city"] .accounts__item--head {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
body[data-theme="komfort-city"] .arrow {
  display: flex;
  transition: all 0.2s ease;
}
body[data-theme="komfort-city"] .accounts__item--body {
  margin-top: 2rem;
  display: none;
}
body[data-theme="komfort-city"] .accounts__item--body .sec-text {
  font-weight: 600;
  font-size: 14px;
  color: #9E9E9E;
}
body[data-theme="komfort-city"] .accounts__item--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  body[data-theme="komfort-city"] .accounts__body {
    flex-direction: column;
  }
  body[data-theme="komfort-city"] .accounts__item {
    width: 100%;
  }
  body[data-theme="komfort-city"] .accounts__item.shown > .accounts__item--body {
    position: unset;
    border: none;
    padding: 0;
  }
}
body[data-theme="komfort-city"] .new_objects_item span {
  background-color: transparent;
}
body[data-theme="komfort-city"] .user-data .buttons_cover .white-button {
  color: inherit !important;
}
body[data-theme="komfort-city"] .debtPaymentLayer.red-button-text {
  background-color: #B01515 !important;
  color: #fff !important;
  border: 2px solid #B01515 !important;
}
body[data-theme="komfort-city"] .debtPaymentLayer.default-button-text {
  background-color: #00BA82 !important;
  color: #fff !important;
  border: 2px solid #00BA82 !important;
}
body[data-theme="komfort-city"] .debtPaymentLayer.blue-button-text {
  background-color: #074E8F !important;
  color: #fff !important;
  border: 2px solid #074E8F !important;
}
body[data-theme="komfort-city"] .advert-arrow-left {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  min-width: 32px !important;
  padding: 0 !important;
}
body[data-theme="komfort-city"] .advert-arrow-left:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/Areas/Admin/Content/images/arrow-nav-prev.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
body[data-theme="komfort-city"] .advert-arrow-right {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  height: 32px;
  width: 32px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  min-width: 32px !important;
  padding: 0 !important;
}
body[data-theme="komfort-city"] .advert-arrow-right:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/Areas/Admin/Content/images/arrow-nav.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
body[data-theme="komfort-city"] .side-menu .apartments .show-more {
  background-color: #F1F6FA;
}
body[data-theme="komfort-city"] .side-menu .events__body {
  background-color: #F1F6FA;
}
body[data-theme="komfort-city"] .apartments-info,
body[data-theme="komfort-city"] .indicators-history__head,
body[data-theme="komfort-city"] .indicators-history__body {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
}
body[data-theme="komfort-city"] .info-about-debt {
  background-color: #FCEFF1;
}
body[data-theme="komfort-city"] .info-about-debt__line.viewed svg {
  fill: #905359;
}
body[data-theme="komfort-city"] .info-about-debt__line.viewed svg line {
  stroke: #905359;
}
body[data-theme="komfort-city"] .info-about-debt__line.viewed svg ellipse {
  fill: #905359;
}
body[data-theme="komfort-city"] .info-about-debt__lead {
  position: relative;
  display: flex;
  align-items: flex-start;
}
body[data-theme="komfort-city"] .news__lead {
  border: none;
}
body[data-theme="komfort-city"] [data-tooltips]::after {
  width: 200px;
}
body[data-theme="komfort-city"] .accountRow,
body[data-theme="komfort-city"] .autopayRow,
body[data-theme="komfort-city"] .insuranceRow {
  height: fit-content;
  flex: 0 1 49%;
}
body[data-theme="komfort-city"] [id*="Confirm"],
body[data-theme="komfort-city"] #submitRequestToast,
body[data-theme="komfort-city"] #cancelRequestToast,
body[data-theme="komfort-city"] #cancel {
  color: #fff !important;
  border-color: #fff !important;
}
body[data-theme="komfort-city"] [id*="Cancel"] {
  color: #fff !important;
  border-color: #fff !important;
}
body[data-theme="komfort-city"] .secondary-large-button,
body[data-theme="komfort-city"] .cancel-vote,
body[data-theme="komfort-city"] .vote-button,
body[data-theme="komfort-city"] .pay-button,
body[data-theme="komfort-city"] .create-request,
body[data-theme="komfort-city"] .orders-history,
body[data-theme="komfort-city"] .services-leads__item--info-link,
body[data-theme="komfort-city"] .gradient-primary,
body[data-theme="komfort-city"] .white-button,
body[data-theme="komfort-city"] .add-indicator,
body[data-theme="komfort-city"] .pay,
body[data-theme="komfort-city"] .button,
body[data-theme="komfort-city"] [type="button"],
body[data-theme="komfort-city"] [type="reset"],
body[data-theme="komfort-city"] [type="submit"],
body[data-theme="komfort-city"] .noticeLinkBtn,
body[data-theme="komfort-city"] button {
  background: transparent !important;
  border-radius: 100px;
  border: 2px solid #5C6A82;
  color: rgba(0, 0, 0, 0.6) !important;
}
body[data-theme="komfort-city"] .secondary-large-button a,
body[data-theme="komfort-city"] .cancel-vote a,
body[data-theme="komfort-city"] .vote-button a,
body[data-theme="komfort-city"] .pay-button a,
body[data-theme="komfort-city"] .create-request a,
body[data-theme="komfort-city"] .orders-history a,
body[data-theme="komfort-city"] .services-leads__item--info-link a,
body[data-theme="komfort-city"] .gradient-primary a,
body[data-theme="komfort-city"] .white-button a,
body[data-theme="komfort-city"] .add-indicator a,
body[data-theme="komfort-city"] .pay a,
body[data-theme="komfort-city"] .button a,
body[data-theme="komfort-city"] [type="button"] a,
body[data-theme="komfort-city"] [type="reset"] a,
body[data-theme="komfort-city"] [type="submit"] a,
body[data-theme="komfort-city"] .noticeLinkBtn a,
body[data-theme="komfort-city"] button a {
  color: #5C6A82;
  flex-direction: row-reverse;
}
body[data-theme="komfort-city"] .secondary-large-button a svg,
body[data-theme="komfort-city"] .cancel-vote a svg,
body[data-theme="komfort-city"] .vote-button a svg,
body[data-theme="komfort-city"] .pay-button a svg,
body[data-theme="komfort-city"] .create-request a svg,
body[data-theme="komfort-city"] .orders-history a svg,
body[data-theme="komfort-city"] .services-leads__item--info-link a svg,
body[data-theme="komfort-city"] .gradient-primary a svg,
body[data-theme="komfort-city"] .white-button a svg,
body[data-theme="komfort-city"] .add-indicator a svg,
body[data-theme="komfort-city"] .pay a svg,
body[data-theme="komfort-city"] .button a svg,
body[data-theme="komfort-city"] [type="button"] a svg,
body[data-theme="komfort-city"] [type="reset"] a svg,
body[data-theme="komfort-city"] [type="submit"] a svg,
body[data-theme="komfort-city"] .noticeLinkBtn a svg,
body[data-theme="komfort-city"] button a svg {
  margin-right: 0;
  margin-left: 6px;
}
body[data-theme="komfort-city"] .no-debt__body {
  padding: 24px;
  background-color: #E3F9F2;
  color: #415563;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 8px;
}
body[data-theme="komfort-city"] .info-about-debt__cover {
  display: block;
}
@media (max-width: 900px) {
  body[data-theme="komfort-city"] .info-about-debt__cover {
    display: none;
  }
}
body[data-theme="komfort-city"] .info-about-debt-mobile {
  display: none;
}
@media (max-width: 900px) {
  body[data-theme="komfort-city"] .info-about-debt-mobile {
    display: block;
  }
}
body[data-theme="komfort-city"] .info-about-debt-mobile__lead:not(.current) {
  display: none;
}
body[data-theme="komfort-city"] .info-about-debt-mobile__lead.current {
  margin-bottom: 8px;
  padding: 24px;
  background-color: #FCEFF1;
  border-radius: 8px;
}
body[data-theme="komfort-city"] .requests__wrap,
body[data-theme="komfort-city"] .news-inside__body,
body[data-theme="komfort-city"] .orders__wrap,
body[data-theme="komfort-city"] .services-cabinet__wrap,
body[data-theme="komfort-city"] .cameras__body,
body[data-theme="komfort-city"] .cameras__lead--body,
body[data-theme="komfort-city"] .auto__lead--body,
body[data-theme="komfort-city"] .articles__lead--body,
body[data-theme="komfort-city"] .tarrif__lead--body,
body[data-theme="komfort-city"] .voting__wrap,
body[data-theme="komfort-city"] .receipts__wrap,
body[data-theme="komfort-city"] .articles__body,
body[data-theme="komfort-city"] .auto__body,
body[data-theme="komfort-city"] .events__body,
body[data-theme="komfort-city"] .events__lead--body,
body[data-theme="komfort-city"] .user-item,
body[data-theme="komfort-city"] .notification-profile-table,
body[data-theme="komfort-city"] .object,
body[data-theme="komfort-city"] .counters-item,
body[data-theme="komfort-city"] .requests-chat,
body[data-theme="komfort-city"] .services-leads__item,
body[data-theme="komfort-city"] .services-inside__wrap,
body[data-theme="komfort-city"] .services-inside__order,
body[data-theme="komfort-city"] .services-history__wrap,
body[data-theme="komfort-city"] .more-services__item,
body[data-theme="komfort-city"] .archival-counters__item {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
}
body[data-theme="komfort-city"] .secondary-large-button {
  color: #5C6A82 !important;
  background: transparent !important;
  border: 2px solid #5C6A82 !important;
}
body[data-theme="komfort-city"] .secondary-large-button.autoPay {
  background: #D8EFFF !important;
  border: 2px solid #D8EFFF !important;
  color: #074E8F !important;
  display: flex !important;
  padding-left: 55px;
  position: relative;
  margin: 8px 0;
}
body[data-theme="komfort-city"] .secondary-large-button.autoPay .autoPay__icon {
  position: absolute;
  left: -2px;
  top: -2px;
  padding: 6px;
  background-color: #378BC5;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[data-theme="komfort-city"] .user-items .user-password input {
  border: 1px solid #E5E5E5 !important;
  color: inherit !important;
}
@media (max-width: 660px) {
  body[data-theme="komfort-city"] .profile_notification_settings thead tr th {
    white-space: nowrap;
  }
}
body[data-theme="komfort-city"] .news-inside__body,
body[data-theme="komfort-city"] .services-cabinet__wrap,
body[data-theme="komfort-city"] .articles__body,
body[data-theme="komfort-city"] .auto__body,
body[data-theme="komfort-city"] .events__body,
body[data-theme="komfort-city"] .events__lead--body,
body[data-theme="komfort-city"] .object,
body[data-theme="komfort-city"] .more-services__item {
  border-radius: 8px;
}
body[data-theme="komfort-city"] .user-data__body {
  width: 100%;
}
body[data-theme="komfort-city"] .header {
  box-shadow: none;
}
body[data-theme="komfort-city"] .owl-next,
body[data-theme="komfort-city"] .owl-prev {
  border-radius: 50%;
  background-color: #fff !important;
  border: 2px solid #fff !important;
}
body[data-theme="komfort-city"] .no-debt,
body[data-theme="komfort-city"] .additional-services,
body[data-theme="komfort-city"] .autoPay {
  position: relative;
  display: block !important;
}
body[data-theme="komfort-city"] .additional-services,
body[data-theme="komfort-city"] .insurance {
  width: 50%;
}
body[data-theme="komfort-city"] .additional-services a,
body[data-theme="komfort-city"] .insurance a {
  word-break: break-word;
}
body[data-theme="komfort-city"] .additional-services__container,
body[data-theme="komfort-city"] .insurance__container {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1075px) {
  body[data-theme="komfort-city"] .additional-services__container,
  body[data-theme="komfort-city"] .insurance__container {
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }
}
@media (max-width: 1075px) {
  body[data-theme="komfort-city"] .additional-services,
  body[data-theme="komfort-city"] .insurance {
    width: 100%;
  }
}
body[data-theme="komfort-city"] .additional-services .pa-st,
body[data-theme="komfort-city"] .insurance .pa-st {
  position: absolute;
  left: 24px;
  top: 7px;
  font-size: 9px;
  margin-top: 0 !important;
}
body[data-theme="komfort-city"] .insurance__owl-carousel .owl-next {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  right: 0px;
}
body[data-theme="komfort-city"] .insurance__owl-carousel .owl-prev {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  left: -9px;
}
body[data-theme="komfort-city"] .fz-11 {
  font-size: 11px !important;
}
body[data-theme="komfort-city"] .cs-oferta {
  font-size: 11px !important;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -17px;
}
body[data-theme="komfort-city"] .additional-menu {
  background-color: #F1F6FA;
  border-radius: 8px;
  margin-bottom: 16px;
}
body[data-theme="komfort-city"] .additional-menu__items {
  padding: 17px 24px;
}
body[data-theme="komfort-city"] .additional-menu__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  font-size: 14px;
}
body[data-theme="komfort-city"] .additional-menu__item:last-of-type {
  margin-bottom: 0;
}
body[data-theme="default"] .accountRow,
body[data-theme="default"] .autopayRow,
body[data-theme="default"] .insuranceRow {
  height: fit-content;
  flex: 0 1 49%;
}
body[data-theme="default"] .credit-cards {
  box-shadow: none;
}
body[data-theme="default"] .no-debt,
body[data-theme="default"] .additional-services,
body[data-theme="default"] .info-about-debt__cover,
body[data-theme="default"] .info-about-debt-mobile,
body[data-theme="default"] .autoPay {
  display: none !important;
}
body[data-project="comfortCity"] {
  /*.login_cover .form_cover .input_cover .field-validation-error {
      white-space: break-spaces;
    }
    .login_cover .login_links {
      flex-direction: column-reverse;
    }
    .login_cover .store_block {
      flex-direction: column-reverse;
      align-items: center;
      gap: 2rem;
      margin-top: 24px;
    }
    .login_cover .login_links .smart_link img {
      width: 60%;
      margin-top: 24px;
      height: auto;
      opacity: 0.6;
    }
    .login_cover .form_cover .logo_cover img {
      margin: 0;
      max-width: none;
      max-height: none;
    }*/
}
body[data-project="comfortCity"] .button_item {
  display: none !important;
}
/*@import "components/daterangepicker";*/
/*
header{
  border-bottom: 1px solid #ecf1ee;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.04);

  .desktop_flat_selector {
    display: block !important;
  }

  .mobile_flat_selector {
    display: none !important;
  }

  .col.no-limit{
    display: inline-block;
    flex: none;
    margin-left: auto;
    .items_cover{
      flex-wrap: nowrap;
      .col{
        .item{
          font-weight: 600;
        }
      }
    }
    .avatar{
      min-height: 30px;
      color: #111111;
      font-size: 16px;
      text-align: right;
      padding: 0;
      white-space: nowrap;
      font-weight: 500;
      width: fit-content;
      width: -moz-fit-content;
      //width: max-content;
      .person_bg{
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        width: 32px;
        height: 33px;
        &:before{
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: @primary-color;
          opacity: .3;
        }
        >svg{
          position: relative;
          z-index: 2;
          margin-top: 5px;
          margin-right: 6px;
        }
      }
      span, .person_bg{
        display: inline-block;
        vertical-align: middle;
        max-width: 300px;
      }
      span {
        white-space: normal;
      }
      .person_bg{
        max-width: inherit;
        margin-left: 14px;
      }
    }
  }
  .col.nav_part{
    display: inline-block;
    max-width: ~"calc(100% - 325px)";

    >.items_cover{
      flex-wrap: nowrap;
      .col{
        margin: 0 15px;
        padding: 10px 0px;
      }
      nav{
        align-self: center;
        width: ~"calc(100% - 325px)";

        ul{
          display: flex;
          flex-wrap: wrap;
          li{
            display: block;

            &.new_notification {
              position: relative;
              &:before{
                content: '';
                position: absolute;
                left: 0;
                top: 18px;
                width: 10px;
                height: 10px;
                background: @primary-color;
                border-radius: 50%;
              }
            }
          }
        }
        .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;
          &.active{
            color: #000;
            border-bottom: 4px solid @primary-color;
            position: relative;
            top: 1px;
            font-weight: bold;
          }
        }
      }
      .object{
        margin-left: 0;
        padding-left: 30px !important;
        padding-right: 30px !important;
        white-space: nowrap;
        position: relative;
        min-width: 300px;
        max-width: 300px;
        &:hover {
          !*.background_modal{
            display: block;
          }*!
          .objects_list{
            opacity: 1;
            visibility: visible;
            max-height: 580px;
            box-shadow: 4px 4px 41px -4px rgba(34, 60, 80, 0.2);
            transition: all .4s ease;
            overflow: auto;
          }
        }
        &.open{
          .background_modal{
            display: block;
          }
          .objects_list{
            display: block;
          }
        }
        .background_modal{
          display: none;
          position: fixed;
          left: 0;
          top: 50px;
          width: 100%;
          opacity: 0.5;
          height: ~"calc(100% - 50px)";
          background: #000;
          z-index: 5;
        }
        span{
          display: inline-block;
          color: @primary-color;
          font-size: 16px;
          vertical-align: middle;
          font-weight: bold;
          margin-right: 10px;
        }
        &.active{
          border-bottom: none;
        }
        .expand_icon{
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -25px;
          padding: 19px;
        }
      }
    }
  }
  .items_cover{
    justify-content: flex-start;
    position: relative;
    .objects_list{
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      max-height: 0px !*560px*!;
      background: #ffffff;
      overflow: hidden;
      border-radius: 0;
      z-index: 101;
      border-top: 1px solid #ecf1ee;
      user-select: none;
      transition: all .5s ease;
      &:hover {
        &::-webkit-scrollbar-thumb {
          visibility: visible;
        }
      }
      &::-webkit-scrollbar {
        width: 5px;
        visibility: hidden;
      }

      &::-webkit-scrollbar-thumb {
        background-color: @primary-color;
        border-radius: 20px;
        visibility: hidden;
      }
      .items_cover{
        display: flex;
        padding: 15px 30px;
        flex-direction: column;
        padding-bottom: 0;
        color: #111;
        &:hover{
          color: #999999;
        }
        .row{
          align-items: center;
          >div{
            font-size: 16px;
            line-height: 19px;
          }
          .adress{
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 16px;
            margin-top: 4px;
            min-width: 1px;
          }
          .object{
            font-weight: bold;
            padding: 0 !important;
            margin: 0;
            min-width: 1px;
          }
        }
        &:last-of-type{
          padding-bottom: 25px;
        }
        &.active{
          color: @primary-color;
        }
        >div{
          padding: 0;
          margin: 0;
        }
      }
      .row{
        display: flex;
        justify-content: space-between;
      }
      .new_objects_item{
        border-top: 1px solid #E6E6E6;
        padding: 15px 20px;
        margin: 0 30px;
        margin-top: 15px;
        text-align: center;
        color: @primary-color;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 22px;
      }
    }
    .col{
      display: flex;
      align-items: center;
      padding: 10px 14px;
      color: #000;
      flex-grow: inherit;
      flex-basis: auto;
      vertical-align: middle;
      &.active{
        color: #000;
        border-bottom: 4px solid @primary-color;
        position: relative;
        top: 1px;
      }
      &:hover{
        color: @primary-color;
      }
      .status_red{
        color: #ec0909;
      }
      .status_icon{
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
      }
      &.info{
        flex-direction: column;
        align-items: flex-end;
        font-size: 10px;
        &:hover{
          color: #999999;
        }
        .price{
          font-weight: 900;
          margin-bottom: 3px;
          white-space: nowrap;
          &.green{
            color: #00a650;
          }
          &.red{
            color: #ec0909;
          }
        }
        .state{
          font-weight: 900;
          white-space: nowrap;
        }
      }
      &.object{
        color: #000;
        padding-left: 3rem;
        cursor: pointer;
        border-right: 1px solid #ecf1ee;
        .flatSelectorButton{
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
        }
        .adress{
          margin-top: 5px;
          font-size: 14px;
          min-width: 181px;
        }
        &.active{
          &:before{
            transform: rotate(180deg);
          }
        }
       !* &: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;
        }*!
        >.item{
          color: #000;
          white-space: nowrap;
          display: inline-block;
          font-weight: normal;
          vertical-align: middle;
          margin-right: 20px;
        }
      }
      .item{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-weight: 500;
        position: relative;
        letter-spacing: 0.5px;
        font-size: 16px;
        .alert_waves{
          position: absolute;
          top: 17px;
          left: 0;
          height: 13px;
          width: 100%;
          display: flex;
          .red{
            flex-grow: 1;
            background: url("../images/red_alert.png") repeat-x;
            background-position-y: bottom;
          }
          .blue{
            flex-grow: 1;
            background: url("../images/blue_alert.png") repeat-x;
            background-position-y: bottom;
          }
        }
        .dot{
          position: absolute;
          right: -3px;
          top: 1px;
          height: 11px;
          width: 11px;
          background: @primary-color;
          border-radius: 11px;
        }
      }
      .balance_green {
        color: #118F3C;
      }
      .balance_red {
        color: #DB0404;

        .flat_balance_sum {
          color: #DB0404 !important;
        }
      }
      .adress{
        font-size: 10px;
        min-width: 250px;
      }
    }
  }
}
.head-logoff {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 3px;
}*/
.header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 72px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 32px;
}
.header__body {
  display: flex;
  align-items: center;
  width: 100%;
}
.header__items {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 8px;
}
@media (max-width: 1160px) {
  .header__items {
    padding-right: 14px;
  }
}
.header__items:last-of-type {
  margin-left: auto;
}
@media (max-width: 1075px) {
  .header__items.nav-items {
    display: none;
  }
}
.header__item {
  margin-right: 24px;
  font-size: 14px !important;
  position: relative;
}
@media (max-width: 1150px) {
  .header__item {
    margin-right: 12px;
  }
  .header__item.logoff,
  .header__item.logoffComfort {
    display: none;
    margin: 0;
  }
}
@media (max-width: 400px) {
  .header__item {
    margin-right: 10px;
  }
}
.header__item a {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
.header__item.active .item {
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: 600;
}
.header__item .item {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  white-space: nowrap;
}
.header__item .logo {
  /*margin-right: 32px;*/
  margin-top: 3px;
  display: flex;
}
@media (max-width: 1160px) {
  .header__item .logo {
    padding-left: 15px;
  }
}
.header__item.burger {
  display: none;
}
@media (max-width: 1075px) {
  .header__item.burger {
    display: block;
    margin-right: 0 !important;
    margin-left: 12px;
  }
}
@media (max-width: 400px) {
  .header__item.burger {
    margin-left: 10px;
  }
}
.header__item.notifications {
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header__item.notifications .dot {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 0;
  background-color: var(--primary-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.header__item.profile {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__item.call {
  background-color: var(--muted);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: 24px;
}
@media (max-width: 1150px) {
  .header__item.call {
    margin-left: 0px;
  }
}
@media (max-width: 400px) {
  .header__item.call {
    margin-left: 0px;
  }
}
@media (min-width: 1075px) {
  .header__item.burger-menu {
    display: none;
  }
}
.show-more-head .show-more-head__items.isShown {
  width: 300px;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
  top: 15px;
  left: 0;
  z-index: 25;
}
@media (max-width: 1075px) {
  .show-more-head .show-more-head__items.isShown {
    transform: translateY(0);
    top: 0;
  }
}
.show-more-head__kebab {
  display: flex;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  width: fit-content;
  top: 2px;
}
@media (max-width: 1075px) {
  .show-more-head__kebab {
    display: none;
  }
}
.show-more-head__items {
  position: absolute;
  top: 41px;
  left: 0;
  background-color: #fff;
  pointer-events: none;
  visibility: hidden;
  width: 300px;
  opacity: 0;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  transform: translateY(0px);
  z-index: 25;
}
.show-more-head__items > li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media (max-width: 1075px) {
  .show-more-head__items {
    position: relative;
    top: 0;
    left: 0;
    pointer-events: all;
    visibility: visible;
    width: auto;
    opacity: 1;
    padding: 0;
    box-shadow: none;
  }
}
.mobile-close-header {
  display: none;
}
@media (max-width: 1075px) {
  .mobile-close-header {
    display: block;
  }
}
.burger-menu[data-is-mobile='False'] {
  display: none;
}
.burger-menu__close {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1075px) {
  .burger-menu {
    z-index: 200;
    position: fixed;
    top: 73px;
    width: 100%;
    inset: 0;
    transform: translateX(100%);
    transition: transform ease 0.3s;
    height: 100%;
  }
  .burger-menu.active {
    transform: translateX(0px);
    transition: transform ease 0.3s;
  }
}
@media (max-width: 1075px) {
  .burger-menu__body {
    z-index: 200;
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    height: 100%;
  }
  .burger-menu__body .header__items.nav-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    height: 100%;
  }
  .burger-menu__body .header__items.nav-items .flat_selector {
    display: block !important;
  }
  .burger-menu__body .header__items.nav-items li.logoff-head {
    display: block;
  }
  .burger-menu__body .header__items.nav-items li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.menu__button {
  background-color: transparent;
  padding: 0 !important;
  border: none !important;
  min-width: 0;
}
.menu__button:hover {
  background-color: #F5F5F5;
  border-radius: 100px;
}
.menu__button--open .menu-open {
  display: none;
}
.download-app-link {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tooltip-notif {
  position: absolute;
  top: 71px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  transform: translateY(0px);
  background-color: #fff;
  width: 330px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  z-index: 20;
}
.tooltip-notif--head {
  padding: 16px 16px 16px 16px;
  border-bottom: 1px solid #E5E5E5;
}
.tooltip-notif--head__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .tooltip-notif--head__wrap {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.tooltip-notif--head__wrap .subtitle {
  font-weight: 600;
}
.tooltip-notif--head__wrap .marked-as-viewed {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  padding: 1px 6px;
  background-color: #EBEBEB;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.54);
}
.tooltip-notif--bottom {
  padding: 16px 16px 16px 16px;
  border-top: 1px solid #E5E5E5;
  text-align: left;
}
.tooltip-notif--bottom a {
  font-weight: 600;
}
.tooltip-notif.shown {
  visibility: visible;
  opacity: 1;
  right: 0;
  pointer-events: all;
  transition: opacity 0.4s ease;
  transform: translateY(-10px);
  background-color: #fff;
  width: 330px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
@media (max-width: 480px) {
  .tooltip-notif.shown {
    width: 250px;
  }
}
@media (max-width: 390px) {
  .tooltip-notif.shown {
    width: 220px;
  }
}
@media (max-width: 280px) {
  .tooltip-notif.shown {
    width: fit-content;
  }
}
.tooltip-notif__item {
  display: flex;
  padding: 16px 16px 10px 16px;
}
.tooltip-notif__item:hover {
  background-color: var(--muted);
}
.tooltip-notif__item a {
  display: flex;
  text-align: left;
}
.tooltip-notif__item:last-of-type {
  margin-bottom: 0;
}
.tooltip-notif__item--icon {
  margin-right: 8px;
}
.tooltip-notif__item--description {
  display: flex;
  flex-direction: column;
}
.tooltip-notif__item--description span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.6);
}
.tooltip-notif__item--description span:last-of-type {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
  margin-top: 4px;
  text-align: left;
}
.logoff-head {
  display: none;
  margin: 0;
}
.logoff {
  cursor: pointer;
  margin-right: 0;
}
.preloader {
  display: none;
  position: fixed;
  background: var(--gradient-primary);
  top: 0;
  width: 100%;
  height: 4px;
  z-index: 1;
  animation: 1s progress ease infinite;
}
.preloader.shown {
  display: block;
}
@keyframes progress {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(100%);
  }
}
select {
  opacity: 0;
}
.headerSelect {
  display: none;
}
@media (max-width: 1075px) {
  .headerSelect {
    width: 100%;
    display: block;
    margin-top: auto;
  }
  .headerSelect .select2-container--custom-ui .select2-selection--single .select2-selection__arrow {
    display: block !important;
  }
}
.cart {
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart #cartCounter {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 0;
  background-color: var(--primary-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.cart__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cart__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 794px;
  width: 794px;
  height: fit-content;
}
@media (max-width: 800px) {
  .cart__wrap {
    width: 100%;
  }
}
.cart__price {
  margin-left: auto;
  margin-right: 16px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .cart__price {
    margin-left: initial;
  }
}
.cart__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 14px;
}
.cart__item a {
  font-weight: 600;
  color: #9a9a9a;
}
@media (max-width: 800px) {
  .cart__item {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart__item .cartItem,
.cart__item .deleteServiceFromCart {
  padding: 0 6px !important;
}
#orderCart {
  margin-top: 24px;
  width: fit-content;
  align-self: center;
}
@media (max-width: 800px) {
  #orderCart {
    width: 100%;
  }
}
/*.cart {
  position: absolute;
  right: 0;
  &.shown {
    width: 400px !important;
    right: 0;
  }
  &__item {

    &--content {
      display: flex;
      align-items: center;

      &__image {
        margin-right: 14px;
        img {
          width: 250px;
          height: 100px;
          object-fit: cover;
          border-radius: 8px;
        }
      }
      &__count {
        input {
          border: @border;
          width: 20px;
          margin: 0 4px;
        }
      }
      &__total {
        font-size: 16px;
        font-weight: 600;
      }
    }

  }
}*/
.flex-column {
  flex-direction: column;
}
.gap-1 {
  gap: 1rem;
}
.gap-05 {
  gap: 0.5rem;
}
.shop-cart {
  cursor: pointer;
}
.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;
}
.flex-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.align-end {
  align-items: flex-end;
}
.ta-center {
  text-align: center;
}
.mobile-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  height: 36px;
  background: transparent !important;
  border-radius: 100px;
  border: 2px solid #5C6A82;
  color: rgba(0, 0, 0, 0.6) !important;
  outline: none;
}
@media (max-width: 500px) {
  .mobile-button {
    padding: 8px !important;
    font-size: 11px !important;
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .mw-mobile {
    max-width: 200px;
  }
}
.absolute-align {
  position: absolute;
  right: 0;
}
.input_width_tester {
  position: absolute;
  left: 0;
  top: 0;
  background: red;
  color: #fff;
  font-size: 18px;
  pointer-events: none;
  visibility: hidden;
}
.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;
}
.successful_payment {
  padding-top: 60px;
}
.input_cover {
  position: relative;
  width: 100%;
  margin-right: 8px;
  /*&: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 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: 9px;
  top: 9px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMjcgNEw1Ljk5OTM1IDExLjMzMzNMMi42NjYwMiA4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) no-repeat center;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.input_cover label .icon {
  border: 2px solid #9E9E9E;
  border-radius: 6px;
  height: 20px;
  width: 20px;
  background: #fff;
  display: flex;
  margin-right: 8px;
  vertical-align: middle;
}
.input_cover .field-validation-error {
  position: absolute;
  line-height: 20px;
  color: #FB7B7B;
  margin-top: -2px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
}
.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;
}
.red_gamma .input_cover .field-validation-error {
  color: #ed7d48;
}
.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;
}
.contact {
  text-align: center;
}
.contact h3 {
  margin-bottom: 0;
}
.page_content_store {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.page_content_store .store_block {
  margin: auto auto 40px 300px;
  padding: 0 0 0 4rem;
}
.successOrder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 600;
}
.successOrder__item {
  text-align: center;
}
.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.6);
}
.login_cover.disable-shadow::before {
  display: none;
}
.login_cover .form_cover {
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 450px) {
  .login_cover .form_cover {
    width: 100%;
  }
}
.login_cover .form_cover .logo_cover {
  margin: 18px auto 24px 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: 14px;
}
.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: #9E9E9E;
}
.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: #9E9E9E;
}
.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: #9E9E9E;
}
.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: #9E9E9E;
}
.login_cover .form_cover .outline_btn {
  display: block;
  cursor: pointer;
  text-align: left;
  color: #9E9E9E;
  font-size: 12px;
  font-weight: 600;
  margin-top: 16px;
}
.login_cover .form_cover .outline_btn.repeatSend {
  color: #1E88E5;
}
.login_cover .form_cover form {
  width: 448px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 450px) {
  .login_cover .form_cover form {
    width: auto;
    margin: 12px;
    max-width: 100%;
  }
}
.login_cover .form_cover form input {
  border-radius: 8px;
  padding: 14px;
  border: 1px solid #E5E5E5;
  height: 48px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  scrollbar-color: gray transparent;
  scrollbar-width: thin;
}
.login_cover .form_cover form input::-webkit-scrollbar {
  width: 2px;
  transition: all 0.4s ease;
}
.login_cover .form_cover form input::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.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: 10px;
  padding-bottom: 24px;
}
.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 {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin-top: 4px;
  color: #E53935;
  word-break: break-word;
  white-space: inherit;
  position: relative;
}
.login_cover.horizontal-icon .form_cover .logo_cover {
  width: 400px;
}
.login_cover.horizontal-icon .form_cover .logo_cover img {
  align-self: center;
}
.login_cover .title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}
.login_cover .title + .desc {
  margin-top: -30px;
  margin-bottom: 50px;
}
.login_cover .desc {
  font-size: 20px;
}
.login_cover .btn.authorizeBtn {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
  width: 100%;
  padding: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px !important;
}
.login_cover .btn.checkAddress {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
  width: 100%;
  padding: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px !important;
}
.login_cover .btn.btn-suc-auth {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
  width: 100%;
  padding: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px !important;
}
.login_cover .btn.authorizeBtnRole {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
  padding: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px !important;
}
@media (max-width: 450px) {
  .login_cover .btn.authorizeBtnRole {
    width: 100%;
  }
}
.login_cover .login_links {
  margin: auto auto 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.login_cover .login_links .smart_link {
  height: 60px;
  width: 100px;
  margin-bottom: 30px;
}
.login_cover .login_links .smart_link:nth-child(2) {
  margin-left: 10px;
}
.login_cover .login_links .smart_link img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.login_cover .service_company_block {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.login_cover .store_block {
  display: flex;
}
.login_cover .store_block .store_item {
  margin-right: 10px;
  display: flex;
  align-items: flex-end;
}
.login_cover .store_block .store_item.button_item {
  margin-right: 0;
}
.login_cover .store_block .qr_toggler {
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/Content/images/icons/qr_toggler.svg");
}
.login_cover .store_block .qr_block {
  position: absolute;
  bottom: 0;
  left: 108%;
  margin: 0 auto;
  background-color: #ffffff;
  display: none;
  justify-content: space-between;
  padding: 15px 20px 20px 20px;
  flex-direction: column;
  align-items: center;
  width: 190px;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
}
.login_cover .store_block .qr_block::before {
  position: absolute;
  display: block;
  content: "";
  left: -14px;
  bottom: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 14px 0;
  border-color: transparent #ffffff transparent transparent;
}
.login_cover .store_block .qr_block.shown {
  display: flex;
}
.login_cover .store_block .qr_block a:first-child {
  margin-bottom: 10px;
}
.login_cover .store_block .qr_block img {
  height: 150px;
  max-height: 100%;
  width: 150px;
  max-width: 100%;
}
.login_cover .store_block .qr_block .qr_note {
  font-size: 14px;
  color: #000000;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.login_cover .store_block .store_link {
  width: auto;
  height: 35px;
  display: block;
  cursor: pointer;
}
.login_cover .store_block .store_link img {
  height: 100%;
  width: auto;
}
.login_cover .login_attachment {
  padding: 5px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}
.login_cover .login_attachment .login_attachment_comment {
  margin: 6px 0;
  font-size: 11px;
}
.login_cover .login_attachment .login_attachment_field {
  border: none !important;
  padding: 0.5rem 0 !important;
}
.red_gamma .login_cover .form_cover .error {
  color: #ed7d48;
}
.red_gamma .login_cover .form_cover .input_cover .field-validation-error {
  color: #ed7d48;
}
.red_gamma .login_cover .form_cover .input_cover .field-validation-error::before {
  background-image: url("/Content/images/icons/error_red_gamma.svg");
}
.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_cover {
  line-height: 16px;
  text-align: center;
  color: #9E9E9E;
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 1250px) {
  .agreement_cover {
    text-align: inherit;
  }
}
.agreement_cover a {
  color: #1E88E5;
}
.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;
    min-height: 100vh;
  }
  .login_cover .login_links {
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
  }
  .login_cover .store_block .button_item,
  .login_cover .store_block .qr_block {
    display: none;
  }
  .login_cover .no_mobile_margin {
    margin-right: 0;
  }
  .login_cover .form_cover .input_cover .field-validation-error {
    position: static;
    padding-top: 5px;
  }
}
@media (max-height: 750px) {
  .login_cover {
    position: static;
    min-height: 100vh;
  }
  .login_cover::before {
    position: absolute;
  }
}
.text-align-unset {
  text-align: unset;
}
.emailOrPhoneInput,
.passwordInput {
  width: 100%;
}
.form-group__wrapper .sec-text {
  display: block;
  margin-bottom: 8px;
}
.form-group__wrapper input {
  width: 100%;
}
.form-group__title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.1px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 24px;
}
.form-group__subTitle {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
[data-project="comfortCity"] .login_cover .form_cover {
  height: 93%;
}
[data-project="comfortCity"] .login_cover.horizontal-icon .form_cover .logo_cover {
  width: 300px;
}
.mx-16 {
  margin-top: 16px;
}
.my-24 {
  margin-bottom: 24px;
}
.sing-in,
.forgot-password {
  border-top: 1px solid #E5E5E5;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 24px;
}
.sing-in__lead,
.forgot-password__lead {
  padding-top: 24px;
  text-align: center;
  width: 100%;
}
@media (max-width: 450px) {
  .sing-in__lead.flex-group,
  .forgot-password__lead.flex-group {
    flex-direction: row;
  }
}
.sing-in__link,
.forgot-password__link {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.flex-group {
  display: flex;
  align-items: center;
}
@media (max-width: 450px) {
  .flex-group {
    flex-direction: column;
  }
  .flex-group .login-back-button {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .flex-group .login-back-button,
  .flex-group .btn.authorizeBtn {
    padding: 10px;
    width: 100% !important;
    height: auto !important;
  }
}
.flex-group input {
  position: relative;
}
.flex-group a {
  width: 50%;
  margin-right: 16px;
}
.flex-group .authorizeBtn,
.flex-group .btn-suc-auth {
  width: 50% !important;
}
.login-back-button {
  background: #F5F5F5;
  border-radius: 4px;
  padding: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.remember {
  margin-top: 16px;
  margin-bottom: 24px;
}
.remember label {
  display: flex;
  align-items: center;
  color: #9E9E9E;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.remember input#RememberMe {
  margin-right: 8px;
  height: 24px !important;
  border: 2px solid #9E9E9E !important;
  border-radius: 4px !important;
}
.showHidePassword {
  position: absolute;
  right: 16px;
  display: flex;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.showHidePassword svg {
  fill: #9E9E9E;
  transition: fill 0.4s ease;
}
.showHidePassword.active svg {
  fill: var(--primary-color);
  transition: fill 0.4s ease;
}
.registration_style .sec-text {
  margin-bottom: 8px;
}
.description-group {
  width: 448px;
  margin: 0 auto;
}
.description-group a {
  color: #fff !important;
  text-decoration: underline;
}
@media (max-width: 400px) {
  .description-group {
    width: auto;
    margin: 12px;
  }
}
.description-group .agreement_cover {
  text-align: left;
  color: #fff;
  padding-bottom: 16px;
}
.border-bottom {
  border-bottom: 1px solid #E5E5E5;
}
.border-top {
  border-top: 1px solid #E5E5E5;
}
.login__footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.login__footer--logo {
  margin: 21px 0;
}
.login__footer--logo img {
  width: 84px;
  height: 54px;
  object-fit: cover;
}
.login__footer--links {
  text-align: center;
}
.login__footer--links-title {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
}
.login-links__items {
  display: flex;
  align-items: center;
}
@media (max-width: 420px) {
  .login-links__items {
    flex-direction: column;
  }
}
.login-links__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #F5F5F5;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  font-size: 12px;
  margin-right: 8px;
}
.login-links__item svg {
  margin-right: 6px;
}
@media (max-width: 420px) {
  .login-links__item {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
}
.qr-block {
  position: absolute;
  left: auto;
  bottom: 130%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(-20px);
  background: #FFFFFF;
  box-shadow: 0px 5px 32px rgba(0, 0, 0, 0.08), 0px 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.qr-block.shown {
  pointer-events: all;
  opacity: 1;
  transition: all 0.4s ease;
  transform: translateY(0);
}
@media (max-width: 750px) {
  .qr-block {
    left: auto;
  }
}
.qr-block__body {
  padding: 15px 8px;
}
.qr-block__item {
  color: rgba(0, 0, 0, 0.87) !important;
  display: block;
  margin-top: 0;
}
.qr-block__item:not(:last-of-type) {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 12px;
}
.qr-block__item:last-of-type {
  margin-top: 12px;
}
.qr-block__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-full {
  height: 100vh;
}
.mb-40 {
  margin-bottom: 40px;
  height: 100%;
}
.onlinePayment {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px !important;
  margin-top: 24px;
}
.onlinePayment[data-tooltips]:hover::after {
  top: -150%;
}
.onlinePayment[data-tooltips]::after {
  background: #000;
}
@media (max-width: 450px) {
  .onlinePayment {
    margin: 12px;
  }
}
.registerAddFiles {
  margin-top: 16px;
  margin-bottom: 16px;
}
.registerAddFiles .sec-text {
  margin-bottom: 8px;
}
.registerAddFiles__files {
  display: none;
}
.registerAddFiles__button {
  width: fit-content !important;
  position: relative;
}
@media (max-width: 450px) {
  .registerAddFiles__button {
    width: 100% !important;
  }
}
.registerAddFiles__button svg {
  margin-left: 12px;
}
.registerAddFiles__upload {
  margin: 12px 8px;
  display: flex;
  align-items: center;
}
.registerAddFiles__uploaded--name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #1E88E5;
  margin-right: 4px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.registerAddFiles__uploaded--delete {
  display: flex;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  cursor: pointer;
  margin-left: auto;
}
.registerAddFiles__uploaded--type {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #9E9E9E;
  margin-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.registerAddFiles__error {
  margin-top: 16px;
  display: none;
  padding: 12px;
  background-color: #FCE7E7;
  border: 1px solid #E53935;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.registerAddFiles__error--body {
  display: flex;
  flex-direction: column;
}
.registerAddFiles__error svg {
  margin-right: 10px;
}
.registerAddFiles__error.active {
  display: flex;
  align-items: center;
}
.registration_style .input_cover {
  margin-top: 16px !important;
  padding-bottom: 0px !important;
}
.agr {
  margin-bottom: 24px;
  font-size: 12px;
}
form[action="/login/requestform"] .sec-text {
  margin-bottom: 8px;
}
form[action="/login/requestform"] #Question {
  border: 1px solid #E5E5E5 !important;
  border-radius: 8px !important;
  padding: 16px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: rgba(0, 0, 0, 0.87) !important;
  height: 112px !important;
  width: 100%;
  overflow: auto;
}
.login-style {
  display: flex;
  flex-direction: column;
  width: 448px;
  margin: 0 auto;
  padding: 24px !important;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  line-height: initial !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  border-radius: 8px;
}
.login-style .sec-text {
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 450px) {
  .login-style {
    width: auto;
    margin: 12px;
  }
}
.title.login-style {
  display: flex;
  flex-direction: column;
  width: 448px;
  margin: 0 auto;
  padding: 24px !important;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  line-height: initial !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  border-radius: 8px;
}
.title.login-style .sec-text {
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 450px) {
  .title.login-style {
    width: auto;
    margin: 12px;
  }
}
@media (max-width: 450px) {
  .login-wrap {
    width: 100%;
  }
}
.justify-center {
  justify-content: center;
}
.mt-16 {
  margin-top: 16px;
}
@media (max-width: 450px) {
  .sm-flex-reverse {
    flex-direction: column-reverse;
  }
  .sm-flex-reverse .login-back-button {
    margin-top: 12px;
  }
}
.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{
  position: relative;
  &+.buttons_cover{
    margin-top: -5px;
  }
  .row{
    margin-bottom: 12px;
    &:last-of-type{
      margin-bottom: 0;
    }
  }
  .label_col{
    color: #949494;
    padding: .5rem 0;
    width: 220px;
    font-size: 18px;
    &.car-cover {
      display: flex;
      flex-direction: column;
      a {
        margin-top: 15px;
      }
    }
  }
  .newAutoBlock {
    margin-bottom: 25px;
  }
  .content_col{
    flex-grow: 1;
    font-size: 18px;
    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-size: 18px;
    }
    p{
      padding: .5rem 0;
    }
    .input_cover{
      display: inline-block;
    }
  }
  .payment_link {
    color: @primary-color;
    padding: 0.5rem 0;
    height: 30px;
    line-height: 22px;
  }
  .icon_circle_small{
    position: absolute;
    left: 0;
    top: 25px;
  }
  .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;
  }
  .time_cover{
    >div{
      &:first-of-type{
        .input_cover{
          &:before{
            display: none;
          }
        }
      }
      &:last-of-type{
        .input_cover{
          &:before{
            display: none;
          }
        }
      }
      .input_cover{
        position: relative;
        &:before{
          content: ',';
          position: absolute;
          left: -10px;
          bottom: -3px;
          color: #c0c0c0;
        }
      }
    }
  }
  .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;
}
.with_userpic {
  display: flex;
  align-items: center;
}
.userpic_cover {
  position: relative;
}
.userpic {
  width: 140px;
  height: 140px;
  min-width: 140px;
  margin-left: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.userpic_no_photo {
  background-color: #F5F5F5;
  background-size: 64px 64px;
}
.upload_userpic_input {
  display: none !important;
}
.upload_userpic_label {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/Content/images/icons/upload_userpic.svg");
  cursor: pointer;
}
/*.profile_notification_settings {
  th,
  td {
    padding: 1rem;

    &:first-of-type {
      text-align: left;
    }
  }
}*/
.notification-profile-table {
  padding: 24px;
  overflow: auto;
  background-color: #fff;
  border-radius: 8px;
  width: fit-content;
}
.profile_notification_settings thead {
  border-bottom: 1px solid #E5E5E5;
}
.profile_notification_settings thead tr th {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
}
.profile_notification_settings tbody tr {
  border-bottom: 1px solid #E5E5E5;
}
.profile_notification_settings tbody tr:last-of-type {
  border-bottom: none;
}
.profile_notification_settings tbody tr td {
  text-align: left;
  font-weight: 600;
  padding: 12px;
}
.linked_accounts_hide {
  color: var(--primary-color);
}
.management_col {
  position: relative;
  flex-grow: 0 !important;
}
.management_col .management_info_block {
  position: absolute;
  left: -34px;
  top: 5px;
  display: flex;
}
.management_col .management_info_inner {
  display: none;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solod var(--primary-color);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0;
  left: 40px;
  min-width: 340px;
}
.management_col .management_info_inner::before {
  display: block;
  content: '';
  position: absolute;
  left: -11px;
  bottom: 2px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-right: 10px solid rgba(0, 0, 0, 0.25);
}
.management_col .management_info_name {
  font-weight: bold;
  font-size: 16px;
  color: var(--primary-color);
}
.management_col .management_info_row {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
}
.management_col .management_info_row:last-child {
  margin-bottom: 0;
}
.management_col .management_info_left {
  margin-right: 20px;
  width: 30%;
  font-weight: bold;
}
.management_col .management_info_right {
  width: 65%;
}
.management_col .management_info_toggler {
  width: 26px;
  height: 26px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  cursor: help;
}
.management_col .management_info_toggler:hover + .management_info_inner {
  display: block;
  z-index: 10;
}
.user-data .buttons_cover .white-button {
  max-width: 959px;
  margin-left: auto;
  color: var(--text-buttons-color) !important;
}
@media (max-width: 1000px) {
  .user-data .buttons_cover .white-button {
    max-width: none;
    width: 100%;
  }
}
.user-data__wrap {
  display: flex;
}
@media (max-width: 560px) {
  .user-data__wrap {
    flex-direction: column;
  }
}
.user-data__items {
  margin-left: 14px;
  margin-bottom: 52px;
}
@media (max-width: 560px) {
  .user-data__items {
    margin-left: 0;
  }
}
.user-data__items--title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.user-data__button {
  margin-bottom: 14px;
}
.user-data__button .white-button {
  color: var(--text-buttons-color) !important;
}
.user-items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1150px) {
  .user-items {
    flex-direction: column;
  }
}
.user-item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  flex: 1 1 49%;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 14px;
}
.user-item__buttons {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 1rem;
}
.user-item span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.user-item input {
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #9E9E9E;
  padding-bottom: 4px;
  padding: 0;
  border-radius: 0;
}
.user-item input:focus {
  border-bottom: 1px solid #E5E5E5;
}
.user-item input[disabled] {
  background-color: transparent;
}
.user-password {
  display: flex;
  flex-direction: column;
  flex: 1 1 15%;
  margin-right: 8px;
  margin-bottom: 14px;
}
.user-password .relative {
  position: relative;
}
.user-password .relative .clear-input {
  transform: translateY(-50%);
}
.user-password .relative input {
  width: 100%;
}
.user-password span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #9E9E9E;
  margin-bottom: 8px;
}
.user-password span[generated="true"] {
  color: #E53935 !important;
}
.user-password input {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #E5E5E5;
  height: 51px;
}
.objects {
  margin-left: 14px;
}
@media (max-width: 560px) {
  .objects {
    margin-left: 0;
  }
}
.objects__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 560px) {
  .objects__body {
    flex-direction: column;
  }
}
.objects__title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.object {
  width: 49%;
  margin-bottom: 14px;
  height: fit-content;
}
@media (max-width: 560px) {
  .object {
    width: 100%;
  }
}
.object__item {
  display: flex;
  flex-direction: column;
}
.object__item span {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.object__item input {
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #9E9E9E;
  padding-bottom: 4px;
  width: 100%;
}
@media (max-width: 560px) {
  #placeForPhoto {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.dataBlock {
  margin-left: 14px;
}
@media (max-width: 560px) {
  .dataBlock {
    margin-left: 0;
  }
}
[data-tooltips]::after {
  content: attr(data-tooltips);
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  border-radius: 4px;
  opacity: 0;
  transition: 0.4s;
  z-index: 15;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
[data-tooltips]:hover::after {
  opacity: 1;
  top: 100%;
}
#uploadUserpicInput svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 560px) {
  #uploadUserpicInput {
    right: 7px;
    bottom: 12px;
  }
  #uploadUserpicInput svg {
    width: 28px;
    height: 28px;
  }
}
.no-animation {
  transition: none !important;
}
.info-cover {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  justify-content: space-between;
}
.credit-cards {
  margin-bottom: 8px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
  width: 50%;
}
@media (max-width: 1150px) {
  .credit-cards {
    width: 100%;
  }
}
.credit-cards__head {
  font-weight: 600;
  cursor: pointer;
}
.credit-cards__body {
  margin-top: 2rem;
  display: none;
}
.credit-cards__body.shown {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.credit-cards__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.credit-cards__item:not(.credit-cards__item:last-of-type) {
  border-bottom: 1px solid #E5E5E5;
}
.credit-cards__button {
  display: none;
  margin-top: 1rem;
  width: 100%;
}
.credit-cards__button.shown {
  display: block;
}
.userBankCards__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 16px;
  border-radius: 8px;
  transition: background-color 0.4s ease-in;
}
.userBankCards__card:hover {
  transition: background-color 0.4s ease-in;
  background-color: rgba(180, 184, 204, 0.2);
}
.userBankCards__card--separator {
  border-bottom: 1px solid #dedede;
}
.userBankCards__card--payment {
  font-size: 18px;
  font-weight: 600;
  padding-left: 50px;
}
.userBankCards__card--payment[data-type="VISA"]:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='40px' height='32px' viewBox='0 -6 36 36'%3E%3Cpath d='m33.6 24h-31.2c-1.325 0-2.4-1.075-2.4-2.4v-19.2c0-1.325 1.075-2.4 2.4-2.4h31.2c1.325 0 2.4 1.075 2.4 2.4v19.2c0 1.325-1.075 2.4-2.4 2.4zm-15.76-9.238-.359 2.25c.79.338 1.709.535 2.674.535.077 0 .153-.001.229-.004h-.011c.088.005.19.008.294.008 1.109 0 2.137-.348 2.981-.941l-.017.011c.766-.568 1.258-1.469 1.258-2.485 0-.005 0-.01 0-.015v.001c0-1.1-.736-2.014-2.187-2.72-.426-.208-.79-.426-1.132-.672l.023.016c-.198-.13-.33-.345-.343-.592v-.002c.016-.26.165-.482.379-.6l.004-.002c.282-.164.62-.261.982-.261.042 0 .084.001.126.004h-.006.08c.023 0 .05-.001.077-.001.644 0 1.255.139 1.806.388l-.028-.011.234.125.359-2.171c-.675-.267-1.458-.422-2.277-.422-.016 0-.033 0-.049 0h.003c-.064-.003-.139-.005-.214-.005-1.096 0-2.112.347-2.943.937l.016-.011c-.752.536-1.237 1.404-1.237 2.386v.005c-.01 1.058.752 1.972 2.266 2.72.4.175.745.389 1.054.646l-.007-.006c.175.148.288.365.297.608v.002.002c0 .319-.19.593-.464.716l-.005.002c-.3.158-.656.25-1.034.25-.015 0-.031 0-.046 0h.002c-.022 0-.049 0-.075 0-.857 0-1.669-.19-2.397-.53l.035.015-.343-.172zm10.125 1.141h3.315q.08.343.313 1.5h2.407l-2.094-10.031h-2c-.035-.003-.076-.005-.118-.005-.562 0-1.043.348-1.239.84l-.003.009-3.84 9.187h2.72l.546-1.499zm-13.074-8.531-1.626 10.031h2.594l1.625-10.031zm-9.969 2.047 2.11 7.968h2.734l4.075-10.015h-2.746l-2.534 6.844-.266-1.391-.904-4.609c-.091-.489-.514-.855-1.023-.855-.052 0-.104.004-.154.011l.006-.001h-4.187l-.031.203c3.224.819 5.342 2.586 6.296 5.25-.309-.792-.76-1.467-1.326-2.024l-.001-.001c-.567-.582-1.248-1.049-2.007-1.368l-.04-.015zm25.937 4.421h-2.16q.219-.578 1.032-2.8l.046-.141c.042-.104.094-.24.16-.406s.11-.302.14-.406l.188.859.593 2.89z'/%3E%3C/svg%3E");
  position: absolute;
  top: 19px;
  left: 12px;
  width: 44px;
  height: 32px;
}
.userBankCards__card--payment[data-type="MIR"]:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='44px' width='32px' version='1.1' id='Layer_1' viewBox='0 0 780 500' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M740.8,0h-699C18.7,0,0,19.1,0,42.6v416.3c0,23.5,18.7,42.6,41.7,42.6h699c23,0,41.7-19.1,41.7-42.6V42.6 C782.5,19.1,763.8,0,740.8,0z M291.1,347.5h-60v-114c0,0,0,0,0,0c0-2.2-1.8-4-4-4c-2,0-3.6,1.4-3.9,3.3l-35.1,114.7H145L110,232.7 c-0.3-1.8-1.9-3.2-3.9-3.2c-2.2,0-4,1.8-4,4c0,0,0,0,0,0l0,114h-60v-196h51.5H109c11,0,22.6,8.6,25.8,19.1l29.2,95.5 c1.5,4.8,3.8,4.7,5.3,0l29.2-95.5c3.2-10.6,14.8-19.1,25.8-19.1h15.3h51.5V347.5z M514.1,347.5h-60V231l0,0 c-0.1-1.9-1.6-3.5-3.6-3.5c-1.4,0-2.5,0.7-3.1,1.9l0,0l0,0.1c0,0.1-0.1,0.2-0.1,0.3l-49,105.1c-3.1,6.8-11.5,12.3-19.1,12.7v0h-60 v-196h60v114c0,2.2,1.8,4,4,4c1.4,0,2.6-0.7,3.3-1.7l0,0l0,0c0.2-0.4,0.4-0.7,0.5-1.2l47.7-102.4c3.2-6.9,11.8-12.4,19.4-12.7h60 V347.5z M672.1,284.5h-68v64h-60v-108h190.1C725,266,700.7,284.3,672.1,284.5z M736.7,230.5c0,0-104.2,0-104.3,0 c-51,0-92.8-34.9-96.3-79l135.8,0c36.5,0.3,66,29.9,66,66.5C737.9,222.3,737.5,226.5,736.7,230.5z'/%3E%3C/svg%3E");
  position: absolute;
  top: 21px;
  left: 17px;
  width: 44px;
  height: 32px;
  display: flex;
  align-items: center;
}
.userBankCards__card--payment[data-type="Mastercard"]:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='32px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4L6.93417 4C6.04769 3.99995 5.28387 3.99991 4.67221 4.08215C4.0167 4.17028 3.38835 4.36902 2.87868 4.87868C2.36902 5.38835 2.17028 6.0167 2.08215 6.67221C1.99991 7.28387 1.99995 8.04769 2 8.93417L2 9L2 15.0658C1.99995 15.9523 1.99991 16.7161 2.08215 17.3278C2.17028 17.9833 2.36902 18.6117 2.87868 19.1213C3.38835 19.631 4.0167 19.8297 4.67221 19.9179C5.28387 20.0001 6.04769 20.0001 6.93417 20H17.0658C17.9523 20.0001 18.7161 20.0001 19.3278 19.9179C19.9833 19.8297 20.6117 19.631 21.1213 19.1213C21.631 18.6117 21.8297 17.9833 21.9179 17.3278C22.0001 16.7161 22.0001 15.9523 22 15.0659V8.93414C22.0001 8.04767 22.0001 7.28387 21.9179 6.67221C21.8297 6.0167 21.631 5.38835 21.1213 4.87868C20.6117 4.36902 19.9833 4.17028 19.3278 4.08215C18.7161 3.99991 17.9523 3.99995 17.0658 4L7 4ZM10 10C8.89543 10 8 10.8954 8 12C8 13.1046 8.89543 14 10 14C10.1728 14 10.3401 13.9783 10.4996 13.9373C10.1813 13.3634 10 12.7028 10 12C10 11.2972 10.1813 10.6367 10.4996 10.0627C10.3401 10.0217 10.1727 10 10 10ZM10 16C10.7275 16 11.4112 15.805 11.9998 15.4648C12.5882 15.8052 13.2713 16 14 16C16.2091 16 18 14.2091 18 12C18 9.79086 16.2091 8 14 8C13.2713 8 12.5882 8.19483 11.9998 8.53524C11.4114 8.19506 10.7278 8 10 8C7.79086 8 6 9.79086 6 12C6 14.2091 7.79086 16 10 16ZM14 10C12.8954 10 12 10.8954 12 12C12 13.1046 12.8954 14 14 14C15.1046 14 16 13.1046 16 12C16 10.8954 15.1046 10 14 10Z' fill='%23000'/%3E%3C/svg%3E");
  position: absolute;
  top: 18px;
  left: 10px;
  width: 44px;
  height: 32px;
}
.userBankCards__card--maskNumber {
  font-size: 18px;
  font-weight: 600;
}
.userBankCards__card--address {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(0, 0, 0, 0.6);
  background-color: #fafafa;
  border-radius: 4px;
  height: 36px;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 12px;
}
.deleteButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  height: 36px;
  color: rgba(0, 0, 0, 0.6);
  outline: 0;
  border: none;
}
.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_intro {
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
}
.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: 20px;
  border-top: 2px solid var(--primary-color);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.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;
}
.request_chat_footer .chat_message_container {
  min-width: 44%;
}
.request_chat_footer .chat_message_container textarea {
  background-color: #ffffff;
}
.request_chat_footer .file_send {
  height: 40px;
  align-self: flex-end;
}
.request_chat_files_output {
  width: 100%;
}
.request_chat_files_output .list_doc .item {
  padding: 2px 4px 2px 20px;
}
.request_chat_files_output .list_doc .item .icon::before {
  left: 4px;
}
.request_chat_files_output .list_doc .item a {
  display: flex;
}
.request_chat_files_output .list_doc .item .desc {
  padding: 10px;
  font-size: 12px;
}
.request_chat_files_output .list_doc .item .remove {
  top: 4px;
  left: 0;
}
.request_chat_files_output .list_doc .with_image .icon::before {
  display: none;
}
.request_chat_files_output .list_doc .with_image .icon img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  transform: none;
}
.chat_files {
  display: flex;
  flex-wrap: wrap;
  margin-right: 8px;
  margin-top: auto;
  cursor: pointer;
}
.chat_files .file_attach {
  margin: 8px 8px 0 0;
  cursor: pointer;
}
.chat_files .file_input {
  cursor: pointer;
}
.chat_files .file_button {
  height: 40px;
  cursor: pointer;
  padding: 1.6rem 2.7rem;
}
.chat_files .list_doc .item {
  padding: 2px 4px 2px 20px;
}
.chat_files .list_doc .item .icon::before {
  left: 6px;
}
.chat_files .list_doc .item a {
  display: flex;
}
.chat_files .list_doc .item .desc {
  padding: 10px;
  font-size: 12px;
}
.chat_files .list_doc .item .remove {
  top: 4px;
  left: 0;
}
.chat_files .list_doc .with_image .icon::before {
  display: none;
}
.chat_files .list_doc .with_image .icon img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  transform: none;
}
.chat_message_link:hover {
  color: #111111;
}
.audio-toggle {
  background-color: green;
  width: 42px;
  margin-left: auto;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.audio-toggle:hover {
  background-color: #449d44;
}
.audio-play {
  background-color: darkred;
  width: 42px;
  margin-left: auto;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}
.audio-play:hover {
  background-color: #CD5C5C;
}
.audio-play:active:hover {
  background-color: orangered;
}
.audio-play:active {
  background-color: indianred;
}
@media (max-width: 1075px) {
  .page-wrap .main-content {
    width: 100%;
    max-width: none !important;
  }
}
.main-content {
  max-width: 796px;
  width: 100%;
}
.side-menu {
  margin-right: 20px;
}
@media (max-width: 1075px) {
  .side-menu {
    position: absolute;
    left: -99999px;
    z-index: 200;
    transition: all 0.4s ease;
  }
  .side-menu.shown {
    left: 0;
    transition: all 0.4s ease;
  }
}
.side-menu .events__list-item .icon-cover .svg_stroke_color {
  stroke: var(--primary-color) !important;
  stroke-width: 1.5 !important;
}
.side-menu__body {
  width: 332px;
}
.side-menu .aside-card {
  margin-bottom: 8px;
  padding: 17px 24px;
  background-color: #fff;
  border-radius: 8px;
}
.side-menu .apartments {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}
.side-menu .apartments__items {
  margin-bottom: 8px;
  padding: 17px 24px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.01) 0px 10px 50px;
}
.side-menu .apartments__items:last-of-type {
  margin-bottom: 0;
}
.side-menu .apartments .apartment {
  display: flex;
  justify-content: space-between;
}
.side-menu .apartments .apartment__address {
  display: flex;
  flex-direction: column;
}
.side-menu .apartments .apartment__address span:first-of-type {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.side-menu .apartments .apartment__address span:last-of-type {
  margin-top: 5px;
  max-width: 160px;
  color: #9e9e9e;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.side-menu .apartments .apartment__debt {
  display: flex;
  flex-direction: column;
}
.side-menu .apartments .apartment__debt span {
  font-size: 18px;
  font-weight: bold;
  color: #2c2c2c;
}
.side-menu .apartments .apartment__debt .notif {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  background: var(--primary-color);
  border-radius: 100px;
  cursor: pointer;
}
.side-menu .apartments .apartment__debt .notif span {
  color: #fff;
  font-weight: 700;
  padding: 1px 5px;
  font-size: 12px;
}
.side-menu .apartments .show-more {
  text-align: center;
  color: #2c2c2c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.side-menu .events {
  margin-bottom: 16px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 10px;
}
.side-menu .events__mobile {
  display: none;
}
@media (max-width: 1075px) {
  .side-menu .events__mobile {
    display: block;
  }
}
.side-menu .events__body {
  background-color: #fff;
  border-radius: 8px;
}
.side-menu .events__body a {
  color: rgba(0, 0, 0, 0.87);
}
.side-menu .events__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 24px;
}
.side-menu .events__title span a {
  color: #2c2c2c;
}
.side-menu .events__list {
  padding: 17px 24px;
}
.side-menu .events__list-item {
  display: flex;
  border-bottom: 1px solid #dedede;
  margin-bottom: 16px;
  padding: 0 0 16px 0;
}
.side-menu .events__list-item .notViewedNotif {
  display: none;
}
.side-menu .events__list-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.side-menu .events__list-item svg {
  margin-right: 8px;
}
.side-menu .events__list-item span:first-of-type {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  font-size: 14px;
}
.side-menu .events__list-item span:last-of-type {
  margin-top: 5px;
  color: #9e9e9e;
  font-weight: 600;
  font-size: 12px;
}
.side-menu .events__list-item--lead {
  display: flex;
  flex-direction: column;
}
.dowload-app__body {
  display: flex;
  background: var(--gradient-primary);
  border-radius: 8px;
  padding: 17px 24px;
}
.dowload-app__body .col-body {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dowload-app__body .title {
  font-weight: 600;
  font-size: 18px;
  color: var(--text-buttons-color);
  margin-bottom: 17px;
}
.dowload-app__buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.dowload-app__buttons > div {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.dowload-app__buttons > div a {
  display: flex;
}
.dowload-app__buttons > div img {
  height: 35px;
}
.news {
  margin-bottom: 20px;
}
.news__leads {
  display: flex;
  position: relative;
}
.news__leads-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.news__leads-arrow span {
  display: flex;
  padding: 4px;
}
.news__body {
  overflow: hidden;
  position: relative;
}
.news__body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270.24deg, #ffffff 7.94%, rgba(255, 255, 255, 0.991615) 18.76%, rgba(255, 255, 255, 0.967585) 27.58%, rgba(255, 255, 255, 0.9296) 34.68%, rgba(255, 255, 255, 0.879348) 40.39%, rgba(255, 255, 255, 0.818519) 45.02%, rgba(255, 255, 255, 0.7488) 48.87%, rgba(255, 255, 255, 0.671881) 52.25%, rgba(255, 255, 255, 0.589452) 55.48%, rgba(255, 255, 255, 0.5032) 58.86%, rgba(255, 255, 255, 0.414815) 62.71%, rgba(255, 255, 255, 0.325985) 67.33%, rgba(255, 255, 255, 0.2384) 73.04%, rgba(255, 255, 255, 0.153748) 80.15%, rgba(255, 255, 255, 0.0737185) 88.96%, rgba(255, 255, 255, 0) 99.79%);
  height: 100%;
  width: 10%;
  opacity: 0.8;
}
.news__lead {
  position: relative;
  display: flex;
  margin-right: 12px;
  border: 2px solid #D7D5D5;
  border-radius: 12px;
  padding: 2px;
  cursor: pointer;
}
.news__lead [data-action="adminCopy"] {
  position: absolute;
  right: 16px;
  padding: 3px;
  height: auto;
  z-index: 1;
  top: 16px;
}
.news__lead svg[data-action="adminCopy"] {
  position: initial!important;
  padding: 0;
}
@media (max-width: 1075px) {
  .news__lead {
    min-width: 10px;
    flex: 1 1 auto;
  }
}
.news__lead.unseen {
  border: 2px solid var(--primary-color);
}
.news__lead:after {
  position: absolute;
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(10, 105, 27, 0) 0%, #000000 65%);
  width: 98%;
  height: 100%;
  bottom: 2px;
  border-radius: 8px;
  opacity: 0.4;
  left: 2px;
}
.news__description {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  bottom: 0;
  width: 100%;
  padding: 15px;
  left: 0;
  color: #fff;
  z-index: 1;
  max-height: 90px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news__image {
  border-radius: 12px;
  object-fit: cover;
}
.news-img {
  width: 100%;
  height: 152px;
  aspect-ratio: 16/9;
}
.apartments-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 710px) {
  .apartments-info {
    flex-direction: column;
    align-items: inherit;
  }
}
.apartments-info__number {
  display: none;
}
@media (max-width: 1075px) {
  .apartments-info__number {
    display: block;
  }
  .apartments-info__number span {
    display: block;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    margin-bottom: 16px;
  }
}
.apartments-info__balance {
  display: flex;
  flex-direction: column;
}
.apartments-info__balance .title {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 700;
  margin-bottom: 4px;
}
.apartments-info__balance .date {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  padding: 1px 6px;
  background-color: #EBEBEB;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  width: fit-content;
  width: -moz-fit-content;
}
.apartments-info__balance .date span {
  color: rgba(0, 0, 0, 0.54);
  font-size: 10px;
  font-weight: 600;
}
.apartments-info__balance .debt {
  font-size: 34px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
.apartments-info .payment-info {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
@media (max-width: 370px) {
  .apartments-info .payment-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.apartments-info .payment-info > div {
  margin-right: 48px;
}
.apartments-info .payment-info .accrual .title {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 700;
  margin-bottom: 4px;
}
.apartments-info .payment-info .accrual .title a {
  color: #9e9e9e !important;
}
@media (max-width: 1075px) {
  .apartments-info .payment-info .accrual .title {
    white-space: nowrap;
  }
}
.apartments-info .payment-info .accrual .date {
  display: flex;
  margin-top: 4px;
  justify-content: center;
  align-items: center;
  height: 17px;
  padding: 1px 6px;
  background-color: #EBEBEB;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  width: fit-content;
  width: -moz-fit-content;
}
.apartments-info .payment-info .accrual .date span {
  color: rgba(0, 0, 0, 0.54);
  font-size: 10px;
  font-weight: 600;
}
.apartments-info .payment-info .accrual .total {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 1075px) {
  .apartments-info .payment-info .accrual .total {
    font-size: 18px;
  }
}
.apartments-info .payment-info .payment .title {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 700;
  margin-bottom: 4px;
}
.apartments-info .payment-info .payment .title a {
  color: #9e9e9e !important;
}
@media (max-width: 1075px) {
  .apartments-info .payment-info .payment .title {
    white-space: nowrap;
  }
}
.apartments-info .payment-info .payment .date {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  padding: 1px 6px;
  background-color: #EBEBEB;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  width: fit-content;
  width: -moz-fit-content;
}
.apartments-info .payment-info .payment .date span {
  color: rgba(0, 0, 0, 0.54);
  font-size: 10px;
  font-weight: 600;
}
.apartments-info .payment-info .payment .total {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 1075px) {
  .apartments-info .payment-info .payment .total {
    font-size: 18px;
    white-space: nowrap;
  }
}
.apartments-info__buttons {
  display: flex;
  flex-direction: column;
}
@media (max-width: 710px) {
  .apartments-info__buttons {
    margin-top: 16px;
  }
}
.apartments-info__buttons > div:not(:last-of-type) {
  margin-bottom: 16px;
}
.quick-services {
  margin: 16px 0 20px 0;
}
.quick-services__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1075px) {
  .quick-services__body {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.quick-services__card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  flex: 1 1 20%;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
  height: 105.8px;
}
.quick-services__card.frisbiCard {
  background-color: #F4F0FF;
  transition: all 0.4s ease;
}
.quick-services__card.frisbiCard:hover {
  box-shadow: rgba(70, 0, 255, 0.2) 0px 18px 50px -10px;
  transition: all 0.4s ease;
}
.quick-services__card.frisbiCard .quick-services__lead {
  max-width: 160px;
}
.quick-services__card svg[data-action="adminCopy"] {
  position: initial !important;
  padding: 0;
}
.quick-services__card [data-action="adminCopy"] {
  position: absolute;
  right: 16px;
  padding: 3px;
  height: auto;
}
.quick-services__card div:first-of-type {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.quick-services__card:nth-child(n+4) {
  margin-right: 0;
}
.quick-services__card:nth-child(n+5) {
  margin-top: 16px;
  margin-right: 16px;
}
@media (max-width: 1075px) {
  .quick-services__card:nth-child(n+5) {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 1075px) {
  .quick-services__card {
    flex: 1 1 40%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .quick-services__card:last-of-type {
    margin-right: 0 !important;
  }
}
.quick-services__card:last-of-type {
  margin-right: 0 !important;
}
.quick-services__icon {
  margin-bottom: 12px;
}
.quick-services__lead {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  max-width: 80px;
  margin-top: auto;
}
.quick-services__lead a {
  color: rgba(0, 0, 0, 0.87) !important;
}
.services {
  position: relative;
  margin-bottom: 20px;
}
.services__body {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 10px;
  overflow: hidden;
}
.services__body a {
  color: rgba(0, 0, 0, 0.87);
}
.services__body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270.24deg, #ffffff 7.94%, rgba(255, 255, 255, 0.991615) 18.76%, rgba(255, 255, 255, 0.967585) 27.58%, rgba(255, 255, 255, 0.9296) 34.68%, rgba(255, 255, 255, 0.879348) 40.39%, rgba(255, 255, 255, 0.818519) 45.02%, rgba(255, 255, 255, 0.7488) 48.87%, rgba(255, 255, 255, 0.671881) 52.25%, rgba(255, 255, 255, 0.589452) 55.48%, rgba(255, 255, 255, 0.5032) 58.86%, rgba(255, 255, 255, 0.414815) 62.71%, rgba(255, 255, 255, 0.325985) 67.33%, rgba(255, 255, 255, 0.2384) 73.04%, rgba(255, 255, 255, 0.153748) 80.15%, rgba(255, 255, 255, 0.0737185) 88.96%, rgba(255, 255, 255, 0) 99.79%);
  height: 100%;
  width: 10%;
  opacity: 0.8;
}
.services__body .title {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 24px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: 600;
}
.services__body .title span a {
  color: #2c2c2c;
}
.services__leads {
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px;
}
.services__leads-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.services__leads-arrow span {
  display: flex;
  padding: 4px;
}
.services__lead {
  margin-right: 12px;
  position: relative;
  flex: 1 0 auto;
  height: 145px;
}
@media (max-width: 1075px) {
  .services__lead {
    flex: 1 1 auto;
  }
}
.services__lead:after {
  position: absolute;
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(10, 105, 27, 0) 0%, #000000 100%);
  width: 100%;
  height: 100%;
  bottom: 0px;
  border-radius: 8px;
  opacity: 0.4;
}
.services__image {
  position: relative;
}
.services__image img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 145px;
}
.services__description {
  display: flex;
  flex-direction: column;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 1;
  width: 80%;
}
.services__description span:first-of-type {
  font-weight: 600;
  font-size: 18px;
  word-break: break-word;
}
@media (max-width: 1075px) {
  .services__description span:first-of-type {
    font-size: 14px;
  }
}
.services__description span:last-of-type {
  font-weight: 500;
  margin-top: 5px;
  font-size: 14px;
}
.secondary-large-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  height: 36px;
}
.secondary-large-button a {
  display: flex;
  align-items: center;
  color: #2c2c2c;
}
.secondary-large-button:hover {
  transition: all 0.4s ease;
  background: linear-gradient(0deg, rgba(247, 247, 247, 0.2), rgba(247, 247, 247, 0.2)), rgba(0, 0, 0, 0.04);
}
.secondary-large-button svg {
  margin-right: 6px;
}
.secondary-large-button:active {
  transition: all 0.4s ease;
  background: linear-gradient(0deg, rgba(33, 33, 33, 0.08), rgba(33, 33, 33, 0.08)), rgba(0, 0, 0, 0.04);
}
#showDebtPaymentLayer {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
}
.gradient-primary {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
}
.last-requests {
  margin-bottom: 20px;
}
.last-requests .title {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 24px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: 600;
}
.last-requests .title span a {
  color: #2c2c2c;
}
.last-requests__body {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 10px;
}
.last-requests__body a {
  color: rgba(0, 0, 0, 0.87);
}
.last-requests__table {
  width: 100%;
  padding: 24px;
  overflow: auto;
}
.last-requests__table table {
  border-collapse: collapse;
}
.last-requests__table thead {
  border-bottom: 1px solid #e5e5e5;
}
.last-requests__table thead tr th {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
}
.last-requests__table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.last-requests__table tbody tr:last-of-type {
  border-bottom: none;
}
.last-requests__table tbody tr td {
  font-weight: 600;
  padding: 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
}
.last-requests__table tbody .request-number {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
  margin-bottom: 3px;
}
.last-requests__table tbody .request-address {
  font-size: 12px;
}
.last-requests__table tbody .request-decription {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}
.last-requests__table tbody .request-status {
  font-size: 12px;
  white-space: nowrap;
}
.all-news {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.all-news .title {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: 600;
  padding: 24px;
}
.all-news .title span a {
  color: #2c2c2c;
}
.all-news__body {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 10px;
}
.all-news__body a {
  color: rgba(0, 0, 0, 0.87);
}
.all-news__leads {
  display: flex;
  position: relative;
  align-items: flex-start;
  overflow: hidden;
  padding: 24px;
}
.all-news__leads-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.all-news__leads-arrow span {
  display: flex;
  padding: 4px;
}
.all-news__image {
  margin: -16px;
}
.all-news__leads::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270.24deg, #ffffff 7.94%, rgba(255, 255, 255, 0.991615) 18.76%, rgba(255, 255, 255, 0.967585) 27.58%, rgba(255, 255, 255, 0.9296) 34.68%, rgba(255, 255, 255, 0.879348) 40.39%, rgba(255, 255, 255, 0.818519) 45.02%, rgba(255, 255, 255, 0.7488) 48.87%, rgba(255, 255, 255, 0.671881) 52.25%, rgba(255, 255, 255, 0.589452) 55.48%, rgba(255, 255, 255, 0.5032) 58.86%, rgba(255, 255, 255, 0.414815) 62.71%, rgba(255, 255, 255, 0.325985) 67.33%, rgba(255, 255, 255, 0.2384) 73.04%, rgba(255, 255, 255, 0.153748) 80.15%, rgba(255, 255, 255, 0.0737185) 88.96%, rgba(255, 255, 255, 0) 99.79%);
  height: 100%;
  width: 10%;
  opacity: 0.8;
}
.lead {
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  flex: 1 0 224px;
  margin-right: 12px;
  margin-bottom: 8px;
  height: 250px;
}
.lead__description {
  display: flex;
  flex-direction: column;
  height: 125px;
  padding: 16px;
}
.lead__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 50px;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lead__time {
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  color: #9e9e9e;
}
.lead__image img {
  width: 225px;
  height: 125px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.apartments {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}
.apartments__mobile {
  display: none;
}
@media (max-width: 1075px) {
  .apartments__mobile {
    display: flex;
  }
}
.apartments__items {
  margin-bottom: 8px;
  padding: 17px 24px;
  background-color: #fff;
  border-radius: 8px;
}
.apartments .apartment {
  display: flex;
  justify-content: space-between;
}
.apartments .apartment__address {
  display: flex;
  flex-direction: column;
}
.apartments .apartment__address span:first-of-type {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.apartments .apartment__address span:last-of-type {
  margin-top: 5px;
  max-width: 160px;
  color: #9e9e9e;
  font-weight: 600;
  font-size: 12px;
}
.apartments .apartment__debt {
  display: flex;
  flex-direction: column;
}
.apartments .apartment__debt span {
  font-size: 18px;
  font-weight: bold;
  color: #2c2c2c;
}
.apartments .apartment__debt .notif {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  background: var(--primary-color);
  border-radius: 100px;
  cursor: pointer;
}
.apartments .apartment__debt .notif span {
  color: #fff;
  font-weight: 700;
  padding: 1px 5px;
  font-size: 12px;
}
.apartments .show-more {
  text-align: center;
  color: #2c2c2c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.events {
  margin-bottom: 16px;
}
.events__mobile {
  display: none;
}
@media (max-width: 1075px) {
  .events__mobile {
    display: block;
  }
}
.events__body {
  background-color: #fff;
  border-radius: 8px;
}
.events__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 24px;
}
.events__title span a {
  color: #2c2c2c;
}
.events__list-item {
  display: flex;
  border-bottom: 1px solid #dedede;
  padding: 17px 24px;
}
.events__list-item .icon-cover .svg_stroke_color {
  stroke: #9e9e9e !important;
  stroke-width: 1.5 !important;
}
.events__list-item.active {
  background-color: var(--muted);
}
.events__list-item.new {
  position: relative;
}
.events__list-item.new span:first-of-type {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  font-size: 14px;
}
.events__list-item.new span:last-of-type {
  margin-top: 5px;
  color: #9e9e9e;
  font-weight: 600;
  font-size: 12px;
}
.events__list-item.new .icon-cover .svg_stroke_color {
  stroke: var(--primary-color) !important;
  stroke-width: 1.5 !important;
}
.events__list-item:last-of-type {
  border-bottom: 0;
}
.events__list-item svg {
  margin-right: 8px;
}
.events__list-item span:first-of-type {
  color: #9e9e9e;
  font-weight: 600;
  font-size: 14px;
}
.events__list-item span:last-of-type {
  margin-top: 5px;
  color: #9e9e9e;
  font-weight: 600;
  font-size: 12px;
}
.events__list-item--lead {
  display: flex;
  flex-direction: column;
}
.owl-prev {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  min-width: 32px !important;
  padding: 0 !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.owl-prev.disabled {
  opacity: 0 !important;
}
.owl-prev:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/Areas/Admin/Content/images/arrow-nav-prev.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.owl-prev span {
  color: #000;
  font-size: 0px;
}
.owl-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  min-width: 32px !important;
  padding: 0 !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.owl-next.disabled {
  opacity: 0 !important;
}
.owl-next:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/Areas/Admin/Content/images/arrow-nav.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.owl-next span {
  color: #000;
  font-size: 0px;
}
.counters-block {
  max-width: 448px;
  width: 448px;
}
.counters-block__body {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
}
.counters-block__body a {
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 1075px) {
  .counters-block {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }
}
.counters-block__icon {
  margin-right: 12px;
}
.counters-block__info .type-of-counter {
  display: flex;
  flex-direction: column;
}
.counters-block__info .type-of-counter span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1px;
  margin-bottom: 5px;
  word-break: break-word;
}
.counters-block__info .counter-info {
  font-weight: 600;
  font-size: 12px;
  color: #9E9E9E;
}
.counters-block__info .current-indicators {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.1px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.counters-block__info .latest-indicators {
  font-weight: 600;
  font-size: 12px;
  color: #9E9E9E;
}
.counters-block__info .latest {
  color: rgba(0, 0, 0, 0.87);
}
.counters-block .status {
  margin-left: auto;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
}
.counters-block .status span {
  font-weight: 600;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.54);
}
.counters-block__list::-webkit-scrollbar {
  width: 4px;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.counters-block__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.mx-w-680 {
  max-width: 680px !important;
}
.primary-color {
  color: var(--primary-color) !important;
  font-weight: 600;
}
.mx-w-n {
  max-width: none !important;
}
.apartments-col {
  display: flex;
  flex-direction: column;
  width: 448px;
}
@media (max-width: 1075px) {
  .apartments-col {
    width: 100%;
  }
}
.fw700 {
  font-weight: 700 !important;
}
.flatBalance {
  color: rgba(0, 0, 0, 0.6);
}
.new_objects_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 8px;
}
.new_objects_item span {
  text-align: center;
  color: #2c2c2c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.w-100 {
  width: 100% !important;
}
.page_content_from_menu {
  display: flex;
}
.page_content_from_menu .events {
  margin-right: 16px;
}
@media (max-width: 1025px) {
  .page_content_from_menu .events {
    margin-right: 0;
  }
}
.page_content_from_menu .events__body {
  width: 332px;
}
@media (max-width: 1025px) {
  .page_content_from_menu .events__body {
    width: 100%;
  }
}
.page_content_from_menu .events__title .select2-container--material .select2-selection {
  display: flex !important;
  align-items: center;
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  width: 100%;
  min-width: 237px;
  max-width: 237px;
  color: #55595c;
  background-clip: padding-box;
  padding: 8px 16px;
  font-size: 14px;
  margin: 6px 0;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s;
  height: 38px !important;
}
.page_content_from_menu .events__title .select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
.page_content_from_menu .events__title .select2-container--material .select2-selection--single .select2-selection__rendered {
  background: transparent;
}
.page_content_from_menu .events__lead--title span {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: -0.1px;
}
.page_content_from_menu .events__lead--time {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0;
  color: #9E9E9E;
  display: flex;
}
.events__lead--body {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.events__lead--description {
  font-size: 14px;
  line-height: 24px;
}
.notification_list {
  max-height: 730px;
  overflow: auto;
  scrollbar-width: none;
}
@media (max-width: 1025px) {
  .notification_list {
    max-height: 300px;
  }
}
.notification_list::-webkit-scrollbar {
  width: 1px;
  transition: all 0.4s ease;
}
.notification_list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.description_page {
  width: 100%;
}
.cameras .item-list--item {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.cameras,
.auto,
.articles,
.tarrif {
  margin-right: 16px;
  width: 332px;
}
@media (max-width: 1025px) {
  .cameras,
  .auto,
  .articles,
  .tarrif {
    width: 100%;
    margin-right: 0;
  }
}
.cameras__lead--body,
.auto__lead--body,
.articles__lead--body,
.tarrif__lead--body {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.cameras__lead--body[data-type="forPostPlayer"],
.auto__lead--body[data-type="forPostPlayer"],
.articles__lead--body[data-type="forPostPlayer"],
.tarrif__lead--body[data-type="forPostPlayer"] {
  min-height: 490px;
}
.cameras__lead--body[data-type="forPostPlayer"] video,
.auto__lead--body[data-type="forPostPlayer"] video,
.articles__lead--body[data-type="forPostPlayer"] video,
.tarrif__lead--body[data-type="forPostPlayer"] video {
  border-radius: 8px;
}
.cameras__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls,
.auto__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls,
.articles__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls,
.tarrif__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls {
  display: none !important;
}
.cameras__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-enclosure,
.auto__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-enclosure,
.articles__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-enclosure,
.tarrif__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-enclosure {
  display: none !important;
}
.cameras__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-panel,
.auto__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-panel,
.articles__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-panel,
.tarrif__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-panel {
  display: none !important;
}
.cameras__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-volume-slider,
.auto__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-volume-slider,
.articles__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-volume-slider,
.tarrif__lead--body[data-type="forPostPlayer"] video::-webkit-media-controls-volume-slider {
  display: none !important;
}
.cameras__lead--body[data-type="forPostPlayer"] .timeControls,
.auto__lead--body[data-type="forPostPlayer"] .timeControls,
.articles__lead--body[data-type="forPostPlayer"] .timeControls,
.tarrif__lead--body[data-type="forPostPlayer"] .timeControls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 35px 0;
}
.cameras__lead--body[data-type="forPostPlayer"] .timeControls > div,
.auto__lead--body[data-type="forPostPlayer"] .timeControls > div,
.articles__lead--body[data-type="forPostPlayer"] .timeControls > div,
.tarrif__lead--body[data-type="forPostPlayer"] .timeControls > div {
  padding: 13px 17px;
  height: 46px !important;
  cursor: pointer;
  border-radius: 30px;
  background: #EBEBEB;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.cameras__lead--body[data-type="forPostPlayer"] .liveControl,
.auto__lead--body[data-type="forPostPlayer"] .liveControl,
.articles__lead--body[data-type="forPostPlayer"] .liveControl,
.tarrif__lead--body[data-type="forPostPlayer"] .liveControl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cameras__lead--body[data-type="forPostPlayer"] .liveControl.online,
.auto__lead--body[data-type="forPostPlayer"] .liveControl.online,
.articles__lead--body[data-type="forPostPlayer"] .liveControl.online,
.tarrif__lead--body[data-type="forPostPlayer"] .liveControl.online {
  background: var(--primary-color) !important;
  color: var(--text-buttons-color) !important;
}
.cameras__lead--body[data-type="forPostPlayer"] .liveControl svg,
.auto__lead--body[data-type="forPostPlayer"] .liveControl svg,
.articles__lead--body[data-type="forPostPlayer"] .liveControl svg,
.tarrif__lead--body[data-type="forPostPlayer"] .liveControl svg {
  margin-right: 6px;
}
.cameras__lead--body[data-type="forPostPlayer"] #currentTimeLabel,
.auto__lead--body[data-type="forPostPlayer"] #currentTimeLabel,
.articles__lead--body[data-type="forPostPlayer"] #currentTimeLabel,
.tarrif__lead--body[data-type="forPostPlayer"] #currentTimeLabel {
  background-color: #32A446;
  color: #fff;
}
.cameras__lead--title,
.auto__lead--title,
.articles__lead--title,
.tarrif__lead--title {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: -0.1px;
  margin-bottom: 14px;
}
.cameras__lead--desctiption a,
.auto__lead--desctiption a,
.articles__lead--desctiption a,
.tarrif__lead--desctiption a {
  word-break: break-word;
}
.cameras__body--list,
.auto__body--list,
.articles__body--list,
.tarrif__body--list {
  max-height: 730px;
  overflow: auto;
}
@media (max-width: 1025px) {
  .cameras__body--list,
  .auto__body--list,
  .articles__body--list,
  .tarrif__body--list {
    max-height: 300px;
    margin-bottom: 16px;
  }
}
.cameras__body--list::-webkit-scrollbar,
.auto__body--list::-webkit-scrollbar,
.articles__body--list::-webkit-scrollbar,
.tarrif__body--list::-webkit-scrollbar {
  width: 4px;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.cameras__body--list::-webkit-scrollbar-thumb,
.auto__body--list::-webkit-scrollbar-thumb,
.articles__body--list::-webkit-scrollbar-thumb,
.tarrif__body--list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.cameras__item,
.auto__item,
.articles__item,
.tarrif__item {
  cursor: pointer;
}
.cameras__item.active .cameras__item--title,
.auto__item.active .cameras__item--title,
.articles__item.active .cameras__item--title,
.tarrif__item.active .cameras__item--title {
  font-weight: 700;
}
.cameras__item--title,
.auto__item--title,
.articles__item--title,
.tarrif__item--title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
}
.download-app {
  width: 30%;
  margin-top: 24px;
  margin-left: 16px;
}
@media (max-width: 1075px) {
  .download-app {
    display: none;
  }
}
.download-app__body {
  display: flex;
  flex-direction: column;
  background: var(--primary-color);
  border-radius: 8px;
  padding: 17px 24px;
}
.download-app__body .col-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
.download-app__body .col-body:last-of-type {
  position: relative;
  left: 25px;
  top: 5px;
}
.download-app__body .title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}
.download-app__buttons > div:not(:last-of-type) {
  margin-bottom: 8px;
}
.download-app__bottom {
  display: flex;
  align-items: center;
}
.notif_desc {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-6 {
  margin-top: 6px;
}
.ml-16 {
  margin-left: 16px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.flex {
  display: flex;
}
.w-30-per {
  width: 30%;
}
.jc-none {
  justify-content: flex-start !important;
}
.transparent {
  background-color: transparent !important;
}
@media (max-width: 1025px) {
  .transparent {
    background-color: #fff !important;
  }
}
@media (max-width: 1025px) {
  .counters-list {
    flex-direction: column;
  }
}
.tariff__item {
  cursor: pointer;
}
.cameras__head--category,
.cameras__head--subcatecory {
  display: none;
}
.cameras__head--category.shown,
.cameras__head--subcatecory.shown {
  display: block !important;
  padding-left: 14px;
}
.cameras__head--category--title {
  transition: 0.4s;
  position: relative;
}
.cameras__head--category--title .head {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 14px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background-color: #FAFAFA;
}
.cameras__head--category--title .head:after {
  content: '+';
  position: absolute;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 22px;
  color: #777;
}
.cameras__head--category--title .head.active:after {
  content: "-";
}
.m-16 {
  margin: 16px 0;
}
[data-tooltips-static]::after {
  content: attr(data-tooltips-static);
  position: absolute;
  width: 290px;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  color: #fff;
  padding: 0.5em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  border-radius: 4px;
  opacity: 0;
  transition: 0.4s;
  z-index: 15;
}
[data-tooltips-static]:hover::after {
  opacity: 1;
  top: 2em;
}
#passInfoDiv {
  position: relative;
}
.ml-0 {
  margin-left: 0 !important;
}
.h-51 {
  height: 51px !important;
  border-radius: 8px !important;
  border: 1px solid #E5E5E5 !important;
}
.justify-between {
  justify-content: space-between;
}
.articles__body .head_nav,
.tariff__body .head_nav {
  font-size: 16px !important;
}
.tariff__item {
  font-size: 14px;
}
.owl-carousel:not(.owl-loaded) {
  opacity: 0;
}
.info-about-debt__statuses {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-about-debt__statuses > div {
  max-width: 120px;
}
.info-about-debt .sec-text {
  font-size: 14px;
}
.info-about-debt .bolder-text {
  font-size: 14px;
}
.additional-services,
.insurance {
  padding: 16px 0 20px 0;
  overflow: hidden;
}
.additional-services__body,
.insurance__body {
  position: relative;
}
.additional-services__body .owl-stage,
.insurance__body .owl-stage {
  position: relative;
  left: 0;
  padding-right: 0 !important;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 600px) {
  .additional-services__body .owl-stage,
  .insurance__body .owl-stage {
    left: 0;
  }
}
.additional-services__items,
.insurance__items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 850px) {
  .additional-services__items,
  .insurance__items {
    flex-direction: column;
  }
}
.additional-services__item,
.insurance__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  flex: 1 1 100%;
  height: 93px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 10px;
}
.additional-services__item:last-of-type,
.insurance__item:last-of-type {
  margin-right: 0;
}
@media (max-width: 850px) {
  .additional-services__item,
  .insurance__item {
    margin-right: 0;
  }
  .additional-services__item:not(:last-of-type),
  .insurance__item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.additional-services__col div:first-of-type,
.insurance__col div:first-of-type {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 8px;
}
.additional-services__col .sec-text,
.insurance__col .sec-text {
  margin-top: 8px;
  max-width: 150px;
}
.additional-services__col,
.insurance__col {
  width: 50%;
}
.additional-services__cta,
.insurance__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.additional-services__cta .secondary-large-button,
.insurance__cta .secondary-large-button {
  white-space: nowrap;
}
.additional-services__cta .sec-text,
.insurance__cta .sec-text {
  font-size: 11px !important;
}
.additional-services__cta a,
.insurance__cta a {
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
}
.additional-services__wrap,
.insurance__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advert {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.advert__items {
  display: flex;
  justify-content: space-between;
}
.advert__items.owl-carousel .owl-stage {
  left: 0 !important;
}
.advert__item {
  /*width: 49%;*/
  width: 393px;
  height: 179px;
}
@media (max-width: 1075px) {
  .advert__item {
    width: 100% !important;
  }
}
.advert__item img {
  border-radius: 8px;
  width: 393px;
  height: 179px;
}
@media (max-width: 1075px) {
  .advert__item img {
    width: 100% !important;
  }
}
.additional-menu {
  background-color: #F1F6FA;
  border-radius: 8px;
  margin-bottom: 16px;
}
.additional-menu__items {
  padding: 17px 24px;
}
.additional-menu__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  font-size: 14px;
}
.additional-menu__item:last-of-type {
  margin-bottom: 0;
}
.notViewedNotif {
  position: relative;
  font-size: 0px;
}
.notViewedNotif:after {
  content: '';
  position: absolute;
  top: -4px;
  right: -14px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 100px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-end {
  justify-content: flex-end;
}
.timelineLabel {
  position: relative;
  margin-top: 5px;
  color: #888;
  font-size: 12px;
  cursor: pointer;
}
#playPause {
  cursor: pointer;
  padding: 13px;
  background-color: #F5F5F5;
  border-radius: 100px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playerControls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#timeline {
  width: 100%;
  height: 21px;
  background-color: #eee;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
#progress {
  height: 100%;
  background-color: #32A446;
  width: 0;
  position: absolute;
}
#timelineLabels {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: #888;
  font-size: 12px;
}
.staticForPost {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.forpost__item {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 14px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background-color: #fafafa;
}
.flvPlayer {
  width: 100%;
}
.pointerFalse {
  pointer-events: none;
}
@media (max-width: 480px) {
  .frisbiButtons {
    flex-direction: column;
    gap: 1rem;
  }
}
.bannerDialog {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  min-height: 500px;
  min-width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  height: 500px;
  border-radius: 8px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.bannerDialog__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 35, 7, 0.2);
  z-index: 10;
}
.bannerDialog__lead {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  width: 50%;
  gap: 3rem;
}
.bannerDialog__title {
  font-size: 20px;
}
.bannerDialog__text {
  font-size: 32px;
  font-weight: 600;
  max-width: 450px;
  word-break: break-word;
}
.bannerDialog__text[data-subtext="false"] > span {
  display: none;
}
.bannerDialog__text > span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 20px 0;
}
.bannerDialog__sale {
  position: absolute;
  top: -16px;
  left: -10px;
  padding: 8px 20px;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}
.bannerDialog__sale[data-shown="false"] {
  display: none;
}
.bannerDialog__sale[data-type="sale"] {
  background-color: #C21B1B;
  box-shadow: 4px 6px 23px 0px rgba(124, 0, 0, 0.45);
}
.bannerDialog__sale[data-type="new"] {
  background-color: #00BA82;
  box-shadow: 4px 6px 23px 0px rgba(0, 186, 130, 0.52);
}
.bannerDialog__sale[data-type="hot"] {
  background-color: #EE9D00;
  box-shadow: 4px 6px 23px 0px rgba(207, 137, 0, 0.33);
}
.bannerDialog__image {
  display: flex;
  width: 50%;
}
.bannerDialog__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 950px) {
  .bannerDialog__image img {
    border-radius: 0 0 8px 8px;
  }
}
.bannerDialog__link {
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  color: #B01515 !important;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #FFE8CD;
}
.bannerDialog__link--button {
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
}
.bannerDialog__close {
  position: absolute;
  right: -13px;
  top: -14px;
  padding: 2px;
  background: #fff;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  cursor: pointer ;
}
.dateTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 17px;
  padding: 1px 6px;
  background-color: #ebebeb;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
@media (max-width: 950px) {
  .bannerDialog {
    flex-direction: column;
    min-width: 92%;
    max-width: none;
  }
  .bannerDialog__lead,
  .bannerDialog__image {
    width: 100%;
  }
  .bannerDialog__text {
    font-size: 18px !important;
  }
  .bannerDialog__link--button {
    font-size: 14px !important;
    width: 100%;
  }
}
.frisbiButton {
  background-color: #4600FF;
  transition: all 0.4s ease;
}
.frisbiButton:hover {
  background: #4600FF;
  box-shadow: rgba(70, 0, 255, 0.4) 0px 18px 50px -10px;
  transition: all 0.4s ease;
}
.timeControls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 35px 0;
}
.timeControls > div,
.downloadArchive {
  padding: 13px 17px;
  height: 46px !important;
  cursor: pointer;
  border-radius: 30px;
  background: #EBEBEB;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  user-select: none;
}
.downloadArchive {
  display: flex;
  align-content: center;
  gap: 1rem;
}
.downloadArchive svg {
  width: 24px;
  height: 24px;
  fill: #32A446;
}
.liveControl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.liveControl.online {
  background: var(--primary-color) !important;
  color: var(--text-buttons-color) !important;
}
.liveControl svg {
  margin-right: 6px;
}
#currentTimeLabel {
  background-color: #32A446;
  color: #fff;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.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;
}
.banner-large {
  padding: 45px;
  background: var(--gradient-primary);
  border-radius: 8px;
  color: #fff;
}
.banner-large__body {
  display: flex;
}
@media (max-width: 1075px) {
  .banner-large__body {
    flex-direction: column;
  }
}
.banner-large__title {
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.25px;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media (max-width: 1075px) {
  .banner-large__title {
    white-space: normal;
  }
}
.banner-large__description {
  font-size: 16px;
  letter-spacing: 0.15px;
  font-weight: normal;
  margin-bottom: 40px;
}
.banner-large__description span {
  display: block;
  max-width: 555px;
}
.banner-large__lead {
  max-width: 620px;
}
.banner-large__images {
  position: relative;
  bottom: -49px;
}
.banner-large__images img {
  max-width: 100%;
  height: auto;
}
.banner-large__qrs {
  display: flex;
  align-items: center;
}
.market__links {
  display: flex;
  flex-direction: column;
  margin-right: 25px;
}
.accounts__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.accounts__item {
  position: relative;
  width: 32%;
  margin-bottom: 8px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.accounts__item.shown > .accounts__item--body {
  position: absolute;
  width: 100%;
  padding: 24px;
  top: 4rem;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
  border: 1px solid #E5E5E5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.accounts__item.shown > .accounts__item--head .arrow {
  transform: rotate(-180deg);
  transition: all 0.2s ease;
}
.accounts__item--head {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
.arrow {
  display: flex;
  transition: all 0.2s ease;
}
.accounts__item--body {
  margin-top: 2rem;
  display: none;
}
.accounts__item--body .sec-text {
  font-weight: 600;
  font-size: 14px;
  color: #9E9E9E;
}
.accounts__item--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .accounts__body {
    flex-direction: column;
  }
  .accounts__item {
    width: 100%;
  }
  .accounts__item.shown > .accounts__item--body {
    position: unset;
    border: none;
    padding: 0;
  }
}
.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: var(--primary-color) !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 {
  color: var(--primary-color);
  font-weight: 600;
}
.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 div img {
  object-fit: cover;
}
.description_page .place_for_news table {
  display: inline-block;
  overflow: auto;
}
.description_page .place_for_news ul li {
  list-style: disc;
  margin-left: 20px;
}
.description_page .place_for_news ol li {
  margin-left: 20px;
}
.description_page .place_for_news a {
  word-break: break-word;
}
.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: 24px;
  height: 24px;
  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;
}
.isDisabled {
  pointer-events: none;
}
.iphone-x {
  position: relative;
  width: 123px;
  height: 240px;
  background-color: #f5f5f5;
  border-radius: 20px;
  border: 7px solid;
}
.iphone-x:before {
  top: 0px;
  width: 56%;
  height: 30px;
  background-color: #1f1f1f;
  border-radius: 0px 0px 40px 40px;
}
.iphone-x i {
  top: 0px;
  left: 50%;
  transform: translate(-50%, 6px);
  height: 8px;
  width: 15%;
  background-color: #101010;
  border-radius: 8px;
  box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
}
.iphone-x b {
  left: 10%;
  top: 0px;
  transform: translate(180px, 4px);
  width: 12px;
  height: 12px;
  background-color: #101010;
  border-radius: 12px;
  box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
}
.iphone-x b:after {
  content: '';
  position: absolute;
  background-color: #2d4d76;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 4px;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
}
.iphone-x s {
  top: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 70px;
  font-weight: 100;
  padding-top: 60px;
}
.noticeLinkBtn {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
}
.vpn {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
  padding: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.vpn-template {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
.slide-down {
  opacity: 1;
  transform: translateY(50px);
}
.news-block__body,
.marks-block__body {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1160px) {
  .news-block__body,
  .marks-block__body {
    flex-direction: column;
  }
}
.news-block__item,
.marks-block__item {
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-right: 14px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1160px) {
  .news-block__item,
  .marks-block__item {
    width: 100%;
    flex-direction: column;
  }
}
.news-block__item--image,
.marks-block__item--image {
  margin-right: 24px;
}
@media (max-width: 1075px) {
  .news-block__item--image,
  .marks-block__item--image {
    margin-right: 0;
  }
}
.news-block__item--image img,
.marks-block__item--image img {
  width: 318px;
  max-width: none;
  height: 186px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 1160px) {
  .news-block__item--image img,
  .marks-block__item--image img {
    width: 100%;
    margin-bottom: 12px;
  }
}
.news-block__item--lead,
.marks-block__item--lead {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-block__item--lead-link,
.marks-block__item--lead-link {
  margin-top: auto;
}
.news-block__item--lead-title,
.marks-block__item--lead-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.1px;
  box-sizing: border-box;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.87);
}
.news-block__item--lead-description,
.marks-block__item--lead-description {
  font-weight: 600;
  font-size: 12px;
  margin-top: 4px;
  color: #9E9E9E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-inside__body,
.marks-inside__body {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
}
.news-inside__qr,
.marks-inside__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}
.news-inside__title,
.marks-inside__title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.1px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 24px;
}
.news-inside__images,
.marks-inside__images {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}
.news-inside__images img,
.marks-inside__images img {
  width: 750px;
  height: 370px;
  object-fit: cover;
  max-width: none;
  border-radius: 8px;
}
@media (max-width: 530px) {
  .news-inside__images img,
  .marks-inside__images img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 8px;
  }
}
.news-inside__description,
.marks-inside__description {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.news-inside__description .title,
.marks-inside__description .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.87);
}
.news-inside__description img,
.marks-inside__description img {
  height: auto !important;
  border-radius: 8px;
}
.news-inside__more--title,
.marks-inside__more--title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.1px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 16px;
}
.news-inside__more--items,
.marks-inside__more--items {
  display: flex;
}
@media (max-width: 1075px) {
  .news-inside__more--items,
  .marks-inside__more--items {
    flex-direction: column;
  }
}
.news-inside__more--item,
.marks-inside__more--item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  margin-right: 16px;
  width: 24%;
}
.news-inside__more--item:last-of-type,
.marks-inside__more--item:last-of-type {
  margin-right: 0;
}
@media (max-width: 1075px) {
  .news-inside__more--item,
  .marks-inside__more--item {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.news-inside__more--item-image img,
.marks-inside__more--item-image img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  max-width: none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media (max-width: 1075px) {
  .news-inside__more--item-image img,
  .marks-inside__more--item-image img {
    width: 100%;
  }
}
.news-inside__more--item-description,
.marks-inside__more--item-description {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 24px;
  letter-spacing: 0.1px;
}
.news-inside__more--item-description span:first-of-type,
.marks-inside__more--item-description span:first-of-type {
  color: rgba(0, 0, 0, 0.87);
}
.news-inside__more--item--link,
.marks-inside__more--item--link {
  padding: 24px;
  margin-top: auto;
}
.news-inside__more--item--link a,
.marks-inside__more--item--link a {
  width: 100%;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
  height: 36px;
}
.blocks-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.15px;
  margin-bottom: 24px;
}
.articles__item {
  position: relative;
  flex-direction: column;
}
.articles__item [data-action="adminCopy"] {
  position: absolute;
  right: 0;
  padding: 4px;
  z-index: 1;
}
.articles__item svg[data-action="adminCopy"] {
  position: initial!important;
  padding: 0;
}
.doubleGroup {
  font-size: 16px;
  margin-bottom: 14px;
}
.doubleGroup:first-of-type {
  margin-top: 14px;
}
.side_list {
  margin-right: 24px;
}
@media (max-width: 1025px) {
  .side_list {
    margin-right: 0;
  }
}
.accruals_list .accruals_year .year {
  color: #9E9E9E;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 0;
}
@media (max-width: 1025px) {
  .accruals_list .accruals_year .year {
    padding: 12px 10px;
  }
}
.accruals_list .accruals_year .item {
  display: block;
  border-bottom: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  position: relative;
  font-weight: 600;
  padding: 10px;
}
.accruals_list .accruals_year .item:hover {
  background-color: var(--muted);
}
.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: none;
}
.accruals_list .accruals_year .item .title {
  color: rgba(0, 0, 0, 0.87);
  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 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  position: relative;
  transition: all 0.4s ease;
  background-color: var(--muted);
}
.accruals_list .accruals_year .item.isNew .title {
  color: #111111;
}
.accruals_page {
  display: flex;
  align-items: flex-start;
}
.accruals_detail {
  max-width: 610px;
  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 {
  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_detail .item_detail .desc .item .left {
  width: 40%;
  text-align: left;
}
.accruals_detail .item_detail .desc .item .middle {
  width: 20%;
  margin: 0 10px;
  text-align: right;
}
.accruals_detail .item_detail .desc .item .right {
  width: 20%;
}
.accruals_detail .item_detail .desc .item .title_data {
  font-weight: bold;
}
.accruals_detail .item_detail .desc .title_item {
  padding-bottom: 4px;
  border-bottom: 1px solid #E8E8E8;
}
.accruals_detail .item_detail .desc.full .general_data {
  position: relative;
}
.accruals_detail .item_detail .desc.full .additional_data {
  display: none;
}
.accruals_detail .item_detail .desc.full .additional_data_shown .additional_data {
  display: block;
}
.accruals_detail .item_detail .desc.full .additional_data_shown .full_item_icon {
  transform: rotate(180deg);
}
.accruals_detail .item_detail .desc.full .full_item_toggler {
  cursor: pointer;
}
.accruals_detail .item_detail .desc.full .full_item_icon {
  position: absolute;
  right: -24px;
  top: 0;
  padding: 4px;
  width: 20px;
  height: 20px;
  min-width: auto;
  background-color: transparent;
  font-size: 14px;
  line-height: 14px;
}
.accruals_detail .item_detail .desc.full .full_item_icon svg {
  max-width: 100%;
  max-height: 100%;
}
.accruals_detail .item_detail .desc.full .full_item_icon.full_item_icon_pskdom {
  display: none;
}
.accruals_detail .item_detail .desc.full .item .right {
  width: 40%;
}
.accruals_detail .general_data {
  display: flex;
  justify-content: space-between;
}
.accruals_detail .general_data.title_data > div {
  flex: 1 1 auto;
  text-align: right;
}
.accruals_detail .general_data.title_data .middle:last-of-type {
  width: fit-content !important;
  width: -moz-fit-content !important;
}
.accruals_detail .additional_data {
  width: 100%;
  padding-left: 8px;
  position: relative;
}
.accruals_detail .additional_data::before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  left: 0;
  top: 0;
}
.accruals_detail .additional_data_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
[data-project="pskDom"] .accruals_detail .item_detail .desc.full .full_item_icon.full_item_icon_general {
  display: none;
}
[data-project="pskDom"] .accruals_detail .item_detail .desc.full .full_item_icon.full_item_icon_pskdom {
  display: block;
  transform: none;
}
[data-project="pskDom"] .accruals_detail .item_detail .desc.full .full_item_icon .accordeon_pskdom {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 10px;
  font-weight: bold;
}
[data-project="pskDom"] .accruals_detail .item_detail .desc.full .full_item_icon .accordeon_pskdom.accordeon_pskdom_plus {
  display: inline;
}
[data-project="pskDom"] .accruals_detail .item_detail .desc.full .full_item_icon .accordeon_pskdom.accordeon_pskdom_minus {
  display: none;
}
[data-project="pskDom"] .accruals_detail .item_detail .desc.full .additional_data_shown .full_item_icon .accordeon_pskdom.accordeon_pskdom_plus {
  display: none;
}
[data-project="pskDom"] .accruals_detail .item_detail .desc.full .additional_data_shown .full_item_icon .accordeon_pskdom.accordeon_pskdom_minus {
  display: inline;
  font-size: 32px;
}
.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 .download .download-text.open {
  margin-top: 10px;
}
.accruals_total .accr_footer .download .download-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.accruals_total .accr_footer .button {
  width: 185px;
}
.payment_diagram_cover {
  padding: 10px 0;
  width: 452px;
  height: 452px;
}
.payment_period_cover {
  margin-top: 20px;
}
.payment_period_title {
  display: block;
  padding-bottom: 10px;
}
.payment_period {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px 0;
}
.payment_period_label {
  width: 48% !important;
  font-size: 14px;
}
.payment_period_input {
  background-color: transparent;
  padding: 0.5rem !important;
  border: 1px solid #84868b !important;
  border-radius: 5px !important;
  cursor: pointer;
}
.payment_right .debt-block {
  margin-top: 35px;
}
.payment_right .debt-block .debt_body {
  background-color: #F2F2F2;
}
.controls__cover {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  position: relative;
  gap: 1rem;
}
@media (max-width: 670px) {
  .controls__cover {
    flex-direction: column;
    align-items: flex-end;
  }
}
.controls__cover svg {
  display: none;
  position: absolute;
  right: 8px;
  z-index: 0;
}
.controls__cover input[name="daterange-picker"],
.controls__cover input .datepicker {
  position: relative;
  margin-left: 0 !important;
  padding: 8px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  height: 36px !important;
  background: transparent;
  z-index: 1;
  width: 100%;
}
.controls__cover input::before {
  background-image: url("/Content/images/redesign-src/calendar-icon.svg");
  content: '';
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.controls__cover .select2-container--material .select2-selection {
  display: flex !important;
  align-items: center;
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  padding: 8px 16px;
  font-size: 14px;
  margin-top: 0.2rem;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s;
  height: 36px !important;
}
.controls__cover .select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
.controls__cover .select2-container--material .select2-selection--single .select2-selection__rendered {
  background: transparent;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: 4px 8px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}
.daterangepicker td.active,
.daterangepicker td.active {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: var(--muted) !important;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  font-weight: 500;
  line-height: 24px;
}
.daterangepicker select.monthselect {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.daterangepicker select.yearselect {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.daterangepicker td.in-range {
  background-color: var(--muted);
}
.daterangepicker {
  font-family: 'Inter';
}
.mb-24 {
  margin-bottom: 24px !important;
}
.flex-end {
  justify-content: flex-end;
}
.selectCounterMonth.item {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}
.daterangepicker .drp-buttons {
  font-size: 14px !important;
}
.daterangepicker .drp-buttons .btn:last-of-type {
  width: 78px !important;
}
.daterangepicker .drp-selected {
  display: flex !important;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.counters-list__item input:disabled {
  background: transparent;
}
.full_item_icon_general {
  cursor: pointer;
}
.full_item_icon_general svg {
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}
.full_item_icon_general.active svg {
  transform: rotate(0deg);
}
.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 8px #dedede;
}
.indications_list .item .icon {
  position: absolute;
  top: 22px;
  left: 0;
  width: 55px;
  height: 22px;
  text-align: center;
}
.indications_list .item .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.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 .prev_value {
  width: 44%;
}
.indications_list .item .content .prev_value_label {
  margin-bottom: 4px;
  margin-top: 0;
  font-size: 11px;
}
.indications_list .item .content .prev_value_number {
  font-size: 14px;
}
.indications_list .item .content .value {
  display: flex;
  justify-content: space-between;
}
.indications_list .item .content .value span {
  font-weight: 100;
  font-size: 32px;
  line-height: 22px;
}
.indications_list .item .content .value .input_cover {
  top: -7px;
  width: 49%;
}
.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:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="color"]):not([type="button"]):not([type="reset"])::placeholder,
.indications_list .item .content .value .input_cover select::placeholder,
.indications_list .item .content .value .input_cover textarea::placeholder,
.indications_list .item .content .value .input_cover textarea[type="text"]::placeholder {
  font-size: 14px;
}
.indications_list .item .content .value .input_cover .input_bottom_stroke {
  width: 100% !important;
}
.indications_list .item .counters_error {
  color: red;
  width: 200px;
  font-size: 14px;
}
.indications_list .item .request_counter_check {
  padding: 6px;
  font-size: 12px;
  min-width: auto;
  margin-left: 5px;
}
.indications_list .item .request_counter_repair {
  margin-top: 5px;
}
.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: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indications_buttons_cover button {
  margin-right: 20px;
}
.new_objects_form .flex {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.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;
}
/*.new_objects_form {
  .input_cover {
    .input_wrapper {
      #Files {
        display: block !important;
        font-size: 16px;
        background-color: #0DB59D;
        border-radius: 50px;
        width: 350px;
        outline: none;
        color: #fff;
        input {
          ::-webkit-file-upload-button {
            color: #fff;
            background-color: #0c9242;
            padding: 20px;
            border: none;
            border-radius: 50px;
          }
        }
      }
    }
  }
}*/
.input_file-button-text {
  display: none;
}
.input_file-button-text.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.input_file-button-text:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/Content/images/icons/paper-clip.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 5px;
}
.form-group {
  /*display: flex;
  justify-content: flex-start;*/
}
@media (max-width: 1024px) {
  .form-group {
    justify-content: center;
  }
}
.upload_files {
  margin: 20px;
}
.new_objects_form_buttons {
  margin-top: 30px;
}
.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: #7D7D7D;
  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;
}
.voting_list .item.isNew .title {
  color: #111111;
}
.main-vote .pollItem {
  padding: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 16px;
}
.main-vote .pollItem .ownAnswerBlock textarea {
  margin-top: 14px;
  border: 1px solid #E5E5E5;
  padding: 8px;
  border-radius: 8px;
}
.main-vote .group-title {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 6px;
}
.main-vote .group-description {
  margin: 14px 0;
  font-weight: 600;
  font-size: 12px;
  color: #9E9E9E;
}
.main-vote .group-image {
  max-width: 400px;
}
.main-vote .vote_cover .vote_item .vote_results {
  max-width: 100% !important;
  width: 100%;
}
.main-vote .vote_cover .vote_item .vote_results .label {
  max-width: 470px;
  word-break: break-word;
}
.main-vote input[type="checkbox"] {
  accent-color: var(--primary-color);
}
.main-vote .vote_cover .vote_item .vote_results.low {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
  max-width: 100% !important;
  width: 100%;
}
.main-vote .vote_cover .vote_item .vote_results .line_cover {
  background: #9E9E9E;
}
.main-vote .vote_cover .vote_item {
  margin-bottom: 0 !important;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin-top: 16px;
  border-radius: 8px;
  background-color: #F5F5F5;
  cursor: pointer;
}
.main-vote .vote_cover .vote_item .radio_cover,
.main-vote .vote_cover .vote_item .checkbox_cover {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.main-vote .vote_cover .vote_item .radio_cover span,
.main-vote .vote_cover .vote_item .checkbox_cover span {
  word-break: break-word;
}
.main-vote .vote_cover .vote_item .radio_cover .icon,
.main-vote .vote_cover .vote_item .checkbox_cover .icon {
  flex: 0 0 auto;
}
.main-vote .vote_cover .vote_item .radio_cover.ranging_label,
.main-vote .vote_cover .vote_item .checkbox_cover.ranging_label {
  display: block;
}
.main-vote .requiredPoll {
  margin-bottom: 14px;
  font-weight: 600;
  color: #E53935;
}
.main-vote .vote_cover .vote_item .vote_results.choosen .after {
  display: none;
}
.main-vote .ranging_icon {
  cursor: move;
}
.main-vote .placeForImage {
  margin-top: 8px;
}
.main-vote .placeForImage img {
  border-radius: 8px;
}
.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;
  display: flex;
  justify-content: center;
}
.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 .flat_for_service {
  margin-right: 30px;
}
.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: -35px;
}
.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;
}
.store_block {
  display: flex;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.store_block .store_item {
  margin-right: 10px;
  display: flex;
  align-items: flex-end;
}
.store_block .store_item.button_item {
  margin-right: 0;
}
.store_block button.qr_toggler {
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/Content/images/icons/qr_toggler.svg");
}
.store_block .qr_block {
  position: absolute;
  bottom: 0;
  left: 108%;
  margin: 0 auto;
  background-color: #ffffff;
  display: none;
  justify-content: space-between;
  padding: 15px 20px 20px 20px;
  flex-direction: column;
  align-items: center;
  width: 190px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  z-index: 1;
}
.store_block .qr_block.shown {
  display: flex;
  border-radius: 8px;
}
.store_block .qr_block.shown a {
  flex-direction: column;
}
.store_block .qr_block a:first-child {
  margin-bottom: 10px;
}
.store_block .qr_block img {
  height: 150px;
  max-height: 100%;
  width: 150px;
  max-width: 100%;
}
.store_block .qr_block .qr_note {
  font-size: 14px;
  color: #000000;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.store_block .store_link {
  width: auto;
  height: 35px;
  display: block;
  cursor: pointer;
}
.store_block .store_link img {
  height: 100%;
  width: auto;
}
@media (max-width: 1000px) {
  .store_block .button_item,
  .store_block .qr_block {
    display: none;
  }
  .page_content_store .store_block {
    margin: auto auto 40px auto;
  }
}
.m-0 {
  margin: 0 !important;
}
.contacts-info {
  display: flex;
  flex-direction: column;
}
.contacts-info__items {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.contacts-info__items > div:not(:last-of-type) {
  margin-bottom: 14px;
}
.contacts-info__body {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
}
.contacts-info__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
}
.contacts-info__lead {
  font-weight: 600;
  font-size: 14px;
  color: #9E9E9E;
}
.contacts-info__lead > div {
  text-align: left !important;
}
.contacts-info__lead > div span {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 32px !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.tariff {
  background: #fff;
  padding: 24px;
  margin-left: 16px;
  border-radius: 8px;
}
.tariff .place_for_tariff .place_for_tariff_subtitle {
  margin: 0;
  max-width: 1000px;
}
.tariff .tariff_table_cover {
  margin-top: 30px;
  background-color: #ffffff;
  max-width: 1000px;
  border-radius: 8px;
}
.tariff .tariff_table_cover .no_tariff {
  font-size: 18px;
  padding: 16px;
}
.tariff .tariff_table {
  border: none;
}
.tariff .tariff_head_row {
  border-bottom: 1px solid #E5E5E5;
}
.tariff .tariff_subcategory_cell {
  font-weight: bold;
}
.tariff .tariff_body_row {
  border-bottom: 1px solid #E5E5E5;
}
.tariff .tariff_head_cell,
.tariff .tariff_body_cell {
  font-size: 16px;
  font-weight: 500;
  padding: 14px;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}
.tariff .tariff_head_cell:first-of-type,
.tariff .tariff_body_cell:first-of-type {
  padding-left: 20px;
}
.tariff .tariff_head_cell:last-of-type,
.tariff .tariff_body_cell:last-of-type {
  padding-right: 20px;
}
.tariff .tariff_align_right {
  text-align: right;
}
.tariff .tariff_numeric_cell {
  font-weight: bold;
}
.tariff .tariff_group:last-of-type .tariff_body_row:last-of-type {
  border: none;
}
.tariff_body_cell.tariff_subcategory_cell {
  padding: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .tariff__body {
    margin-bottom: 14px;
    max-height: 300px;
    overflow: auto;
  }
}
.send_counter_prompt {
  width: 400px;
  margin: 0 auto;
}
.send_counter_prompt .box-modal_close {
  top: -30px;
}
.send_counter_prompt .arcticmodal-close::after {
  display: none;
}
.send_counter_prompt .modal-title,
.send_counter_prompt .modal-content {
  text-align: left;
  padding: 0 30px;
  font-size: 20px;
}
.send_counter_prompt .modal-title .flex.center,
.send_counter_prompt .modal-content .flex.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.send_counter_prompt .remember_selection_cover {
  margin-bottom: 30px;
}
.counters-modal {
  width: 449px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 32px rgba(0, 34, 12, 0.16);
  margin: 0 auto;
}
.counters-modal__wrap {
  padding: 45px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.counters-modal__body,
.counters-modal__lead {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.counters-modal__body .bolder-text,
.counters-modal__lead .bolder-text {
  margin-bottom: 16px;
  font-size: 22px;
}
.counters-modal__body .sec-text,
.counters-modal__lead .sec-text {
  font-size: 14px;
}
.counters-modal__icon {
  margin-bottom: 24px;
}
.counters-modal__button {
  margin-top: 24px;
}
.counters-modal-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: var(--gradient-primary);
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  height: 48px;
  color: var(--text-buttons-color);
}
#addOrUpdateCounter {
  width: 100%;
  color: var(--text-buttons-color);
}
.edit-counters-modal {
  width: 679px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 32px rgba(0, 34, 12, 0.16);
}
@media (max-width: 1075px) {
  .edit-counters-modal {
    width: 100%;
  }
}
.edit-counters-modal__wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.edit-counters-modal__body {
  padding: 24px;
}
.edit-counters-modal__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.edit-counters-modal__controls {
  display: flex;
  margin: 24px 0;
}
@media (max-width: 1075px) {
  .edit-counters-modal__controls {
    flex-direction: column;
  }
}
.edit-counters-modal__controls > div {
  display: flex;
  align-items: center;
  margin-right: 32px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 1075px) {
  .edit-counters-modal__controls > div {
    margin-bottom: 8px;
  }
  .edit-counters-modal__controls > div:last-of-type {
    margin-bottom: 0;
  }
}
.edit-counters-modal__controls > div label {
  display: flex;
  align-items: center;
}
.edit-counters-modal__controls > div label input {
  margin-right: 8px;
}
.edit-counters-modal__inputs {
  display: flex;
}
@media (max-width: 1075px) {
  .edit-counters-modal__inputs {
    flex-direction: column;
  }
  .edit-counters-modal__inputs .select2-container--material .select2-selection {
    max-width: none !important;
  }
}
.edit-counters-modal__inputs > div {
  margin-right: 16px;
}
@media (max-width: 1075px) {
  .edit-counters-modal__inputs > div {
    margin-right: 0;
  }
}
.edit-counters-modal__inputs > div:last-of-type {
  margin-right: 0;
}
.edit-counters-modal__button {
  padding-right: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: flex-end;
}
.modals-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 600px) {
  .modals-title {
    font-size: 16px;
  }
}
.from-right-modal {
  background-color: #fff;
  width: 480px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  z-index: 102;
}
@media (max-width: 1075px) {
  .from-right-modal {
    width: 100%;
  }
}
.from-right-modal__backdrop {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 35, 7, 0.2);
  z-index: 10;
}
.from-right-modal__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.from-right-modal.shown {
  transform: translateX(0px);
  transition: transform ease 0.5s;
}
.from-right-modal__select {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.from-right-modal__select .sec-text {
  margin-bottom: 8px;
}
.from-right-modal__select .jq-selectbox__select {
  display: none;
}
.from-right-modal__select input,
.from-right-modal__select textarea,
.from-right-modal__select #requestPass_ExpirationDateTime {
  border-radius: 8px;
  padding: 14px;
  border: 1px solid #E5E5E5;
  height: 51px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  scrollbar-color: gray transparent;
  scrollbar-width: thin;
}
.from-right-modal__select input::-webkit-scrollbar,
.from-right-modal__select textarea::-webkit-scrollbar,
.from-right-modal__select #requestPass_ExpirationDateTime::-webkit-scrollbar {
  width: 2px;
  transition: all 0.4s ease;
}
.from-right-modal__select input::-webkit-scrollbar-thumb,
.from-right-modal__select textarea::-webkit-scrollbar-thumb,
.from-right-modal__select #requestPass_ExpirationDateTime::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.from-right-modal__head {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.from-right-modal__body {
  padding: 24px;
  height: 100%;
  overflow: auto;
  scrollbar-color: gray transparent;
  scrollbar-width: thin;
}
.from-right-modal__body::-webkit-scrollbar {
  width: 2px;
  transition: all 0.4s ease;
}
.from-right-modal__body::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.from-right-modal__button {
  margin-top: auto;
  padding: 24px;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.08), inset 0px 1px 0px rgba(0, 0, 0, 0.08);
}
.from-right-modal__button button {
  width: 100%;
}
.ticket-modal {
  margin-top: 24px;
  padding: 24px 16px;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.ticket-modal__title {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
}
.ticket-modal__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.ticket-modal__total {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.pay {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: var(--gradient-primary);
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  height: 48px;
  color: var(--text-buttons-color);
}
.custom-modal {
  background-color: #fff;
  border-radius: 8px;
  max-width: 679px;
  min-width: 450px;
  min-height: 80px;
  width: 450px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .custom-modal {
    max-width: none;
    min-width: 100%;
    width: 100%;
  }
}
.custom-modal__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08), inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.custom-modal__head > div {
  display: flex;
  flex-direction: column;
}
.custom-modal__input {
  padding: 8px 16px;
  flex-grow: 1;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  height: 51px;
  width: 100%;
}
.custom-modal__input:focus + .clear-input {
  display: block;
}
.custom-modal__body {
  padding: 24px;
  position: relative;
}
.custom-modal__body form[action="/accruals/sendrequesttoobjectadding"] {
  text-align: left;
}
.custom-modal__body .ruble-sign {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #9E9E9E;
}
.custom-modal__body .modal-input-cover {
  margin-bottom: 12px;
  position: relative;
  text-align: left;
}
.custom-modal__body .modal-input-cover .sec-text {
  display: block;
  margin-bottom: 8px;
}
.custom-modal__body .total-summ {
  text-align: left;
  width: fit-content;
  padding: 5px;
  background: #EBEBEB;
  border-radius: 4px;
}
.custom-modal__body .total-summ span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  display: flex;
}
.custom-modal__body--title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.custom-modal__body--col {
  display: flex;
}
.custom-modal__body .receipt-item {
  margin-right: 16px;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 20px 16px;
}
.custom-modal__buttons {
  display: flex;
  justify-content: flex-end;
  padding: 24px;
}
.custom-modal__buttons > button {
  height: 48px;
}
.custom-modal__buttons > button:not(:last-of-type) {
  margin-right: 16px;
}
.custom-modal__buttons > button svg {
  margin-right: 6px;
}
.modals-cover {
  position: relative;
}
.modals-close {
  cursor: pointer;
}
#payment_layer .custom-modal__body {
  padding-bottom: 0;
}
#payment_layer .custom-modal__body .total-summ {
  margin-bottom: 5px;
}
#payment_layer label[for="createAutopayment"] {
  margin-top: 12px;
}
#payment_layer .custom-modal__buttons {
  padding-top: 12px;
}
@media (max-width: 470px) {
  #payment_layer {
    min-width: 10px;
    width: 100%;
  }
}
#add_counter_modal .edit-counters-buttons {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 18px;
}
#add_counter_modal .edit-counters-buttons > div {
  cursor: pointer;
}
#add_counter_modal .edit-counters-modal__inputs .select2-container--material .select2-selection {
  display: flex !important;
  align-items: center;
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  width: 100%;
  min-width: 237px;
  max-width: 237px;
  color: #55595c;
  background-clip: padding-box;
  padding: 8px 16px;
  font-size: 14px;
  margin: 6px 0;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s;
  height: 38px !important;
}
#add_counter_modal .edit-counters-modal__inputs .select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
#add_counter_modal .edit-counters-modal__inputs .select2-container--material .select2-selection--single .select2-selection__rendered {
  background: transparent;
}
#add_counter_modal .edit-counters-modal__inputs > div {
  text-align: left;
}
.auto__item {
  justify-content: space-between;
}
.auto__item .auto-number {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  padding: 1px 6px;
  background-color: #EBEBEB;
  border-radius: 4px;
  cursor: pointer;
}
.auto__item .auto-number span {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.54);
}
.shadow-block-modal {
  margin-top: auto;
  padding: 24px;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.08), inset 0px 1px 0px rgba(0, 0, 0, 0.08);
}
.edit-counters-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#deleteCounter,
#deleteCounter_cancel {
  width: 50%;
}
#deleteCounter {
  color: var(--text-buttons-color);
}
#new_objects_modal input[type="file"] {
  display: none !important;
}
#new_objects_modal .custom-modal__buttons div,
#new_objects_modal .custom-modal__buttons input {
  width: 50%;
}
#placeForFlats {
  text-align: left;
}
#placeForFlats .sec-text {
  display: block;
  margin-bottom: 8px;
}
.modal-component {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.modal-component .sec-text {
  margin-bottom: 0;
}
.mr-14 {
  margin-right: 14px;
}
.noscript-modal {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.noscript-modal__head {
  border-bottom: 1px solid #E5E5E5;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
.noscript-modal a {
  text-decoration: underline;
}
input:focus + .clear-input {
  opacity: 1;
  cursor: pointer;
}
textarea:focus + .clear-input {
  opacity: 1;
  cursor: pointer;
}
.clear-input {
  position: absolute;
  right: 16px;
  top: 53%;
  opacity: 0;
}
#payment_button,
#createRequestToServiceBtn,
#sendRating,
.saveAutopay {
  color: var(--text-buttons-color);
}
.saveAutopay {
  width: 100%;
  margin-top: 24px;
  height: 48px;
}
.fz-16 {
  font-size: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.h-auto {
  height: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.modal-input-cover .clear-input {
  position: absolute;
  right: 40px;
  top: 53%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
}
.modal-input-cover input:focus + .clear-input {
  opacity: 1;
}
.relative {
  position: relative;
}
.relative input,
.relative textarea {
  width: 100%;
}
.relative .clear-input {
  transform: translateY(-50%);
}
.modal-description {
  text-align: left;
  width: fit-content;
  padding: 5px;
  background: #EBEBEB;
  border-radius: 4px;
}
.modal-description span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  display: flex;
}
.sendConfirmCode {
  width: 100%;
}
.confirm-content {
  margin-top: 24px;
}
.openChangeDataModal {
  margin-top: 24px;
}
#autopayModal {
  width: 200px !important;
}
.bannerCrashRequestsForbidden {
  margin-top: 24px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 14px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 331px;
}
@media (max-width: 1160px) {
  .bannerCrashRequestsForbidden {
    max-width: none;
  }
}
.bannerCrashRequestsForbidden__lead {
  gap: 0.8rem;
}
.bannerCrashRequestsForbidden__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.bannerCrashRequestsForbidden__message {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.bannerCrashRequestsForbidden__icon {
  display: flex;
  flex: 0 0 auto;
}
.bannerCrashRequestsForbidden__icon path {
  stroke: var(--primary-color);
}
.hiddenInput {
  width: 0;
  opacity: 0;
}
.frisbiChoose {
  border: 1px solid #E2E2E2;
  justify-content: space-between;
  margin-bottom: 24px;
}
.frisbiChoose.single {
  border: none;
  margin-bottom: 0px;
}
.frisbiChoose.single .labelSingle {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600;
}
.frisbiChoose__item {
  display: flex;
}
.frisbiChoose__item:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 49%;
}
.frisbiChoose__item:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 49%;
}
.frisbiChoose__item label {
  display: block;
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.frisbiChoose__item input[type="radio"]:checked + label {
  background-color: #E2E2E2;
}
#yMap {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #9e9e9e;
}
#requestForm #map {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #9e9e9e;
}
#requestForm #openStreetMapFrame {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  border: none;
}
#requestForm .leaflet-container {
  width: 100%;
  height: 200px;
}
#requestForm .leaflet-control-zoom,
#requestForm .leaflet-right {
  display: none;
}
.mapAlert {
  font-size: 14px;
  padding: 14px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  backdrop-filter: blur(10px);
  background-color: #fff;
}
.serviceFeeTooltip {
  background: rgba(0, 0, 0, 0.09);
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 8px;
}
.mapConfirmationTemplate {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 14px;
  padding: 14px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  backdrop-filter: blur(10px);
  background-color: #fff;
  opacity: 1;
  transition: all 0.4s ease;
  transform: translateY(10px);
  z-index: 1000;
}
.mapConfirmationTemplate.hide {
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(0);
  pointer-events: none;
}
.mapConfirmationTemplate__buttons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 14px;
}
.mapConfirmationTemplate__buttons > button {
  width: 50%;
}
.mapConfirmationTemplate__buttons > button[data-action="manually"] {
  width: 100% !important;
}
.searchByAddress {
  position: relative;
  margin-top: 14px;
}
.searchByAddress [data-type="mapSearchClear"] {
  background-color: transparent;
  opacity: 0;
  cursor: pointer;
}
.searchByAddress [data-type="mapSearchClear"]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  background: linear-gradient(270.24deg, #fff 7.94%, rgba(255, 255, 255, 0.991615) 18.76%, rgba(255, 255, 255, 0.967585) 27.58%, rgba(255, 255, 255, 0.9296) 34.68%, rgba(255, 255, 255, 0.879348) 40.39%, rgba(255, 255, 255, 0.818519) 45.02%, rgba(255, 255, 255, 0.7488) 48.87%, rgba(255, 255, 255, 0.671881) 52.25%, rgba(255, 255, 255, 0.589452) 55.48%, rgba(255, 255, 255, 0.5032) 58.86%, rgba(255, 255, 255, 0.414815) 62.71%, rgba(255, 255, 255, 0.325985) 67.33%, rgba(255, 255, 255, 0.2384) 73.04%, rgba(255, 255, 255, 0.153748) 80.15%, rgba(255, 255, 255, 0.0737185) 88.96%, rgba(255, 255, 255, 0) 99.79%);
  height: 100%;
  width: 140%;
  opacity: 0.8;
}
.searchByAddress [data-type="mapSearchClear"].shown {
  opacity: 1;
}
.searchByAddress__input {
  border-radius: 8px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  height: 51px!important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  padding-right: 38px;
}
.searchByAddress__result {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 42px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 50px 40px -7px;
  width: 100%;
  height: fit-content;
  max-height: 277px;
  overflow: auto;
  z-index: 1000;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(0);
  pointer-events: none;
  scrollbar-color: gray transparent;
  scrollbar-width: thin;
}
.searchByAddress__result::-webkit-scrollbar {
  width: 2px;
  transition: all 0.4s ease;
}
.searchByAddress__result::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.searchByAddress__result.shown {
  transition: all 0.4s ease;
  transform: translateY(10px);
  opacity: 1;
  pointer-events: all;
}
.searchByAddress__result .searchOption {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  padding: 14px;
  transition: background-color 0.4s ease;
  cursor: pointer;
}
.searchByAddress__result .searchOption:hover {
  transition: background-color 0.4s ease;
  background-color: var(--muted);
}
.searchByAddress__result .searchOption:not(.searchByAddress__result .searchOption:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
.request_created {
  display: none;
  text-align: center;
}
.request_created_thanks {
  font-size: 38px;
  line-height: 45px;
}
.request_created_image {
  width: 154px;
  height: 135px;
  margin: 0 auto;
}
.request_created_image svg {
  stroke: var(--primary-color);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.request_sent .create_request_content {
  display: none;
}
.request_sent .request_created {
  display: block;
}
.feedback_inner {
  margin: 30px 0;
  position: relative;
  max-width: 600px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.thanks_inner {
  margin-top: 45px;
}
.feedback_message {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px;
}
/*
.requests {
  .request_message {
    min-width: 400px;
  }

  .status {
    text-align: right;
  }

  .appl_date {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
  }

  .appl_status_text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
  }

  .appl_attachment {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/Content/images/icons/file.svg");
    margin-left: auto;
  }

  .right_nav {
    .head_nav {
      .create_request {
        bottom: auto;
        top: 32px;
      }
    }
  }

  .search_requests {
    border-top: 1px solid @darkGrey-color;
    border-bottom: 1px solid @darkGrey-color;
    padding: 10px 19px;
    margin: 10px -19px 0 -19px;
  }

  .search_title {
    font-size: 16px;
  }

  .search_dates {
    display: flex;
    justify-content: space-between;
  }

  .search_period_label {
    width: 46%;
    font-size: 14px;
  }

  .search_period_input {
    background-color: transparent;
    padding: 0.5rem !important;
    border: 1px solid @darkGrey-color !important;
    border-radius: 5px !important;
    cursor: pointer;
    font-size: 12px !important;
  }

  .search_topic_cover {
    margin: 20px 0;
    font-size: 14px;
    .jq-selectbox__dropdown {
      width: 100% !important;
      li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        font-size: 14px;
        text-align: left;
        .list_style {
          font-size: 12px;
          font-weight: normal;
        }
      }
    }
    .jq-selectbox__select,
    .jq-selectbox  {
      width: 100%;
    }

    .jq-selectbox__select {
      padding-bottom: 0.5rem;
      padding-right: 30px;
    }

    .jq-selectbox__trigger {
      right: 0;
    }

    .jq-selectbox__trigger-arrow {
      top: 12px;
    }
  }

  .search_controls {
    display: flex;
    justify-content: space-between;

    .search_controls_button {
      width: 46%;
      min-width: auto;
      font-weight: normal;
      padding: 6px;
    }
  }

  .search_with_attachment {
    margin-bottom: 10px;
    display: block;

    input,
    .search_checkbox_text {
      vertical-align: middle;
      line-height: 15px;
    }
  }

  .search_checkbox_text {
    font-weight: normal;
    font-size: 14px;
  }
}
*/
.requests {
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 1160px) {
  .requests {
    flex-direction: column;
  }
}
.requests__prewrap {
  display: flex;
}
@media (max-width: 1160px) {
  .requests__prewrap {
    flex-direction: column;
  }
}
.requests .tabs-block {
  margin-bottom: 0;
}
.requests__body {
  max-width: 493px;
}
.requests__wrap {
  max-width: 796px;
  width: 796px;
  background-color: #fff;
  border-radius: 8px;
  min-height: 535px;
  height: fit-content;
}
@media (max-width: 1160px) {
  .requests__wrap {
    max-width: none;
    width: 100%;
    overflow: auto;
  }
}
.requests__head {
  padding: 24px 24px 0 24px;
}
.requests__head--info {
  display: flex;
  flex-direction: column;
}
.requests__head--info-request-address span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
.requests__head--info-request-number {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
}
.requests__head--info-request-number span {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
}
.requests__head--rating span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
.requests__head--status {
  width: fit-content;
}
.requests__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.requests__search-input {
  padding: 8px 16px;
  flex-grow: 1;
  height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.requests__search-icon {
  position: absolute;
  top: 57%;
  right: 46px;
  transform: translateY(-50%);
  cursor: pointer;
}
.requests__table {
  width: 100%;
  padding: 8px 24px;
  overflow: auto;
}
@media (max-width: 1150px) {
  .requests__table {
    max-height: 555px;
  }
}
.requests__table table {
  border-collapse: collapse;
}
.requests__table thead {
  border-bottom: 1px solid #e5e5e5;
}
.requests__table thead tr th {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
}
.requests__table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.requests__table tbody tr:last-of-type {
  border-bottom: none;
}
.requests__table tbody tr td {
  font-weight: 600;
  padding: 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  vertical-align: top;
}
.requests__table tbody .request-number {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  gap: 5px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.1px;
  white-space: nowrap;
  margin-bottom: 3px;
}
.requests__table tbody .request-number svg {
  width: 20px;
  height: 20px;
}
.requests__table tbody .request-date {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.requests__table tbody .request-description {
  max-width: 400px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.requests__table tbody .request-status {
  font-size: 12px;
}
.requests .isMessage {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.requests .isMessage svg {
  margin-right: 10px;
  flex: 0 0 auto;
}
.requests .isMessage span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--primary-color);
  cursor: pointer;
}
.requests__create {
  flex-grow: 1;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1160px) {
  .requests__create {
    margin-left: 0;
    margin-top: 16px;
  }
}
.requests__create-button {
  width: 100%;
}
.requests__description {
  max-width: 491px;
  padding: 16px;
  margin-left: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 24px;
  margin-right: 24px;
}
.requests__description span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.requests__invoice,
.requests__topic,
.requests__related {
  padding: 0 24px 24px 24px;
}
.requests__invoice span,
.requests__topic span,
.requests__related span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
.requests__invoice--info-wrap,
.requests__topic--info-wrap,
.requests__related--info-wrap {
  margin-top: 8px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.requests__invoice--info-wrap a,
.requests__topic--info-wrap a,
.requests__related--info-wrap a {
  width: 100%;
  display: flex;
  align-items: center;
}
.requests__invoice--info-wrap span,
.requests__topic--info-wrap span,
.requests__related--info-wrap span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.requests__invoice--info-arrow,
.requests__topic--info-arrow,
.requests__related--info-arrow {
  margin-left: auto;
}
.requests__invoice--info-icon,
.requests__topic--info-icon,
.requests__related--info-icon {
  margin-right: 8px;
  display: flex;
}
.requests__invoice--info-sum,
.requests__topic--info-sum,
.requests__related--info-sum {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  margin-right: 8px;
}
.requests__docs {
  padding: 0 24px 24px 24px;
}
.requests__docs span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
.requests__docs .desc {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 45px;
  bottom: 3px;
  right: 0;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
}
.requests__docs--items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.requests__docs--items svg {
  position: relative;
}
.requests__docs--items > div {
  position: relative;
  margin-right: 8px;
}
.requests__docs--items .add-files {
  cursor: pointer;
}
.requests__docs--item img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.requests__statuses {
  padding: 0 24px 24px 24px;
}
.requests__statuses span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
.requests__statuses--table {
  border: 1px solid #E5E5E5;
  margin-top: 8px;
  border-radius: 8px;
  width: 100%;
  overflow: auto;
}
.requests__statuses--table table {
  border-collapse: collapse;
}
.requests__statuses--table thead {
  border-bottom: 1px solid #e5e5e5;
}
.requests__statuses--table thead tr th {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
}
.requests__statuses--table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.requests__statuses--table tbody tr:last-of-type {
  border-bottom: none;
}
.requests__statuses--table tbody tr td {
  font-weight: 600;
  padding: 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  vertical-align: top;
}
.requests__statuses--table tbody tr td:last-of-type {
  text-align: right;
}
.requests__statuses--table tbody .request-date {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.requests__statuses--table tbody .request-status {
  font-size: 12px;
}
.requests__statuses--table .date {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.requests__buttons {
  padding: 0 24px 24px 24px;
  margin-top: 24px;
  display: flex;
}
.requests__buttons > button {
  margin-right: 16px;
}
.requests__pass {
  padding: 0 24px 24px 24px;
}
.requests__pass .content_col {
  margin-top: 8px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
}
.requests__pass .content_col .sec-text {
  display: block;
  margin-bottom: 4px;
}
.requests__pass .content_col .pass-type .pass-type-info {
  margin-bottom: 8px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}
.requests__pass .content_col .passField > div {
  margin-bottom: 8px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  word-break: break-word;
}
.create-request {
  background: var(--gradient-primary);
  color: var(--text-buttons-color);
  height: 48px;
  width: 100%;
}
.request-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.description-textarea__body {
  display: flex;
  flex-direction: column;
}
.description-textarea__body span {
  margin-bottom: 8px;
}
.description-textarea__body span:first-of-type {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
.description-textarea__body .remaining-chars {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
.description-textarea__body textarea {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  height: 112px !important;
}
.description-textarea__controls {
  display: flex;
  justify-content: space-between;
}
.requests-chat {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  max-height: 535px;
  height: 535px;
  margin-left: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .requests-chat {
    margin-left: 0;
  }
}
.requests-chat__head {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #E5E5E5;
}
.requests-chat__head--icon {
  display: flex;
  margin-right: 8px;
}
.requests-chat__head--title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
}
.requests-chat__input {
  margin-top: auto;
  padding: 0 16px 16px 16px;
}
.requests-chat__input #filesBlockChat {
  display: flex;
  padding-top: 8px;
  flex-wrap: wrap;
  overflow: auto;
  max-height: 85px;
  scrollbar-width: thin;
}
.requests-chat__input #filesBlockChat img {
  width: 91px;
  height: 72px;
  object-fit: cover;
}
.requests-chat__input #filesBlockChat::-webkit-scrollbar {
  width: 2px;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.requests-chat__input #filesBlockChat::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
  width: 2px;
}
.requests-chat__input #filesBlockChat .requests__docs--item {
  position: relative;
  margin-right: 8px;
  flex: 0 0 auto;
}
.requests-chat__input #filesBlockChat .requests__docs--item:last-of-type {
  display: none;
}
.requests-chat__input--body {
  padding: 10px 12px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.requests-chat__input--body .message-textarea {
  width: 100%;
  max-height: 180px;
  margin-top: auto;
  font-weight: 600;
  height: 24px;
  font-size: 14px;
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  scrollbar-width: thin;
  border: none;
}
.requests-chat__input--body .message-textarea::-webkit-scrollbar {
  width: 4px;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.requests-chat__input--body .message-textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.requests-chat__input--body .message-textarea::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #D7D5D5;
  margin-top: auto;
}
.chat-body {
  padding: 24px;
  overflow: auto;
  scrollbar-width: thin;
}
.chat-body::-webkit-scrollbar {
  width: 4px;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.chat-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.chat-body__message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 12px;
}
.chat-body__message .name {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  display: none;
}
.chat-body__message .baloon {
  word-break: break-word;
}
.chat-body__message--date {
  padding: 1px 6px;
  background-color: #EBEBEB;
  margin-bottom: 12px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
.chat-body__message--date span {
  width: fit-content;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  color: #9E9E9E;
}
.chat-body__message--notification {
  padding: 12px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
}
.chat-body__message--notification span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.chat-body__message--incoming {
  padding: 12px;
  background-color: #F5F5F5;
  border-radius: 0 8px 8px 8px;
  width: fit-content;
  max-width: 270px;
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
}
.chat-body__message--incoming span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.chat-body__message--incoming .chat_message_link {
  color: var(--primary-color) !important;
  font-size: 14px;
  font-weight: 600;
}
.chat-body__message--incoming .chat_message_link:hover {
  text-decoration: underline;
}
.chat-body__message--outgoing {
  padding: 12px;
  background-color: var(--primary-color);
  border-radius: 8px 0 8px 8px;
  width: fit-content;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
}
.chat-body__message--outgoing span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  word-break: break-word;
}
.chat-body__message--time {
  margin-top: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
  text-align: left;
  align-self: flex-start;
}
.chat-col {
  display: flex;
  flex-direction: column;
  width: 31%;
}
@media (max-width: 1000px) {
  .chat-col {
    width: 100%;
    margin-top: 16px;
  }
}
.contacts {
  background-color: #fff;
  border-radius: 8px;
  margin-left: 16px;
  max-height: 236px;
  display: none;
}
@media (max-width: 1160px) {
  .contacts {
    margin-left: 0;
  }
}
.contacts__head {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
}
.contacts__head--icon {
  display: flex;
  margin-right: 8px;
}
.contacts__head--arrow {
  margin-left: auto;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
.contacts__head--arrow.isShown {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}
.contacts__body {
  padding: 24px;
  border-top: 1px solid #E5E5E5;
  display: none;
}
.contacts__body.isShown {
  display: block;
}
.contacts__body > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
#addMessage {
  margin-left: auto;
  margin-top: auto;
  cursor: pointer;
}
.chat-body__message--outgoing + .chat-body__message--time {
  margin-left: auto;
}
.with_image {
  display: flex;
  flex-direction: column;
}
.with_image a {
  position: relative;
  display: block;
}
.with_image .desc {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 45px;
  bottom: 3px;
  right: 0;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.removeFile,
.removeFileFromRequest {
  position: absolute;
  display: flex;
  border-radius: 50%;
  z-index: 1;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.text-right {
  text-align: right;
}
.grow {
  flex-grow: 1;
}
.chat_message_link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}
.chat_message_link:hover {
  text-decoration: underline;
}
.datepicker {
  position: relative;
  margin-left: 16px;
  padding: 8px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  height: 36px !important;
  background: transparent;
  z-index: 1;
}
@media (max-width: 800px) {
  .datepicker {
    width: 100%;
  }
  .datepicker:first-of-type {
    margin-left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 26px !important;
  }
}
.removeFile {
  cursor: pointer;
}
.search_with_attachment {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 470px) {
  .search_with_attachment {
    flex-direction: column;
    align-items: flex-start;
  }
  .search_with_attachment .ml-auto {
    margin-left: 0;
  }
  .search_with_attachment .search_controls {
    justify-content: flex-start;
  }
}
.req-des {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
  margin-bottom: 8px;
  padding-left: 24px;
}
.chatMessageFile img {
  margin-top: 8px;
  border-radius: 8px;
}
#flatSelection {
  display: none;
}
.flat_selector {
  background-color: #FAFAFA;
  border-radius: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mb-14 {
  margin-bottom: 14px;
}
.mt-0 {
  margin-top: 0 !important;
}
.daterangepicker .calendar-time select {
  opacity: 1;
}
.daterangepicker.show-calendar .drp-buttons {
  display: flex;
  justify-content: flex-end;
}
.daterangepicker select.monthselect {
  opacity: 1;
}
.daterangepicker select.yearselect {
  opacity: 1;
}
.align-start {
  align-items: flex-start;
}
.status-accepted,
.status-finish,
.status-done {
  background-color: #E8F5E9;
  color: #43A047;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
.status-appointed,
.status-opened,
.status-new {
  background-color: #E0F7FA;
  color: #0288D1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
.status-expired,
.status-clozed {
  background-color: #FEEBEE;
  color: #EF5350;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
.status-canceled,
.status-postponed,
.status-awaitingPayment,
.status-awaitingAnswer {
  background-color: #ECEFF1;
  color: #9E9E9E;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  /* overflow: hidden; */
  width: auto;
  height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  margin-right: 1px;
  margin-left: 1px;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 20px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 22px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 3px;
  margin: 6px auto;
  top: 10px;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #426ea0;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #426ea0;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #426ea0;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.slide {
  position: relative;
  display: grid;
  margin: 20px auto;
  max-width: 344px;
}
.slide-items {
  border-radius: 5px;
  grid-area: 1/1;
  overflow: hidden;
  position: relative;
}
.slide-items > * {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 350px;
  height: 640px;
  object-fit: contain;
}
.slide-items .active {
  opacity: 1;
  pointer-events: initial;
  position: relative;
}
.slide-nav {
  grid-area: 1/1;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}
.slide-thumbs {
  position: relative;
  z-index: 1;
  display: flex;
  grid-column: 1/3;
}
.slide-thumb-item {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  display: block;
  flex: 1;
  height: 3px;
  margin: 5px;
  overflow: hidden;
}
.slide-thumb-item.active::after {
  animation: thumb 15s forwards linear;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  content: '';
  display: block;
  height: inherit;
  transform: translateX(-100%);
}
.slide-next {
  background-color: #fff;
  padding: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -13%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
@media (max-width: 600px) {
  .slide-next {
    right: -5%;
  }
}
.slide-prev {
  background-color: #fff;
  padding: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -13%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
@media (max-width: 600px) {
  .slide-prev {
    left: -5%;
  }
}
@keyframes thumb {
  to {
    transform: initial;
  }
}
.slide-wrap {
  display: none;
}
.slide-wrap.active {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 200;
  left: 0;
}
.slide-wrap .slide-items {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #fff;
}
.slide-wrap__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-item-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-item-body img {
  height: 100%;
  object-fit: cover;
}
.slide-item-body span {
  bottom: 0;
  padding: 15px;
  background-color: #fff;
  width: 99%;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.slide-item-body .more-info-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin: 10px;
  font-weight: 600;
  background: var(--gradient-primary);
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  color: var(--text-buttons-color);
  width: 93%;
  z-index: 10;
}
.slide-cta {
  position: absolute;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 344px;
}
.slide-cta .close-stories {
  margin-left: auto;
}
.slide-cta .news-info {
  display: flex;
  align-items: center;
  color: #fff;
}
.slide-cta .brand-logo {
  position: relative;
}
.slide-cta .brand-logo img {
  border: 2px solid var(--primary-color);
  margin-right: 10px;
  border-radius: 100px;
  background-color: #fff;
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.slide-cta .actions {
  display: flex;
  z-index: 100;
}
.slide-cta .actions svg {
  cursor: pointer;
}
#placeForStories {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}
#placeForStories .news-info svg {
  width: 24px;
  height: 24px;
  top: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.svg-loader-news {
  width: 100px;
  height: 100px;
}
.slide-item.active [data-action="adminCopy"] {
  position: absolute;
  right: 13px;
  top: 9px;
  padding: 4px;
  z-index: 1;
}
.slide-item.active svg[data-action="adminCopy"] {
  position: initial !important;
  padding: 0;
}
.stories-content {
  position: relative;
  scrollbar-width: thin;
}
.stories-content::-webkit-scrollbar {
  width: 8px;
  transition: all 0.4s ease;
}
.stories-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.item-body {
  background-color: #fff;
  border-radius: 8px;
}
.item-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 24px;
}
.item-title--icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.item-title--icons a {
  color: rgba(0, 0, 0, 0.87);
}
.item-list {
  padding: 17px 24px;
}
.item-list--item {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
}
.item-list--item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filesUpload {
  margin-top: 16px;
  margin-bottom: 16px;
}
.filesUpload .sec-text {
  margin-bottom: 8px;
}
.filesUpload__files {
  display: none;
}
.filesUpload__button {
  width: fit-content !important;
  position: relative;
}
@media (max-width: 450px) {
  .filesUpload__button {
    width: 100% !important;
  }
}
.filesUpload__button svg {
  margin-left: 12px;
}
.filesUpload__item {
  margin: 12px 8px;
  display: flex;
  align-items: center;
}
.filesUpload__item--name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #1E88E5;
  margin-right: 4px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filesUpload__item--delete {
  display: flex;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  cursor: pointer;
  margin-left: auto;
}
.filesUpload__item--type {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #9E9E9E;
  margin-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filesUpload__error {
  margin-top: 16px;
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #FCE7E7;
  border: 1px solid #E53935;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.filesUpload__error--body {
  display: flex;
  flex-direction: column;
}
.filesUpload__error svg {
  margin-right: 10px;
}
.filesUpload__error.active {
  display: flex;
  align-items: center;
}
.counters-list__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.counters-list__item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 17px;
}
@media (max-width: 1075px) {
  .counters-list__item {
    margin-right: 0;
  }
}
.counters-list__item:last-of-type {
  margin-right: 0;
}
.archival-counters__items {
  display: flex;
  flex-wrap: wrap;
}
.archival-counters__icon {
  margin-right: 13px;
}
.archival-counters__icon img {
  width: 28px;
  height: 28px;
}
.archival-counters__lead {
  display: flex;
  flex-direction: column;
}
.archival-counters__item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 17px;
  padding: 24px;
  flex: 0 1 48%;
  display: flex;
  margin-right: 13px;
  align-items: center;
}
@media (max-width: 1075px) {
  .archival-counters__item {
    flex: 1 1 auto;
    margin-right: 16px;
  }
  .archival-counters__item:nth-child(3n) {
    margin-right: 16px;
  }
}
.counters-item {
  padding: 24px;
  width: 49%;
}
@media (max-width: 1075px) {
  .counters-item {
    width: 100%;
  }
}
.counters-item__head {
  display: flex;
}
.counters-item__body {
  display: flex;
  margin-top: 12px;
  margin-bottom: 16px;
}
.counters-item__icon {
  margin-right: 8px;
  flex-shrink: 0;
}
.counters-item__info {
  display: flex;
  flex-direction: column;
}
.counters-item__info .sec-text {
  max-width: 260px;
  word-break: break-word;
  white-space: nowrap;
}
@media (max-width: 1075px) {
  .counters-item__info .sec-text {
    white-space: normal;
  }
}
.counters-item__info .bolder-text {
  max-width: 300px;
  word-break: break-word;
}
.counters-item__info:first-of-type {
  margin-right: 24px;
}
.counters-item__link {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 1075px) {
  .counters-item__link {
    white-space: normal;
  }
}
.counters-item__indicators-body {
  display: flex;
}
@media (max-width: 1075px) {
  .counters-item__indicators-body {
    flex-wrap: wrap;
  }
}
.counters-item__indicators-body .counters-item__indicators {
  margin-right: 8px;
  width: 100%;
}
.counters-item__indicators-body .counters-item__indicators input.error {
  border: 1px solid #E53935;
}
.counters-item__indicators-body .counters-item__indicators input.error-warning {
  border: 1px solid #FFA000;
}
.counters-item__indicators-body .counters-item__indicators:last-of-type {
  margin-right: 0;
}
.bolder-text {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.1px;
  margin-bottom: 5px;
}
@media (max-width: 1075px) {
  .bolder-text {
    font-size: 16px;
  }
}
.sec-text {
  font-weight: 600;
  font-size: 12px;
  color: #9E9E9E;
}
.bolder-text-sm {
  font-weight: 600;
  font-size: 14px;
}
.counters-input {
  width: 100%;
  border-radius: 8px;
  height: 38px;
  border: 1px solid #E5E5E5;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  margin: 6px 0;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  letter-spacing: -0.1px;
}
.counters-input:focus {
  border: 1px solid var(--primary-color);
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.counters-tooltip {
  position: relative;
  border: 1px solid #FFA000;
  border-radius: 8px;
  background-color: #FFF5E5;
  margin-top: 24px;
  margin-bottom: 32px;
  max-width: 540px;
}
.counters-tooltip.golos .counters-tooltip__description br {
  display: block;
}
.counters-tooltip__body {
  display: flex;
  align-items: center;
  padding: 12px;
}
.counters-tooltip__icon {
  margin-right: 12px;
  display: flex;
}
.counters-tooltip__description {
  font-weight: 400;
  font-size: 14px;
}
.counters-tooltip__description br {
  display: none;
}
.breadcrumbs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.breadcrumbs-head__body {
  display: flex;
}
@media (max-width: 1075px) {
  .breadcrumbs-head__body {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}
.breadcrumbs-head__link {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87) !important;
  margin-right: 8px;
}
@media (max-width: 1075px) {
  .breadcrumbs-head__link {
    font-size: 14px;
  }
}
.breadcrumbs-head__link.current {
  font-weight: 600;
  font-size: 16px;
  color: #9E9E9E !important;
}
@media (max-width: 1075px) {
  .breadcrumbs-head__link.current {
    font-size: 14px;
  }
}
.tabs-block {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  margin-bottom: 24px;
}
.tabs-block__items {
  display: flex;
  align-items: center;
}
@media (max-width: 1075px) {
  .tabs-block__items {
    overflow: auto;
  }
}
.tabs-block__item {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
  margin-right: 32px;
  color: #9E9E9E;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.tabs-block__item.current {
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 1075px) {
  .tabs-block__item.current {
    font-size: 12px;
  }
}
@media (max-width: 1075px) {
  .tabs-block__item {
    font-size: 12px;
    margin-right: 0;
  }
}
.latest {
  color: rgba(0, 0, 0, 0.87);
}
.white-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  height: 36px;
  color: rgba(0, 0, 0, 0.87) !important;
}
.white-button svg {
  margin-right: 6px;
}
.vote-block {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 1075px) {
  .vote-block {
    display: none;
  }
}
.vote-block__mobile {
  display: none;
}
@media (max-width: 1075px) {
  .vote-block__mobile {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
  }
}
.vote-block__body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
}
.vote-block__button {
  width: 100%;
  margin-top: 16px;
}
.vote-block__lead {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 1075px) {
  .vote-block__lead {
    text-align: center;
  }
}
.modals-cover {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.add-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: var(--gradient-primary);
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  height: 48px;
  color: var(--text-buttons-color);
}
.indicators-history {
  max-width: 680px;
}
.indicators-history__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 24px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 14px;
}
.indicators-history__head > span {
  flex: 1 1 33%;
  text-align: center;
  display: flex;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .indicators-history__head > span {
    font-size: 12px;
    text-align: left;
  }
}
.indicators-history h2 {
  font-weight: 700;
  font-size: 12px;
  color: #9E9E9E;
  margin-bottom: 16px;
  margin-top: 16px;
}
.indicators-history__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indicators-history__item > span {
  flex: 1 1 33%;
  text-align: center;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 1075px) {
  .indicators-history__item > span {
    flex: none;
    font-size: 12px;
  }
}
.no-counters {
  width: 100%;
  height: 50vh;
}
.no-counters__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.no-counters__lead {
  margin-top: 8px;
  text-align: center;
}
.no-counters__lead span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 1075px) {
  .item-title--icons {
    white-space: nowrap;
  }
}
.mt-14 {
  margin-top: 14px;
}
@media (max-width: 1075px) {
  .add-counters {
    display: none;
  }
}
.w-400 {
  width: 400px !important;
}
#countersList {
  width: 100%;
}
.mt-24 {
  margin-top: 24px;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.controls-cover {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cta-kebab {
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.cta-kebab__list {
  display: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
  width: fit-content;
  z-index: 1;
}
.cta-kebab__list.shown {
  display: block;
  position: absolute;
  right: 0;
}
.cta-kebab__list li {
  padding: 12px 16px;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  letter-spacing: 0.1px;
}
.cta-kebab__list li:last-of-type {
  border-bottom: none;
}
.cta-kebab__list a {
  color: rgba(0, 0, 0, 0.6);
}
.filter__items {
  display: none;
}
.filter__items--cover {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .filter__items--cover {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.filter__items--input-cover {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .filter__items--input-cover {
    width: 100%;
    gap: 1rem;
  }
}
.filter__items--label {
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .filter__items--label {
    width: 100%;
  }
}
.filter__items.isShown {
  display: flex;
  flex-direction: column;
}
.filter__items .select2-container--material .select2-selection {
  display: flex !important;
  align-items: center;
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  padding: 8px 16px;
  font-size: 14px;
  margin-top: 0.2rem;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s;
  height: 36px !important;
  max-width: 242px;
}
@media (max-width: 1160px) {
  .filter__items .select2-container--material .select2-selection {
    max-width: none;
  }
}
.filter__items .select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
.filter__items .select2-container--material .select2-selection--single .select2-selection__rendered {
  background: transparent;
}
.filter-toggle {
  margin-left: 8px;
  cursor: pointer;
  width: fit-content;
}
.search_controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 14px;
}
.align-center {
  align-items: center;
}
.add-camera,
.add-auto {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  padding: 1px 6px;
  background-color: #EBEBEB;
  border-radius: 4px;
  cursor: pointer;
}
.add-camera span,
.add-auto span {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.54);
  white-space: nowrap;
}
.auto__lead--input {
  padding: 8px 16px;
  flex-grow: 1;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  height: 51px;
  margin-bottom: 14px;
  width: 100%;
}
@media (max-width: 1075px) {
  .auto__lead--input-cover {
    width: 100%;
  }
}
.auto__lead--description {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.auto__lead--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input-validation-error {
  border: 1px solid #E53935 !important;
}
.field-validation-error {
  margin-top: 4px;
  font-weight: 600;
  font-size: 12px;
  color: #E53935;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url("/Content/images/redesign-src/calendar-icon.svg");
  width: 16px;
  height: 16px;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background-image: url("/Content/images/redesign-src/time-picker.svg");
  width: 16px;
  height: 16px;
}
.toastify {
  /*background: @primary-color !important;*/
}
.toastify br {
  display: none;
}
.toast-buttons {
  display: flex;
  justify-content: space-between;
}
.toast-buttons > button {
  width: 50%;
  margin-top: 14px;
  background-color: #fff;
}
.toast-buttons > button:first-of-type {
  margin-right: 8px;
}
.owl-carousel {
  z-index: unset !important;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.toastify-backdrop {
  background: transparent;
  width: 100vw;
  height: 100vh;
  left: -75vw;
  top: -15px;
  position: absolute;
  z-index: -1;
  cursor: default;
}
@media (max-width: 620px) {
  .toastify-backdrop {
    left: -27vw;
  }
}
@media (max-width: 620px) {
  .toastify {
    min-width: 275px;
  }
}
.counters_error {
  color: #E53935;
  font-weight: 600;
  font-size: 12px;
  margin-top: 8px;
}
.userpic-buttons {
  position: absolute;
  right: 13px;
  bottom: 18px;
  display: flex;
}
.userpic-buttons .remove_photo {
  margin-left: 5px !important;
}
#remove_photo_at_profile {
  padding: 0;
  margin: 0;
  top: 24px;
  width: 28px;
  height: 28px;
}
.debt-shield,
.shield {
  background-color: #fff;
  width: 480px;
  position: fixed;
  left: 0;
  height: 60%;
  bottom: -1000px;
  -webkit-transition: bottom ease 0.5s;
  transition: bottom ease 0.5s;
  z-index: 102;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media (max-width: 1075px) {
  .debt-shield,
  .shield {
    width: 100%;
  }
}
.debt-shield__title,
.shield__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #415563;
  margin-bottom: 28px;
}
.debt-shield__backdrop,
.shield__backdrop {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 35, 7, 0.2);
  z-index: 10;
}
.debt-shield__wrap,
.shield__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.debt-shield.shown,
.shield.shown {
  bottom: 0;
  left: 0;
  transition: bottom ease 0.5s;
}
.debt-shield__select,
.shield__select {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.debt-shield__select .sec-text,
.shield__select .sec-text {
  margin-bottom: 8px;
}
.debt-shield__select .jq-selectbox__select,
.shield__select .jq-selectbox__select {
  display: none;
}
.debt-shield__select input,
.shield__select input,
.debt-shield__select textarea,
.shield__select textarea,
.debt-shield__select #requestPass_ExpirationDateTime,
.shield__select #requestPass_ExpirationDateTime {
  border-radius: 8px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  height: 51px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  scrollbar-color: gray transparent;
  scrollbar-width: thin;
}
.debt-shield__select input::-webkit-scrollbar,
.shield__select input::-webkit-scrollbar,
.debt-shield__select textarea::-webkit-scrollbar,
.shield__select textarea::-webkit-scrollbar,
.debt-shield__select #requestPass_ExpirationDateTime::-webkit-scrollbar,
.shield__select #requestPass_ExpirationDateTime::-webkit-scrollbar {
  width: 2px;
  transition: all 0.4s ease;
}
.debt-shield__select input::-webkit-scrollbar-thumb,
.shield__select input::-webkit-scrollbar-thumb,
.debt-shield__select textarea::-webkit-scrollbar-thumb,
.shield__select textarea::-webkit-scrollbar-thumb,
.debt-shield__select #requestPass_ExpirationDateTime::-webkit-scrollbar-thumb,
.shield__select #requestPass_ExpirationDateTime::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.debt-shield__head,
.shield__head {
  display: flex;
  justify-content: flex-end;
  padding: 12px;
}
.debt-shield__item,
.shield__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 32px;
  counter-increment: shield-count;
}
.debt-shield__item:last-of-type svg,
.shield__item:last-of-type svg {
  display: none;
}
.debt-shield__item--lead,
.shield__item--lead {
  position: relative;
  top: 5px;
  display: flex;
  flex-direction: column;
}
.debt-shield__item--lead .sec-text,
.shield__item--lead .sec-text {
  font-size: 10px !important;
}
.debt-shield__item--lead.current,
.shield__item--lead.current {
  color: #BE4E4E;
  font-weight: 600;
}
.debt-shield__item--count,
.shield__item--count {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #efefef;
  color: #415563;
  flex: 0 0 auto;
}
.debt-shield__item--count:after,
.shield__item--count:after {
  content: counter(shield-count);
}
.debt-shield__item--count svg,
.shield__item--count svg {
  position: absolute;
  bottom: -24px;
  width: 18px;
  height: 18px;
}
.debt-shield__item--count.current,
.shield__item--count.current {
  background-color: #ffd7db;
  color: #b01515;
  font-weight: 600;
}
.debt-shield__item--count.current svg,
.shield__item--count.current svg {
  fill: #F4BFBF;
}
.debt-shield__body,
.shield__body {
  padding: 0 24px;
  height: 100%;
  overflow: auto;
  scrollbar-color: gray transparent;
  scrollbar-width: thin;
}
.debt-shield__body::-webkit-scrollbar,
.shield__body::-webkit-scrollbar {
  width: 2px;
  transition: all 0.4s ease;
}
.debt-shield__body::-webkit-scrollbar-thumb,
.shield__body::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.debt-shield__button,
.shield__button {
  margin-top: auto;
  padding: 24px;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.08), inset 0px 1px 0px rgba(0, 0, 0, 0.08);
}
.debt-shield__button button,
.shield__button button {
  width: 100%;
}
.choose-shield {
  height: 45%;
}
.m-10 {
  margin: 10px 0;
}
.align-self-center {
  align-self: center;
}
#AddNewBankCard {
  position: relative;
}
#AddNewBankCard.button--loading {
  pointer-events: none;
}
#AddNewBankCard.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}
#AddNewBankCard.button--loading:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #000;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.gray-square {
  background: #ebebeb;
  border-radius: 4px;
  padding: 1px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 4px;
}
.gray-square span {
  font-size: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
}
.shield.choose-shield .shield__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 12px;
}
.shield.choose-shield .shield__item:last-of-type svg {
  display: block;
}
.shield.choose-shield .shield__item {
  margin-bottom: 0;
  justify-content: space-between;
  padding: 14px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-weight: 600;
}
.shield.choose-shield .shield__item a {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.87) !important;
}
.shield__title {
  margin-bottom: 0 !important;
}
.shield__head {
  padding: 24px !important;
  justify-content: flex-start;
}
@media (max-width: 450px) {
  .mobile-nowrap {
    width: 136px;
    white-space: nowrap;
    padding: 0 0 10px 0 !important;
  }
}
.no-login {
  height: 66vh;
}
@media (max-width: 1000px) {
  .no-login {
    height: auto;
  }
}
.no-login__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
  justify-content: center;
}
.no-login__form .no-login {
  height: auto;
}
.no-login__form.loaded {
  max-width: none;
  height: auto;
}
.no-login__form.loaded .no-login__form--item {
  display: none;
}
.no-login__form.loaded #counters_button {
  display: none;
}
.no-login__form.hidden {
  display: none;
}
@media (max-width: 1000px) {
  .no-login__form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-login__form--item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.no-login__form--item input {
  border-radius: 8px;
  padding: 14px;
  border: 1px solid #E5E5E5;
  height: 52px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  scrollbar-color: gray transparent;
  scrollbar-width: thin;
  outline: none;
}
@media (max-width: 1000px) {
  .no-login__form--item {
    flex: 1 1 100%;
    width: 100%;
  }
}
.preloaderNo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
}
.preloaderNo.shown {
  display: block;
}
@media (max-width: 1000px) {
  .preloaderNo {
    position: absolute;
    left: 34%;
    top: 65%;
  }
}
.preloaderNo svg {
  width: 120px;
  height: 120px;
}
.preloaderNo path {
  fill: #000;
}
.hTitle {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 830px) {
  .hTitle {
    flex-direction: column;
  }
}
.hTitle h1 {
  margin: 0;
}
.wrapped {
  padding: 24px;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
#show_balance,
#counters_button {
  position: relative;
}
.button--loading {
  pointer-events: none;
}
.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}
.button--loading:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #000;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.no-login-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 6px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 580px) {
  .no-login-link[data-tooltips]:after {
    width: 279px !important;
    left: -262px !important;
  }
  .no-login-link[data-tooltips]:hover:after {
    width: 279px !important;
    left: -262px !important;
  }
}
.no-login-link[data-tooltips]:after {
  top: -68px;
  width: 300px;
  left: -146px;
}
.no-login-link[data-tooltips]:hover:after {
  top: -68px;
  width: 300px;
  left: -146px;
}
.row-reverse {
  flex-direction: row-reverse;
}
.hTitle__lead {
  background-color: #ECEFF1;
  color: #9E9E9E;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 830px) {
  .hTitle__lead {
    background-color: transparent;
  }
}
body[data-project="comfortCity"] .login_cover .login_links .button-group {
  flex-direction: column-reverse;
}
body[data-project="comfortCity"] .login_cover .login_links .button-group .no-login-link {
  margin-top: 14px;
}
.offlineHelper {
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  left: 0;
  transition: bottom 1s ease;
  bottom: 24px;
  padding: 14px;
}
.prompt-tooltip {
  bottom: -1000px;
  padding: 14px;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  left: 0;
  transition: bottom 1s ease;
}
.prompt-tooltip.shown {
  bottom: 24px;
  transition: bottom 1s ease;
}
.prompt-tooltip__body {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.prompt-tooltip__lead {
  font-size: 14px;
  font-weight: 600;
}
.prompt-tooltip__lead svg {
  width: 16px;
  height: 16px;
  fill: #017aff;
}
.prompt-tooltip__close {
  position: absolute;
  right: 8px;
  top: -8px;
  background: #EBEBEB;
  border-radius: 100px;
  display: flex;
  align-items: center;
}
.prompt-tooltip__close svg {
  width: 18px;
  height: 18px;
}
.prompt-tooltip__close span {
  display: flex;
  padding: 2px;
}
.mobile-shield-container .mobile-shield {
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  position: fixed;
  left: 0;
  height: 60%;
  bottom: -1000px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: 102;
  pointer-events: none;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.mobile-shield-container .mobile-shield.shown {
  bottom: 0;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 800px) {
  .mobile-shield-container .mobile-shield #deletePass {
    display: block !important;
  }
}
.mobile-shield-container .mobile-shield.withPassCode {
  height: 32%;
}
.mobile-shield-container .mobile-shield.withImage {
  height: 55%;
}
.mobile-shield-container .mobile-shield__wrap {
  height: 100%;
}
.mobile-shield-container .mobile-shield__title {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: -0.1px;
  margin-bottom: 14px;
  text-align: center;
}
.mobile-shield-container .mobile-shield__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.mobile-shield-container .mobile-shield .passCode {
  text-align: center;
  margin: 24px 0;
  font-size: 28px;
  font-weight: 600;
}
.mobile-shield-container .mobile-shield__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
}
.mobile-shield-container .mobile-shield__buttons > button {
  width: 100%;
}
.mobile-shield-container .mobile-shield__buttons > button:first-of-type {
  margin-bottom: 12px;
}
.mobile-shield-container .mobile-shield__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 35, 7, 0.2);
  z-index: 10;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.mobile-shield-container .mobile-shield__backdrop.shown {
  pointer-events: all;
  opacity: 1;
}
.mobile-shield-container .mobile-shield__body {
  padding: 24px 24px 34px 24px;
  height: 100%;
  overflow: auto;
}
.mobile-shield-container .mobile-shield__drag {
  position: absolute;
  top: -20px;
  display: flex;
  justify-content: center;
  min-height: 30px;
  width: 100%;
}
.mobile-shield-container .mobile-shield__drag::after {
  border-radius: 12px;
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  background-color: #fff;
}
.pass,
.frisbi {
  width: 100%;
}
.pass__items,
.frisbi__items {
  display: flex;
  flex-wrap: wrap;
}
.pass__info,
.frisbi__info {
  margin-top: auto;
}
.pass__info > div,
.frisbi__info > div {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
@media (max-width: 500px) {
  .pass__title,
  .frisbi__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .pass__title #AddPass,
  .frisbi__title #AddPass {
    width: 97%;
  }
}
.pass__item,
.frisbi__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 12px;
  margin-bottom: 12px;
  min-height: 140px;
  max-height: 200px;
  flex: 0 1 250px;
}
@media (max-width: 800px) {
  .pass__item,
  .frisbi__item {
    flex: 1 1 auto;
  }
}
.pass__logo,
.frisbi__logo {
  display: flex;
  margin-right: 8px;
}
.pass__logo svg,
.frisbi__logo svg {
  width: 28px;
  height: 28px;
}
.pass__code,
.frisbi__code {
  margin: 10px 0;
  width: fit-content;
  cursor: pointer;
}
@media (max-width: 800px) {
  .pass__code,
  .frisbi__code {
    display: none;
  }
}
.pass__type,
.frisbi__type {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.frisbi__debt {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.frisbi__wrap {
  width: 100%;
  margin-top: 10px;
}
.frisbi__wrap button {
  width: 100%;
}
@media (max-width: 760px) {
  .frisbi__items {
    flex-direction: column;
  }
}
.frisbi__title {
  max-width: 200px;
  word-break: break-word;
}
.spoiler--animated {
  animation: pulse-opacity-light 1.75s linear infinite;
}
.spoiler--concealed {
  cursor: pointer;
  background-image: url(https://web.telegram.org/z/spoiler-dots-black.b2dd6e4f4a5a520c4ccd.png);
  background-size: auto min(100%,1.125rem);
  border-radius: 0.5rem;
}
.inactive {
  overflow: hidden;
}
.spoiler--concealed .spoiler--content {
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
  pointer-events: none;
}
.spoiler--content {
  opacity: 1;
  transition: opacity 250ms ease;
  pointer-events: all;
}
.pass-popup {
  position: absolute;
  top: 105%;
  left: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 250ms ease;
  pointer-events: none;
  z-index: 1;
}
.pass-popup.shown {
  opacity: 1;
  transform: translateY(0);
  transition: all 250ms ease;
  pointer-events: all;
}
.pass-popup__img img {
  max-width: 100%;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
.icon-btn {
  height: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.icon-btn svg {
  width: 18px;
  height: 18px;
}
[data-type="passCode"] {
  cursor: default;
}
#addPassModal {
  height: 100%;
}
#addPassModal .file_attach {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#addPassModal .file_attach #passFilePreview {
  width: 104px;
  height: 104px;
  object-fit: cover;
  margin-left: 12px;
}
#addPassModal form {
  height: 100%;
}
#addPassModal #placeForForm {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#addPassModal #placeForForm .buttons_cover {
  margin-top: auto;
}
@keyframes pulse-opacity-light {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.button--loading {
  pointer-events: none;
}
.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}
.button--loading:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #000;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
@media (max-width: 800px) {
  #deletePass {
    display: none;
  }
}
.carNumber {
  font-size: 12px;
  color: #9E9E9E;
}
[data-type="passCar"] {
  height: auto;
  cursor: default;
}
.accordion--count {
  font-size: 10px;
  background: #ebebeb;
  padding: 1px 5px;
  border-radius: 10px;
  position: relative;
  top: -2px;
  color: #9e9e9e;
}
.frisbi__item {
  flex: 0 1 32% !important;
  height: fit-content !important;
}
.rateRequestDialog,
.backToWorkDialog {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  bottom: 100%;
  left: 25px;
  transform: translateY(0px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.4s ease;
  padding: 14px 22px;
  will-change: auto;
  border-radius: 8px;
}
.rateRequestDialog.active,
.backToWorkDialog.active {
  transform: translateY(-10px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.4s ease;
  will-change: auto;
}
.rateRequestDialog__head,
.backToWorkDialog__head,
.rateRequestDialog__body,
.backToWorkDialog__body {
  text-align: center;
}
.l-0 {
  left: 0 !important;
}
.w-260 {
  width: 270px !important;
}
.ta-left {
  text-align: left !important;
}
.advert-arrow-left {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  min-width: 32px !important;
  padding: 0 !important;
}
.advert-arrow-left:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/Areas/Admin/Content/images/arrow-nav-prev.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.advert-arrow-right {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  height: 32px;
  width: 32px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  min-width: 32px !important;
  padding: 0 !important;
}
.advert-arrow-right:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/Areas/Admin/Content/images/arrow-nav.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  text-decoration: initial !important;
  opacity: 0.2;
}
#editAuto,
#deleteAuto {
  padding: 0 6px !important;
}
.providerAndExecutor:not(:first-of-type) {
  margin-top: 12px;
}
.providerAndExecutor__title {
  margin: 0;
}
.providerAndExecutor__item {
  margin-top: 8px;
  margin-bottom: 8px;
}
.providerAndExecutor__text:not(:first-of-type) {
  margin-top: 8px;
}
.debtList {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 14px;
  flex-direction: column;
  gap: 1rem;
  display: flex;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  right: 0;
  min-width: 400px;
  transition: all 0.4s ease;
}
@media (max-width: 710px) {
  .debtList {
    width: 100%;
    min-width: 100%;
  }
}
.debtList.shown {
  pointer-events: all;
  opacity: 1;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.debtList__item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.debtList__item > button {
  width: 188px;
}
@media (max-width: 710px) {
  .debtList__item > button {
    width: 130px;
    font-size: 12px;
    padding: 0;
  }
}
.debtList__item--debt {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.debtList__item--debt span:last-of-type {
  max-width: 200px;
  word-break: break-word;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.voting {
  max-width: 680px;
  margin-top: 25px;
}
.voting__block {
  margin-bottom: 16px;
}
.voting__wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.voting__body {
  padding: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.voting__body:not(:last-of-type) {
  margin-bottom: 16px;
}
.voting-item__head {
  font-weight: 600;
  font-size: 12px;
  color: #9E9E9E;
  margin-bottom: 8px;
}
.voting-item__lead-title {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 6px;
}
.voting-item__lead-description {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 580px;
  word-break: break-word;
}
.voting-item__vote--description {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin-top: 16px;
  border-radius: 8px;
  background-color: #F5F5F5;
  cursor: pointer;
}
.voting-item__vote--description span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
  max-width: 500px;
  margin-right: 5px;
}
.voting-item__vote--description .group-image img {
  border-radius: 8px;
  margin-top: 24px;
  object-fit: cover;
}
.voting-item__vote--description--result {
  color: var(--primary-color);
  font-weight: 600;
  white-space: nowrap;
}
.voting-item__vote--progress {
  position: absolute;
  width: 77%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #9E9E9E;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.voting-item__vote--progress.current-choice {
  background: var(--gradient-primary);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.voting-item__buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.vote-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: var(--gradient-primary);
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  height: 36px;
  color: var(--text-buttons-color);
}
.pollItem:not(:first-of-type) {
  margin-top: 24px;
}
.radio_cover input[type="radio"] {
  display: block !important;
}
.ranging_label input[type="radio"] {
  display: none !important;
}
.requiredPoll {
  color: #E53935;
  font-weight: 600;
}
.flex-reverse {
  flex-direction: row-reverse;
  align-items: center;
}
.ownAnswer {
  margin-top: 16px;
  border-radius: 8px;
  padding: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  height: 112px;
  border: 1px solid #E5E5E5;
  width: 100%;
}
.ui-sortable input[checkbox] {
  display: none;
}
.voting-item__lead-preview-image,
.voting-item__lead-preview-description-image {
  margin: 14px 0;
}
.receipts,
.receipts-history {
  margin-top: 25px;
  max-width: 680px;
}
.receipts .list_content h2,
.receipts-history .list_content h2 {
  font-weight: 700;
  font-size: 12px;
  color: #9E9E9E;
  margin-bottom: 16px;
}
.receipts__wrap,
.receipts-history__wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.receipts__body,
.receipts-history__body {
  padding: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.receipts__body:not(:last-of-type),
.receipts-history__body:not(:last-of-type) {
  margin-bottom: 16px;
}
@media (max-width: 1075px) {
  .receipts__body,
  .receipts-history__body {
    padding: 16px;
  }
}
.receipts__buttons,
.receipts-history__buttons {
  margin-top: 24px;
  display: none;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .receipts__buttons,
  .receipts-history__buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .receipts__buttons a:first-of-type,
  .receipts-history__buttons a:first-of-type {
    margin-right: 0 !important;
  }
}
.receipts__buttons.shown,
.receipts-history__buttons.shown {
  display: flex;
}
.receipts__buttons div:first-of-type,
.receipts-history__buttons div:first-of-type {
  margin-right: 16px;
}
.receipt-item__lead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px;
}
.receipt-item__lead-arrow {
  transform: rotate(-180deg);
}
.receipt-item__lead-arrow.active {
  transform: rotate(0deg);
}
.receipt-item__lead-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.1px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 1075px) {
  .receipt-item__lead-title {
    font-size: 14px;
  }
}
.receipt-item__lead-ls {
  font-weight: 600;
  font-size: 12px;
  color: #9E9E9E;
}
.receipt-item-info {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 20px 16px;
}
.receipt-item-info__company {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.1px;
  color: rgba(0, 0, 0, 0.87);
}
.receipt-item-info__company-info {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}
.receipt-item-info__wrap {
  display: none;
}
.receipt-item-info__wrap.shown {
  display: block;
}
.receipt-item-info__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.receipt-item-info__item:last-of-type {
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 420px) {
  .receipt-item-info__item .bolder-text-sm {
    max-width: 150px;
  }
}
@media (max-width: 1075px) {
  .receipt-item-info__item .bolder-text-sm {
    font-size: 12px;
  }
  .receipt-item-info__item .bolder-text {
    font-size: 16px;
  }
}
.receipt-item-info__item .about {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1075px) {
  .receipt-item-info__item .about {
    max-width: 160px;
  }
}
.receipt-item-info__item .about .about-date {
  background: #ebebeb;
  border-radius: 4px;
  padding: 1px 6px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 4px;
}
.receipt-item-info__item .about .about-date span {
  font-size: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
}
.receipt-item-info__item .sec-text {
  font-weight: 500;
  margin-top: 4px;
}
@media (max-width: 1075px) {
  .receipt-item-info__item .sec-text {
    font-size: 10px;
  }
}
.receipt-item-info__item .total {
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 1075px) {
  .receipt-item-info__total-info .bolder-text-sm {
    font-size: 12px;
  }
  .receipt-item-info__total-info .bolder-text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .receipt-item-info__total-info .bolder-text-sm {
    max-width: 120px;
  }
}
.receipt-item-info__total-info .accr_footer {
  margin-top: 0 !important;
}
.receipt-item-info__total-info > div {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.receipt-item-info__total-info > div:first-of-type {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.receipt-item-info__total-info > div:last-of-type {
  margin-bottom: 0;
  margin-top: 20px;
}
.pay-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: var(--gradient-primary);
  padding: 8px 29px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 4px;
  height: 36px;
  color: var(--text-buttons-color);
}
.select-cover {
  margin-bottom: 24px;
}
.select-cover__items {
  display: flex;
  justify-content: space-between;
}
.submit-loader {
  fill: black;
}
.receipt-item__lead-paid-up .receipt-item__lead-title {
  position: relative;
}
.receipt-item__lead-paid-up .receipt-item__lead-title:after {
  position: relative;
  content: 'Оплачено';
  font-size: 10px;
  font-weight: 400;
  background-color: #3CB350;
  bottom: 2px;
  color: #fff;
  padding: 2px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.services-cabinet {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.services-cabinet__wrap {
  max-width: 796px;
  width: 796px;
  background-color: #fff;
  border-radius: 8px;
}
.services-cabinet__wrap .services-cabinet__item:after {
  position: absolute;
  content: '';
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 105, 27, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(10, 105, 27, 0) 0%, #000000 100%);
  width: 97%;
  height: 100%;
  bottom: 3px;
  border-radius: 8px;
  opacity: 0.4;
}
@media (max-width: 1000px) {
  .services-cabinet__wrap .services-cabinet__item:after {
    width: 100%;
  }
}
.services-cabinet__head {
  padding: 24px 24px 0 24px;
}
.services-cabinet__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.services-cabinet__search-input {
  padding: 8px 16px;
  flex-grow: 1;
  height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  outline: none;
}
.services-cabinet__search-icon {
  position: absolute;
  top: 57%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.services-cabinet__body {
  padding: 24px;
}
.services-cabinet__body::-webkit-scrollbar {
  width: 4px;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.services-cabinet__body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.services-cabinet__items {
  display: flex;
  flex-wrap: wrap;
}
.services-cabinet__items a {
  display: block;
}
.services-cabinet__items .search_empty_message {
  width: fit-content;
  padding: 5px;
  background: #EBEBEB;
  border-radius: 4px;
}
.services-cabinet__items .search_empty_message span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  display: flex;
}
.services-cabinet__item {
  width: 33%;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 700px) {
  .services-cabinet__item {
    width: 100%;
  }
}
.services-cabinet__item-image {
  position: relative;
}
.services-cabinet__item-image img {
  width: 240px;
  height: 172px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1000px) {
  .services-cabinet__item-image img {
    width: 100%;
  }
}
.services-cabinet__item-image--description {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  z-index: 1;
}
.services-cabinet__item-image--description span:first-of-type {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  color: #fff;
  letter-spacing: -0.1px;
  margin-bottom: 4px;
}
.services-cabinet__item-image--description span:last-of-type {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.1px;
}
.orders {
  background-color: #fff;
  width: 332px;
  max-width: 332px;
  margin-left: 16px;
  min-height: 674px;
  max-height: 674px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 1150px) {
  .orders {
    display: none;
  }
  .orders.shown {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin-left: 0;
    z-index: 10;
  }
}
.orders__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.orders__head {
  padding: 16px 24px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #fff;
}
.orders__head--icon {
  margin-right: 8px;
}
.orders__head--title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
}
.orders__head--close {
  display: none;
}
@media (max-width: 1150px) {
  .orders__head--close {
    display: block;
  }
}
.orders__list {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
}
.orders__list::-webkit-scrollbar {
  width: 4px;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.orders__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.orders__item {
  padding: 16px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 16px;
}
.orders__item:last-of-type {
  margin-bottom: 0;
}
.orders__item--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orders__item--status {
  width: fit-content;
  padding: 1px 6px;
  background-color: #EBEBEB;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.orders__item--status span {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #9E9E9E;
}
.orders__item--lead {
  display: flex;
  flex-direction: column;
}
.orders__item--lead-title {
  max-width: 220px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 4px;
}
.orders__item--lead-address {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
  margin-bottom: 4px;
}
.orders__item--lead-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
.orders__buttons {
  margin-top: auto;
  padding: 8px 24px 24px 24px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.orders-history {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding: 8px;
}
.orders-toggler {
  position: absolute;
  right: 16px;
  bottom: 10px;
  background-color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1150px) {
  .orders-toggler {
    position: fixed;
    bottom: 20px;
    display: flex;
    z-index: 10;
  }
  .orders-toggler span {
    display: flex;
  }
}
.have-no {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.have-no__lead {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
}
.services-history {
  margin-top: 25px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 796px;
  width: 100%;
}
.services-history .year {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: none;
}
.services-history__head {
  padding: 24px 24px 0 24px;
}
.services-history__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.services-history__search-input {
  padding: 8px 16px;
  flex-grow: 1;
  height: 35px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.services-history__search-icon {
  position: absolute;
  top: 57%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.services-history__list {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px 24px;
}
.services-history__item {
  display: flex;
  width: 100%;
  padding: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (max-width: 1075px) {
  .services-history__item {
    flex-direction: column;
  }
}
.services-history__item:last-of-type {
  margin-bottom: 0;
}
.services-history__item--image {
  margin-right: 24px;
}
@media (max-width: 1075px) {
  .services-history__item--image {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.services-history__item--image img {
  width: 178px;
  height: 89px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1075px) {
  .services-history__item--image img {
    width: 100%;
    height: auto;
  }
}
.services-history__item--lead {
  flex-grow: 1;
}
.services-history__item--lead-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-history__item--lead-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 4px;
}
.services-history__item--lead-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 4px;
}
.services-history__item--lead-address {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
}
.services-history__item--lead-status {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  border-radius: 4px;
}
.services-history__item--lead-status span {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
}
.services-leads__list {
  display: flex;
  flex-direction: column;
}
.services-leads__item {
  padding: 24px;
  margin-bottom: 12px;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
}
.services-leads__item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1075px) {
  .services-leads__item {
    flex-direction: column;
  }
}
.services-leads__item--image {
  position: relative;
  margin-right: 24px;
  overflow: hidden;
  width: 56%;
}
.services-leads__item--image.ImmediatelyPayment:after {
  content: 'Требуется предоплата';
  position: absolute;
  right: 16px;
  bottom: 8px;
  background-color: var(--muted);
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
.services-leads__item--image .owl-stage {
  left: 0;
}
.services-leads__item--image .owl-nav.disabled {
  display: none;
}
.services-leads__item--image .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.services-leads__item--image .owl-dots.disabled {
  opacity: 0 !important;
  pointer-events: none;
  display: none;
}
.services-leads__item--image .owl-dots > button {
  border-radius: 100%;
  height: 5px !important;
  margin-left: 2px;
  width: 5px !important;
  padding: 0;
}
.services-leads__item--image .owl-dots > button.active {
  background-color: var(--primary-color);
}
@media (max-width: 1075px) {
  .services-leads__item--image {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
}
.services-leads__item--image img {
  width: 379px;
  height: 186px;
  max-width: none;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1075px) {
  .services-leads__item--image img {
    width: 100%;
    height: auto;
  }
}
.services-leads__item--info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.services-leads__item--info-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .services-leads__item--info-head {
    gap: 1rem;
  }
}
.services-leads__item--info-head span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.1px;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 600px) {
  .services-leads__item--info-head span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.services-leads__item--info-price {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 600px) {
  .services-leads__item--info-price {
    white-space: nowrap;
  }
}
.services-leads__item--info-stars {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.services-leads__item--info-body {
  margin-bottom: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-leads__item--info-body span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.services-leads__item--info-link {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 8px 24px;
  width: fit-content;
  margin-top: auto;
  margin-bottom: 4px;
  color: inherit;
}
.services-leads__item--info-link a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1075px) {
  .services-leads__item--info-link {
    width: 100%;
    text-align: center;
  }
}
.services-inside {
  margin-top: 24px;
  display: flex;
}
.services-inside .owl-stage,
.services-inside .owl-item {
  width: 100% !important;
}
@media (max-width: 1160px) {
  .services-inside {
    flex-direction: column;
  }
}
.services-inside__wrap {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 794px;
  width: 794px;
}
@media (max-width: 1160px) {
  .services-inside__wrap {
    max-width: none;
    width: 100%;
  }
}
.services-inside__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.services-inside__head--title {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: -0.1px;
}
.services-inside__image {
  margin-bottom: 24px;
}
.services-inside__image.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.services-inside__image.owl-carousel .owl-stage-outer .owl-stage {
  left: 0;
}
.services-inside__image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 8px;
}
.services-inside__body--tabs {
  display: flex;
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}
.services-inside__body--tabs span {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
  margin-right: 32px;
  color: #9E9E9E;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.services-inside__body--tabs span.current {
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
}
.services-inside__lead-title {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}
.services-inside__lead-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  overflow: auto;
}
.services-inside__lead-description span {
  display: block;
  margin-bottom: 16px;
}
.services-inside__lead-list {
  margin-bottom: 16px;
}
.services-inside__lead-list li {
  margin-left: 24px;
  list-style-type: circle;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.services-inside__review {
  padding: 16px 12px;
  background-color: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 12px;
}
.services-inside__review:last-of-type {
  margin-bottom: 0;
}
.services-inside__review--info {
  margin-bottom: 8px;
}
.services-inside__review--info span {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.24);
}
.services-inside__review--description {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.87);
}
.services-inside__review--button {
  margin-top: 24px;
}
.services-inside__review--button button {
  width: 100%;
}
.services-inside__review--block {
  margin-top: 24px;
  flex-direction: column;
  display: none;
}
.services-inside__review--block.shown {
  display: flex;
}
.services-inside__review--block .sec-text {
  margin-bottom: 8px;
}
.services-inside__review--block .rating {
  margin-bottom: 24px;
}
.services-inside__review--block textarea {
  margin-bottom: 16px;
  padding: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  height: 72px;
}
.services-inside__order {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  width: 332px;
  max-width: 332px;
  margin-left: 16px;
  height: fit-content;
}
@media (max-width: 1160px) {
  .services-inside__order {
    margin-left: 0;
    margin-top: 14px;
    width: 100%;
    max-width: none;
  }
}
.services-inside__order--items {
  display: flex;
  flex-direction: column;
}
.services-inside__order--items > div {
  position: relative;
  margin-bottom: 16px;
}
.services-inside__order--items > div:last-of-type {
  margin-bottom: 0;
}
.services-inside__order--item {
  display: flex;
  flex-direction: column;
}
.services-inside__order--item span:not(.select2-selection__rendered, .field-validation-valid, .select2-selection, .select2, .select2-selection__arrow) {
  margin-bottom: 8px;
}
.services-inside__order--item input[type='text'] {
  position: relative;
}
.services-inside__order--item input[type='text']:after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: red;
  position: absolute;
  right: 0;
}
.services-inside__order--item input:not([type=checkbox]),
.services-inside__order--item textarea:not([type=checkbox]) {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #E5E5E5;
  height: 52px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
}
.services-inside__order--item input:not([type=checkbox])::-webkit-input-placeholder,
.services-inside__order--item textarea:not([type=checkbox])::-webkit-input-placeholder {
  color: #D7D5D5;
}
.services-inside__order--item #Comment {
  height: 92px;
}
.buttons-cover {
  display: flex;
}
.buttons-cover button:not(:last-of-type) {
  margin-right: 16px;
}
[data-toggle="feedback"].--close {
  display: none;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
  max-height: 246px;
  overflow: auto;
}
.autocomplete-items::-webkit-scrollbar {
  width: 4px;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
}
.autocomplete-items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.autocomplete-items div {
  display: flex;
  padding: 12px 16px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.autocomplete-items div:first-of-type {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.autocomplete-items div:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.autocomplete-items div strong {
  color: var(--primary-color);
}
.autocomplete-items div:hover {
  background-color: var(--muted);
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.price {
  margin-left: auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.87);
  white-space: nowrap;
}
.more-services {
  margin-top: 24px;
}
.more-services .title {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 16px;
}
.more-services .block-wrap {
  display: flex;
  padding: 24px 24px 0 24px;
  justify-content: space-between;
}
.more-services__items {
  display: flex;
}
@media (max-width: 1160px) {
  .more-services__items {
    display: flex;
    flex-direction: column;
  }
}
.more-services__item {
  background-color: #fff;
  border-radius: 8px;
  width: 24%;
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}
.more-services__item:last-of-type {
  margin-right: 0;
}
@media (max-width: 1160px) {
  .more-services__item {
    max-width: none;
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0;
  }
}
.more-services__item--image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.more-services__item--link {
  padding: 24px;
  margin-top: auto;
}
.more-services__item--link a {
  width: 100%;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
  height: 36px;
}
.more-services__item--info {
  max-width: 180px;
}
.more-services__item--info-stars {
  display: flex;
  align-items: center;
}
.more-services__item--info-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}
.more-services__item--price {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}
.more-services__item--image img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  max-width: none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media (max-width: 1160px) {
  .more-services__item--image img {
    width: 100%;
  }
}
label[for="IsContractOfferAccepted"] {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 600;
  cursor: pointer;
}
.owner-feedback {
  padding: 12px;
  border-radius: 8px;
  background: var(--muted);
}
.owner-feedback--reply__lead {
  font-weight: 600;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.3;
}
.statuses-cover {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.status-accepted,
.status-finish,
.status-done {
  background-color: #E8F5E9;
  color: #43A047;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
.status-appointed,
.status-opened,
.status-new {
  background-color: #E0F7FA;
  color: #0288D1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
.status-expired,
.status-clozed {
  background-color: #FEEBEE;
  color: #EF5350;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
.status-canceled,
.status-postponed,
.status-awaitingPayment,
.status-awaitingAnswer {
  background-color: #ECEFF1;
  color: #9E9E9E;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}
.rating {
  display: flex;
  align-items: center;
}
.rating.rating-set .rating__item {
  cursor: pointer;
}
.rating__body {
  position: relative;
}
.rating__body::before {
  content: url(/Content/images/redesign-src/all-stars-off.svg);
  display: block;
}
.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rating__active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating__active::before {
  content: url(/Content/images/redesign-src/all-stars-on.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.review-counter {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
  margin-left: 4px;
  margin-bottom: 3px;
  white-space: nowrap;
}
@media (max-width: 1900px) {
  .login_cover {
    /*min-height: 100vh;
    position: static;*/
  }
  .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 .form_cover {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .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;
  }
  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: 5px;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .show_header .show_header_icon {
    max-width: 100%;
    max-height: 100%;
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
  .show_header .show_header_burger {
    display: block;
  }
  .show_header .show_header_close {
    display: none;
  }
  .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 .show_header_burger {
    display: none;
  }
  .header_shown ~ .show_header .show_header_close {
    display: block;
  }
  .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:hover {
    /*.background_modal{
        display: block;
      }*/
  }
  .mobile_flat_selector:hover .objects_list {
    opacity: 1;
    visibility: visible;
    max-height: 580px;
    box-shadow: 4px 4px 41px -4px rgba(34, 60, 80, 0.2);
    transition: all 0.4s ease;
    overflow: auto;
  }
  .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 {
    opacity: 0;
    visibility: hidden;
    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);
    transition: all 0.5s ease;
  }
  .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: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: translate 0s, left linear 0.4s;
    right: -30px;
    z-index: 100;
    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);
    overflow: hidden;
  }
  .show_side .show_side_icon {
    max-width: 100%;
    max-height: 100%;
    width: 30px;
    height: 30px;
    left: 0;
  }
  .show_side .show_side_next {
    display: block;
  }
  .show_side .hide_side_back {
    display: none;
  }
  .show_side:active {
    transform: scale(1) translateY(-50%);
  }
  .side_button_rotate {
    transition: left linear 0.4s;
  }
  .side_button_rotate .show_side_next {
    display: none;
  }
  .side_button_rotate .hide_side_back {
    display: block;
  }
  .page_content_from_menu {
    display: block;
  }
  .page_content_store {
    display: flex;
  }
  .page_content_store .store_block {
    padding: 0;
  }
  .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%;
  }
  .new_objects_modal .button {
    width: auto;
    min-width: auto;
  }
  .page_content_from_menu .page_content {
    width: auto;
    margin-left: 0;
  }
  .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: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .indications_buttons_cover #cancelBtnCounterValue {
    width: 100%;
  }
  .indications_buttons_cover .send_counter_values {
    padding: 1.6rem 2rem 1.2rem 2rem;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .button_info {
    font-size: 16px;
    margin-top: 15px;
  }
  .info_counter_modal,
  .add_counter_modal,
  .send_rating_comment {
    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_modal_content .row {
    max-width: 100%;
  }
  .full_service_modal .full_service_modal_content .row .flat_for_service select {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .full_service_modal .full_service_modal_content .row .flat_for_service .jq-selectbox {
    max-width: 100%;
  }
  .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 .payment_diagram_cover {
    width: 100%;
    height: auto;
  }
  .bills_page .payment_period {
    flex-wrap: wrap;
  }
  .bills_page .payment_period_label {
    width: 100% !important;
  }
  .bills_page .payment_period_label:first-of-type {
    margin-bottom: 10px;
  }
  .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 .accruals_detail .item_detail .desc .item .middle {
    display: none;
  }
  .bills_page .accruals_detail .item_detail .desc .item .left {
    width: 50%;
  }
  .bills_page .accruals_detail .item_detail .desc .item .right {
    width: 50%;
  }
  .bills_page .accruals_detail .item_detail .desc .title_data {
    font-size: 20px;
  }
  .bills_page .accruals_detail .additional_data {
    padding-left: 0;
  }
  .bills_page .accruals_detail .additional_data::before {
    display: none;
  }
  .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;
  }
  .send_counter_prompt {
    width: 100%;
  }
  .send_counter_prompt .modal-title {
    font-size: 22px;
    line-height: 26px;
  }
  .send_counter_prompt .button {
    min-width: auto;
    padding: 1.6rem 2.2rem;
  }
  .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;
  }
  .userpic {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
  .userpic_no_photo {
    background-size: 44px 44px;
  }
  .upload_userpic_label,
  .remove_photo {
    height: 40px;
    width: 40px;
    bottom: -36px;
  }
  .upload_userpic_label {
    right: auto;
    left: 30px;
  }
  .remove_photo {
    right: 0;
  }
  .management_col .management_info_inner {
    min-width: 250px;
  }
  .management_col .management_info_row {
    flex-direction: column;
  }
  .tariff {
    padding: 4rem 20px;
  }
  .tariff .tariff_table_cover {
    max-width: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 320px) {
  .page_content .jq-selectbox__select {
    max-width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */