@charset "UTF-8";
:root {
  --clr-base: #1e1e1e;
  --clr-base-white: #fff;
  --clr-base-light: #777;
  --clr-base-vlight: #d5d5d5;
  --clr-att: #0e43f0;
  --clr-att-second: #3766ff;
  --clr-alert: #f82525;
  --clr-succefull: #17bc95;
  --clr-process: #ffb820;
  --clr-bg-white: #fff;
  --clr-border-light: #d5d5d5;
  --clr-bg-light: #d5d5d5;
  --clr-bg-light-main: #f3f3f3;
  --sectionMargin: 30px;
  --titleMargin: 20px;
  --fsize: 14px;
  --lhsize: 1.43;
  --mbsize: 1.43em;
  --fsizeH1: 3.6rem;
  --fsizeH2: 20px;
  --fsizeH3: 18px;
  --mainRadius: 2.6rem;
  --smallRadius: 1rem;
  --inputRadius: 1rem;
  --icoSize: 24px;
  --mainShadow: 0 3px 14px 0 rgba(0, 0, 0, 0.06);
  --gapMain: 16px;
  --gapMainHalf: 8px;
  --min: 360px;
  --max: 1920px;
  --paddingContainer: 15px;
  --filterBlack: brightness(0) grayscale(1);
  --filterWhite: brightness(0) invert(1);
  --filterAttToBase: brightness(0.1) contrast(1.5) saturate(0);
  --filterAttToBaseLight: grayscale(100%) opacity(0.9);
  font-size: 7px;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: var(--clr-bg-light-main);
  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.section-light,
.list li.section-light {
  padding: 30px;
}
.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-att-second);
}
[href^="tel"],
[href^="mailto"] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone,
.link-email {
  display: inline;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.link-phone:hover,
a.link-email:hover,
a.link-location:hover {
  color: var(--clr-att);
}
.section-title,
.page-title,
.page-subtitle,
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  text-wrap: balance;
  word-wrap: break-word;
}
.section-title:first-child,
.page-title:first-child,
.page-subtitle:first-child,
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;
}
.section-title:last-child,
.page-title:last-child,
.page-subtitle:last-child,
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-title,
h1 {
  font-size: var(--fsizeH1);
  line-height: 1.39;
  font-weight: bold;
}
.h2-title,
h2 {
  font-size: var(--fsizeH2);
  line-height: 1.42;
  font-weight: 600;
}
.h3-title,
h3 {
  font-size: var(--fsizeH3);
  line-height: 1.33;
  font-weight: 600;
}
.text-base-light {
  color: var(--clr-base-light) !important;
}
.text-base {
  color: var(--clr-base) !important;
}
.text-att {
  color: var(--clr-att) !important;
}
.text-alert {
  color: var(--clr-alert) !important;
}
.text-succefull {
  color: var(--clr-succefull) !important;
}
.text-process {
  color: var(--clr-process) !important;
}
.bg-base-light {
  background-color: var(--clr-base-light) !important;
}
.bg-base {
  background-color: var(--clr-base) !important;
}
.bg-att {
  background-color: var(--clr-att) !important;
}
.bg-alert {
  background-color: var(--clr-alert) !important;
}
.bg-succefull {
  background-color: var(--clr-succefull) !important;
}
.bg-process {
  background-color: var(--clr-process) !important;
}
.type-base-light:before,
.type-base-light:after {
  background-color: var(--clr-base-light) !important;
}
.type-base:before,
.type-base:after {
  background-color: var(--clr-base) !important;
}
.type-att:before,
.type-att:after {
  background-color: var(--clr-att) !important;
}
.type-alert:before,
.type-alert:after {
  background-color: var(--clr-alert) !important;
}
.type-succefull:before,
.type-succefull:after {
  background-color: var(--clr-succefull) !important;
}
.type-process:before,
.type-process:after {
  background-color: var(--clr-process) !important;
}
.text-line {
  white-space: nowrap;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
table th,
table td {
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  padding: 1em 1.4em;
  border: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-bottom: 1px solid var(--clr-border-light);
}
table tbody tr:hover th,
table tbody tr:hover td {
  background-color: var(--clr-bg-white);
}
table thead th,
table thead td {
  font-weight: 600;
  color: var(--clr-base-light);
  background: #ebebeb;
}
@media (max-width: 1023px) {
  :root {
    --fsizeH1: 3rem;
    --fsizeH2: 20px;
    --fsizeH3: 16px;
  }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
  }
}
@media (min-width: 1400px) {
  :root {
    --paddingContainer: 40px;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html {
  scroll-behavior: smooth;
}
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 {
  -webkit-box-flex: 1;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wrap-login .page-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: var(--sectionMargin);
}
.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;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header {
  z-index: 99;
  position: relative;
  margin-bottom: 34px;
  background: var(--clr-bg-light-main);
  border-bottom: 1px solid var(--clr-border-light);
}
.header .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 59px;
}
.header .logo-inner-wrap {
  width: 22.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header .actions-inner-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px 15px;
  max-width: calc(100% - 22.8rem - 15px);
}
.header .action-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.header .btn-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  gap: 6px;
  line-height: 1;
  max-width: 100%;
}
.header .btn-action .button-ico {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: 24px;
  height: 24px;
  -webkit-filter: var(--filterAttToBase);
  filter: var(--filterAttToBase);
}
.header .btn-action .button-title {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(100% - 24px - 6px);
}
.header .btn-action a.button-ico:hover {
  -webkit-filter: none;
  filter: none;
}
.header .btn-action:hover {
  color: #000;
}
.header .btn-action a {
  color: inherit;
}
.header .btn-action a:hover {
  color: var(--clr-att);
}
.header .btn-action .link-main {
  color: var(--clr-att);
  display: inline-block;
  vertical-align: middle;
}
.header .btn-action .link-main:hover {
  color: var(--clr-att-second);
}
.header .btn-action .link-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--clr-border-light);
  color: var(--clr-base-light);
  line-height: 20px;
}
.footer .inner-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .info-inner-wrap {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 0;
}
.footer .info-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
}
.footer .menu-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}
.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px 20px;
  text-align: right;
}
.footer .menu li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.footer a:not(:hover) {
  color: inherit;
}
.logo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  letter-spacing: normal;
  font-weight: 400;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .section-mobile-full {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
  }
}
@media (max-width: 767px) {
  .header .inner-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
  }
  .header .logo-inner-wrap {
    width: 120px;
  }
  .header .actions-inner-wrap {
    max-width: calc(100% - 120px - 15px);
  }
  .footer {
    text-align: center;
  }
  .footer .info-inner-wrap {
    display: block;
  }
  .footer .info-wrap {
    margin-bottom: 15px;
  }
  .footer .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.elm-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--clr-border-light);
  overflow: hidden;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: 100%;
  min-height: 100%;
  border-radius: var(--smallRadius);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--clr-base);
  text-align: left;
  font-weight: 400;
}
.elm-panel:hover {
  color: var(--clr-base);
}
.elm-panel.panel-white {
  background-color: var(--clr-bg-white);
  border-color: var(--clr-bg-white);
}
.elm-panel.panel-bg-white {
  background-color: var(--clr-bg-white);
}
.elm-panel.panel-border-white {
  border-color: var(--clr-bg-white);
}
.elm-panel.active {
  background-color: var(--clr-bg-white);
  border-color: var(--clr-bg-white);
  color: var(--clr-base-light);
  -webkit-box-shadow: var(--mainShadow);
  box-shadow: var(--mainShadow);
}
.elm-panel.active .panel-value {
  color: var(--clr-att);
}
.elm-panel .panel-value {
  word-wrap: break-word;
}
.elm-panel-small {
  gap: 12px;
  padding: 17px 16px 17px 21px;
}
.elm-panel-small .panel-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
.elm-panel-small .panel-value {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
  overflow: hidden;
}
.elm-panel-small .elm-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.elm-panel-chart .elm-donut-chart {
  margin: 0 auto;
}
.elm-panel-chart .panel-status-wrap {
  margin-top: 3.6rem;
  font-size: 16px;
  line-height: 138%;
}
.elm-panel-weather,
.elm-panel-weather-small {
  background-color: var(--clr-bg-light-main);
  padding: 14px 12px 12px 12px;
  text-align: center;
  color: var(--clr-base-light);
}
.elm-panel-weather .elm-ico,
.elm-panel-weather-small .elm-ico {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.elm-panel-weather .panel-value,
.elm-panel-weather-small .panel-value {
  display: block;
  margin: 4px 0 0 0;
  width: 100%;
  font-size: 3.6rem;
  line-height: 1.39;
  font-weight: bold;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin: 0;
}
.elm-panel-weather .panel-value:after,
.elm-panel-weather-small .panel-value:after {
  font-weight: 600;
}
.elm-panel-weather:hover,
.elm-panel-weather-small:hover {
  color: var(--clr-base-light);
}
.elm-panel-weather-small {
  padding: 11px;
}
.elm-panel-weather-small .panel-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 142%;
  margin-bottom: 10px;
  color: var(--clr-base);
}
.elm-panel-weather-small .elm-ico {
  margin-bottom: 10px;
}
.elm-panel-weather-small .panel-title {
  font-size: 16px;
  line-height: 1.38;
  color: var(--clr-base);
  font-weight: bold;
  margin: 0 0 3px 0;
}
.elm-panel-weather-small .panel-info {
  font-size: 14px;
  line-height: 143%;
}
.elm-panel-info {
  padding: 19px;
  gap: 18px;
}
.elm-panel-info .elm-scale {
  background-color: #ebebeb;
}
.elm-panel-total {
  gap: 2rem;
  padding: 19px 16px 19px 21px;
}
.elm-panel-total .panel-title {
  font-size: 18px;
  line-height: 1.33;
}
.elm-panel-total .elm-status {
  font-size: 16px;
  line-height: 138%;
}
.elm-value {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
}
.elm-value .value-title {
  display: inline;
  font-size: 1.66666667em;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 2px;
}
.elm-value .value-title:last-child {
  margin-right: 0;
}
.elm-value .value-title:first-child {
  margin-left: 0;
}
:is([class^="item-tile"]):hover .elm-photo.photo-cover img,
:is([class^="item-tile"]):hover .tile-photo.photo-cover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.elm-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: var(--smallRadius);
}
.elm-photo.photo-play:hover:after {
  background-color: var(--clr-att-second);
}
.elm-photo.photo-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 62px;
  height: 62px;
  backdrop-filter: blur(20px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5) url(../img/icons/play.svg) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  margin: auto;
}
.elm-photo.photo-play:hover:after {
  background-color: rgba(0, 0, 0, 0.9);
}
.elm-photo.photo-zoom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  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;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.elm-photo.photo-zoom:hover:after {
  opacity: 1;
}
.elm-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
.elm-photo.photo-cover:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.elm-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.elm-photo.photo-contain:before {
  display: block;
}
.elm-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) {
    aspect-ratio: inherit !important;
  }
  .photo-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain:before {
    display: none !important;
  }
}
.elm-price {
  white-space: nowrap;
}
.elm-price.price-old {
  text-decoration: line-through;
}
[data-unit]:after {
  content: attr(data-unit);
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-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,
.lbl-ico img,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.lbl-ico svg,
.elm-ico .icon,
.button-ico .icon,
.menu-ico .icon,
.frm-ico .icon,
.tab-ico .icon,
.lbl-ico .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.elm-overlay {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  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 {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
}
.elm-status:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--clr-base);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.elm-sticker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000;
  height: 27px;
  line-height: 27px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.elm-scale {
  display: block;
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 3px;
  height: 6px;
  overflow: hidden;
  line-height: 1;
  background: var(--clr-bg-white);
}
.elm-scale.text-alert:before {
  background-color: #f82525;
}
.elm-scale.text-att:before {
  background-color: var(--clr-att);
}
.elm-scale.text-succefull:before {
  background-color: var(--clr-succefull);
}
.elm-scale:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: var(--clr-base);
}
.elm-scale[data-value="01"]:before {
  width: 01%;
}
.elm-scale[data-value="02"]:before {
  width: 02%;
}
.elm-scale[data-value="03"]:before {
  width: 03%;
}
.elm-scale[data-value="04"]:before {
  width: 04%;
}
.elm-scale[data-value="05"]:before {
  width: 05%;
}
.elm-scale[data-value="06"]:before {
  width: 06%;
}
.elm-scale[data-value="07"]:before {
  width: 07%;
}
.elm-scale[data-value="08"]:before {
  width: 08%;
}
.elm-scale[data-value="09"]:before {
  width: 09%;
}
.elm-scale[data-value="1"]:before {
  width: 01%;
}
.elm-scale[data-value="2"]:before {
  width: 02%;
}
.elm-scale[data-value="3"]:before {
  width: 03%;
}
.elm-scale[data-value="4"]:before {
  width: 04%;
}
.elm-scale[data-value="5"]:before {
  width: 05%;
}
.elm-scale[data-value="6"]:before {
  width: 06%;
}
.elm-scale[data-value="7"]:before {
  width: 07%;
}
.elm-scale[data-value="8"]:before {
  width: 08%;
}
.elm-scale[data-value="9"]:before {
  width: 09%;
}
.elm-scale[data-value="10"]:before {
  width: 10%;
}
.elm-scale[data-value="11"]:before {
  width: 11%;
}
.elm-scale[data-value="12"]:before {
  width: 12%;
}
.elm-scale[data-value="13"]:before {
  width: 13%;
}
.elm-scale[data-value="14"]:before {
  width: 14%;
}
.elm-scale[data-value="15"]:before {
  width: 15%;
}
.elm-scale[data-value="16"]:before {
  width: 16%;
}
.elm-scale[data-value="17"]:before {
  width: 17%;
}
.elm-scale[data-value="18"]:before {
  width: 18%;
}
.elm-scale[data-value="19"]:before {
  width: 19%;
}
.elm-scale[data-value="20"]:before {
  width: 20%;
}
.elm-scale[data-value="21"]:before {
  width: 21%;
}
.elm-scale[data-value="22"]:before {
  width: 22%;
}
.elm-scale[data-value="23"]:before {
  width: 23%;
}
.elm-scale[data-value="24"]:before {
  width: 24%;
}
.elm-scale[data-value="25"]:before {
  width: 25%;
}
.elm-scale[data-value="26"]:before {
  width: 26%;
}
.elm-scale[data-value="27"]:before {
  width: 27%;
}
.elm-scale[data-value="28"]:before {
  width: 28%;
}
.elm-scale[data-value="29"]:before {
  width: 29%;
}
.elm-scale[data-value="30"]:before {
  width: 30%;
}
.elm-scale[data-value="31"]:before {
  width: 31%;
}
.elm-scale[data-value="32"]:before {
  width: 32%;
}
.elm-scale[data-value="33"]:before {
  width: 33%;
}
.elm-scale[data-value="34"]:before {
  width: 34%;
}
.elm-scale[data-value="35"]:before {
  width: 35%;
}
.elm-scale[data-value="36"]:before {
  width: 36%;
}
.elm-scale[data-value="37"]:before {
  width: 37%;
}
.elm-scale[data-value="38"]:before {
  width: 38%;
}
.elm-scale[data-value="39"]:before {
  width: 39%;
}
.elm-scale[data-value="40"]:before {
  width: 40%;
}
.elm-scale[data-value="41"]:before {
  width: 41%;
}
.elm-scale[data-value="42"]:before {
  width: 42%;
}
.elm-scale[data-value="43"]:before {
  width: 43%;
}
.elm-scale[data-value="44"]:before {
  width: 44%;
}
.elm-scale[data-value="45"]:before {
  width: 45%;
}
.elm-scale[data-value="46"]:before {
  width: 46%;
}
.elm-scale[data-value="47"]:before {
  width: 47%;
}
.elm-scale[data-value="48"]:before {
  width: 48%;
}
.elm-scale[data-value="49"]:before {
  width: 49%;
}
.elm-scale[data-value="50"]:before {
  width: 50%;
}
.elm-scale[data-value="51"]:before {
  width: 51%;
}
.elm-scale[data-value="52"]:before {
  width: 52%;
}
.elm-scale[data-value="53"]:before {
  width: 53%;
}
.elm-scale[data-value="54"]:before {
  width: 54%;
}
.elm-scale[data-value="55"]:before {
  width: 55%;
}
.elm-scale[data-value="56"]:before {
  width: 56%;
}
.elm-scale[data-value="57"]:before {
  width: 57%;
}
.elm-scale[data-value="58"]:before {
  width: 58%;
}
.elm-scale[data-value="59"]:before {
  width: 59%;
}
.elm-scale[data-value="60"]:before {
  width: 60%;
}
.elm-scale[data-value="61"]:before {
  width: 61%;
}
.elm-scale[data-value="62"]:before {
  width: 62%;
}
.elm-scale[data-value="63"]:before {
  width: 63%;
}
.elm-scale[data-value="64"]:before {
  width: 64%;
}
.elm-scale[data-value="65"]:before {
  width: 65%;
}
.elm-scale[data-value="66"]:before {
  width: 66%;
}
.elm-scale[data-value="67"]:before {
  width: 67%;
}
.elm-scale[data-value="68"]:before {
  width: 68%;
}
.elm-scale[data-value="69"]:before {
  width: 69%;
}
.elm-scale[data-value="70"]:before {
  width: 70%;
}
.elm-scale[data-value="71"]:before {
  width: 71%;
}
.elm-scale[data-value="72"]:before {
  width: 72%;
}
.elm-scale[data-value="73"]:before {
  width: 73%;
}
.elm-scale[data-value="74"]:before {
  width: 74%;
}
.elm-scale[data-value="75"]:before {
  width: 75%;
}
.elm-scale[data-value="76"]:before {
  width: 76%;
}
.elm-scale[data-value="77"]:before {
  width: 77%;
}
.elm-scale[data-value="78"]:before {
  width: 78%;
}
.elm-scale[data-value="79"]:before {
  width: 79%;
}
.elm-scale[data-value="80"]:before {
  width: 80%;
}
.elm-scale[data-value="81"]:before {
  width: 81%;
}
.elm-scale[data-value="82"]:before {
  width: 82%;
}
.elm-scale[data-value="83"]:before {
  width: 83%;
}
.elm-scale[data-value="84"]:before {
  width: 84%;
}
.elm-scale[data-value="85"]:before {
  width: 85%;
}
.elm-scale[data-value="86"]:before {
  width: 86%;
}
.elm-scale[data-value="87"]:before {
  width: 87%;
}
.elm-scale[data-value="88"]:before {
  width: 88%;
}
.elm-scale[data-value="89"]:before {
  width: 89%;
}
.elm-scale[data-value="90"]:before {
  width: 90%;
}
.elm-scale[data-value="91"]:before {
  width: 91%;
}
.elm-scale[data-value="92"]:before {
  width: 92%;
}
.elm-scale[data-value="93"]:before {
  width: 93%;
}
.elm-scale[data-value="94"]:before {
  width: 94%;
}
.elm-scale[data-value="95"]:before {
  width: 95%;
}
.elm-scale[data-value="96"]:before {
  width: 96%;
}
.elm-scale[data-value="97"]:before {
  width: 97%;
}
.elm-scale[data-value="98"]:before {
  width: 98%;
}
.elm-scale[data-value="99"]:before {
  width: 99%;
}
.elm-scale[data-value="100"]:before {
  width: 100%;
}
.panel-title {
  display: block;
  font-size: var(--fsize);
  line-height: var(--lhsize);
  font-weight: 400;
  margin: 0 0 4px 0;
  width: 100%;
}
.panel-title:last-child {
  margin-bottom: 0;
}
.panel-info {
  display: block;
  font-size: 12px;
  line-height: 150%;
  width: 100%;
  color: var(--clr-base-light);
}
.panel-value-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.panel-value-wrap .elm-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--clr-bg-light-main);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.panel-value-wrap .elm-ico img,
.panel-value-wrap .elm-ico svg {
  max-width: 55%;
  max-height: 55%;
}
.panel-value-wrap .elm-value {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.panel-status-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 16px;
}
.panel-status-wrap .elm-status {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.elm-info {
  display: block;
  position: relative;
  color: var(--clr-base-light);
  padding: 0 0 0 32px;
}
.elm-info:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/info.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 9px;
  margin: -13px 0 0 -12px;
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.elm-donut-chart {
  position: relative;
  width: 230px;
  height: 230px;
  margin: 0 auto;
}
.elm-donut-chart svg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.elm-donut-chart .donut-chart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  white-space: nowrap;
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-video {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
  height: 100%;
}
.item-tile-video:before {
  content: "";
  display: block;
  padding-bottom: 64.8%;
}
.item-tile-video iframe,
.item-tile-video object,
.item-tile-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-tile-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 14px;
  line-height: 1.71;
  color: var(--clr-base-light);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.item-tile-main:hover {
  color: var(--clr-att);
}
.item-tile-main .elm-photo {
  aspect-ratio: inherit;
  height: 190px;
}
.item-tile-main .tile-title {
  display: block;
  margin: 0;
  font-weight: 400;
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.filter-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.filter-box .frm-row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.filter-box .frm-field {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 230px;
}
.filter-box .field-submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: auto;
  min-width: 0;
}
.filter-box .field-select {
  width: 26%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.filter-box .field-date-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 370px;
  gap: 2rem;
}
.filter-box .field-date-range .frm-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.info-box {
  margin-bottom: var(--sectionMargin);
}
.widget-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.table-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.content-box {
  position: relative;
  margin-bottom: var(--sectionMargin);
  background: var(--clr-bg-white);
  border-radius: var(--mainRadius);
  -webkit-box-shadow: var(--mainShadow);
  box-shadow: var(--mainShadow);
  padding: 2.7rem 2.4rem;
}
.content-box > div:last-child,
.content-box > section:last-child {
  margin-bottom: 0 !important;
}
.login-form-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  max-width: 100%;
}
.login-form-box .info-inner-wrap {
  text-align: center;
  margin-bottom: 4rem;
  color: var(--clr-base-light);
}
.login-form-box .info-inner-wrap p {
  margin: 0;
}
.login-form-box .logo-inner-wrap {
  margin-bottom: 8.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 35rem;
}
.login-form-box .field-submit {
  margin-bottom: 0;
}
.login-form-box .field-submit .btn {
  width: 100%;
}
.login-form-box .field-link {
  text-align: center;
  font-weight: 600;
  margin-top: 2.8rem;
}
.login-form-box .field-link:first-child {
  margin-top: 0;
}
.tiles-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.tiles-box .item-wrap {
  width: 25%;
}
.tiles-box .slider-inner-wrap {
  position: relative;
}
.tiles-box .slider-inner-wrap:before,
.tiles-box .slider-inner-wrap:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 120px;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f3f3f3),
    color-stop(55.7%, rgba(246, 246, 246, 0.72)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(270deg, #f3f3f3 0%, rgba(246, 246, 246, 0.72) 55.7%, rgba(255, 255, 255, 0) 100%);
}
.tiles-box .slider-inner-wrap:after {
  left: auto;
  right: -15px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.tiles-box .slider-inner-wrap:has(.item-tile-main) .button-slider {
  top: 95px;
}
.tiles-box .slider-inner-wrap:has(.item-tile-main) .button-slider.swiper-button-disabled {
  display: block;
}
.tiles-box .slider-inner-wrap:has(.item-tile-main):has(.button-slider-next:not(.swiper-button-disabled)):after {
  display: block;
}
.tiles-box .slider-inner-wrap:has(.item-tile-main):has(.button-slider-prev:not(.swiper-button-disabled)):before {
  display: block;
}
.tiles-box .slider-inner-wrap:has(.elm-panel) .sl-wrap {
  width: 8.33%;
  padding: 0 6px;
  min-width: 112px;
}
.tiles-box .slider-inner-wrap:has(.elm-panel) .slider-wrap {
  margin: 0 -6px;
}
.tiles-box .slider-inner-wrap:has(.elm-panel-info) .sl-wrap {
  width: 328px;
  padding: 0 10px;
}
.tiles-box .slider-inner-wrap:has(.elm-panel-info) .slider-wrap {
  margin: 0 -10px;
}
.tiles-box .sl-wrap {
  width: 290px;
  padding: 0 10px;
}
.tiles-box .slider-wrap {
  margin: 0 -10px;
}
.tiles-box .button-slider-prev {
  margin-left: -20px;
}
.tiles-box .button-slider-next {
  margin-right: -20px;
}
.tiles-box .button-slider.swiper-button-disabled {
  display: none;
  cursor: default;
  opacity: 0 !important;
}
.content-box .tiles-box .slider-inner-wrap:has(.elm-panel) .sl-wrap {
  width: 9.09%;
  padding: 0 8px;
  min-width: 118px;
}
.content-box .tiles-box .slider-inner-wrap:has(.elm-panel) .slider-wrap {
  margin: 0 -8px;
}
.content-box .tiles-box .slider-inner-wrap:has(.elm-panel-info) .sl-wrap {
  width: 328px;
  padding: 0 10px;
}
.content-box .tiles-box .slider-inner-wrap:has(.elm-panel-info) .slider-wrap {
  margin: 0 -10px;
}
.page-actions-box {
  margin-top: var(--titleMargin);
  color: var(--clr-base-light);
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px 7rem;
}
.page-actions-box .view-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.page-actions-box .pages-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}
.page-actions-box .pages-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}
.page-actions-box .pages-wrap .btn-page:nth-child(10) ~ .btn-page {
  display: none;
}
.page-actions-box .btn-page {
  display: block;
  font-weight: 600;
  padding: 0 9px;
  color: var(--clr-base-light);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 50px;
  line-height: 50px;
}
.page-actions-box .btn-page:hover,
.page-actions-box .btn-page.active {
  color: var(--clr-att);
}
.page-actions-box .btn-page.button-disabled {
  pointer-events: none;
  color: var(--clr-base-vlight);
}
.page-actions-box .action-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  font-weight: 600;
}
.page-actions-box .action-field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page-actions-box select.form-input {
  background-position: right 8px center;
  padding-right: 34px;
}
.title-info-box {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 12px;
  line-height: 150%;
  color: var(--clr-base-light);
}
.title-info-box:first-child {
  margin-top: 0;
}
.title-info-box b {
  font-weight: 600;
}
.title-info-box p {
  margin: 0;
}
.title-box {
  margin-bottom: var(--titleMargin);
  margin-top: var(--sectionMargin);
  line-height: 138%;
}
.title-box:first-child {
  margin-top: 0;
}
.title-box .section-title {
  margin-bottom: 6px;
}
.title-box .section-title:last-child {
  margin-bottom: 0;
}
.tabs-box {
  margin-bottom: var(--titleMargin);
  position: relative;
}
.tabs-box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 -5px;
}
.tabs-box .menu li {
  padding: 0 5px;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tabs-box .btn {
  font-weight: 600;
}
.content-outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-wrap,
.side-wrap {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.side-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.side-wrap > * {
  margin-bottom: var(--titleMargin) !important;
}
.map-box {
  position: relative;
  margin-bottom: var(--sectionMargin);
}
.map-box .map-inner-wrap {
  position: relative;
  height: 278px;
  border-radius: var(--smallRadius);
  overflow: hidden;
}
.bg-full-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: var(--min);
  -webkit-transform: translateX(-50%);
  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);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  background: var(--clr-bg-light);
}
.bg-box > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .tiles-box .item-wrap {
    width: 33.33%;
  }
  .filter-box .frm-field {
    width: 20%;
    min-width: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .filter-box .frm-field.field-submit {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .filter-box .field-date-range {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 1199px) {
  .tiles-box .item-wrap {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .tiles-box .button-slider-prev {
    margin-left: 0;
  }
  .tiles-box .button-slider-next {
    margin-right: 0;
  }
  .table-box .tbl-inner-wrap {
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .table-box .tbl-inner-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .table-box .tbl-inner-wrap table {
    min-width: 700px;
  }
}
@media (max-width: 767px) {
  .page-actions-box .pages-inner-wrap,
  .page-actions-box .view-inner-wrap {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-actions-box .pages-inner-wrap {
    margin-left: -9px;
    margin-right: -9px;
    width: calc(100% + 18px);
    max-width: inherit;
  }
  .page-actions-box .btn-page {
    height: 20px;
    line-height: 20px;
  }
  .filter-box .frm-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filter-box .frm-field {
    width: 50%;
  }
  .filter-box .field-date-range {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .tiles-box .item-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .filter-box .frm-field {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
  }
  .filter-box .frm-field .frm-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    margin-bottom: 14px;
  }
  .filter-box .frm-field .frm-field:last-child {
    margin-bottom: 0;
  }
  .filter-box .field-date-range {
    display: block;
    min-width: 0;
  }
  .filter-box .btn {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .side-wrap .tiles-box .sl-wrap,
  .side-wrap .tiles-box .item-wrap {
    width: 100%;
  }
  .side-wrap .tiles-box:has(.elm-panel-small) .item-wrap,
  .side-wrap .tiles-box:has(.elm-panel-small) .sl-wrap {
    width: 50%;
  }
  .title-box {
    font-size: 1.14285714em;
  }
  .content-outer-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5rem;
  }
  .side-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 450px;
  }
  .content-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 450px - 5rem);
  }
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .tiles-box .items-wrap:has(.elm-panel-info) .item-wrap {
    width: 25%;
  }
  .tiles-box .items-wrap:has(.elm-panel-info) .elm-panel-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tiles-box .items-wrap:has(.elm-panel-info) .elm-panel-info .elm-value .value-title {
    font-size: 1.2em;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .content-outer-wrap {
    gap: 3rem;
  }
  .side-wrap {
    width: 320px;
  }
  .side-wrap .tiles-box:has(.elm-panel-small) .item-wrap,
  .side-wrap .tiles-box:has(.elm-panel-small) .sl-wrap {
    width: 100%;
  }
  .side-wrap .h2-title,
  .side-wrap h2 {
    font-size: 20px;
  }
  .content-wrap {
    max-width: calc(100% - 320px - 3rem);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .tiles-box .items-wrap:has(.elm-panel-info) .item-wrap {
    width: 50%;
  }
  .filter-box .frm-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filter-box .frm-field {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .tiles-box .col-6 .item-wrap {
    width: 16.66%;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
[placeholder]::-webkit-input-placeholder {
  color: #b1b1b1;
}
[placeholder]:-moz-placeholder {
  color: #b1b1b1;
}
[placeholder]::-moz-placeholder {
  color: #b1b1b1;
}
[placeholder]:-ms-input-placeholder {
  color: #b1b1b1;
}
/* autofill icons delete */
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  height: 44px;
  border-radius: var(--inputRadius);
  background: var(--clr-bg-white);
  border: 1px solid var(--clr-border-light);
  padding: 0 10px 0 14px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  color: var(--clr-base);
}
.form-input:focus {
  border-width: 2px;
  padding-left: 13px;
  border-color: var(--clr-att);
}
select.form-input,
input.form-input-select {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 48px;
  background-image: url(../img/icons/arrow-select.svg);
  background-position: right 20px center;
  background-size: 24px auto;
  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:focus,
input.form-input-select:focus {
  background-image: url(../img/icons/arrow-select-active.svg);
}
select.form-input.form-input-clear,
input.form-input-select.form-input-clear {
  height: auto;
  border: none;
  min-height: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  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-light);
}
.btn {
  background: var(--clr-att);
  border: 1px solid var(--clr-att);
  color: var(--clr-base-white);
  gap: 10px;
  height: 44px;
  border-radius: var(--inputRadius);
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.btn:hover {
  background: var(--clr-att-second);
  border-color: var(--clr-att-second);
  color: var(--clr-base-white);
}
.btn .button-ico,
.btn:before,
.btn:after {
  width: var(--icoSize);
  height: var(--icoSize);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-filter: var(--filterAttToLight);
  filter: var(--filterAttToLight);
}
.btn .button-title-border {
  border-bottom: 1px solid;
  line-height: 1;
}
.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-ico:only-child {
  margin: 0 auto;
}
.btn:has(.button-ico:only-child) {
  aspect-ratio: 1;
  width: auto;
  padding: 0;
}
.btn[disabled],
.btn.button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.button-medium {
  height: 40px;
  border-width: 2px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
}
.button-arrow .button-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 4px;
  width: 24px;
  height: 24px;
  background: url(../../img/icons/arrow-toggle.svg) center no-repeat;
  background-size: 24px auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.button-arrow.active .button-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn.active .button-active-toggle:before {
  opacity: 0;
}
.btn.active .button-active-toggle:after {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.btn.active .button-active-toggle.button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-border:not(:hover) {
  color: var(--clr-att);
  background-color: transparent;
}
.button-border:not(:hover) .button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-full {
  width: 100%;
  padding: 0 15px;
}
.button-link {
  width: auto;
  height: auto;
  line-height: 24px;
  color: inherit;
  white-space: normal;
  -webkit-box-align: center;
  -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-att);
}
.button-link .button-ico {
  -webkit-filter: none;
  filter: none;
}
.button-light {
  border-color: var(--clr-border-light);
  background-color: var(--clr-bg-light);
  color: var(--clr-base);
}
.button-light:hover,
.button-light.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
  color: var(--clr-base-white);
}
.button-light.button-border:not(:hover, .active) {
  color: var(--clr-base);
}
.button-light.button-border.active {
  background-color: transparent;
  color: var(--clr-att);
}
.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;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.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%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: var(--icoSize);
  max-height: var(--icoSize);
  width: auto;
  height: auto;
}
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-action-ico.ico-calendar:before {
  background-image: url(../img/icons/calendar.svg);
}
.btn-action-ico.ico-password-toggle:before {
  background-image: url(../img/icons/password.svg);
}
.btn-action-ico.ico-password-toggle:after {
  background-image: url(../img/icons/password-hide.svg);
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
  border-radius: var(--smallRadius);
  background: var(--clr-bg-white);
  -webkit-box-shadow: var(--mainShadow);
  box-shadow: var(--mainShadow);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-main.svg);
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.btn-action-ico.ico-arrow:hover {
  background: var(--clr-bg-white);
  -webkit-box-shadow: var(--mainShadow);
  box-shadow: var(--mainShadow);
}
.btn-action-ico.ico-arrow:hover:before {
  -webkit-filter: none;
  filter: none;
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev {
  right: auto;
  left: 0;
}
.btn-action-ico.ico-arrow-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu:before {
  width: 24px;
  height: 18px;
  border-top: 2px solid var(--clr-base);
  border-bottom: 2px solid var(--clr-base);
  margin: -9px 0 0 -12px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.btn-action-ico.ico-menu:before {
  height: 2px;
  margin-top: -1px;
  border-top: none;
}
.btn-action-ico.ico-menu.active:after {
  height: 2px;
  margin-top: -1px;
  border-top: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-ico.ico-menu.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after,
.btn-action-ico.ico-close:before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  background: var(--clr-base);
}
.btn-action-ico.ico-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.ico-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.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,
.btn-action-ico.ico-password-toggle:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before,
.btn-action-ico.ico-password-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after,
.btn-action-ico.ico-password-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.button-active-close:after {
  background-image: url(../../img/icons/close.svg);
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.frm-field-input {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-input:has(.button-field) .form-input {
  padding-right: 48px;
}
.frm-field-input .button-field {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 26px;
  margin: -20px -20px 0 0;
  z-index: 2;
}
.frm-field-input .button-field.ico-calendar {
  pointer-events: none;
}
.frm-field-input .button-field:not(:hover):before,
.frm-field-input .button-field:not(:hover):after,
.frm-field-input .button-field:not(:hover) .button-ico {
  -webkit-filter: var(--filterAttToBaseLight);
  filter: var(--filterAttToBaseLight);
}
.field-title {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 150%;
  color: var(--clr-base-light);
}
.frm-row,
.frm-row-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  line-height: 1;
  margin: 0 -1rem;
}
.frm-row-submit {
  padding-top: 10px;
}
.frm-field {
  display: block;
  width: 100%;
  padding: 0 1rem;
  position: relative;
  margin-bottom: 14px;
}
.frm-select {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after {
  opacity: 0;
}
.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:after {
  border-radius: 0;
  border: none;
  background: url(../../img/icons/chk.svg) center / 24px auto no-repeat;
  opacity: 0;
}
.frm-select a {
  color: inherit;
}
.frm-select a:hover {
  color: var(--clr-att);
}
body .choices {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  z-index: 100;
  /* button */
  /* button padding */
  /* button arrow */
  /* button reset */
  /* dropdown */
  /* dropdown search */
  /* dropdown reset */
}
body .choices:not(.is-open) .choices__list--dropdown {
  display: none;
}
body .choices.is-focused {
  z-index: 110;
}
body .choices.is-focused .choices__inner {
  border-color: var(--clr-att);
  border-width: 2px;
}
body .choices.is-focused .choices__inner,
body .choices.is-focused.choices[data-type*="select-one"] .choices__inner {
  padding-left: 13px;
}
body .choices.is-focused.choices[data-type*="select-one"]::after {
  background-image: url(../img/icons/arrow-select-active.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .choices .choices__inner {
  background: #fff;
  border-color: var(--clr-border-light);
  min-height: 44px;
  font-size: 1em;
  border-radius: var(--smallRadius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .choices .choices__inner .choices__item--selectable {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .choices .choices__inner,
body .choices.choices[data-type*="select-one"] .choices__inner {
  padding: 4px 40px 4px 14px;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
body .choices.choices[data-type*="select-one"]::after {
  display: block;
  display: none;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/arrow-select.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
body .choices .choices__list--single {
  padding: 0;
}
body .choices .choices__list--dropdown {
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
  margin-top: 6px;
  border: none;
  -webkit-box-shadow: var(--mainShadow);
  box-shadow: var(--mainShadow);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: var(--smallRadius);
  background: var(--clr-bg-white);
  border: 1px solid #fff;
  padding: 0;
}
body .choices .choices__list--dropdown .choices__item.choices__item--disabled {
  display: none;
}
body .choices .choices__list--dropdown .choices__list {
  max-height: 300px;
  padding: 0;
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: var(--smallRadius);
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: var(--clr-att);
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-att);
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
body .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
body .choices .choices__list--dropdown .choices__item {
  padding: 15px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border: none;
  font-size: 1em;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  background: none;
  color: var(--clr-base);
}
body .choices .choices__list--dropdown .choices__item:last-child {
  border-bottom: none;
}
body .choices .choices__list--dropdown .choices__item.is-selected,
body .choices .choices__list--dropdown .choices__item:hover {
  background-color: #f8f8f8;
  color: var(--clr-att);
}
body .choices.choices[data-type*="select-one"] .choices__input {
  display: none;
}
body .choices .choices__list--dropdown .choices__item--selectable[data-select-text],
body .choices .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding-right: 0;
}
body .choices .choices__list--dropdown .choices__item--selectable.is-highlighted::after,
body .choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  display: none;
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@-webkit-keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinslide {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    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;
}
table:has(col.text-line:nth-child(1)) th:nth-child(1),
table:has(col.text-line:nth-child(1)) td:nth-child(1) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(2)) th:nth-child(2),
table:has(col.text-line:nth-child(2)) td:nth-child(2) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(3)) th:nth-child(3),
table:has(col.text-line:nth-child(3)) td:nth-child(3) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(4)) th:nth-child(4),
table:has(col.text-line:nth-child(4)) td:nth-child(4) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(5)) th:nth-child(5),
table:has(col.text-line:nth-child(5)) td:nth-child(5) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(6)) th:nth-child(6),
table:has(col.text-line:nth-child(6)) td:nth-child(6) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(7)) th:nth-child(7),
table:has(col.text-line:nth-child(7)) td:nth-child(7) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(8)) th:nth-child(8),
table:has(col.text-line:nth-child(8)) td:nth-child(8) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(9)) th:nth-child(9),
table:has(col.text-line:nth-child(9)) td:nth-child(9) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(10)) th:nth-child(10),
table:has(col.text-line:nth-child(10)) td:nth-child(10) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(11)) th:nth-child(11),
table:has(col.text-line:nth-child(11)) td:nth-child(11) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(12)) th:nth-child(12),
table:has(col.text-line:nth-child(12)) td:nth-child(12) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(13)) th:nth-child(13),
table:has(col.text-line:nth-child(13)) td:nth-child(13) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(14)) th:nth-child(14),
table:has(col.text-line:nth-child(14)) td:nth-child(14) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(15)) th:nth-child(15),
table:has(col.text-line:nth-child(15)) td:nth-child(15) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(16)) th:nth-child(16),
table:has(col.text-line:nth-child(16)) td:nth-child(16) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(17)) th:nth-child(17),
table:has(col.text-line:nth-child(17)) td:nth-child(17) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(18)) th:nth-child(18),
table:has(col.text-line:nth-child(18)) td:nth-child(18) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(19)) th:nth-child(19),
table:has(col.text-line:nth-child(19)) td:nth-child(19) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(20)) th:nth-child(20),
table:has(col.text-line:nth-child(20)) td:nth-child(20) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(21)) th:nth-child(21),
table:has(col.text-line:nth-child(21)) td:nth-child(21) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(22)) th:nth-child(22),
table:has(col.text-line:nth-child(22)) td:nth-child(22) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(23)) th:nth-child(23),
table:has(col.text-line:nth-child(23)) td:nth-child(23) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(24)) th:nth-child(24),
table:has(col.text-line:nth-child(24)) td:nth-child(24) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(25)) th:nth-child(25),
table:has(col.text-line:nth-child(25)) td:nth-child(25) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(26)) th:nth-child(26),
table:has(col.text-line:nth-child(26)) td:nth-child(26) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(27)) th:nth-child(27),
table:has(col.text-line:nth-child(27)) td:nth-child(27) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(28)) th:nth-child(28),
table:has(col.text-line:nth-child(28)) td:nth-child(28) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(29)) th:nth-child(29),
table:has(col.text-line:nth-child(29)) td:nth-child(29) {
  white-space: nowrap;
}
table:has(col.text-line:nth-child(30)) th:nth-child(30),
table:has(col.text-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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;
}
.i,
[class*="icon-"] {
  display: block;
  -webkit-transition: none;
  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 ((-o-object-fit: cover) or (object-fit: cover)) {
  .img-bg-cover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .img-bg-contain {
    height: 100%;
    -o-object-fit: contain;
    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 {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  -webkit-animation: fadein ease 0.2s;
  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;
}
.slider-wrap {
  margin: 0 calc(-1 * var(--gapMainHalf));
}
.sl-wrap {
  padding: 0 var(--gapMainHalf);
}
.items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  gap: var(--gapMain) 0;
  margin: 0 calc(-1 * var(--gapMainHalf));
}
.item-wrap {
  width: 100%;
  position: relative;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  padding: 0 var(--gapMainHalf);
}
.items-wrap:has(.item-wrap:nth-child(4)) + .items-actions-wrap {
  display: block;
}
.items-wrap:has(+ .items-actions-wrap) .item-wrap {
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.items-wrap:has(+ .items-actions-wrap) .item-wrap:nth-child(3) ~ .item-wrap {
  display: none;
}
.items-wrap:has(+ .items-actions-wrap .active) .item-wrap:nth-child(3) ~ .item-wrap {
  display: block;
}
.items-actions-wrap {
  display: none;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: var(--clr-base);
}
.items-actions-wrap .btn {
  padding: 0 30px 0 0;
}
.items-actions-wrap .btn.active:before {
  rotate: -180deg;
}
.items-actions-wrap .btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../../img/icons/arrow-menu.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -12px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
/* 

<style>
	.lines-dots {
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
</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-title {
  margin-bottom: var(--titleMargin) !important;
}
.mt-section {
  margin-top: var(--sectionMargin) !important;
}
.mt-title {
  margin-top: var(--titleMargin) !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;
}
.slider-wrap,
.slider-inner-wrap,
.sl-wrap {
  position: relative;
}
.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-inner-wrap:has(.swiper-button-disabled ~ .swiper-button-disabled) .swiper-button-disabled {
  display: none;
}
.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  gap: 10px;
  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;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 15;
}
.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 {
  clip-path: inherit !important;
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(1)) th:nth-child(1),
  table:has(col.col-mobile-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-mobile-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-mobile-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-mobile-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-mobile-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-mobile-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-mobile-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-mobile-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-mobile-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-mobile-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-mobile-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-mobile-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-mobile-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-mobile-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-mobile-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-mobile-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-mobile-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-mobile-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-mobile-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-mobile-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-mobile-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-mobile-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-mobile-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-mobile-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-mobile-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-mobile-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-mobile-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-mobile-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-mobile-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-mobile-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
  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) {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: "Nunito Sans";
  src:
    url("../fonts/NunitoSans-Regular-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NunitoSans-Regular-cyrillic-ext.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Nunito Sans";
  src:
    url("../fonts/NunitoSans-Regular-cyrillic.woff2") format("woff2"),
    url("../fonts/NunitoSans-Regular-cyrillic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Nunito Sans";
  src:
    url("../fonts/NunitoSans-Regular-latin.woff2") format("woff2"),
    url("../fonts/NunitoSans-Regular-latin.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito Sans";
  src:
    url("../fonts/NunitoSans-SemiBold-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NunitoSans-SemiBold-cyrillic-ext.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Nunito Sans";
  src:
    url("../fonts/NunitoSans-SemiBold-cyrillic.woff2") format("woff2"),
    url("../fonts/NunitoSans-SemiBold-cyrillic.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Nunito Sans";
  src:
    url("../fonts/NunitoSans-SemiBold-latin.woff2") format("woff2"),
    url("../fonts/NunitoSans-SemiBold-latin.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito Sans";
  src:
    url("../fonts/NunitoSans-Bold-cyrillic-ext.woff2") format("woff2"),
    url("../fonts/NunitoSans-Bold-cyrillic-ext.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Nunito Sans";
  src:
    url("../fonts/NunitoSans-Bold-cyrillic.woff2") format("woff2"),
    url("../fonts/NunitoSans-Bold-cyrillic.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Nunito Sans";
  src:
    url("../fonts/NunitoSans-Bold-latin.woff2") format("woff2"),
    url("../fonts/NunitoSans-Bold-latin.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Базовый класс для SVG-иконок из спрайта (symbols).
   Использование в HTML: <svg class="icon" aria-hidden="true"><use href="/__spritemap#icon-ИМЯ_ФАЙЛА"></use></svg>
   Пример: <svg class="icon"><use href="/__spritemap#icon-check"></use></svg>
   Имена символов = prefix + имя файла без расширения (prefix: icon-). */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}
