@charset "UTF-8";
:root {
  --clr-base: #343A40;
  --clr-title: #2B2B2B;
  --clr-att: #164194;
  --clr-att-second: #343A40;
  --clr-light: #869099;
  --clr-alert: #FF0000;
  --clr-succefull: #7BBC9A;
  --clr-message: #FFC00C;
  --clr-green: #7BBC9A;
  --clr-orange-dark: #E46D53;
  --clr-violet: #9C71C6;
  --clr-yellow: #E9BA5D;
  --clr-gray: #D3D3D3;
  --clr-violet-light: #D498FF;
  --clr-blue-light: #6BBDE0;
  --clr-blue-dark: #757695;
  --clr-brown: #AF7C50;
  --clr-green-light: #B0D363;
  --clr-blue: #4985F3;
  --clr-orange: #EE785A;
  --clr-green-vlight: #00CCB1;
  --clr-gray-dark: #A59F9C;
  --clr-bg-light: #F7F8FA;
  --clr-border-light: #C2C7D0;
  --fsize: 16px;
  --lhsize: 1.214;
  --mbsize: 1.214em;
  --mainRadius: 8px;
  --smallRadius: 5px;
  --icoSize: 24px;
  --min: 320px;
  --max: 100%;
  --paddingContainer: 15px;
  --filterBlack: brightness(0) grayscale(1);
  --filterWhite: brightness(0) invert(1);
  --filterAttToBase: brightness(0.9) grayscale(1);
  --filterAttToLight: brightness(1) grayscale(1) opacity(0.5);
  font-size: 10px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #fff;
  font-size: var(--fsize);
  line-height: var(--lhsize);
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: var(--mbsize);
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
}
.menu,
.list {
  margin: 0;
  padding: 0;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
}
.menu li:before,
.list li:before {
  display: none;
}
a {
  text-decoration: none;
  color: var(--clr-att);
}
a:hover {
  text-decoration: none;
  color: var(--clr-base);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone,
.link-email,
.link-location {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  color: inherit;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-phone.link-text,
.link-email.link-text,
.link-location.link-text {
  display: inline;
  padding: 0;
}
.link-phone.link-text:before,
.link-email.link-text:before,
.link-location.link-text:before {
  display: none;
}
.link-email:before {
  background-image: url(../img/icons/link-email.svg);
}
.link-location {
  white-space: normal;
}
.link-location:before {
  background-image: url(../img/icons/link-location.svg);
}
a.link-phone:hover,
a.link-email:hover,
a.link-location:hover {
  color: var(--clr-att);
}
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: 400;
  line-height: 1.25;
  color: var(--clr-title);
  font-size: 18px;
  margin: 8px 0;
}
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
  margin-top: 0;
}
h1:last-child,
.h1-title:last-child,
h2:last-child,
.h2-title:last-child,
h3:last-child,
.h3-title:last-child,
h4:last-child,
.h4-title:last-child,
h5:last-child,
.h5-title:last-child,
h6:last-child,
.h6-title:last-child {
  margin-bottom: 0;
}
h1,
.h1-title {
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0;
}
h2,
.h2-title {
  font-size: 20px;
}
h3,
.h3-title {
  font-size: 18px;
}
h4,
.h4-title {
  font-size: 18px;
}
.text-light,
.title-light {
  color: var(--clr-light);
}
.text-base,
.title-base {
  color: var(--clr-base);
}
.text-att,
.title-att {
  color: var(--clr-att);
}
.text-line,
.title-line {
  white-space: nowrap;
}
.text-upper,
.title-upper {
  text-transform: uppercase;
}
.text-left,
.title-left {
  text-align: left;
}
.text-right,
.title-right {
  text-align: right;
}
.text-center,
.title-center {
  text-align: center;
}
table.no-bg tr:nth-child(2n) {
  background: none;
}
table .td-title,
table .td-value {
  display: inline;
  margin-right: 4px;
}
table .td-title a:not(:hover),
table .td-value a:not(:hover) {
  color: inherit;
}
table .td-title {
  color: var(--clr-light);
}
table.tbl-ui tr:nth-child(2n) {
  background: none;
}
table.tbl-border th,
table.tbl-border td {
  border-bottom: 1px solid var(--clr-border-light);
}
table.tbl-border tbody:last-child tr:last-child th,
table.tbl-border tbody:last-child tr:last-child td {
  border-bottom: none;
}
table.tbl-activities .col-number {
  width: 100px;
}
table .elm-photo {
  border-radius: var(--smallRadius);
  border: 1px solid var(--clr-bg-light);
  background: var(--clr-bg-light);
  aspect-ratio: 1;
  width: 48px;
  margin: 0 auto;
}
table .elm-photo img,
table .elm-photo svg {
  z-index: 2;
}
table .elm-photo:has(img, svg):after {
  display: none;
}
table .elm-photo:after {
  content: "IMG";
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--clr-light);
}
table .td-content {
  display: block;
  width: 100%;
  max-width: 100%;
}
table .td-content:has(.elm-status.type-sticker) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  height: auto;
  padding: 8px 0;
}
table .td-content .elm-status.type-sticker {
  width: auto;
}
table .td-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
table .td-actions .td-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
table thead th,
table thead td {
  font-weight: bold;
  color: var(--clr-title);
  text-align: left;
  background: var(--clr-bg-light);
  padding: 12px 16px;
}
table th,
table td {
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  vertical-align: middle;
  height: 36px;
  padding: 8px 16px;
  border: none;
  position: relative;
}
table th:has(.elm-status, .tile-status),
table td:has(.elm-status, .tile-status) {
  width: 100px;
  padding-top: 0;
  padding-bottom: 0;
}
table th:has(.elm-status, .tile-status):last-child,
table td:has(.elm-status, .tile-status):last-child {
  padding-right: 0;
}
table tr:nth-child(2n) {
  background: var(--clr-bg-light);
}
table tr:nth-child(2n) .elm-photo {
  background: #fff;
}
table .td-text-line {
  white-space: nowrap;
}
table .td-text-max {
  display: block;
  width: 100%;
  line-height: 16px;
  position: relative;
  overflow: hidden;
  height: 16px;
}
table .td-text-max .td-text-title {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table .td-text {
  font-size: 12px;
  color: var(--clr-light);
  line-height: 16px;
}
table .td-text a:not(:hover) {
  color: inherit;
}
table .td-btn-action {
  width: 32px;
  height: 32px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: -15px;
}
table .td-link {
  display: inline-block;
  color: var(--clr-base);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 24px;
  margin: 0 6px;
}
table .td-link:first-child {
  margin-left: 0;
}
table .td-link:last-child {
  margin-right: 0;
}
table .td-link:hover {
  color: var(--clr-att);
}
table .td-count {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
  padding: 0 6px;
  min-width: 21px;
  background: var(--clr-bg-light);
  text-align: center;
  font-size: 14px;
  color: var(--clr-base);
  font-weight: 400;
  margin: 0 6px;
}
table .td-count:first-child {
  margin-left: 0;
}
table .td-count:last-child {
  margin-right: 0;
}
table .td-btn {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
table .td-btn:not(:hover):before,
table .td-btn:not(:hover) img,
table .td-btn:not(:hover) svg {
  filter: var(--filterAttToBase);
}
table b {
  font-weight: 600;
}
table .elm-status,
table .tile-status {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
table .col-small {
  width: 50px;
}
table .col-medium {
  width: 180px;
}
table .col-title {
  min-width: 300px;
}
table:has(.col-title~.col-title) .col-title {
  min-width: 220px;
}
table .col-select {
  width: 62px;
}
table .frm-select.inp-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
@media (max-width: 1399px) {
  :root {
    font-size: 9.5px;
  }
}
@media (max-width: 1199px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 1023px) {
  :root {
    font-size: 8px;
  }
  table .td-text-title {
    line-height: 12px;
    height: 12px;
    font-weight: 400;
  }
  table.tbl-tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
  }
  table.tbl-tiles thead {
    display: none;
  }
  table.tbl-tiles tbody,
  table.tbl-tiles tr,
  table.tbl-tiles td,
  table.tbl-tiles th {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  table.tbl-tiles tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    width: auto;
  }
  table.tbl-tiles tr {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: var(--mainRadius);
    border: 1px solid var(--clr-border-light);
    width: calc(33.33% - 6.66px);
    min-width: 0;
    padding: 9px;
  }
  table.tbl-tiles tr:nth-child(2n) {
    background: none;
  }
  table.tbl-tiles tr th,
  table.tbl-tiles tr td {
    border: none;
    height: auto;
    padding: 0;
    background: none;
  }
  table.tbl-tiles th,
  table.tbl-tiles td {
    padding: 0;
    text-align: left !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  table.tbl-tiles .td-name {
    font-size: 18px;
  }
  table.tbl-tiles .td-price {
    font-size: 16px;
    font-weight: bold;
  }
  table.tbl-tiles .frm-field-actions-panel {
    width: 100%;
    margin-top: 10px;
  }
  table.tbl-tiles .text-mobile-large {
    font-size: 18px;
  }
  table.tbl-tiles tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.tbl-tiles tr:nth-child(2n) .elm-photo {
    background: var(--clr-bg-light);
  }
  table.tbl-tiles .elm-photo {
    width: 100%;
    margin-bottom: 10px;
  }
  table.tbl-tiles .elm-photo:after {
    font-size: 24px;
  }
  table.tbl-tiles [data-title-tiles]:before {
    content: attr(data-title-tiles);
    font-size: 1em;
    line-height: inherit;
    margin-right: 5px;
    display: inline;
  }
  table.tbl-tiles [data-title-tiles] .td-content {
    display: inline;
    margin: 0;
    padding: 0;
  }
  table.tbl-tiles .td-btn-action {
    right: -10px;
  }
  table.tbl-tiles th:has(.td-btn-action),
  table.tbl-tiles td:has(.td-btn-action) {
    padding-right: 20px;
  }
  table.tbl-tiles th:has(.elm-photo),
  table.tbl-tiles td:has(.elm-photo) {
    -ms-flex-order: -5;
        order: -5;
  }
  table.tbl-tiles th:has(.elm-photo)[data-title]:before,
  table.tbl-tiles td:has(.elm-photo)[data-title]:before {
    display: none;
  }
  table.tbl-tiles th:has(.td-actions),
  table.tbl-tiles td:has(.td-actions) {
    -ms-flex-order: -3;
        order: -3;
    padding: 0 0 10px 0;
  }
  table.tbl-tiles th:has(.inp-button),
  table.tbl-tiles td:has(.inp-button) {
    -ms-flex-order: -4;
        order: -4;
    width: 24px;
    min-width: 24px;
    padding: 0 0 10px 0;
  }
  table.tbl-tiles tr:has(.inp-button) th:has(.td-actions),
  table.tbl-tiles tr:has(.inp-button) td:has(.td-actions) {
    width: calc(100% - 24px);
    min-width: calc(100% - 24px);
  }
  table.tbl-tiles tr:has(.inp-button) th:has(.td-actions) .td-actions,
  table.tbl-tiles tr:has(.inp-button) td:has(.td-actions) .td-actions {
    padding-left: 10px;
  }
  table.tbl-tiles .frm-select.inp-button {
    position: relative;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
  }
  table.tbl-tiles .frm-select.inp-button label {
    width: 24px;
    height: 24px;
  }
  table.tbl-tiles .td-actions {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
  table.tbl-activities {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
  }
  table.tbl-activities .frm-field-actions-panel {
    max-width: 200px;
    margin-top: 5px;
  }
  table.tbl-activities .td-content > .elm-photo {
    margin: 4px 0;
  }
  table.tbl-activities:has(tbody~tbody) {
    column-gap: 10px;
    columns: 2;
  }
  table.tbl-activities.tbl-border tbody:last-child tr:last-child th,
  table.tbl-activities.tbl-border tbody:last-child tr:last-child td {
    border-bottom: 1px solid var(--clr-border-light);
  }
  table.tbl-activities .td-title-button {
    border-bottom: none !important;
  }
  table.tbl-activities .td-content:has(.elm-status.type-sticker) {
    min-width: 0;
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  table.tbl-activities.tbl-activities-title-140 th:before,
  table.tbl-activities.tbl-activities-title-140 td:before {
    width: 140px;
  }
  table.tbl-activities.tbl-activities-title-140 th:after,
  table.tbl-activities.tbl-activities-title-140 td:after {
    left: 130px;
  }
  table.tbl-activities.tbl-activities-title-140 th:has(.elm-status, .tile-status):before,
  table.tbl-activities.tbl-activities-title-140 td:has(.elm-status, .tile-status):before {
    width: 130px;
  }
  table.tbl-activities.tbl-activities-title-100 th:before,
  table.tbl-activities.tbl-activities-title-100 td:before {
    width: 100px;
  }
  table.tbl-activities.tbl-activities-title-100 th:after,
  table.tbl-activities.tbl-activities-title-100 td:after {
    left: 90px;
  }
  table.tbl-activities.tbl-activities-title-100 th:has(.elm-status, .tile-status):before,
  table.tbl-activities.tbl-activities-title-100 td:has(.elm-status, .tile-status):before {
    width: 90px;
  }
  table.tbl-activities.tbl-activities-title-140 th:has(.elm-status.type-sticker, .tile-status.type-sticker):before,
  table.tbl-activities.tbl-activities-title-140 td:has(.elm-status.type-sticker, .tile-status.type-sticker):before {
    width: 140px;
  }
  table.tbl-activities.tbl-activities-title-100 th:has(.elm-type-sticker, .tile-type-sticker):before,
  table.tbl-activities.tbl-activities-title-100 td:has(.elm-type-sticker, .tile-type-sticker):before {
    width: 100px;
  }
  table.tbl-activities tr:nth-child(2n) .elm-photo {
    background: var(--clr-bg-light);
  }
  table.tbl-activities .td-btn-action {
    right: 0;
  }
  table.tbl-activities thead {
    display: none;
  }
  table.tbl-activities tbody,
  table.tbl-activities tr,
  table.tbl-activities td,
  table.tbl-activities th {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  table.tbl-activities tbody {
    break-inside: avoid-column;
    width: 100%;
  }
  table.tbl-activities tr {
    margin-bottom: 10px;
  }
  table.tbl-activities tr:has(.elm-status.bg-green) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-green) td.td-title-button:after {
    border-left-color: var(--clr-green);
  }
  table.tbl-activities tr:has(.elm-status.bg-orange-dark) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-orange-dark) td.td-title-button:after {
    border-left-color: var(--clr-orange-dark);
  }
  table.tbl-activities tr:has(.elm-status.bg-orange) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-orange) td.td-title-button:after {
    border-left-color: var(--clr-orange);
  }
  table.tbl-activities tr:has(.elm-status.bg-violet) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-violet) td.td-title-button:after {
    border-left-color: var(--clr-violet);
  }
  table.tbl-activities tr:has(.elm-status.bg-yellow) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-yellow) td.td-title-button:after {
    border-left-color: var(--clr-yellow);
  }
  table.tbl-activities tr:has(.elm-status.bg-gray) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-gray) td.td-title-button:after {
    border-left-color: var(--clr-gray);
  }
  table.tbl-activities tr:has(.elm-status.bg-gray-dark) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-gray-dark) td.td-title-button:after {
    border-left-color: var(--clr-gray-dark);
  }
  table.tbl-activities tr:has(.elm-status.bg-violet-light) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-violet-light) td.td-title-button:after {
    border-left-color: var(--clr-violet-light);
  }
  table.tbl-activities tr:has(.elm-status.bg-blue-light) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-blue-light) td.td-title-button:after {
    border-left-color: var(--clr-blue-light);
  }
  table.tbl-activities tr:has(.elm-status.bg-blue-dark) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-blue-dark) td.td-title-button:after {
    border-left-color: var(--clr-blue-dark);
  }
  table.tbl-activities tr:has(.elm-status.bg-brown) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-brown) td.td-title-button:after {
    border-left-color: var(--clr-brown);
  }
  table.tbl-activities tr:has(.elm-status.bg-green-light) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-green-light) td.td-title-button:after {
    border-left-color: var(--clr-green-light);
  }
  table.tbl-activities tr:has(.elm-status.bg-blue) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-blue) td.td-title-button:after {
    border-left-color: var(--clr-blue);
  }
  table.tbl-activities tr:has(.elm-status.bg-green-vlight) th.td-title-button:after,
  table.tbl-activities tr:has(.elm-status.bg-green-vlight) td.td-title-button:after {
    border-left-color: var(--clr-green-vlight);
  }
  table.tbl-activities tr:not(:has(.elm-status:not(.type-sticker))) th.td-title-button,
  table.tbl-activities tr:not(:has(.elm-status:not(.type-sticker))) td.td-title-button {
    padding-left: 10px;
  }
  table.tbl-activities tr:not(:has(.elm-status:not(.type-sticker))) th.td-title-button:after,
  table.tbl-activities tr:not(:has(.elm-status:not(.type-sticker))) td.td-title-button:after {
    border-left: none;
  }
  table.tbl-activities tr:not(:has(.elm-status:not(.type-sticker))) th:has(.frm-select.inp-button),
  table.tbl-activities tr:not(:has(.elm-status:not(.type-sticker))) td:has(.frm-select.inp-button) {
    left: 5px;
  }
  table.tbl-activities tr {
    width: 100%;
    break-inside: avoid-column;
    min-height: 0;
    height: auto;
    overflow: hidden;
    border: 1px solid var(--clr-border-light);
    border-radius: var(--mainRadius);
    padding: 0 9px 0 9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  table.tbl-activities tr:nth-child(2n) {
    background: none;
  }
  table.tbl-activities tr.open {
    padding-bottom: 9px;
    border-color: var(--clr-blue);
  }
  table.tbl-activities tr.open th,
  table.tbl-activities tr.open td {
    display: -ms-flexbox;
    display: flex;
  }
  table.tbl-activities tr.open th.td-title-button:after,
  table.tbl-activities tr.open td.td-title-button:after {
    background-image: url(../img/icons/arrow-up.svg);
  }
  table.tbl-activities tr.open th.td-title-button .td-content:before,
  table.tbl-activities tr.open td.td-title-button .td-content:before {
    opacity: 1;
  }
  table.tbl-activities th,
  table.tbl-activities td {
    display: none;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 600;
    padding: 2px 0;
    border-bottom: 1px solid var(--clr-border-light);
    height: auto;
    min-height: 36px;
    text-align: left !important;
  }
  table.tbl-activities th:has(.td-btn-action),
  table.tbl-activities td:has(.td-btn-action) {
    padding-right: 40px;
  }
  table.tbl-activities th:has(.frm-select.inp-button),
  table.tbl-activities td:has(.frm-select.inp-button) {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 28px;
    left: 10px;
    display: block !important;
    padding: 0;
    margin: -22px 0 0 0;
    border: none !important;
    min-width: 40px;
  }
  table.tbl-activities th:has(.frm-select.inp-button):before,
  table.tbl-activities td:has(.frm-select.inp-button):before,
  table.tbl-activities th:has(.frm-select.inp-button):after,
  table.tbl-activities td:has(.frm-select.inp-button):after {
    display: none;
  }
  table.tbl-activities th:has(.frm-select.inp-button) ~ .td-title-button,
  table.tbl-activities td:has(.frm-select.inp-button) ~ .td-title-button {
    padding-left: 50px !important;
  }
  table.tbl-activities th:has(.frm-select.inp-button) .frm-select,
  table.tbl-activities td:has(.frm-select.inp-button) .frm-select {
    z-index: 10;
  }
  table.tbl-activities th:has(.elm-status, .tile-status),
  table.tbl-activities td:has(.elm-status, .tile-status) {
    padding-bottom: 0;
    padding-top: 0;
  }
  table.tbl-activities th:has(.elm-status, .tile-status):after,
  table.tbl-activities td:has(.elm-status, .tile-status):after {
    display: none;
  }
  table.tbl-activities th:has(.elm-status.type-sticker, .tile-status.type-sticker):after,
  table.tbl-activities td:has(.elm-status.type-sticker, .tile-status.type-sticker):after {
    display: block;
  }
  table.tbl-activities th:has(.elm-status.type-sticker, .tile-status.type-sticker) .td-content,
  table.tbl-activities td:has(.elm-status.type-sticker, .tile-status.type-sticker) .td-content {
    padding-left: 8px;
  }
  table.tbl-activities th:last-child,
  table.tbl-activities td:last-child {
    border-bottom: none;
  }
  table.tbl-activities th:nth-child(2),
  table.tbl-activities td:nth-child(2) {
    position: relative;
    overflow: visible;
  }
  table.tbl-activities th:before,
  table.tbl-activities td:before {
    content: attr(data-title);
    width: 75px;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 8px 20px 8px 0;
    text-align: left;
  }
  table.tbl-activities th:after,
  table.tbl-activities td:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 65px;
    width: 1px;
    background: var(--clr-border-light);
  }
  table.tbl-activities th:has(.elm-status, .tile-status):before,
  table.tbl-activities td:has(.elm-status, .tile-status):before {
    width: 65px;
    padding-right: 10px;
  }
  table.tbl-activities th.td-title-button,
  table.tbl-activities td.td-title-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 54px;
    padding: 9px 49px 9px 25px;
    cursor: pointer;
    margin: 0 -9px;
    width: calc(100% + 18px);
    max-width: calc(100% + 18px);
    border: none;
    -ms-flex-order: -1;
        order: -1;
  }
  table.tbl-activities th.td-title-button:after,
  table.tbl-activities td.td-title-button:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/icons/arrow-main.svg) right 10px center no-repeat;
    background-size: 24px auto;
    border: none;
    transition: all ease 0.2s;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-left: 10px solid;
    z-index: 3;
    width: auto;
  }
  table.tbl-activities th.td-title-button[data-title]:before,
  table.tbl-activities td.td-title-button[data-title]:before {
    content: attr(data-title);
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 10px 0 0;
    color: var(--clr-title);
    width: auto;
  }
  table.tbl-activities th.td-title-button .td-content,
  table.tbl-activities td.td-title-button .td-content {
    position: static;
  }
  table.tbl-activities th.td-title-button .td-content:before,
  table.tbl-activities td.td-title-button .td-content:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--clr-blue);
    opacity: 0;
    transition: all ease 0.2s;
  }
  table.tbl-activities .elm-status,
  table.tbl-activities .tile-status {
    width: auto;
    -ms-flex: 1;
        flex: 1;
    height: 36px;
    position: relative;
  }
  table.tbl-activities .elm-status.type-sticker,
  table.tbl-activities .tile-status.type-sticker {
    width: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    height: 24px;
    line-height: 24px;
  }
  table.tbl-activities .td-content {
    height: 100%;
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
  table.tbl-border.tbl-activities tbody:last-child tr:last-child th:last-child,
  table.tbl-border.tbl-activities tbody:last-child tr:last-child td:last-child {
    border-bottom: none;
  }
}
@media (max-width: 743px) {
  :root {
    font-size: 7px;
  }
  table.tbl-activities {
    columns: 1;
  }
  table.tbl-tiles tr {
    width: calc(50% - 5px);
  }
  table.tbl-tiles th,
  table.tbl-tiles td {
    font-size: 14px;
  }
  table.tbl-tiles .td-name {
    font-size: 16px;
  }
  table .text-mobile-small {
    font-size: 12px;
  }
}
@media (min-width: 744px) {
  h1,
  .h1-title {
    font-size: 32px;
  }
  h1.title-small,
  .h1-title.title-small {
    font-size: 24px;
  }
  h2,
  .h2-title,
  h3,
  .h3-title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
  }
  table td:has(.elm-status, .tile-status),
  table th:has(.elm-status, .tile-status) {
    padding-top: 0;
    padding-bottom: 0;
  }
  table td:has(.elm-status, .tile-status) .td-content,
  table th:has(.elm-status, .tile-status) .td-content {
    height: 100%;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
html {
  scrollbar-gutter: stable;
}
html.with-fancybox body.hide-scrollbar {
  overflow: inherit !important;
  overflow-x: hidden !important;
  margin-right: 0 !important;
}
.cnt-full-wrap {
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap,
.page-full {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  min-width: var(--min);
  max-width: var(--max);
  width: 100%;
}
.inner-wrap .inner-wrap,
.page-full .inner-wrap {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner-wrap .cnt-section,
.page-full .cnt-section {
  min-width: 0;
}
.page-full {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: var(--min);
  width: 100%;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav,
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  transition: all ease 0.2s;
}
.wrap {
  padding-top: 70px;
}
.nav {
  min-width: 280px;
  width: 280px;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  border-radius: 0 25px 0 0;
  border-right: 1px solid var(--clr-border-light);
  background: var(--clr-bg-light);
  padding: 20px 15px 20px 30px;
  margin: 0;
  z-index: 200;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.nav .inner-wrap {
  padding: 0;
  min-width: 0;
}
.nav li {
  margin-bottom: 5px;
}
.nav li:last-child {
  margin-bottom: 0;
}
.nav .btn-menu-toggle-width {
  display: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid var(--clr-border-light);
  border-radius: 0 10px 10px 0;
  border-left: none;
  background: #fff;
  z-index: 20;
  position: absolute;
  top: 25px;
  right: -17px;
}
.nav .btn-menu-toggle-width:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-toggle.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  transition: all ease 0.2s;
}
.menu-hide .btn-menu-toggle-width:before {
  rotate: 180deg;
}
.wrap-login.wrap {
  padding-left: 0;
}
.wrap-login .page-full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.wrap-login .header .inner-wrap {
  -ms-flex-pack: center;
      justify-content: center;
}
.wrap-login .header .logo-inner-wrap {
  display: block;
}
.wrap-login .panel-box {
  margin: 30px auto;
  max-width: 600px;
}
.header {
  z-index: 99;
  box-shadow: 0 2px 5px 0 rgba(38, 51, 77, 0.03);
  background: #fff;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  min-height: 40px;
}
.header .logo-inner-wrap {
  display: none;
}
.header .actions-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  max-width: 100%;
  padding-left: 42px;
}
.header .action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .action-user {
  padding-left: 18px;
  padding-right: 10px;
  max-width: calc(100% - 64px);
}
.header .action-user .btn .button-title {
  -ms-flex: 1;
      flex: 1;
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .btn {
  height: 32px;
  min-width: 32px;
  padding: 0;
  border-radius: var(--smallRadius);
  font-size: 16px;
}
.header .btn .elm-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../img/user.svg) center no-repeat;
  background-size: 100% auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px 0 0;
}
.header .btn:has(.button-ico:only-child) {
  width: 32px;
}
.header .button-info {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--clr-light);
  margin-left: 8px;
  font-size: 14px;
}
.header .btn-popup-menu {
  width: 32px;
  height: 32px;
  min-width: 32px;
  position: absolute;
  top: 50%;
  left: var(--paddingContainer);
  margin-top: -16px;
  z-index: 10;
}
.footer {
  display: block;
  padding: 15px 0;
  text-align: right;
  font-size: 14px;
}
.logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: auto;
  letter-spacing: normal;
  font-weight: 400;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
.logo .logo-image {
  width: 132px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo .logo-title {
  padding-left: 12px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  font-size: 24px;
  color: var(--clr-base);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1599px) {
  .menu-active .nav {
    left: 0;
  }
  .menu-active .header .btn-action-ico.ico-menu:before {
    opacity: 0;
  }
  .menu-active .header .btn-action-ico.ico-menu:after {
    opacity: 1;
  }
  .nav {
    transition: all ease 0.2s;
    left: -280px;
  }
}
@media (max-width: 1023px) {
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
}
@media (min-width: 744px) {
  .header .inner-wrap {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .header .logo-inner-wrap {
    display: block;
    padding-left: 60px;
  }
  .header .actions-inner-wrap {
    padding-left: 0;
  }
  .header .action-user {
    padding: 0 30px 0 35px;
  }
  .header .logo .logo-title {
    display: none;
  }
}
@media (max-width: 479px) {
  .wrap-login.wrap {
    padding-left: 0;
  }
  .wrap-login .header .logo .logo-title {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header .logo .logo-title {
    display: block;
  }
}
@media (min-width: 1600px) {
  .wrap {
    padding-left: 280px;
    transition: padding-left ease 0.2s;
  }
  .nav {
    transition: all ease 0.2s;
    overflow: visible;
  }
  .nav .btn-menu-toggle-width {
    display: block;
  }
  .header .logo-inner-wrap {
    padding-left: 0;
  }
  .header .btn-popup-menu {
    display: none;
  }
  .menu-hide .wrap {
    padding-left: 90px;
  }
  .menu-hide .nav {
    width: 90px;
    min-width: 90px;
  }
  .menu-hide .nav .button-menu .button-title {
    display: none;
    padding: 0;
  }
  .menu-hide .nav .button-menu .button-ico {
    margin: 0 auto;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-unloading {
  padding: 14px;
  border-radius: var(--mainRadius);
  border: 1px solid var(--clr-border-light);
  font-size: 16px;
  line-height: 1.45;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.item-tile-unloading .tile-title-wrap {
  display: block;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 8px;
  padding-left: 12px;
  width: calc(100% - 40px);
  -ms-flex: 1;
      flex: 1;
}
.item-tile-unloading .tile-title-wrap .tile-info {
  font-size: 12px;
  color: var(--clr-light);
}
.item-tile-unloading .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 12px;
  width: 100%;
}
.item-tile-unloading .tile-ico {
  width: 40px;
  height: 40px;
  border-radius: var(--mainRadius);
  background: var(--clr-bg-light);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-unloading .tile-ico img,
.item-tile-unloading .tile-ico svg {
  max-width: 24px;
  max-height: 24px;
}
.item-tile-unloading .tile-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-unloading .tile-title {
  font-weight: 400;
  margin: 0;
}
.item-tile-panel-directory {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  font-size: 16px;
  line-height: 1.45;
  color: var(--clr-base);
  border-radius: var(--mainRadius);
  padding: 10px 15px;
  border: 1px solid var(--clr-border-light);
  min-height: 100%;
}
.item-tile-panel-directory .tile-head-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 15px;
}
.item-tile-panel-directory .tile-content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.item-tile-panel-directory .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.item-tile-panel-directory .tile-actions-wrap {
  display: -ms-flexbox;
  display: flex;
}
.item-tile-panel-directory .tile-title-wrap {
  -ms-flex: 1;
      flex: 1;
}
.item-tile-panel-directory .tile-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 4px 0;
}
.item-tile-panel-directory .tile-total {
  color: var(--clr-light);
}
.item-tile-panel-directory .tile-button {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-panel-directory .tile-button:not(:hover):before {
  filter: var(--filterAttToBase);
}
.item-tile-panel-directory .tile-ico {
  width: 48px;
  height: 48px;
  background: var(--clr-bg-light);
  border-radius: var(--mainRadius);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-panel-directory .tile-ico img,
.item-tile-panel-directory .tile-ico svg {
  max-width: 24px;
  max-height: 24px;
}
.item-tile-table table {
  margin: 0;
}
.item-tile-table table th,
.item-tile-table table td {
  vertical-align: middle;
  padding: 2px 10px 2px 0;
  text-align: left;
  font-weight: 400;
  height: auto;
}
.item-tile-table table th:last-child,
.item-tile-table table td:last-child {
  padding-right: 0;
}
.item-tile-table table tr:nth-child(2n) th,
.item-tile-table table tr:nth-child(2n) td {
  background: none;
}
.item-tile-table table .tr-title:first-child th,
.item-tile-table table .tr-title:first-child td {
  padding-top: 0;
}
.item-tile-table table .tr-title th,
.item-tile-table table .tr-title td {
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}
.item-tile-table table .td-text {
  font-size: 14px;
}
.item-tile-panel-report {
  border-radius: var(--mainRadius);
  background: var(--clr-bg-light);
  padding: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--clr-light);
  gap: 15px;
}
.item-tile-panel-report.type-main {
  padding: 15px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.item-tile-panel-report.type-main .tile-info {
  margin-top: 4px;
}
.item-tile-panel-report.type-main .tile-info:first-child {
  margin-top: 0;
}
.item-tile-panel-report.no-bg {
  background: none;
  padding: 0;
  border-radius: 0;
}
.item-tile-panel-report:hover {
  color: var(--clr-light);
}
.item-tile-panel-report .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
}
.item-tile-panel-report .tile-status-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-panel-report .tile-title {
  display: block;
  color: var(--clr-base);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.item-tile-panel-report .title-small {
  font-size: 14px;
}
.item-tile-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--clr-base);
  position: relative;
}
.item-tile-user .tile-photo {
  width: 32px;
  height: 32px;
  border: 1px solid var(--clr-border-light);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-user .tile-title {
  font-size: 14px;
  display: block;
  padding-left: 12px;
}
.item-tile-order-info {
  font-size: 12px;
  line-height: 1.25;
  display: block;
  position: relative;
  padding: 8px 0;
  width: 100%;
}
.item-tile-order-info .tile-action-wrap {
  margin-top: 8px;
  padding-top: 3px;
  border-top: 1px solid var(--clr-border-light);
}
.item-tile-order-info .tile-title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1em;
  line-height: inherit;
}
.item-tile-order-info p {
  margin-bottom: 5px;
}
.item-tile-order-info .tile-status {
  vertical-align: middle;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -2px;
}
.item-tile-notify {
  padding: 14px 11px;
  font-size: 14px;
  line-height: 1.25;
  color: var(--clr-base);
  display: block;
  position: relative;
  overflow: hidden;
}
.item-tile-notify .tile-title {
  color: var(--clr-title);
  display: block;
  margin: 0;
  font-weight: bold;
  transition: all ease 0.2s;
}
.item-tile-notify:hover .tile-title {
  color: var(--clr-att);
}
.item-tile-notify .tile-status-wrap {
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  line-height: 0;
}
.item-tile-notify:has(.tile-status-wrap) {
  padding-right: 120px;
}
.item-tile-notify .tile-button-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -12px;
}
.item-tile-notify .btn-action-ico.ico-arrow:before {
  filter: var(--filterAttToLight);
}
.item-tile-panel-info,
.item-tile-panel-button {
  padding: 9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100%;
  height: 100%;
  position: relative;
  color: var(--clr-base);
  font-size: 12px;
  line-height: 1.25;
}
.item-tile-panel-info .tile-title,
.item-tile-panel-button .tile-title {
  font-size: 14px;
  transition: all ease 0.2s;
}
.item-tile-panel-info .tile-ico img,
.item-tile-panel-button .tile-ico img,
.item-tile-panel-info .tile-ico svg,
.item-tile-panel-button .tile-ico svg {
  width: 100%;
}
.item-tile-panel-info .tile-info,
.item-tile-panel-button .tile-info {
  margin: 12px 0 0 0;
  display: block;
}
.item-tile-panel-info .tile-info.text-large,
.item-tile-panel-button .tile-info.text-large {
  font-size: 14px;
}
.item-tile-panel-info:hover .tile-title,
.item-tile-panel-button:hover .tile-title {
  color: var(--clr-att);
}
.item-tile-panel-info .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 24px 0 0;
}
.item-tile-panel-info .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
}
.item-tile-panel-info .tile-total-wrap {
  padding-top: 6px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-panel-info .tile-ico {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2px;
  right: 4px;
}
.item-tile-panel-info .tile-ico.ico-small {
  width: 28px;
  height: 28px;
  top: 8px;
  right: 8px;
}
.item-tile-panel-info .tile-value {
  font-size: 18px;
  font-weight: bold;
}
.item-tile-panel-button {
  text-align: center;
}
.item-tile-panel-button .tile-ico {
  width: 30px;
  height: 30px;
  margin: -3px auto 3px auto;
}
.item-tile-panel-button .tile-title {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
:is([class^="item-tile"]):hover .elm-photo img,
:is([class^="item-tile"]):hover .tile-photo img {
  transform: scale(1.03);
}
.elm-photo,
.tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-photo.photo-play:hover:after,
.tile-photo.photo-play:hover:after {
  background-color: var(--clr-att-second);
}
.elm-photo.photo-play:after,
.tile-photo.photo-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../img/icons/play.svg) center no-repeat;
  background-size: 24px auto;
  transition: all ease 0.2s;
  margin: auto;
}
.elm-photo.photo-play:before,
.tile-photo.photo-play:before {
  display: block !important;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
}
.elm-photo.photo-zoom:after,
.tile-photo.photo-zoom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--clr-att) url(../img/icons/zoom.svg);
  background-size: 24px auto;
  transition: all ease 0.2s;
}
.elm-photo.photo-zoom:hover:after,
.tile-photo.photo-zoom:hover:after {
  opacity: 1;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports (aspect-ratio: 1) {
  .elm-photo:not(.photo-cover, .photo-contain),
  .tile-photo:not(.photo-cover, .photo-contain) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price,
.tile-price {
  white-space: nowrap;
}
.elm-price.price-old,
.tile-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
  font-family: 'Arial', 'Roboto', 'Open Sans', sans-serif;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.lbl-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg,
.lbl-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.ico-animate {
  animation: rotate-animation 2s linear infinite;
}
.elm-overlay {
  display: none;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-status,
.tile-status {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 42px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: var(--clr-bg-light);
  line-height: 42px;
}
.elm-status.status-online,
.tile-status.status-online,
.elm-status.status-offline,
.tile-status.status-offline {
  color: var(--clr-green-vlight);
}
.elm-status.status-online.type-sticker,
.tile-status.status-online.type-sticker,
.elm-status.status-offline.type-sticker,
.tile-status.status-offline.type-sticker {
  padding-left: 32px;
}
.elm-status.status-online:before,
.tile-status.status-online:before,
.elm-status.status-offline:before,
.tile-status.status-offline:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -6px;
  background: var(--clr-green-vlight);
}
.elm-status.status-offline,
.tile-status.status-offline {
  color: var(--clr-orange-dark);
}
.elm-status.status-offline:before,
.tile-status.status-offline:before {
  background-color: var(--clr-orange-dark);
}
.elm-status.bg-white,
.tile-status.bg-white,
.elm-status.bg-light,
.tile-status.bg-light {
  color: var(--clr-base);
}
.elm-status.type-sticker,
.tile-status.type-sticker,
.elm-status.type-sticker-large,
.tile-status.type-sticker-large {
  height: 21px;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 10px;
  line-height: 21px;
  font-weight: 400;
}
.elm-status.type-sticker-large,
.tile-status.type-sticker-large {
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 8px;
  font-weight: bold;
  font-size: 14px;
}
.elm-panel,
.tile-panel {
  border-radius: var(--mainRadius);
  border: 1px solid var(--clr-border-light);
}
.elm-popup {
  width: 270px;
  border-radius: var(--mainRadius);
  background: #fff;
  z-index: 80;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.elm-popup .popup-scroll-wrap {
  display: block;
  padding-right: 10px;
}
.elm-popup .popup-title-wrap {
  border-bottom: 1px solid var(--clr-border-light);
  margin-bottom: 0;
  padding-bottom: 5px;
  margin-right: 10px;
}
.elm-popup .popup-content-wrap {
  display: block;
}
.elm-popup .popup-scroll-wrap {
  max-height: 344px;
}
.elm-popup .popup-title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 5px 0;
  position: relative;
}
.elm-popup .popup-title:hover {
  color: var(--clr-base);
}
.elm-popup .popup-title:last-child {
  margin-bottom: 0;
}
.elm-popup .title-action {
  cursor: pointer;
}
.elm-popup .title-action:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-main.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: -15px;
  margin-top: -12px;
}
.elm-popup .item-wrap {
  width: 100%;
  margin-bottom: 8px;
}
.elm-popup .items-wrap {
  margin-bottom: -8px;
}
.elm-scroll-container {
  overflow-y: auto;
  overflow-x: hidden;
}
.elm-scroll-container::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.elm-scroll-container::-webkit-scrollbar-thumb {
  background-color: var(--clr-att);
  border-radius: 3px;
}
.elm-scroll-container::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-att);
}
.elm-scroll-container::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.elm-scroll-container::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.elm-scroll-container::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.elm-scroll-container::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
@media (min-width: 744px) {
  .item-tile-unloading .tile-info-wrap {
    width: auto;
    max-width: 50%;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .item-tile-unloading .tile-title-wrap {
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
  .item-tile-panel-info,
  .item-tile-panel-button {
    font-size: 14px;
  }
  .item-tile-panel-info .tile-title,
  .item-tile-panel-button .tile-title {
    font-size: 16px;
    line-height: 1.45;
  }
  .item-tile-panel-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .item-tile-panel-button .tile-title {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0 0 0 5px;
    max-width: calc(100% - 26px);
  }
  .item-tile-panel-button .tile-ico {
    width: 26px;
    height: 26px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .item-tile-panel-info .tile-value {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .item-tile-panel-directory {
    padding: 2.4rem;
    font-size: 16px;
  }
  .item-tile-panel-directory .tile-title {
    font-size: 24px;
  }
  .item-tile-panel-info,
  .item-tile-panel-button {
    padding: 14px 24px;
  }
  .item-tile-panel-info .tile-info-wrap,
  .item-tile-panel-button .tile-info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    gap: 12px;
  }
  .item-tile-panel-info .tile-info,
  .item-tile-panel-button .tile-info {
    margin: 0;
  }
  .item-tile-panel-info .tile-value + .tile-info,
  .item-tile-panel-button .tile-value + .tile-info {
    -ms-flex: 1;
        flex: 1;
    text-align: right;
  }
  .item-tile-panel-button {
    min-height: 0;
    padding: 17px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .elm-panel-desktop,
  .tile-panel-desktop {
    border-radius: var(--mainRadius);
    border: 1px solid var(--clr-border-light);
  }
}
@media (min-width: 1400px) {
  .item-tile-panel-info .tile-title,
  .item-tile-panel-button .tile-title {
    font-size: 18px;
  }
  .item-tile-panel-info.tile-frow {
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 14px 60px 14px 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .item-tile-panel-info.tile-frow .tile-title-wrap {
    width: auto;
    padding: 0 10px 0 0;
    max-width: 100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin: 0;
  }
  .item-tile-panel-info.tile-frow .tile-info-wrap {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .item-tile-panel-info.tile-frow .tile-ico {
    position: absolute;
    top: 50%;
    right: 24px;
    margin: -14px 0 0 -14px;
  }
  .item-tile-panel-info .tile-title-wrap {
    padding-right: 40px;
  }
  .item-tile-panel-info .tile-ico {
    margin-right: 10px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.form-panel-box {
  margin-bottom: 12px;
  position: relative;
  font-size: 16px;
  line-height: 1.45;
}
.form-panel-box.elm-panel {
  padding: 14px;
}
.form-panel-box .frm-section-wrap {
  padding-bottom: 5px;
}
.form-panel-box .frm-section-title {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.form-panel-box .frm-row {
  margin: 0 -5px;
}
.form-panel-box .frm-field {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.form-panel-box .frm-field.field-max {
  max-width: 100%;
}
.form-panel-box .frm-field.field-col {
  display: block;
}
.form-panel-box .frm-field.field-col .field-title {
  width: 100%;
  padding-right: 0;
  margin-bottom: 5px;
}
.form-panel-box .frm-field.field-col .field-content {
  max-width: 100%;
}
.form-panel-box .field-four {
  width: 50%;
}
.form-panel-box .field-title {
  width: 132px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px 0 0;
}
.form-panel-box .field-title + .field-content {
  max-width: calc(100% - 132px);
}
.form-panel-box .field-content {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form-panel-box .field-content .form-input {
  width: 100%;
}
.form-panel-box .field-content .btn {
  -ms-flex: 1;
      flex: 1;
}
.form-panel-box .frm-row-submit {
  margin: 0 -5px;
}
.form-panel-box .frm-row-submit .frm-field {
  width: auto;
  display: block;
}
.form-panel-box .frm-row-submit .frm-field:last-child {
  margin-bottom: 0;
}
.user-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-box .photo-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}
.user-box .elm-photo {
  border-radius: 50%;
  border: 1px solid var(--clr-border-light);
  width: 96px;
}
.user-box .section-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 8px;
}
.user-box table {
  margin: 0;
  table-layout: fixed;
}
.user-box table th,
.user-box table td {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 0 16px 0;
  background: none;
  border: none;
  height: auto;
}
.user-box table tr:nth-child(2n) th,
.user-box table tr:nth-child(2n) td {
  background: none;
}
.user-box table tr:last-child th,
.user-box table tr:last-child td {
  padding-bottom: 0;
}
.info-map-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}
.info-map-box .map-inner-wrap {
  position: relative;
  overflow: hidden;
  min-height: 456px;
  border-radius: var(--mainRadius);
  width: 100%;
  background: var(--clr-bg-light);
  -ms-flex: 1;
      flex: 1;
}
.info-map-box .map-inner-wrap > iframe {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.info-map-box .popup-list-wrap {
  position: absolute;
}
.menu-buttons-box {
  margin-bottom: 25px;
}
.menu-buttons-box:last-child {
  margin-bottom: 0;
}
.menu-buttons-box li {
  margin-bottom: 10px;
  padding: 0 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.menu-buttons-box .menu,
.menu-buttons-box .list {
  margin: 0 -8px;
}
.menu-buttons-box .btn {
  height: 38px;
  width: 100%;
  font-size: 16px;
}
.tabs-slider-box {
  margin-bottom: 30px;
}
.tabs-slider-box .slider-inner-wrap {
  padding: 0 28px 0 30px;
  position: relative;
}
.tabs-slider-box .slider-inner-wrap:has(.swiper-button-disabled~.swiper-button-disabled) {
  padding: 0 10px;
}
.tabs-slider-box .slider-inner-wrap:has(.swiper-button-disabled~.swiper-button-disabled) .swiper-button-disabled {
  display: none;
}
.tabs-slider-box .slider-wrap {
  margin: 0 -8px;
  position: relative;
}
.tabs-slider-box .sl-wrap {
  width: auto;
  padding: 0 4px;
}
.tabs-slider-box .button-slider-tabs-prev,
.tabs-slider-box .button-slider-tabs-next {
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -20px;
}
.tabs-slider-box .button-slider-tabs-next {
  left: auto;
  right: -10px;
}
.tabs-slider-box.type-border {
  position: relative;
}
.tabs-slider-box.type-border:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 8px;
  right: -6px;
  height: 1px;
  background: var(--clr-border-light);
}
.buttons-actions-box {
  margin-bottom: 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buttons-actions-box .action-title {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 5px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.buttons-actions-box .action-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 5px;
  margin-bottom: 10px;
}
.buttons-actions-box .btn {
  width: 100%;
  font-size: 14px;
}
.page-actions-box {
  margin-bottom: 15px;
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-actions-box:last-child {
  margin-bottom: 0;
}
.page-actions-box .action-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 15px 0 0;
}
.page-actions-box .pages-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.page-actions-box .pages-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 8px;
}
.page-actions-box .action-title {
  display: none;
  padding-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 1.25;
}
.page-actions-box .action-field {
  width: auto;
  min-width: 60px;
}
.page-actions-box .btn-page {
  height: 30px;
  min-width: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid var(--clr-border-light);
  font-size: 14px;
  color: var(--clr-base);
  transition: all ease 0.2s;
  margin: 0 0 0 8px;
  padding: 0 8px;
  position: relative;
}
.page-actions-box .btn-page:first-child {
  margin-left: 0;
}
.page-actions-box .btn-page:hover,
.page-actions-box .btn-page.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
  color: #fff;
}
.page-actions-box .btn-page:hover:before,
.page-actions-box .btn-page.active:before {
  filter: var(--filterWhite);
}
.page-actions-box .btn-page.button-disabled {
  border-color: var(--clr-att);
  pointer-events: none;
  opacity: 0.5;
}
.page-actions-box .btn-page.button-disabled:before {
  filter: none;
}
.page-actions-box .btn-page.active {
  min-width: 24px;
  height: 24px;
  line-height: 22px;
}
.page-actions-box .btn-page:before {
  filter: var(--filterAttToBase);
}
.page-actions-box .button-nav {
  width: 34px;
  height: 24px;
  min-width: 0;
  padding: 0;
  margin: 0;
}
.page-actions-box .button-nav:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-main.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
.page-actions-box .button-nav-prev:before {
  rotate: 180deg;
}
.panels-grid-box:last-child {
  margin-bottom: 15px;
}
.panels-grid-box .wrap-panel-main,
.panels-grid-box .wrap-panel-side {
  width: 100%;
}
.panels-grid-box .panel-box,
.panels-grid-box .panel-list-box {
  margin-bottom: 5px;
  min-height: 100%;
}
.panel-box {
  margin-bottom: 15px;
}
.panel-box .form-panel-outer-wrap.type-border {
  border-top: 1px solid var(--clr-border-light);
  padding-top: 12px;
  margin-top: 20px;
}
.panel-box .form-panel-second-wrap {
  margin-top: 12px;
}
.panel-box:not(.elm-panel, .elm-panel-desktop) .panel-tabs-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.panel-box .panel-form-wrap {
  font-size: 16px;
  line-height: 1.125;
  margin-bottom: 8px;
}
.panel-box .panel-form-wrap .frm-row {
  margin: 0;
}
.panel-box .panel-form-wrap .frm-field {
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  display: block;
}
.panel-box .panel-form-wrap .field-title,
.panel-box .panel-form-wrap .field-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3px 12px 3px 0;
  display: inline-block;
  vertical-align: middle;
}
.panel-box .panel-form-wrap .field-title:last-child,
.panel-box .panel-form-wrap .field-value:last-child {
  padding-right: 0;
}
.panel-box .panel-form-wrap .field-title {
  color: var(--clr-light);
}
.panel-box .panel-form-wrap .btn {
  vertical-align: middle;
}
.panel-box .form-inner-wrap,
.panel-box .buttons-inner-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 3;
      order: 3;
  margin-top: 10px;
}
.panel-box .form-inner-wrap .frm-field,
.panel-box .buttons-inner-wrap .frm-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}
.panel-box .form-inner-wrap .field-title,
.panel-box .buttons-inner-wrap .field-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 15px 0 0;
  font-size: 14px;
  font-weight: 400;
}
.panel-box .form-inner-wrap .field-content,
.panel-box .buttons-inner-wrap .field-content {
  -ms-flex: 1;
      flex: 1;
}
.panel-box .buttons-inner-wrap .frm-field {
  width: auto;
  margin-bottom: 8px;
}
.panel-box .info-map-box {
  margin-bottom: 0;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.panel-box.elm-panel {
  padding: 10px;
}
.panel-box .elm-panel {
  padding: 11px;
}
.panel-box .page-actions-box {
  margin-left: -11px;
  margin-right: -11px;
  padding-left: 11px;
  padding-right: 11px;
}
.panel-box .tbl-inner-wrap {
  margin: 0 -11px;
    max-height: 1000px;
}
.panel-box .tbl-inner-wrap table {
  margin: 0;
}
.panel-box .tbl-inner-wrap + .tbl-inner-wrap {
  margin-top: 15px;
}
.panel-box .panel-title-wrap {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.45;
}
.panel-box .panel-title-wrap .form-inner-wrap {
  width: 100%;
}
.panel-box .panel-title-wrap .form-inner-wrap .frm-field {
  margin-bottom: 8px;
  width: 50%;
}
.panel-box .panel-title-wrap .form-inner-wrap .btn {
  -ms-flex-pack: center;
      justify-content: center;
}
.panel-box .panel-title-wrap .form-inner-wrap .btn .button-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}
.panel-box .panel-title-wrap .title-wrap {
  max-width: 100%;
}
.panel-box .panel-title-wrap .actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 10px -6px -8px -6px;
}
.panel-box .panel-title-wrap .actions-wrap:first-child {
  margin-top: 0;
}
.panel-box .panel-title-wrap .action-wrap {
  width: 50%;
  padding: 0 6px;
  margin-bottom: 10px;
}
.panel-box .panel-title-wrap .btn {
  width: 100%;
}
.panel-box .panel-actions-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.panel-box .panel-buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  -ms-flex-align: center;
      align-items: center;
}
.panel-box .panel-buttons-wrap .button-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 8px;
}
.panel-box .panel-buttons-wrap .button-link {
  padding: 0 10px;
  height: 36px;
}
.panel-box .panel-tabs-wrap {
  margin: 0 -10px 10px -10px;
  border-bottom: 1px solid var(--clr-border-light);
  padding: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel-box .panel-tabs-wrap:first-child {
  margin-top: -10px;
}
.panel-box .panel-tabs-wrap .tabs-slider-box {
  margin-bottom: -1px;
}
.panel-box .filter-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 8px;
  -ms-flex-order: 2;
      order: 2;
  margin: 0;
}
.panel-box .search-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-order: 1;
      order: 1;
}
.panel-box .h1-title.title-small {
  font-weight: 400;
}
.panel-box .panel-title {
  margin-bottom: 0;
}
.panel-box .panel-title:last-child {
  margin-bottom: 0;
}
.panel-box .tiles-box {
  margin-bottom: 0;
}
.panel-box .tiles-box .btn {
  padding-left: 14px;
}
.panel-box .tiles-box .btn.button-vlight.button-border:not(:hover) .button-ico {
  filter: var(--filterAttToBase);
}
.panel-box .tiles-box .btn.button-vlight.button-border:not(:hover).button-arrow:before {
  filter: var(--filterAttToBase);
}
.filter-box {
  display: block;
  position: relative;
  line-height: 1.25;
}
.filter-box .filter-content-wrap {
  display: -ms-flexbox;
  display: flex;
}
.filter-box .filter-submit-wrap {
  padding: 0 0 0 12px;
  width: auto;
}
.filter-box .filter-form-wrap {
  -ms-flex: 1;
      flex: 1;
}
.filter-box .frm-field {
  width: 25%;
}
.filter-box .field-submit {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-box .btn-popup,
.filter-box .btn-popup-close,
.filter-box .filter-action-wrap,
.filter-box .filter-title,
.filter-box .field-reset {
  display: none;
}
.filter-box .filter-title {
  font-weight: 400;
  font-size: 24px;
  line-height: inherit;
}
.panel-list-box {
  margin-bottom: 15px;
  padding: 8px 16px;
}
.panel-list-box .panel-title {
  text-align: center;
  margin-bottom: 13px;
  font-weight: 400;
}
.panel-list-box .panel-title.title-left {
  text-align: left;
}
.panel-list-box .panel-action {
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  padding: 16px 0 8px 0;
}
.panel-list-box .panel-action.text-left {
  text-align: left;
}
.panel-list-box .panel-content {
  -ms-flex: 1;
      flex: 1;
  display: block;
}
.panel-list-box li {
  margin-bottom: 12px;
}
.panel-list-box li:last-child {
  margin-bottom: 0;
}
.title-panel-box {
  font-size: 16px;
  line-height: 1.45;
}
.title-panel-box .tabs-wrap {
  width: 100%;
  position: relative;
  -ms-flex-order: 3;
      order: 3;
  margin-left: -6px;
  margin-right: -6px;
}
.title-panel-box .tabs-slider-box {
  margin-bottom: 12px;
}
.title-panel-box .section-title {
  color: var(--clr-base);
  margin-bottom: 0;
}
.title-panel-box .title-wrap {
  margin-bottom: 12px;
  -ms-flex: 1;
      flex: 1;
}
.title-panel-box .actions-wrap {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 12px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.title-panel-box .action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
.title-panel-box .action-main .btn {
  height: 40px;
}
.title-panel-box .h2-title {
  font-weight: 400;
}
.tiles-box {
  margin-bottom: 15px;
}
.tiles-box .notify-panel-wrap {
  display: none;
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  overflow: hidden;
}
.bg-box {
  position: relative;
  z-index: 2;
}
.bg-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  transform: translateX(-50%);
  overflow: hidden;
  background: var(--clr-bg-light);
}
.bg-box > *:last-child {
  margin-bottom: 0;
}
body.popup-open {
  overflow: hidden;
}
.popup-inner-box {
  display: none;
  padding: 20px 25px;
  animation: fadein ease 0.2s;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-inner-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-inner-box.active {
  display: -ms-flexbox;
  display: flex;
}
.popup-inner-box .popup-box {
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 650px;
  max-width: 100%;
  max-height: inherit;
  background-color: #fff;
  z-index: 20;
  border-radius: 12px;
  padding: 12px;
}
.popup-inner-box .popup-box .popup-title-wrap,
.popup-inner-box .popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.popup-inner-box .popup-box .popup-content-wrap {
  width: 100%;
}
.popup-inner-box .popup-box .popup-footer-wrap {
  padding-top: 12px;
}
.popup-inner-box .tbl-popup-wrap {
  border-radius: 12px;
  border: 1px solid var(--clr-border-light);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .title-panel-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12px;
    gap: 12px;
  }
  .title-panel-box .title-wrap,
  .title-panel-box .actions-wrap {
    margin: 0;
  }
  .title-panel-box .actions-wrap {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
  .panel-box table thead br {
    display: none;
  }
  .panel-box .tbl-inner-wrap {
    margin: 0;
  }
  .panel-box .page-actions-box {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid var(--clr-border-light);
    padding-top: 14px;
  }
  .filter-show {
    overflow: hidden;
  }
  .filter-box .filter-content-block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 140;
    background: #fff;
    padding: 15px;
    -ms-flex-direction: column;
        flex-direction: column;
    display: none;
  }
  .filter-box .filter-title-wrap {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 10px;
    text-align: center;
    margin: 0;
  }
  .filter-box .filter-content-wrap {
    display: block;
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .filter-box .filter-content-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .filter-box .filter-action-wrap {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
  }
  .filter-box .filter-submit-wrap {
    padding: 5px 0 0 0;
  }
  .filter-box .frm-row-submit {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .filter-box .frm-row-submit .frm-field {
    margin-bottom: 0;
    width: auto;
  }
  .filter-box .field-reset .btn {
    font-size: 14px;
  }
  .filter-box .btn-popup,
  .filter-box .btn-popup-close,
  .filter-box .filter-action-wrap,
  .filter-box .filter-title,
  .filter-box .field-reset {
    display: block;
  }
  .filter-box .btn-popup,
  .filter-box .btn-popup-close {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .filter-box .frm-field {
    width: 50%;
  }
  .filter-box .js-btn-popup-toggle.active + .js-popup-block {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .popup-inner-box .tbl-popup-wrap {
    border-radius: 0;
    border: none;
  }
  .popup-inner-box .tbl-popup-wrap table.tbl-activities tr:has(.elm-photo) {
    padding-left: 68px;
  }
  .popup-inner-box .tbl-popup-wrap table.tbl-activities th:has(.elm-photo),
  .popup-inner-box .tbl-popup-wrap table.tbl-activities td:has(.elm-photo) {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0;
    border: none !important;
    position: absolute;
    top: 9px;
    left: 9px;
  }
  .popup-inner-box .tbl-popup-wrap table.tbl-activities th:has(.elm-photo):before,
  .popup-inner-box .tbl-popup-wrap table.tbl-activities td:has(.elm-photo):before {
    display: none;
  }
}
@media (max-width: 743px) {
  .user-box {
    position: relative;
  }
  .user-box .info-inner-wrap {
    position: static;
  }
  .user-box .title-inner-wrap {
    position: static;
  }
  .user-box .elm-status {
    position: absolute;
    top: 73px;
    left: 66px;
    z-index: 2;
  }
  .user-box table {
    display: block;
    position: relative;
  }
  .user-box table thead {
    display: none;
  }
  .user-box table tbody,
  .user-box table tr,
  .user-box table td,
  .user-box table th {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .user-box table th,
  .user-box table td {
    margin-bottom: 8px;
  }
  .user-box table tr:last-child th:last-child,
  .user-box table tr:last-child td:last-child {
    margin-bottom: 0;
  }
  .title-panel-box .action-wrap {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .title-panel-box .action-wrap .btn {
    width: 100%;
  }
  .filter-box .frm-field {
    width: 100%;
    margin-bottom: 5px;
  }
  .filter-box .form-input {
    border-radius: var(--smallRadius);
  }
  .panel-box .panel-title-wrap .action-wrap.wrap-mobile-full {
    width: 100%;
  }
  .panel-box .panel-actions-wrap:not(:has(.search-inner-wrap)) .filter-box {
    padding-left: 0;
    width: 100%;
  }
  .panel-box .panel-actions-wrap:not(:has(.search-inner-wrap)) .filter-box .btn-popup {
    width: 100%;
  }
  .panel-box .panel-buttons-wrap .btn.button-link {
    font-size: 14px;
  }
  .panel-box .buttons-inner-wrap .field-full-mobile {
    width: 100%;
  }
  .panel-box .buttons-inner-wrap .field-full-mobile .btn {
    width: 100%;
  }
}
@media (min-width: 744px) {
  .form-panel-box .field-third {
    width: 33.33%;
  }
  .form-panel-box .field-half {
    width: 50%;
  }
  .form-panel-box .field-four {
    width: 25%;
  }
  .form-panel-box .field-title {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 12px;
  }
  .form-panel-box .field-title + .field-content {
    max-width: inherit;
  }
  .user-box {
    display: -ms-flexbox;
    display: flex;
  }
  .user-box .photo-inner-wrap {
    width: 96px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .user-box .info-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    padding: 0 0 0 24px;
  }
  .user-box .title-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .user-box .section-title {
    font-size: 32px;
    margin-bottom: 16px;
    margin-right: 10px;
  }
  .user-box .section-title:last-child {
    margin-right: 0;
  }
  .user-box table {
    max-width: 600px;
  }
  .user-box .elm-status {
    margin-bottom: 16px;
  }
  .info-map-box .map-inner-wrap {
    min-height: 520px;
  }
  .tabs-slider-box .slider-wrap {
    margin: 0 -8px;
  }
  .tabs-slider-box .sl-wrap {
    padding: 0 2px;
  }
  .buttons-actions-box {
    margin-left: 0;
    margin-right: 0;
  }
  .buttons-actions-box .action-title {
    font-size: 16px;
    padding: 0 15px 0 0;
    width: auto;
  }
  .buttons-actions-box .action-wrap {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    padding: 0 15px 0 0;
  }
  .buttons-actions-box .btn {
    font-size: 18px;
  }
  .page-actions-box .action-title {
    display: block;
  }
  .tiles-box {
    margin-bottom: 25px;
  }
  .panel-box .panel-title-wrap .form-inner-wrap {
    -ms-flex-order: 3;
        order: 3;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex: 1;
        flex: 1;
  }
  .panel-box .panel-title-wrap .form-inner-wrap .frm-field {
    width: auto;
  }
  .panel-box .panel-title-wrap .form-inner-wrap .field-content {
    min-width: 0;
  }
  .panel-box .panel-actions-wrap {
    gap: 8px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel-box .search-inner-wrap {
    margin: 0;
    padding: 0;
  }
  .panel-box .filter-box {
    margin: 0;
    padding: 0;
  }
  .panel-box .form-inner-wrap {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .panel-box .form-inner-wrap .field-content {
    min-width: 244px;
  }
  .panel-box .buttons-inner-wrap {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .panel-box.panel-teams {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel-box.panel-teams .panel-title-wrap {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1;
        flex: 1;
    padding: 0;
    margin: 0;
  }
  .panel-box.panel-teams .panel-outer-wrap {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-order: 3;
        order: 3;
    margin: 10px 0 0 0;
  }
  .panel-box.panel-teams .panel-buttons-wrap {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    margin: 0;
  }
  .panel-box.panel-teams .panel-buttons-wrap .button-wrap {
    padding: 0 0 0 15px;
  }
  .panel-box.panel-teams .menu-buttons-box .menu,
  .panel-box.panel-teams .menu-buttons-box .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .panel-box.panel-teams .menu-buttons-box .menu li,
  .panel-box.panel-teams .menu-buttons-box .list li {
    width: auto;
    min-width: 195px;
    margin-bottom: 0;
  }
  .panel-box .panel-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .panel-box .panel-title-wrap:has(.actions-wrap) .title-wrap {
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .panel-box .panel-title-wrap:has(.actions-wrap) .panel-title {
    width: 100%;
  }
  .panel-box .panel-title-wrap .actions-wrap {
    width: auto;
    margin: 0 0 -6px 0;
    padding: 0;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .panel-box .panel-title-wrap .action-wrap {
    width: auto;
    padding: 0 0 0 12px;
    margin-bottom: 8px;
  }
}
@media (min-width: 744px) and (max-width: 1023px) {
  @supports (display: contents) {
    .panel-box.title-filter-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .panel-box.title-filter-row .panel-content-wrap {
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
    .panel-box.title-filter-row .panel-title-wrap {
      -ms-flex: 1;
          flex: 1;
      margin-bottom: 10px;
    }
    .panel-box.title-filter-row .panel-actions-wrap {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 0 10px 0;
      width: 420px;
    }
    .panel-box.title-filter-row .panel-actions-wrap:not(:has(.search-inner-wrap)) {
      width: auto;
      -ms-flex-item-align: end;
          align-self: flex-end;
    }
    .panel-box.title-filter-row .panel-outer-wrap {
      display: contents;
    }
  }
  .form-panel-box .field-third {
    display: block;
  }
  .form-panel-box .field-third .field-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4px;
  }
  .form-panel-box .field-third .field-title + .field-content {
    max-width: 100%;
  }
  .panel-box .panel-title-wrap .wrap-tablet-first {
    -ms-flex-order: -1;
        order: -1;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .panel-box .panel-title-wrap .wrap-tablet-first .btn {
    width: auto;
  }
  .panel-box .search-inner-wrap.full-tablet {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .panel-box .search-inner-wrap ~ .buttons-inner-wrap {
    width: auto;
  }
}
@media (min-width: 744px) and (max-width: 1399px) {
  .panels-grid-box .wrap-panel-side .panel-list-box .list {
    columns: 2;
    column-gap: 10px;
  }
  .panels-grid-box .wrap-panel-side .panel-list-box .list li {
    break-inside: avoid-column;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .page-actions-box {
    padding-top: 15px;
    border-top: 1px solid var(--clr-border-light);
  }
  .form-panel-box .frm-row,
  .form-panel-box .frm-row-submit {
    margin: 0 -15px;
  }
  .form-panel-box .frm-field {
    padding: 0 15px;
  }
  .form-panel-box .field-half {
    max-width: 620px;
  }
  .form-panel-box .field-content .btn {
    width: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .tabs-slider-box .slider-wrap {
    margin: 0 -16px;
  }
  .tabs-slider-box .sl-wrap {
    padding: 0;
  }
  .title-panel-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .title-panel-box .actions-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .title-panel-box .tabs-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .title-panel-box .tabs-slider-box {
    margin-bottom: 15px;
  }
  .panel-box .tbl-inner-wrap + .tbl-inner-wrap {
    border-top: 1px solid var(--clr-border-light);
  }
  .panel-box table thead {
    white-space: nowrap;
  }
  .panel-box.elm-panel-desktop .elm-panel-desktop .tbl-inner-wrap,
  .panel-box.elm-panel .elm-panel-desktop .tbl-inner-wrap,
  .panel-box.elm-panel-desktop .elm-panel .tbl-inner-wrap,
  .panel-box.elm-panel .elm-panel .tbl-inner-wrap {
    margin-left: -11px;
    margin-right: -11px;
  }
  .panel-box.elm-panel-desktop .elm-panel-desktop .page-actions-box,
  .panel-box.elm-panel .elm-panel-desktop .page-actions-box,
  .panel-box.elm-panel-desktop .elm-panel .page-actions-box,
  .panel-box.elm-panel .elm-panel .page-actions-box {
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .panel-box.elm-panel-desktop .tbl-inner-wrap,
  .panel-box.elm-panel .tbl-inner-wrap {
    margin-left: -14px;
    margin-right: -14px;
  }
  .panel-box.elm-panel-desktop .page-actions-box,
  .panel-box.elm-panel .page-actions-box {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .panel-box .form-panel-outer-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    gap: 4.5rem;
  }
  .panel-box .form-panel-main-wrap {
    -ms-flex: 1;
        flex: 1;
  }
  .panel-box .form-panel-second-wrap {
    width: 35%;
    max-width: 528px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .panel-box .panel-form-wrap .frm-row {
    display: block;
    columns: 2;
    column-gap: 16px;
  }
  .panel-box .panel-form-wrap .frm-field {
    break-inside: avoid-column;
  }
  .panel-box.elm-panel {
    padding: 15px;
  }
  .panel-box.elm-panel .elm-panel-desktop {
    padding: 11px;
  }
  .panel-box.elm-panel-desktop {
    padding: 15px;
  }
  .panel-box.elm-panel-desktop .elm-panel-desktop {
    padding: 11px;
  }
  .panel-box .panel-tabs-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
  }
  .panel-box .panel-tabs-wrap:first-child {
    margin-top: -15px;
  }
  .panel-box .panel-actions-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
  .panel-box .panel-actions-wrap.desktop-one-row {
    display: -ms-flexbox;
    display: flex;
  }
  .panel-box .panel-actions-wrap.desktop-one-row .filter-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 60%;
    width: auto;
  }
  .panel-box .panel-actions-wrap.desktop-one-row .filter-box:only-child {
    width: 100%;
    max-width: 100%;
  }
  .panel-box .panel-actions-wrap.desktop-one-row .filter-box:only-child .frm-field {
    min-width: 0;
    width: 20%;
  }
  .panel-box .panel-actions-wrap.desktop-one-row .filter-box .frm-field {
    width: auto;
    min-width: 188px;
  }
  .panel-box .panel-actions-wrap.desktop-one-row .filter-box .frm-field.field-submit {
    width: auto;
    min-width: 0;
  }
  .panel-box .panel-actions-wrap.desktop-one-row .filter-box .frm-row {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .panel-box .panel-actions-wrap.desktop-one-row .search-inner-wrap {
    width: auto;
    -ms-flex: 1;
        flex: 1;
    padding: 0 0 0 0;
  }
  .panel-box .panel-actions-wrap .panel-title {
    margin-bottom: 8px;
  }
  .panel-box .form-inner-wrap,
  .panel-box .buttons-inner-wrap {
    -ms-flex-order: 4;
        order: 4;
  }
  .panel-box .buttons-inner-wrap {
    width: auto;
  }
  .panel-box .search-inner-wrap {
    width: 100%;
    min-width: 200px;
  }
  .panel-box .tbl-inner-wrap {
    overflow-x: auto;
  }
  .panel-box .tbl-inner-wrap:has(tbody+tbody) {
    max-height: 1000px;
    overflow-y: auto;
  }
  .panel-box .tbl-inner-wrap:has(tbody+tbody) table thead {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .panel-box .tbl-inner-wrap:has(tr:nth-child(4)) {
    max-height: 1000px;
    overflow-y: auto;
  }
  .panel-box .tbl-inner-wrap:has(tr:nth-child(4)) table thead {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .panel-box .tbl-inner-wrap::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background: #f5f5f5;
  }
  .panel-box .tbl-inner-wrap::-webkit-scrollbar-thumb {
    background-color: var(--clr-att);
  }
  .panel-box .tbl-inner-wrap::-webkit-scrollbar-thumb:hover {
    background-color: var(--clr-att);
  }
  .panel-box .tbl-inner-wrap::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .panel-box .tbl-inner-wrap::-webkit-scrollbar-button:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .panel-box .tbl-inner-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .panel-box .tbl-inner-wrap::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .filter-box {
    max-width: 100%;
  }
  .filter-box .frm-field {
    width: auto;
    max-width: 100%;
  }
  .filter-box .filter-content-wrap,
  .filter-box .filter-content-block {
    max-width: 100%;
  }
  .tiles-box {
    margin-bottom: 15px;
  }
  .tiles-box .notify-panel-wrap {
    display: block;
    margin-top: 15px;
  }
  .tiles-box .panel-list-box {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 100%;
  }
  .tiles-box .panel-list-box .panel-items-wrap:has(.item-wrap:nth-child(4)) {
    max-height: 290px;
    overflow-y: auto;
  }
  .tiles-box .panel-list-box .panel-items-wrap:has(.item-wrap:nth-child(4))::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border-radius: 2px;
    background-color: #f5f5f5;
  }
  .tiles-box .panel-list-box .panel-items-wrap:has(.item-wrap:nth-child(4))::-webkit-scrollbar-thumb {
    background-color: var(--clr-att);
  }
  .tiles-box .panel-list-box .panel-items-wrap:has(.item-wrap:nth-child(4))::-webkit-scrollbar-thumb:hover {
    background-color: var(--clr-att);
  }
  .tiles-box .panel-list-box .panel-items-wrap:has(.item-wrap:nth-child(4))::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .tiles-box .panel-list-box .panel-items-wrap:has(.item-wrap:nth-child(4))::-webkit-scrollbar-button:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .tiles-box .panel-list-box .panel-items-wrap:has(.item-wrap:nth-child(4))::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .tiles-box .panel-list-box .panel-items-wrap:has(.item-wrap:nth-child(4))::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
}
@media (min-width: 1200px) {
  .tiles-box:has(.notify-panel-wrap) {
    display: -ms-flexbox;
    display: flex;
  }
  .tiles-box:has(.notify-panel-wrap) .items-inner-wrap {
    -ms-flex: 1;
        flex: 1;
    padding-right: 15px;
  }
  .tiles-box:has(.notify-panel-wrap) .notify-panel-wrap {
    width: 22.78%;
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .panels-grid-box .wrap-panel-main {
    width: 71%;
  }
  .panels-grid-box .wrap-panel-main .panel-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .panels-grid-box .wrap-panel-main .panel-box .panel-outer-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    -ms-flex: 1;
        flex: 1;
  }
  .panels-grid-box .wrap-panel-main .panel-box .panel-content-wrap {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
  .panels-grid-box .wrap-panel-main .panel-box .info-map-box {
    -ms-flex: 1;
        flex: 1;
  }
  .panels-grid-box .wrap-panel-side {
    width: 29%;
  }
  .panel-box .info-map-box .map-inner-wrap {
    min-height: 300px;
  }
  .panel-box.panel-teams .panel-buttons-wrap {
    -ms-flex-order: 3;
        order: 3;
    padding-left: 15px;
  }
  .panel-box.panel-teams .panel-outer-wrap {
    margin: 0;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    padding: 0 0 0 15px;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
[placeholder]::-webkit-input-placeholder {
  color: var(--clr-base);
}
[placeholder]:-moz-placeholder {
  color: var(--clr-base);
}
[placeholder]::-moz-placeholder {
  color: var(--clr-base);
}
[placeholder]:-ms-input-placeholder {
  color: var(--clr-base);
}
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  height: 36px;
  border: 1px solid var(--clr-border-light);
  padding: 0 10px 0 7px;
  border-radius: var(--mainRadius);
  background-color: #fff;
  font-size: 14px;
  color: var(--clr-base);
}
.form-input.inp-date {
  background-image: url(../img/icons/inp-date.svg);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
select.form-input,
input.form-input-select {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 50px;
  padding-right: 5rem;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 7px center;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  outline: none;
  cursor: pointer;
}
select.form-input.form-input-clear,
input.form-input-select.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: inherit;
  padding: 0 16px 0 0;
  color: inherit;
  font-weight: bold;
  background-image: url(../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
select.form-input:required:invalid {
  color: var(--clr-base);
}
body .choices[data-type*=select-multiple] .choices__button,
body .choices[data-type*=text] .choices__button {
  border-left-color: #fff;
}
body .choices[data-type*=select-one]::after {
  display: none;
}
body .choices {
  font-size: 14px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body .choices[data-type="select-multiple"] .choices__inner {
  min-height: 36px;
}
body .choices[data-type="select-multiple"] .choices__input {
  margin: 0;
  background: none;
}
body .choices[data-type="select-multiple"] .choices__item.choices__placeholder {
  color: #fff;
  display: none;
}
body .choices.is-open {
  z-index: 110;
}
body .choices .choices__inner {
  min-height: 36px;
  border-radius: var(--mainRadius);
  border: 1px solid var(--clr-border-light);
  padding: 0 30px 0 7px !important;
  color: var(--clr-base);
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 4px center;
  background-repeat: no-repeat;
}
body .choices .choices__inner .choices__list--single {
  padding: 0;
  width: 100%;
}
body .choices .choices__inner .choices__placeholder {
  opacity: 1;
  color: var(--clr-base);
}
body .choices .choices__inner .choices__list.choices__list--dropdown {
  z-index: 110;
}
.btn {
  height: 36px;
  min-width: 36px;
  border-radius: var(--mainRadius);
  padding: 0 11px;
  background: var(--clr-att);
  border: 1px solid var(--clr-att);
  font-size: 16px;
  color: #fff;
  max-width: 100%;
}
.btn:has(.button-ico:only-child) {
  padding: 0;
  width: 36px;
}
.btn:hover {
  background-color: var(--clr-base);
  border-color: var(--clr-base);
  color: #fff;
}
.btn.button-full {
  width: 100%;
  padding: 0 10px;
}
.btn .button-ico {
  width: var(--icoSize);
  height: var(--icoSize);
  margin: 0 5px;
  transition: all ease 0.2s;
  filter: var(--filterWhite);
}
.btn .button-ico:last-child {
  margin-right: 0;
}
.btn .button-ico:first-child {
  margin-left: 0;
}
.btn .button-ico:only-child {
  margin: 0 auto;
}
.btn .button-info {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn .button-info:has(.elm-status) {
  line-height: 0;
}
.btn .button-title {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn .button-title[data-title]:before {
  content: attr(data-title);
}
.btn .button-title[data-show]:before {
  content: attr(data-show);
}
.btn.active .button-title[data-title-active]:before {
  content: attr(data-title-active);
}
.btn.active .button-title[data-hide]:before {
  content: attr(data-hide);
}
.btn .button-active-add .button-title:before,
.btn .button-active-toggle .button-title:before {
  content: attr(data-title);
}
.btn .button-active-add .button-ico-active,
.btn .button-active-toggle .button-ico-active {
  display: none;
}
.btn .button-active-add.active .button-title:before,
.btn .button-active-toggle.active .button-title:before {
  content: attr(data-title-active);
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico {
  display: none;
}
.btn .button-active-add.active:has(.button-ico-active) .button-ico-active,
.btn .button-active-toggle.active:has(.button-ico-active) .button-ico-active {
  display: block;
}
.btn .button-title-border {
  border-bottom: 1px solid;
  line-height: 1;
}
.btn[disabled],
.btn.button-disabled {
  pointer-events: none;
}
.button-select {
  width: 100%;
  height: auto;
  border-radius: var(--mainRadius);
  border: 1px solid var(--clr-border-light);
  background-color: transparent;
  padding: 12px 40px 12px 12px;
  font-size: 16px;
  line-height: 1.45;
  white-space: nowrap;
  color: var(--clr-base);
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left;
}
.button-select .button-title {
  -ms-flex: 1;
      flex: 1;
}
.button-select .button-info {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--clr-light);
}
.button-select:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-main.svg) center no-repeat;
  background-size: 100% auto;
  top: 23px;
  right: 4px;
  margin-top: -12px;
  filter: var(--filterAttToBase);
}
.button-select:hover {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
  color: #fff;
}
.button-select:hover:before {
  filter: var(--filterWhite);
}
.button-select:hover .button-info {
  color: #fff;
}
.button-tab {
  font-size: 16px;
  height: 42px;
  padding: 0 4px;
  background: none;
  border-radius: 0;
  font-weight: 400;
  color: var(--clr-base);
  border: none;
  box-shadow: none;
}
.button-tab:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  height: 2px;
  background: var(--clr-att);
  opacity: 0;
  transition: all ease 0.2s;
}
.button-tab:hover,
.button-tab.active {
  background: none;
  color: var(--clr-att);
}
.button-tab.active:before {
  opacity: 1;
}
.button-link {
  width: auto;
  height: auto;
  line-height: 24px;
  color: var(--clr-att);
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: inherit;
}
.button-link:hover {
  border: none;
  background: none;
  color: var(--clr-base);
}
.button-link:hover .button-ico {
  filter: var(--filterAttToBase);
}
.button-link .button-ico {
  filter: none;
}
.button-link-dark {
  width: auto;
  height: auto;
  line-height: 24px;
  color: var(--clr-base);
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: inherit;
}
.button-link-dark:hover {
  border: none;
  background: none;
  color: var(--clr-att);
}
.button-link-dark:hover .button-ico {
  filter: none;
}
.button-link-dark .button-ico {
  filter: var(--filterAttToBase);
}
.button-border:not(:hover) {
  color: var(--clr-att);
  background-color: transparent;
}
.button-border:not(:hover) .button-ico {
  filter: none;
}
.button-menu {
  white-space: normal;
  text-align: left;
  -ms-flex-pack: start;
      justify-content: flex-start;
  min-height: 47px;
  height: auto;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.45;
  background-color: transparent;
  border: none;
  color: var(--clr-base);
}
.button-menu .button-ico {
  filter: none;
  margin: 0 10px 0 0;
}
.button-menu:hover {
  background-color: #e6e7e9;
  color: var(--clr-base);
}
.button-menu.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
  color: #fff;
}
.button-menu.active .button-ico {
  filter: var(--filterWhite);
}
.button-light {
  border-color: var(--clr-bg-light);
  background-color: var(--clr-bg-light);
  color: var(--clr-att);
}
.button-light .button-ico {
  filter: none;
}
.button-light:hover {
  background-color: var(--clr-bg-light);
  border-color: var(--clr-bg-light);
  color: var(--clr-base);
}
.button-light:hover .button-ico {
  filter: var(--filterAttToBase);
}
.button-light.button-border {
  border-color: var(--clr-border-light);
}
.button-light.button-border:not(:hover) {
  background-color: var(--clr-bg-light);
  border-color: var(--clr-border-light);
}
.button-light.button-border[disabled],
.button-light.button-border.button-disabled {
  border-color: #f5f5f5;
}
.button-light[disabled],
.button-light.button-disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: var(--clr-light);
}
.button-light[disabled] .button-ico,
.button-light.button-disabled .button-ico {
  filter: grayscale(100%);
}
.button-vlight {
  border-color: var(--clr-bg-light);
  background-color: var(--clr-bg-light);
  color: var(--clr-base);
}
.button-vlight .button-ico {
  filter: none;
}
.button-vlight:hover {
  background-color: var(--clr-bg-light);
  border-color: var(--clr-bg-light);
  color: var(--clr-att);
}
.button-vlight:hover .button-ico {
  filter: none;
}
.button-vlight.button-border {
  border-color: var(--clr-border-light);
}
.button-vlight.button-border:not(:hover) {
  background-color: #fff;
  border-color: var(--clr-border-light);
  color: var(--clr-base);
}
.button-arrow {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 40px 0 14px;
  padding-right: 40px !important;
  text-align: left;
}
.button-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-main.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 5px;
  margin-top: -12px;
  filter: var(--filterAttToLight);
  transition: all ease 0.2s;
}
.button-arrow:hover:before {
  filter: none;
}
.button-large {
  height: 52px;
  font-size: 14px;
}
.button-large.button-arrow:before {
  background-size: 32px auto;
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
}
.btn-action-ico.btn:before,
.btn-action-ico.btn:after {
  filter: var(--filterWhite);
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: var(--icoSize);
  max-height: var(--icoSize);
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--icoSize) auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-search:before {
  background-image: url(../img/icons/search.svg);
}
.btn-action-ico.ico-exit:before {
  background-image: url(../img/icons/exit.svg);
}
.btn-action-ico.ico-notify:before {
  background-image: url(../img/icons/notify.svg);
}
.btn-action-ico.ico-plus:before,
.btn-action-ico.ico-minus:before {
  background-image: url(../img/icons/counter-plus.svg);
  filter: var(--filterAttToBase);
}
.btn-action-ico.ico-plus:hover:before,
.btn-action-ico.ico-minus:hover:before {
  filter: none;
}
.btn-action-ico.ico-minus:before {
  background-image: url(../img/icons/counter-minus.svg);
}
.btn-action-ico.ico-eye:before {
  background-image: url(../img/icons/eye.svg);
}
.btn-action-ico.ico-tiles:before {
  background-image: url(../img/icons/tiles.svg);
}
.btn-action-ico.ico-edit:before {
  background-image: url(../img/icons/edit.svg);
}
.btn-action-ico.ico-trash:before {
  background-image: url(../img/icons/trash.svg);
}
.btn-action-ico.ico-toggle-left:before {
  background-image: url(../img/icons/toggle-left.svg);
}
.btn-action-ico.ico-toggle-right:before {
  background-image: url(../img/icons/toggle-right.svg);
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-main.svg);
  background-size: 32px auto;
  filter: var(--filterAttToBase);
}
.btn-action-ico.ico-arrow:hover:before {
  filter: none;
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev:before {
  transform: rotate(180deg);
}
.btn-action-ico.ico-menu:before {
  background-image: url(../img/icons/menu.svg);
}
.btn-action-ico.ico-menu:after {
  background-image: url(../img/icons/close.svg);
  opacity: 0;
}
.btn-action-ico.ico-close:before {
  background-image: url(../img/icons/close.svg);
}
.btn-action-ico.button-soc img,
.btn-action-ico.button-soc svg {
  max-width: 100%;
  max-height: 100%;
}
.btn-action-ico.button-soc:hover {
  opacity: 0.8;
}
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.button-active-close:after {
  background-image: url(../img/icons/close.svg);
}
[data-count] {
  overflow: visible;
}
[data-count]:after {
  content: attr(data-count);
  display: block;
  height: 18px;
  min-width: 18px;
  border-radius: 9px;
  padding: 0 4px;
  background: var(--clr-att);
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  margin-top: -13px;
  margin-left: 4px;
}
@media (min-width: 744px) {
  .button-tab {
    padding: 0 6px;
  }
  .button-tab:before {
    left: 6px;
    right: 6px;
  }
}
@media (min-width: 1024px) {
  .button-tab {
    height: 55px;
    padding: 0 16px;
  }
  .button-tab:before {
    left: 16px;
    right: 16px;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-main {
  text-align: center;
}
.frm-main .frm-select {
  text-align: left;
  display: inline-block;
}
.frm-field-select .btn-popup,
.frm-field-select-input .btn-popup {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--clr-base);
  padding: 8px 40px 8px 10px;
  min-height: 46px;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 3px;
  text-align: left;
}
.frm-field-select .btn-popup .button-title,
.frm-field-select-input .btn-popup .button-title,
.frm-field-select .btn-popup .button-head,
.frm-field-select-input .btn-popup .button-head {
  display: block;
  position: relative;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.frm-field-select .btn-popup .button-head,
.frm-field-select-input .btn-popup .button-head {
  font-size: 16px;
  line-height: 1.45;
  color: var(--clr-light);
}
.frm-field-select .btn-popup.button-arrow:before,
.frm-field-select-input .btn-popup.button-arrow:before {
  rotate: 90deg;
  background-size: 28px auto;
}
.frm-field-select .btn-popup.button-arrow:not(:hover):before,
.frm-field-select-input .btn-popup.button-arrow:not(:hover):before {
  filter: var(--filterAttToBase);
}
.frm-field-select .btn-popup.active.button-arrow:before,
.frm-field-select-input .btn-popup.active.button-arrow:before {
  rotate: -90deg;
}
.frm-field-select-input .btn-popup {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 10px;
  overflow: visible;
}
.frm-field-select-input .btn-popup .button-head {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-field-select-input .btn-popup .button-input {
  -ms-flex: 1;
      flex: 1;
}
.frm-field-select-input .btn-popup .form-input {
  height: 28px;
  border: none;
  background: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}
.frm-field-select-input .btn-popup:before {
  display: none;
}
.frm-field-select {
  display: block;
  position: relative;
}
.frm-field-select .active ~ .select-content-block {
  display: block;
}
.frm-field-select .select-content-block {
  display: none;
  animation: fadein ease 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: var(--mainRadius);
  padding: 15px;
  border: 1px solid var(--clr-border-light);
  background: #fff;
  z-index: 20;
}
.frm-field-select .menu {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
}
.frm-field-select .menu::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: var(--clr-bg-light);
}
.frm-field-select .menu::-webkit-scrollbar-thumb {
  background-color: var(--clr-att);
}
.frm-field-select .menu::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-att);
}
.frm-field-select .menu::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-field-select .menu::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-field-select .menu::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-field-select .menu::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-field-select [data-count]:after {
  display: none;
}
.frm-field-select .frm-select {
  font-size: 16px;
  line-height: 1.4;
}
.frm-field-select .frm-select label {
  padding: 10px 15px;
  border-radius: var(--mainRadius);
  transition: all ease 0.2s;
}
.frm-field-select .frm-select label:hover {
  background-color: var(--clr-bg-light);
}
.frm-field-select .frm-select label:before,
.frm-field-select .frm-select label:after {
  display: none;
}
.frm-field-select .frm-select input:checked ~ label {
  background-color: var(--clr-att);
  color: #fff;
}
.frm-field-actions-panel {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-field-actions-panel .field-action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-field-actions-panel .field-counter-wrap {
  -ms-flex: 1;
      flex: 1;
}
.frm-field-actions-panel .frm-field-counter {
  width: 100%;
}
.frm-main-search {
  position: relative;
  display: block;
}
.frm-main-search .btn-form {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
  z-index: 3;
}
.frm-main-search .form-input {
  padding-right: 40px;
}
.frm-field-input {
  display: block;
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-field-input:before,
.frm-field-input .frm-ico {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 5px;
  margin-top: -12px;
  z-index: 2;
  filter: var(--filterAttToBase);
}
.frm-field-input:before {
  pointer-events: none;
}
.frm-field-input:has(.frm-ico) .form-input {
  padding-right: 40px;
}
.frm-field-input:has(.frm-ico):before {
  display: none;
}
.frm-field-input .frm-ico {
  cursor: pointer;
}
.frm-field-input .frm-ico:hover {
  filter: none;
}
.frm-field-input.type-date .form-input {
  padding-right: 40px;
}
.frm-field-input.type-date:before {
  background-image: url(../img/icons/date.svg);
}
.frm-field-input.type-date-period .form-input {
  padding-right: 40px;
}
.frm-field-input.type-date-period:before {
  background-image: url(../img/icons/arrow-select.svg);
}
.frm-row,
.frm-row-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1;
  margin: 0 -5px;
}
.frm-field {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 5px;
  margin-bottom: 10px;
}
.frm-select,
.frm-select-toggle {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input,
.frm-select-toggle input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select input:checked ~ label:after,
.frm-select-toggle input:checked ~ label:after {
  opacity: 1;
}
.frm-select label,
.frm-select-toggle label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select-toggle label:before,
.frm-select label:after,
.frm-select-toggle label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after,
.frm-select-toggle label:after {
  opacity: 0;
}
.frm-select-toggle {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.frm-select-toggle input:checked ~ label:before,
.frm-select-toggle input:checked ~ label:after {
  border-color: var(--clr-att);
}
.frm-select-toggle input:checked ~ label:after {
  left: 12px;
}
.frm-select-toggle label {
  width: 24px;
  height: 24px;
}
.frm-select-toggle label:before {
  width: 24px;
  height: 14px;
  border-radius: 7px;
  border: 2px solid var(--clr-base);
  top: 50%;
  left: 0;
  right: 0;
  transition: all ease 0.2s;
  margin-top: -7px;
}
.frm-select-toggle label:after {
  width: 8px;
  height: 8px;
  border: 2px solid var(--clr-base);
  position: absolute;
  top: 50%;
  left: 4px;
  opacity: 1;
  border-radius: 50%;
  margin-top: -4px;
  transition: all ease 0.2s;
}
.frm-select.inp-button {
  width: 40px;
  height: 40px;
}
.frm-select.inp-button label {
  width: 40px;
  height: 40px;
}
.frm-select.inp-button label:before,
.frm-select.inp-button label:after {
  top: 50%;
  left: 50%;
}
.frm-select input[type="radio"] ~ label:before {
  border-radius: 50%;
}
.frm-select input[type="radio"] ~ label:after {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #000;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  padding-left: 28px;
  min-height: 20px;
  line-height: 20px;
}
.frm-select label:before,
.frm-select label:after {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid var(--clr-base);
  top: 10px;
  left: 10px;
  margin: -10px 0 0 -10px;
}
.frm-select label:after {
  border-radius: 0;
  border: none;
  background: url(../img/icons/check.svg) center / 20px auto no-repeat;
  opacity: 0;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
.frm-select-button {
  position: relative;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-select-button input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -999;
}
.frm-select-button input:checked ~ .btn {
  background-color: var(--clr-base);
  border-color: var(--clr-base);
  color: #fff;
}
.frm-select-button input:checked ~ .btn.button-border {
  background-color: var(--clr-base);
  border-color: var(--clr-base);
  color: #fff;
}
.frm-select-button input:checked ~ .btn.button-light.button-border {
  border-color: var(--clr-att);
  background-color: var(--clr-bg-light);
  color: var(--clr-att);
}
.frm-select-button .btn {
  width: 100%;
  padding: 0 19px;
  font-size: 16px;
}
.frm-select-button .button-light {
  color: var(--clr-base);
}
.frm-field-counter {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  min-width: 65px;
}
.frm-field-counter .form-input {
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.frm-field-counter .btn-action-ico {
  width: 30px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.frm-field-counter .ico-plus {
  left: auto;
  right: 0;
}
@media (max-width: 743px) {
  .frm-field-select-input .btn-popup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .frm-field-select-input .btn-popup .button-head {
    width: 100%;
  }
  .frm-field-actions-panel .btn {
    height: 28px;
    min-width: 28px;
    border-radius: 3px;
  }
  .frm-field-actions-panel .btn:has(.button-ico:only-child) {
    width: 28px;
    min-width: 28px;
  }
  .frm-field-actions-panel .frm-field-counter {
    height: 28px;
  }
  .frm-field-actions-panel .frm-field-counter .form-input {
    height: 28px;
    font-size: 11px;
    border-radius: 3px;
  }
  .frm-field-actions-panel .frm-field-counter .btn-action-ico {
    height: 28px;
  }
  .frm-field-actions-panel .frm-field-counter .ico-minus {
    left: -5px;
  }
  .frm-field-actions-panel .frm-field-counter .ico-plus {
    right: -5px;
  }
}
@media (min-width: 744px) {
  .frm-field-select .btn-popup {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-left: 14px;
  }
  .frm-field-select .btn-popup .button-title,
  .frm-field-select .btn-popup .button-head {
    width: auto;
  }
  .frm-field-select .btn-popup .button-head {
    margin-right: 3px;
  }
  .frm-field-select .btn-popup .button-title {
    -ms-flex: 1;
        flex: 1;
  }
  .frm-field-actions-panel .field-counter-wrap {
    width: 90px;
  }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.border-style-dashed {
  border-style: dashed !important;
}
.border-style-dotted {
  border-style: dotted !important;
}
.border-style-solid {
  border-style: solid !important;
}
.border-att {
  border-color: var(--clr-att);
}
.bg-light {
  background-color: var(--clr-bg-light);
}
table.tbl-ui th,
table.tbl-ui td {
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: 400;
}
table:has(col.col-line:nth-child(1)) th:nth-child(1),
table:has(col.col-line:nth-child(1)) td:nth-child(1) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(2)) th:nth-child(2),
table:has(col.col-line:nth-child(2)) td:nth-child(2) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(3)) th:nth-child(3),
table:has(col.col-line:nth-child(3)) td:nth-child(3) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(4)) th:nth-child(4),
table:has(col.col-line:nth-child(4)) td:nth-child(4) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(5)) th:nth-child(5),
table:has(col.col-line:nth-child(5)) td:nth-child(5) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(6)) th:nth-child(6),
table:has(col.col-line:nth-child(6)) td:nth-child(6) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(7)) th:nth-child(7),
table:has(col.col-line:nth-child(7)) td:nth-child(7) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(8)) th:nth-child(8),
table:has(col.col-line:nth-child(8)) td:nth-child(8) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(9)) th:nth-child(9),
table:has(col.col-line:nth-child(9)) td:nth-child(9) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(10)) th:nth-child(10),
table:has(col.col-line:nth-child(10)) td:nth-child(10) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(11)) th:nth-child(11),
table:has(col.col-line:nth-child(11)) td:nth-child(11) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(12)) th:nth-child(12),
table:has(col.col-line:nth-child(12)) td:nth-child(12) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(13)) th:nth-child(13),
table:has(col.col-line:nth-child(13)) td:nth-child(13) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(14)) th:nth-child(14),
table:has(col.col-line:nth-child(14)) td:nth-child(14) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(15)) th:nth-child(15),
table:has(col.col-line:nth-child(15)) td:nth-child(15) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(16)) th:nth-child(16),
table:has(col.col-line:nth-child(16)) td:nth-child(16) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(17)) th:nth-child(17),
table:has(col.col-line:nth-child(17)) td:nth-child(17) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(18)) th:nth-child(18),
table:has(col.col-line:nth-child(18)) td:nth-child(18) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(19)) th:nth-child(19),
table:has(col.col-line:nth-child(19)) td:nth-child(19) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(20)) th:nth-child(20),
table:has(col.col-line:nth-child(20)) td:nth-child(20) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(21)) th:nth-child(21),
table:has(col.col-line:nth-child(21)) td:nth-child(21) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(22)) th:nth-child(22),
table:has(col.col-line:nth-child(22)) td:nth-child(22) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(23)) th:nth-child(23),
table:has(col.col-line:nth-child(23)) td:nth-child(23) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(24)) th:nth-child(24),
table:has(col.col-line:nth-child(24)) td:nth-child(24) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(25)) th:nth-child(25),
table:has(col.col-line:nth-child(25)) td:nth-child(25) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(26)) th:nth-child(26),
table:has(col.col-line:nth-child(26)) td:nth-child(26) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(27)) th:nth-child(27),
table:has(col.col-line:nth-child(27)) td:nth-child(27) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(28)) th:nth-child(28),
table:has(col.col-line:nth-child(28)) td:nth-child(28) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(29)) th:nth-child(29),
table:has(col.col-line:nth-child(29)) td:nth-child(29) {
  white-space: nowrap;
}
table:has(col.col-line:nth-child(30)) th:nth-child(30),
table:has(col.col-line:nth-child(30)) td:nth-child(30) {
  white-space: nowrap;
}
table:has(col.col-att:nth-child(1)) th:nth-child(1),
table:has(col.col-att:nth-child(1)) td:nth-child(1) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(2)) th:nth-child(2),
table:has(col.col-att:nth-child(2)) td:nth-child(2) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(3)) th:nth-child(3),
table:has(col.col-att:nth-child(3)) td:nth-child(3) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(4)) th:nth-child(4),
table:has(col.col-att:nth-child(4)) td:nth-child(4) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(5)) th:nth-child(5),
table:has(col.col-att:nth-child(5)) td:nth-child(5) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(6)) th:nth-child(6),
table:has(col.col-att:nth-child(6)) td:nth-child(6) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(7)) th:nth-child(7),
table:has(col.col-att:nth-child(7)) td:nth-child(7) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(8)) th:nth-child(8),
table:has(col.col-att:nth-child(8)) td:nth-child(8) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(9)) th:nth-child(9),
table:has(col.col-att:nth-child(9)) td:nth-child(9) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(10)) th:nth-child(10),
table:has(col.col-att:nth-child(10)) td:nth-child(10) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(11)) th:nth-child(11),
table:has(col.col-att:nth-child(11)) td:nth-child(11) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(12)) th:nth-child(12),
table:has(col.col-att:nth-child(12)) td:nth-child(12) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(13)) th:nth-child(13),
table:has(col.col-att:nth-child(13)) td:nth-child(13) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(14)) th:nth-child(14),
table:has(col.col-att:nth-child(14)) td:nth-child(14) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(15)) th:nth-child(15),
table:has(col.col-att:nth-child(15)) td:nth-child(15) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(16)) th:nth-child(16),
table:has(col.col-att:nth-child(16)) td:nth-child(16) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(17)) th:nth-child(17),
table:has(col.col-att:nth-child(17)) td:nth-child(17) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(18)) th:nth-child(18),
table:has(col.col-att:nth-child(18)) td:nth-child(18) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(19)) th:nth-child(19),
table:has(col.col-att:nth-child(19)) td:nth-child(19) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(20)) th:nth-child(20),
table:has(col.col-att:nth-child(20)) td:nth-child(20) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(21)) th:nth-child(21),
table:has(col.col-att:nth-child(21)) td:nth-child(21) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(22)) th:nth-child(22),
table:has(col.col-att:nth-child(22)) td:nth-child(22) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(23)) th:nth-child(23),
table:has(col.col-att:nth-child(23)) td:nth-child(23) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(24)) th:nth-child(24),
table:has(col.col-att:nth-child(24)) td:nth-child(24) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(25)) th:nth-child(25),
table:has(col.col-att:nth-child(25)) td:nth-child(25) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(26)) th:nth-child(26),
table:has(col.col-att:nth-child(26)) td:nth-child(26) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(27)) th:nth-child(27),
table:has(col.col-att:nth-child(27)) td:nth-child(27) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(28)) th:nth-child(28),
table:has(col.col-att:nth-child(28)) td:nth-child(28) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(29)) th:nth-child(29),
table:has(col.col-att:nth-child(29)) td:nth-child(29) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(30)) th:nth-child(30),
table:has(col.col-att:nth-child(30)) td:nth-child(30) {
  background: var(--clr-bg);
}
table:has(col.text-left:nth-child(1)) th:nth-child(1),
table:has(col.text-left:nth-child(1)) td:nth-child(1) {
  text-align: left;
}
table:has(col.text-right:nth-child(1)) th:nth-child(1),
table:has(col.text-right:nth-child(1)) td:nth-child(1) {
  text-align: right;
}
table:has(col.text-center:nth-child(1)) th:nth-child(1),
table:has(col.text-center:nth-child(1)) td:nth-child(1) {
  text-align: center;
}
table:has(col.text-center:nth-child(1)) th:nth-child(1) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(1)) td:nth-child(1) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(1)) th:nth-child(1) .td-actions,
table:has(col.text-center:nth-child(1)) td:nth-child(1) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(2)) th:nth-child(2),
table:has(col.text-left:nth-child(2)) td:nth-child(2) {
  text-align: left;
}
table:has(col.text-right:nth-child(2)) th:nth-child(2),
table:has(col.text-right:nth-child(2)) td:nth-child(2) {
  text-align: right;
}
table:has(col.text-center:nth-child(2)) th:nth-child(2),
table:has(col.text-center:nth-child(2)) td:nth-child(2) {
  text-align: center;
}
table:has(col.text-center:nth-child(2)) th:nth-child(2) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(2)) td:nth-child(2) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(2)) th:nth-child(2) .td-actions,
table:has(col.text-center:nth-child(2)) td:nth-child(2) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(3)) th:nth-child(3),
table:has(col.text-left:nth-child(3)) td:nth-child(3) {
  text-align: left;
}
table:has(col.text-right:nth-child(3)) th:nth-child(3),
table:has(col.text-right:nth-child(3)) td:nth-child(3) {
  text-align: right;
}
table:has(col.text-center:nth-child(3)) th:nth-child(3),
table:has(col.text-center:nth-child(3)) td:nth-child(3) {
  text-align: center;
}
table:has(col.text-center:nth-child(3)) th:nth-child(3) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(3)) td:nth-child(3) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(3)) th:nth-child(3) .td-actions,
table:has(col.text-center:nth-child(3)) td:nth-child(3) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(4)) th:nth-child(4),
table:has(col.text-left:nth-child(4)) td:nth-child(4) {
  text-align: left;
}
table:has(col.text-right:nth-child(4)) th:nth-child(4),
table:has(col.text-right:nth-child(4)) td:nth-child(4) {
  text-align: right;
}
table:has(col.text-center:nth-child(4)) th:nth-child(4),
table:has(col.text-center:nth-child(4)) td:nth-child(4) {
  text-align: center;
}
table:has(col.text-center:nth-child(4)) th:nth-child(4) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(4)) td:nth-child(4) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(4)) th:nth-child(4) .td-actions,
table:has(col.text-center:nth-child(4)) td:nth-child(4) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(5)) th:nth-child(5),
table:has(col.text-left:nth-child(5)) td:nth-child(5) {
  text-align: left;
}
table:has(col.text-right:nth-child(5)) th:nth-child(5),
table:has(col.text-right:nth-child(5)) td:nth-child(5) {
  text-align: right;
}
table:has(col.text-center:nth-child(5)) th:nth-child(5),
table:has(col.text-center:nth-child(5)) td:nth-child(5) {
  text-align: center;
}
table:has(col.text-center:nth-child(5)) th:nth-child(5) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(5)) td:nth-child(5) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(5)) th:nth-child(5) .td-actions,
table:has(col.text-center:nth-child(5)) td:nth-child(5) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(6)) th:nth-child(6),
table:has(col.text-left:nth-child(6)) td:nth-child(6) {
  text-align: left;
}
table:has(col.text-right:nth-child(6)) th:nth-child(6),
table:has(col.text-right:nth-child(6)) td:nth-child(6) {
  text-align: right;
}
table:has(col.text-center:nth-child(6)) th:nth-child(6),
table:has(col.text-center:nth-child(6)) td:nth-child(6) {
  text-align: center;
}
table:has(col.text-center:nth-child(6)) th:nth-child(6) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(6)) td:nth-child(6) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(6)) th:nth-child(6) .td-actions,
table:has(col.text-center:nth-child(6)) td:nth-child(6) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(7)) th:nth-child(7),
table:has(col.text-left:nth-child(7)) td:nth-child(7) {
  text-align: left;
}
table:has(col.text-right:nth-child(7)) th:nth-child(7),
table:has(col.text-right:nth-child(7)) td:nth-child(7) {
  text-align: right;
}
table:has(col.text-center:nth-child(7)) th:nth-child(7),
table:has(col.text-center:nth-child(7)) td:nth-child(7) {
  text-align: center;
}
table:has(col.text-center:nth-child(7)) th:nth-child(7) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(7)) td:nth-child(7) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(7)) th:nth-child(7) .td-actions,
table:has(col.text-center:nth-child(7)) td:nth-child(7) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(8)) th:nth-child(8),
table:has(col.text-left:nth-child(8)) td:nth-child(8) {
  text-align: left;
}
table:has(col.text-right:nth-child(8)) th:nth-child(8),
table:has(col.text-right:nth-child(8)) td:nth-child(8) {
  text-align: right;
}
table:has(col.text-center:nth-child(8)) th:nth-child(8),
table:has(col.text-center:nth-child(8)) td:nth-child(8) {
  text-align: center;
}
table:has(col.text-center:nth-child(8)) th:nth-child(8) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(8)) td:nth-child(8) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(8)) th:nth-child(8) .td-actions,
table:has(col.text-center:nth-child(8)) td:nth-child(8) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(9)) th:nth-child(9),
table:has(col.text-left:nth-child(9)) td:nth-child(9) {
  text-align: left;
}
table:has(col.text-right:nth-child(9)) th:nth-child(9),
table:has(col.text-right:nth-child(9)) td:nth-child(9) {
  text-align: right;
}
table:has(col.text-center:nth-child(9)) th:nth-child(9),
table:has(col.text-center:nth-child(9)) td:nth-child(9) {
  text-align: center;
}
table:has(col.text-center:nth-child(9)) th:nth-child(9) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(9)) td:nth-child(9) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(9)) th:nth-child(9) .td-actions,
table:has(col.text-center:nth-child(9)) td:nth-child(9) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(10)) th:nth-child(10),
table:has(col.text-left:nth-child(10)) td:nth-child(10) {
  text-align: left;
}
table:has(col.text-right:nth-child(10)) th:nth-child(10),
table:has(col.text-right:nth-child(10)) td:nth-child(10) {
  text-align: right;
}
table:has(col.text-center:nth-child(10)) th:nth-child(10),
table:has(col.text-center:nth-child(10)) td:nth-child(10) {
  text-align: center;
}
table:has(col.text-center:nth-child(10)) th:nth-child(10) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(10)) td:nth-child(10) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(10)) th:nth-child(10) .td-actions,
table:has(col.text-center:nth-child(10)) td:nth-child(10) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(11)) th:nth-child(11),
table:has(col.text-left:nth-child(11)) td:nth-child(11) {
  text-align: left;
}
table:has(col.text-right:nth-child(11)) th:nth-child(11),
table:has(col.text-right:nth-child(11)) td:nth-child(11) {
  text-align: right;
}
table:has(col.text-center:nth-child(11)) th:nth-child(11),
table:has(col.text-center:nth-child(11)) td:nth-child(11) {
  text-align: center;
}
table:has(col.text-center:nth-child(11)) th:nth-child(11) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(11)) td:nth-child(11) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(11)) th:nth-child(11) .td-actions,
table:has(col.text-center:nth-child(11)) td:nth-child(11) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(12)) th:nth-child(12),
table:has(col.text-left:nth-child(12)) td:nth-child(12) {
  text-align: left;
}
table:has(col.text-right:nth-child(12)) th:nth-child(12),
table:has(col.text-right:nth-child(12)) td:nth-child(12) {
  text-align: right;
}
table:has(col.text-center:nth-child(12)) th:nth-child(12),
table:has(col.text-center:nth-child(12)) td:nth-child(12) {
  text-align: center;
}
table:has(col.text-center:nth-child(12)) th:nth-child(12) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(12)) td:nth-child(12) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(12)) th:nth-child(12) .td-actions,
table:has(col.text-center:nth-child(12)) td:nth-child(12) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(13)) th:nth-child(13),
table:has(col.text-left:nth-child(13)) td:nth-child(13) {
  text-align: left;
}
table:has(col.text-right:nth-child(13)) th:nth-child(13),
table:has(col.text-right:nth-child(13)) td:nth-child(13) {
  text-align: right;
}
table:has(col.text-center:nth-child(13)) th:nth-child(13),
table:has(col.text-center:nth-child(13)) td:nth-child(13) {
  text-align: center;
}
table:has(col.text-center:nth-child(13)) th:nth-child(13) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(13)) td:nth-child(13) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(13)) th:nth-child(13) .td-actions,
table:has(col.text-center:nth-child(13)) td:nth-child(13) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(14)) th:nth-child(14),
table:has(col.text-left:nth-child(14)) td:nth-child(14) {
  text-align: left;
}
table:has(col.text-right:nth-child(14)) th:nth-child(14),
table:has(col.text-right:nth-child(14)) td:nth-child(14) {
  text-align: right;
}
table:has(col.text-center:nth-child(14)) th:nth-child(14),
table:has(col.text-center:nth-child(14)) td:nth-child(14) {
  text-align: center;
}
table:has(col.text-center:nth-child(14)) th:nth-child(14) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(14)) td:nth-child(14) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(14)) th:nth-child(14) .td-actions,
table:has(col.text-center:nth-child(14)) td:nth-child(14) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(15)) th:nth-child(15),
table:has(col.text-left:nth-child(15)) td:nth-child(15) {
  text-align: left;
}
table:has(col.text-right:nth-child(15)) th:nth-child(15),
table:has(col.text-right:nth-child(15)) td:nth-child(15) {
  text-align: right;
}
table:has(col.text-center:nth-child(15)) th:nth-child(15),
table:has(col.text-center:nth-child(15)) td:nth-child(15) {
  text-align: center;
}
table:has(col.text-center:nth-child(15)) th:nth-child(15) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(15)) td:nth-child(15) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(15)) th:nth-child(15) .td-actions,
table:has(col.text-center:nth-child(15)) td:nth-child(15) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(16)) th:nth-child(16),
table:has(col.text-left:nth-child(16)) td:nth-child(16) {
  text-align: left;
}
table:has(col.text-right:nth-child(16)) th:nth-child(16),
table:has(col.text-right:nth-child(16)) td:nth-child(16) {
  text-align: right;
}
table:has(col.text-center:nth-child(16)) th:nth-child(16),
table:has(col.text-center:nth-child(16)) td:nth-child(16) {
  text-align: center;
}
table:has(col.text-center:nth-child(16)) th:nth-child(16) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(16)) td:nth-child(16) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(16)) th:nth-child(16) .td-actions,
table:has(col.text-center:nth-child(16)) td:nth-child(16) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(17)) th:nth-child(17),
table:has(col.text-left:nth-child(17)) td:nth-child(17) {
  text-align: left;
}
table:has(col.text-right:nth-child(17)) th:nth-child(17),
table:has(col.text-right:nth-child(17)) td:nth-child(17) {
  text-align: right;
}
table:has(col.text-center:nth-child(17)) th:nth-child(17),
table:has(col.text-center:nth-child(17)) td:nth-child(17) {
  text-align: center;
}
table:has(col.text-center:nth-child(17)) th:nth-child(17) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(17)) td:nth-child(17) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(17)) th:nth-child(17) .td-actions,
table:has(col.text-center:nth-child(17)) td:nth-child(17) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(18)) th:nth-child(18),
table:has(col.text-left:nth-child(18)) td:nth-child(18) {
  text-align: left;
}
table:has(col.text-right:nth-child(18)) th:nth-child(18),
table:has(col.text-right:nth-child(18)) td:nth-child(18) {
  text-align: right;
}
table:has(col.text-center:nth-child(18)) th:nth-child(18),
table:has(col.text-center:nth-child(18)) td:nth-child(18) {
  text-align: center;
}
table:has(col.text-center:nth-child(18)) th:nth-child(18) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(18)) td:nth-child(18) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(18)) th:nth-child(18) .td-actions,
table:has(col.text-center:nth-child(18)) td:nth-child(18) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(19)) th:nth-child(19),
table:has(col.text-left:nth-child(19)) td:nth-child(19) {
  text-align: left;
}
table:has(col.text-right:nth-child(19)) th:nth-child(19),
table:has(col.text-right:nth-child(19)) td:nth-child(19) {
  text-align: right;
}
table:has(col.text-center:nth-child(19)) th:nth-child(19),
table:has(col.text-center:nth-child(19)) td:nth-child(19) {
  text-align: center;
}
table:has(col.text-center:nth-child(19)) th:nth-child(19) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(19)) td:nth-child(19) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(19)) th:nth-child(19) .td-actions,
table:has(col.text-center:nth-child(19)) td:nth-child(19) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(20)) th:nth-child(20),
table:has(col.text-left:nth-child(20)) td:nth-child(20) {
  text-align: left;
}
table:has(col.text-right:nth-child(20)) th:nth-child(20),
table:has(col.text-right:nth-child(20)) td:nth-child(20) {
  text-align: right;
}
table:has(col.text-center:nth-child(20)) th:nth-child(20),
table:has(col.text-center:nth-child(20)) td:nth-child(20) {
  text-align: center;
}
table:has(col.text-center:nth-child(20)) th:nth-child(20) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(20)) td:nth-child(20) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(20)) th:nth-child(20) .td-actions,
table:has(col.text-center:nth-child(20)) td:nth-child(20) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(21)) th:nth-child(21),
table:has(col.text-left:nth-child(21)) td:nth-child(21) {
  text-align: left;
}
table:has(col.text-right:nth-child(21)) th:nth-child(21),
table:has(col.text-right:nth-child(21)) td:nth-child(21) {
  text-align: right;
}
table:has(col.text-center:nth-child(21)) th:nth-child(21),
table:has(col.text-center:nth-child(21)) td:nth-child(21) {
  text-align: center;
}
table:has(col.text-center:nth-child(21)) th:nth-child(21) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(21)) td:nth-child(21) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(21)) th:nth-child(21) .td-actions,
table:has(col.text-center:nth-child(21)) td:nth-child(21) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(22)) th:nth-child(22),
table:has(col.text-left:nth-child(22)) td:nth-child(22) {
  text-align: left;
}
table:has(col.text-right:nth-child(22)) th:nth-child(22),
table:has(col.text-right:nth-child(22)) td:nth-child(22) {
  text-align: right;
}
table:has(col.text-center:nth-child(22)) th:nth-child(22),
table:has(col.text-center:nth-child(22)) td:nth-child(22) {
  text-align: center;
}
table:has(col.text-center:nth-child(22)) th:nth-child(22) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(22)) td:nth-child(22) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(22)) th:nth-child(22) .td-actions,
table:has(col.text-center:nth-child(22)) td:nth-child(22) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(23)) th:nth-child(23),
table:has(col.text-left:nth-child(23)) td:nth-child(23) {
  text-align: left;
}
table:has(col.text-right:nth-child(23)) th:nth-child(23),
table:has(col.text-right:nth-child(23)) td:nth-child(23) {
  text-align: right;
}
table:has(col.text-center:nth-child(23)) th:nth-child(23),
table:has(col.text-center:nth-child(23)) td:nth-child(23) {
  text-align: center;
}
table:has(col.text-center:nth-child(23)) th:nth-child(23) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(23)) td:nth-child(23) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(23)) th:nth-child(23) .td-actions,
table:has(col.text-center:nth-child(23)) td:nth-child(23) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(24)) th:nth-child(24),
table:has(col.text-left:nth-child(24)) td:nth-child(24) {
  text-align: left;
}
table:has(col.text-right:nth-child(24)) th:nth-child(24),
table:has(col.text-right:nth-child(24)) td:nth-child(24) {
  text-align: right;
}
table:has(col.text-center:nth-child(24)) th:nth-child(24),
table:has(col.text-center:nth-child(24)) td:nth-child(24) {
  text-align: center;
}
table:has(col.text-center:nth-child(24)) th:nth-child(24) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(24)) td:nth-child(24) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(24)) th:nth-child(24) .td-actions,
table:has(col.text-center:nth-child(24)) td:nth-child(24) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(25)) th:nth-child(25),
table:has(col.text-left:nth-child(25)) td:nth-child(25) {
  text-align: left;
}
table:has(col.text-right:nth-child(25)) th:nth-child(25),
table:has(col.text-right:nth-child(25)) td:nth-child(25) {
  text-align: right;
}
table:has(col.text-center:nth-child(25)) th:nth-child(25),
table:has(col.text-center:nth-child(25)) td:nth-child(25) {
  text-align: center;
}
table:has(col.text-center:nth-child(25)) th:nth-child(25) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(25)) td:nth-child(25) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(25)) th:nth-child(25) .td-actions,
table:has(col.text-center:nth-child(25)) td:nth-child(25) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(26)) th:nth-child(26),
table:has(col.text-left:nth-child(26)) td:nth-child(26) {
  text-align: left;
}
table:has(col.text-right:nth-child(26)) th:nth-child(26),
table:has(col.text-right:nth-child(26)) td:nth-child(26) {
  text-align: right;
}
table:has(col.text-center:nth-child(26)) th:nth-child(26),
table:has(col.text-center:nth-child(26)) td:nth-child(26) {
  text-align: center;
}
table:has(col.text-center:nth-child(26)) th:nth-child(26) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(26)) td:nth-child(26) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(26)) th:nth-child(26) .td-actions,
table:has(col.text-center:nth-child(26)) td:nth-child(26) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(27)) th:nth-child(27),
table:has(col.text-left:nth-child(27)) td:nth-child(27) {
  text-align: left;
}
table:has(col.text-right:nth-child(27)) th:nth-child(27),
table:has(col.text-right:nth-child(27)) td:nth-child(27) {
  text-align: right;
}
table:has(col.text-center:nth-child(27)) th:nth-child(27),
table:has(col.text-center:nth-child(27)) td:nth-child(27) {
  text-align: center;
}
table:has(col.text-center:nth-child(27)) th:nth-child(27) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(27)) td:nth-child(27) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(27)) th:nth-child(27) .td-actions,
table:has(col.text-center:nth-child(27)) td:nth-child(27) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(28)) th:nth-child(28),
table:has(col.text-left:nth-child(28)) td:nth-child(28) {
  text-align: left;
}
table:has(col.text-right:nth-child(28)) th:nth-child(28),
table:has(col.text-right:nth-child(28)) td:nth-child(28) {
  text-align: right;
}
table:has(col.text-center:nth-child(28)) th:nth-child(28),
table:has(col.text-center:nth-child(28)) td:nth-child(28) {
  text-align: center;
}
table:has(col.text-center:nth-child(28)) th:nth-child(28) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(28)) td:nth-child(28) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(28)) th:nth-child(28) .td-actions,
table:has(col.text-center:nth-child(28)) td:nth-child(28) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(29)) th:nth-child(29),
table:has(col.text-left:nth-child(29)) td:nth-child(29) {
  text-align: left;
}
table:has(col.text-right:nth-child(29)) th:nth-child(29),
table:has(col.text-right:nth-child(29)) td:nth-child(29) {
  text-align: right;
}
table:has(col.text-center:nth-child(29)) th:nth-child(29),
table:has(col.text-center:nth-child(29)) td:nth-child(29) {
  text-align: center;
}
table:has(col.text-center:nth-child(29)) th:nth-child(29) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(29)) td:nth-child(29) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(29)) th:nth-child(29) .td-actions,
table:has(col.text-center:nth-child(29)) td:nth-child(29) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-left:nth-child(30)) th:nth-child(30),
table:has(col.text-left:nth-child(30)) td:nth-child(30) {
  text-align: left;
}
table:has(col.text-right:nth-child(30)) th:nth-child(30),
table:has(col.text-right:nth-child(30)) td:nth-child(30) {
  text-align: right;
}
table:has(col.text-center:nth-child(30)) th:nth-child(30),
table:has(col.text-center:nth-child(30)) td:nth-child(30) {
  text-align: center;
}
table:has(col.text-center:nth-child(30)) th:nth-child(30) .td-content:has(.elm-status.type-sticker),
table:has(col.text-center:nth-child(30)) td:nth-child(30) .td-content:has(.elm-status.type-sticker) {
  -ms-flex-pack: center;
      justify-content: center;
}
table:has(col.text-center:nth-child(30)) th:nth-child(30) .td-actions,
table:has(col.text-center:nth-child(30)) td:nth-child(30) .td-actions {
  -ms-flex-pack: center;
      justify-content: center;
}
.i,
[class*="icon-"] {
  display: block;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: cover) {
  .img-bg-cover {
    height: 100%;
    object-fit: cover;
  }
}
@supports (object-fit: contain) {
  .img-bg-contain {
    height: 100%;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-popup-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  animation: fadein ease 0.3s;
}
.js-tab-block {
  animation: fadein ease 0.2s;
}
.js-tab-block:not(.active) {
  display: none;
}
.js-tab-block.tab-slider:not(.active) {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  height: 0;
  position: relative;
  overflow: hidden;
}
.items-wrap,
.tile-items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 -5px -10px -5px;
}
.item-wrap,
.tile-item-wrap {
  width: 100%;
  position: relative;
  break-inside: avoid-column;
  display: block;
  animation: fadein ease 0.2s;
  padding: 0 5px;
  margin-bottom: 10px;
}
.tile-many-lines,
.text-many-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap-m1 {
  width: 100%;
}
.wrap-m2 {
  width: 50%;
}
.wrap-m3 {
  width: 33.33%;
}
.wrap-m4 {
  width: 25%;
}
.wrap-m5 {
  width: 20%;
}
.wrap-m6 {
  width: 16.66%;
}
/*

add to head box

<style>
	.tile-many-lines, .text-many-lines {
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
</style>

 */
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  display: block;
  position: relative;
}
.tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
.mb-section {
  margin-bottom: var(--sectionMargin) !important;
}
.mb-section-small {
  margin-bottom: var(--sectionMarginSmall) !important;
}
.mt-section {
  margin-top: var(--sectionMargin) !important;
}
.mt-section-small {
  margin-top: var(--sectionMarginSmall) !important;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.no-pbottom {
  padding-bottom: 0 !important;
}
.no-ptop {
  padding-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
input.form-clear-autofill::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.sl-wrap.swiper-slide {
  height: auto;
}
.swiper,
.swiper-wrapper {
  position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  bottom: auto;
}
[class*="button-slider-"]:not([aria-label]) {
  display: none;
}
.slider-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -5px -5px -5px;
  position: relative;
  width: auto;
}
.slider-pagination:not(.swiper-pagination-bullets) {
  display: none;
}
.slider-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--clr-light);
  opacity: 1;
  transition: all ease 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0 5px 5px 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.is-modern .f-thumbs__slide__button {
  -webkit-clip-path: inherit !important;
          clip-path: inherit !important;
}
/* color text */
.text-green {
  color: var(--clr-green);
}
.text-orange-dark {
  color: var(--clr-orange-dark);
}
.text-orange {
  color: var(--clr-orange);
}
.text-violet {
  color: var(--clr-violet);
}
.text-yellow {
  color: var(--clr-yellow);
}
.text-gray {
  color: var(--clr-gray);
}
.text-gray-dark {
  color: var(--clr-gray-dark);
}
.text-violet-light {
  color: var(--clr-violet-light);
}
.text-blue-light {
  color: var(--clr-blue-light);
}
.text-blue-dark {
  color: var(--clr-blue-dark);
}
.text-brown {
  color: var(--clr-brown);
}
.text-green-light {
  color: var(--clr-green-light);
}
.text-blue {
  color: var(--clr-blue);
}
.text-green-vlight {
  color: var(--clr-green-vlight);
}
.text-white {
  color: #fff;
}
/* color bg */
.bg-white {
  background-color: #fff;
}
.bg-red {
  background-color: #f00;
}
.bg-green {
  background-color: var(--clr-green);
}
.bg-orange-dark {
  background-color: var(--clr-orange-dark);
}
.bg-orange {
  background-color: var(--clr-orange);
}
.bg-violet {
  background-color: var(--clr-violet);
}
.bg-yellow {
  background-color: var(--clr-yellow);
}
.bg-gray {
  background-color: var(--clr-gray);
}
.bg-gray-dark {
  background-color: var(--clr-gray-dark);
}
.bg-violet-light {
  background-color: var(--clr-violet-light);
}
.bg-blue-light {
  background-color: var(--clr-blue-light);
}
.bg-blue-dark {
  background-color: var(--clr-blue-dark);
}
.bg-brown {
  background-color: var(--clr-brown);
}
.bg-green-light {
  background-color: var(--clr-green-light);
}
.bg-blue {
  background-color: var(--clr-blue);
}
.bg-green-vlight {
  background-color: var(--clr-green-vlight);
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(1)) th:nth-child(1),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(2)) th:nth-child(2),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(3)) th:nth-child(3),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(4)) th:nth-child(4),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(5)) th:nth-child(5),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(6)) th:nth-child(6),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(7)) th:nth-child(7),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(8)) th:nth-child(8),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(9)) th:nth-child(9),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(10)) th:nth-child(10),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(11)) th:nth-child(11),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(12)) th:nth-child(12),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(13)) th:nth-child(13),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(14)) th:nth-child(14),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(15)) th:nth-child(15),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(16)) th:nth-child(16),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(17)) th:nth-child(17),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(18)) th:nth-child(18),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(19)) th:nth-child(19),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(20)) th:nth-child(20),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(21)) th:nth-child(21),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(22)) th:nth-child(22),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(23)) th:nth-child(23),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(24)) th:nth-child(24),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(25)) th:nth-child(25),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(26)) th:nth-child(26),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(27)) th:nth-child(27),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(28)) th:nth-child(28),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(29)) th:nth-child(29),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(30)) th:nth-child(30),
  table.tbl-tiles:has(col.col-mobile-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
@media (min-width: 744px) {
  .wrap-t1 {
    width: 100%;
  }
  .wrap-t2 {
    width: 50%;
  }
  .wrap-t3 {
    width: 33.33%;
  }
  .wrap-t4 {
    width: 25%;
  }
  .wrap-t5 {
    width: 20%;
  }
  .wrap-t6 {
    width: 16.66%;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
  .wrap-d1 {
    width: 100%;
  }
  .wrap-d2 {
    width: 50%;
  }
  .wrap-d3 {
    width: 33.33%;
  }
  .wrap-d4 {
    width: 25%;
  }
  .wrap-d5 {
    width: 20%;
  }
  .wrap-d6 {
    width: 16.66%;
  }
  .items-wrap,
  .tile-items-wrap {
    margin: 0 -8px -16px -8px;
  }
  .item-wrap,
  .tile-item-wrap {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  table:has(col.col-desktop-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-desktop-hide:nth-child(1)) td:nth-child(1) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(1)) th:nth-child(1) .td-content,
  table:has(col.col-desktop-hide:nth-child(1)) td:nth-child(1) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-desktop-hide:nth-child(2)) td:nth-child(2) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(2)) th:nth-child(2) .td-content,
  table:has(col.col-desktop-hide:nth-child(2)) td:nth-child(2) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-desktop-hide:nth-child(3)) td:nth-child(3) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(3)) th:nth-child(3) .td-content,
  table:has(col.col-desktop-hide:nth-child(3)) td:nth-child(3) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-desktop-hide:nth-child(4)) td:nth-child(4) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(4)) th:nth-child(4) .td-content,
  table:has(col.col-desktop-hide:nth-child(4)) td:nth-child(4) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-desktop-hide:nth-child(5)) td:nth-child(5) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(5)) th:nth-child(5) .td-content,
  table:has(col.col-desktop-hide:nth-child(5)) td:nth-child(5) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-desktop-hide:nth-child(6)) td:nth-child(6) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(6)) th:nth-child(6) .td-content,
  table:has(col.col-desktop-hide:nth-child(6)) td:nth-child(6) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-desktop-hide:nth-child(7)) td:nth-child(7) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(7)) th:nth-child(7) .td-content,
  table:has(col.col-desktop-hide:nth-child(7)) td:nth-child(7) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-desktop-hide:nth-child(8)) td:nth-child(8) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(8)) th:nth-child(8) .td-content,
  table:has(col.col-desktop-hide:nth-child(8)) td:nth-child(8) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-desktop-hide:nth-child(9)) td:nth-child(9) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(9)) th:nth-child(9) .td-content,
  table:has(col.col-desktop-hide:nth-child(9)) td:nth-child(9) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-desktop-hide:nth-child(10)) td:nth-child(10) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(10)) th:nth-child(10) .td-content,
  table:has(col.col-desktop-hide:nth-child(10)) td:nth-child(10) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-desktop-hide:nth-child(11)) td:nth-child(11) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(11)) th:nth-child(11) .td-content,
  table:has(col.col-desktop-hide:nth-child(11)) td:nth-child(11) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-desktop-hide:nth-child(12)) td:nth-child(12) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(12)) th:nth-child(12) .td-content,
  table:has(col.col-desktop-hide:nth-child(12)) td:nth-child(12) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-desktop-hide:nth-child(13)) td:nth-child(13) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(13)) th:nth-child(13) .td-content,
  table:has(col.col-desktop-hide:nth-child(13)) td:nth-child(13) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-desktop-hide:nth-child(14)) td:nth-child(14) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(14)) th:nth-child(14) .td-content,
  table:has(col.col-desktop-hide:nth-child(14)) td:nth-child(14) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-desktop-hide:nth-child(15)) td:nth-child(15) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(15)) th:nth-child(15) .td-content,
  table:has(col.col-desktop-hide:nth-child(15)) td:nth-child(15) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-desktop-hide:nth-child(16)) td:nth-child(16) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(16)) th:nth-child(16) .td-content,
  table:has(col.col-desktop-hide:nth-child(16)) td:nth-child(16) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-desktop-hide:nth-child(17)) td:nth-child(17) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(17)) th:nth-child(17) .td-content,
  table:has(col.col-desktop-hide:nth-child(17)) td:nth-child(17) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-desktop-hide:nth-child(18)) td:nth-child(18) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(18)) th:nth-child(18) .td-content,
  table:has(col.col-desktop-hide:nth-child(18)) td:nth-child(18) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-desktop-hide:nth-child(19)) td:nth-child(19) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(19)) th:nth-child(19) .td-content,
  table:has(col.col-desktop-hide:nth-child(19)) td:nth-child(19) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-desktop-hide:nth-child(20)) td:nth-child(20) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(20)) th:nth-child(20) .td-content,
  table:has(col.col-desktop-hide:nth-child(20)) td:nth-child(20) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-desktop-hide:nth-child(21)) td:nth-child(21) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(21)) th:nth-child(21) .td-content,
  table:has(col.col-desktop-hide:nth-child(21)) td:nth-child(21) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-desktop-hide:nth-child(22)) td:nth-child(22) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(22)) th:nth-child(22) .td-content,
  table:has(col.col-desktop-hide:nth-child(22)) td:nth-child(22) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-desktop-hide:nth-child(23)) td:nth-child(23) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(23)) th:nth-child(23) .td-content,
  table:has(col.col-desktop-hide:nth-child(23)) td:nth-child(23) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-desktop-hide:nth-child(24)) td:nth-child(24) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(24)) th:nth-child(24) .td-content,
  table:has(col.col-desktop-hide:nth-child(24)) td:nth-child(24) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-desktop-hide:nth-child(25)) td:nth-child(25) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(25)) th:nth-child(25) .td-content,
  table:has(col.col-desktop-hide:nth-child(25)) td:nth-child(25) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-desktop-hide:nth-child(26)) td:nth-child(26) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(26)) th:nth-child(26) .td-content,
  table:has(col.col-desktop-hide:nth-child(26)) td:nth-child(26) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-desktop-hide:nth-child(27)) td:nth-child(27) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(27)) th:nth-child(27) .td-content,
  table:has(col.col-desktop-hide:nth-child(27)) td:nth-child(27) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-desktop-hide:nth-child(28)) td:nth-child(28) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(28)) th:nth-child(28) .td-content,
  table:has(col.col-desktop-hide:nth-child(28)) td:nth-child(28) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-desktop-hide:nth-child(29)) td:nth-child(29) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(29)) th:nth-child(29) .td-content,
  table:has(col.col-desktop-hide:nth-child(29)) td:nth-child(29) .td-content {
    display: none;
  }
  table:has(col.col-desktop-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-desktop-hide:nth-child(30)) td:nth-child(30) {
    width: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
  }
  table:has(col.col-desktop-hide:nth-child(30)) th:nth-child(30) .td-content,
  table:has(col.col-desktop-hide:nth-child(30)) td:nth-child(30) .td-content {
    display: none;
  }
}
@media (min-width: 1400px) {
  .wrap-df1 {
    width: 100%;
  }
  .wrap-df2 {
    width: 50%;
  }
  .wrap-df3 {
    width: 33.33%;
  }
  .wrap-df4 {
    width: 25%;
  }
  .wrap-df5 {
    width: 20%;
  }
  .wrap-df6 {
    width: 16.66%;
  }
}
@media (min-width: 1800px) {
  .wrap-f1 {
    width: 100%;
  }
  .wrap-f2 {
    width: 50%;
  }
  .wrap-f3 {
    width: 33.33%;
  }
  .wrap-f4 {
    width: 25%;
  }
  .wrap-f5 {
    width: 20%;
  }
  .wrap-f6 {
    width: 16.66%;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Source Sans';
  src: url('../fonts/SourceSans3-Bold.woff2') format('woff2'), url('../fonts/SourceSans3-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans';
  src: url('../fonts/SourceSans3-SemiBold.woff2') format('woff2'), url('../fonts/SourceSans3-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans';
  src: url('../fonts/SourceSans3-Medium.woff2') format('woff2'), url('../fonts/SourceSans3-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans';
  src: url('../fonts/SourceSans3-Regular.woff2') format('woff2'), url('../fonts/SourceSans3-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
