.list-action .items-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(302px, 1fr));
}
.list-action .items-list a {
  margin: 0.25em;
  text-decoration: none;
  border: solid 1px rgba(23, 17, 132, 0.2);
}
.list-action .items-list a .item .item-info {
  display: flex;
  width: 100%;
}
.list-action .items-list a .item .item-info .item-logo {
  position: relative;
}
.list-action .items-list a .item .item-info .item-logo .item-image {
  margin: 0;
  position: relative;
  width: 120px;
  height: 160px;
  overflow: hidden;
  background: #ffffff;
}
.list-action .items-list a .item .item-info .item-logo .item-image img {
  width: 100%;
  height: 100%;
  border-right: solid 1px rgba(23, 17, 132, 0.2);
  border-bottom: solid 1px rgba(23, 17, 132, 0.2);
  object-fit: contain;
}
.list-action .items-list a .item .item-info .item-logo .item-image img:hover {
  opacity: 0.9;
}
.list-action .items-list a .item .item-info .item-logo .item-image img.svg-image {
  max-width: 100%;
}
.list-action .items-list a .item .item-info .item-logo .item-flag {
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 6px;
}
.list-action .items-list a .item .item-info .item-logo .item-flag img {
  border: solid 1px #ffffff;
  width: 100%;
  max-width: 24px!important;
  vertical-align: text-bottom;
}
.list-action .items-list a .item .item-info .item-logo .item-flag img.svg-image {
  max-width: 100%;
}
.list-action .items-list a .item .item-info .item-logo .item-code {
  top: 0;
  right: 0;
  position: absolute;
  vertical-align: text-bottom;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
}
.list-action .items-list a .item .item-info .item-logo .item-status {
  top: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px;
}
.list-action .items-list a .item .item-info .item-logo .item-status .item-status-icon {
  padding: 4px;
  border-radius: 4em;
  border: solid 1px #fff;
}
.list-action .items-list a .item .item-info .item-logo .item-status .item-status-icon.active {
  background: #28a745;
}
.list-action .items-list a .item .item-info .item-logo .item-status .item-status-icon.inactive {
  background: #dc3545;
}
.list-action .items-list a .item .item-info .item-details {
  width: 100%;
  padding: 0 0.5em;
  position: relative;
}
.list-action .items-list a .item .item-info .item-details .item-head {
  min-height: 68px;
}
.list-action .items-list a .item .item-info .item-details .item-head .item-title {
  font-size: 15px;
  color: #171184;
  text-decoration: underline;
}
.list-action .items-list a .item .item-info .item-details .item-head .item-no-title {
  font-size: 15px;
  color: #999999;
}
.list-action .items-list a .item .item-info .item-details .item-footer {
  width: 100%;
}
.list-action .items-list a .item .item-info .item-details .item-footer .count-statistics {
  display: flex;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.list-action .items-list a .item .item-info .item-details .item-footer .count-statistics .col-name {
  width: 100%;
}
.list-action .items-list a .item .item-info .item-details .item-footer .count-statistics .col-value {
  width: 80px;
  color: #171184;
}
.list-action .items-list a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.list-action.marks-action .items-list a .item .item-info .item-details .item-head {
  min-height: 84px;
}
.list-action.countries-action .items-list a .item .item-info .item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-action.countries-action .items-list a .item .item-info .item-logo .item-image {
  margin: 0;
  position: relative;
  width: 120px;
  height: unset;
  overflow: hidden;
  background: #ffffff;
  display: inline-block;
  border: solid 1px rgba(23, 17, 132, 0.2);
}
.list-action.countries-action .items-list a .item .item-info .item-logo .item-image img {
  width: 100%;
  object-fit: contain;
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
.list-action.countries-action .items-list a .item .item-info .item-logo .item-image img:hover {
  opacity: 0.9;
}
.list-action.countries-action .items-list a .item .item-info .item-details .item-head {
  min-height: 36px;
}
.item-action .item-title {
  color: #333333;
  display: flex;
  width: 100%;
  margin: auto;
  max-width: 100%;
  margin-bottom: 0.5em;
}
.item-action .item-title h1,
.item-action .item-title h2,
.item-action .item-title h3,
.item-action .item-title h4,
.item-action .item-title h5 {
  width: 100%;
  margin: 0;
  text-decoration: underline;
}
.item-action .item-details {
  display: flex;
}
.item-action .item-details .item-leftbar {
  position: relative;
}
.item-action .item-details .item-leftbar .item-image {
  position: relative;
  width: 240px;
  height: 320px;
  padding: 4px;
  border: solid 1px rgba(23, 17, 132, 0.2);
}
.item-action .item-details .item-leftbar .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-action .item-details .item-leftbar .item-image img.svg-image {
  max-width: 100%;
}
.item-action .item-details .item-leftbar .item-code {
  position: absolute;
  font-size: 18px;
  top: 1px;
  left: 1px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 18px;
  font-weight: bold;
}
.item-action .item-details .item-leftbar .item-statistics {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
.item-action .item-details .item-leftbar .item-statistics .item-statistic {
  display: flex;
  width: 100%;
  padding: 8px;
  border-bottom: solid 1px #ffffff;
}
.item-action .item-details .item-leftbar .item-statistics .item-statistic:last-child {
  border: none;
}
.item-action .item-details .item-leftbar .item-statistics .item-statistic .col-name {
  width: 100%;
}
.item-action .item-details .item-leftbar .item-statistics .item-statistic .col-value {
  width: 100%;
  max-width: 48px;
}
.item-action .item-details .item-leftbar .item-management .tabs-button {
  position: relative;
  border: solid 1px rgba(23, 17, 132, 0.2);
}
.item-action .item-details .item-leftbar .item-management .tabs-button a {
  width: 100%;
  display: block;
  padding: 1em;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #171184;
  background: #ffffff;
}
.item-action .item-details .item-leftbar .item-management .tabs-button a:hover {
  color: #ffffff;
  background: rgba(23, 17, 132, 0.5);
}
.item-action .item-details .item-leftbar .item-management .tabs-button a.active {
  color: #ffffff;
  background: #171184;
}
.item-action .item-details .item-leftbar .item-management .tabs-button a.active:hover {
  opacity: 0.7;
}
.item-action .item-details .item-leftbar .item-management .tabs-button .total-count {
  position: absolute;
  margin: auto 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  max-width: 64px;
  width: 100%;
}
.item-action .item-details .item-leftbar .item-management .tabs-button .total-count .count {
  top: 25%;
  position: absolute;
  right: 0;
  text-align: center;
  left: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}
.item-action .item-details .item-rightbar {
  width: 100%;
  padding-left: 1em;
}
.item-action .item-details .item-rightbar .tab .tab-header .tab-header-value {
  padding: 1em;
  color: #ffffff;
  background: #171184;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.item-action .item-details .item-rightbar .tab .tab-header .tab-header-value h3,
.item-action .item-details .item-rightbar .tab .tab-header .tab-header-value h4 {
  margin: 0;
}
.item-action .item-details .item-rightbar .tab .tab-header .tab-header-value a {
  color: #ffffff;
  text-decoration: none;
}
.item-action .item-details .item-rightbar .tab .tab-header .tab-header-value a:hover {
  opacity: 0.7;
}
.item-action .item-details .item-rightbar .tab .tab-header .tab-header-value a .item-header .text-content {
  display: flex;
  gap: 20px;
}
.item-action .item-details .item-rightbar .tab .tab-header .tab-header-value a .item-header .text-content .col-name {
  font-weight: bold;
  border-bottom: dashed 1px;
}
.item-action .item-details .item-rightbar .tab .tab-header .tab-header-value a .item-header .text-content .col-value {
  color: yellow;
  font-size: 12px;
  border-bottom: dashed 1px;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-title {
  color: #ffffff;
  background: rgba(23, 17, 132, 0.5);
  padding: 0.5em;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details {
  padding: 0.5em;
  margin-left: 0.5em;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row {
  display: flex;
  width: 100%;
  border-bottom: solid 1px rgba(23, 17, 132, 0.2);
  margin-bottom: 0.5em;
  padding-bottom: 4px;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .col-name {
  width: 40%;
  color: #333333;
  font-weight: bold;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .col-value {
  width: 100%;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .col-value.country-info .country-link {
  display: flex;
  gap: 8px;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .col-value.country-info .country-icon {
  max-width: 24px;
  max-height: 18px;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .col-value.country-info .country-icon img {
  width: 100%;
  height: 100%;
  border: solid 1px rgba(23, 17, 132, 0.2);
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .col-value.country-info .country-address {
  margin-top: 8px;
  display: flex;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .item-status {
  padding: 4px;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .item-status .item-status-icon {
  padding: 4px;
  border-radius: 4em;
  border: solid 1px #000;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .item-status .item-status-icon.active {
  background: #28a745;
}
.item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .item-status .item-status-icon.inactive {
  background: #dc3545;
}
@media (max-width: 450px) {
  .item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row {
    display: block;
  }
  .item-action .item-details .item-rightbar .tab .tab-body .item-contact-details .item-contact-row .col-name {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.item-action .item-details .item-rightbar .tab .tab-body .ajax-content .items-list a .item {
  padding: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .ajax-content .items-list a .item .item-info .item-logo {
  border: none;
}
.item-action .item-details .item-rightbar .tab .tab-body .ajax-content .items-list a .item .item-info .item-logo .item-image {
  padding: 0;
  margin: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .ajax-content .items-list a .item .item-info .item-details {
  display: block;
}
.item-action .item-details .item-rightbar .tab .tab-body .ajax-content .items-list a .item .item-info .item-details .item-head .item-title {
  margin: 0.5em 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details {
  display: block;
  width: 100%;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details ol {
  padding-left: 1em;
  margin: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details ol li {
  margin: 1em 0;
  border-bottom: solid 1px rgba(23, 17, 132, 0.2);
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details ol li:last-child {
  border: none;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value {
  width: 100%;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-name {
  width: 100%;
  font-weight: bold;
  color: #000000;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-name.col-header {
  padding: 8px;
  color: #ffffff;
  background: rgba(23, 17, 132, 0.5);
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value {
  width: 100%;
  padding: 0.5em 1em;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .border-link {
  border-bottom: solid 1px rgba(23, 17, 132, 0.2);
  margin-bottom: 4px;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .border-link .item-country {
  display: flex;
  width: 100%;
  gap: 10px;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .border-link .item-country .col-icon img {
  height: 20px;
  border: solid 1px rgba(23, 17, 132, 0.2);
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .border-link .item-country .col-value {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .col-name {
  width: 100%;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .col-value {
  width: 100%;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .col-translate {
  display: flex;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .list-item {
  display: flex;
  gap: 10px;
  border-bottom: solid 1px rgba(23, 17, 132, 0.2);
  margin-bottom: 4px;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .list-item:last-child {
  border: none;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .list-item .col-values-name {
  color: #171184;
  width: 32px;
  text-align: center;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .list-item .col-values-value {
  width: 100%;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description {
  border-bottom: solid 1px rgba(23, 17, 132, 0.2);
  margin-bottom: 4px;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description:last-child {
  border: none;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description.list .description-item {
  border: none;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description.list .description-item .col-values-name {
  color: #171184;
  width: 40%;
  margin: 0;
  text-align: left;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description.list .description-item .col-values-value {
  padding: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description .description-item {
  display: flex;
  width: 100%;
  gap: 10px;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description .description-item .col-name {
  width: 100%;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description .description-item .col-value {
  width: 100%;
  padding: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description .description-item .col-value .item-country {
  display: flex;
  width: 100%;
  gap: 10px;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description .description-item .col-value .item-country .col-icon img {
  height: 20px;
  border: solid 1px rgba(23, 17, 132, 0.2);
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value.col-values .description .description-item .col-value .item-country .col-value {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value .item-country {
  display: flex;
  width: 100%;
  gap: 10px;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value .item-country .col-icon img {
  height: 20px;
  border: solid 1px rgba(23, 17, 132, 0.2);
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value .col-value .item-country .col-value {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value.vienna .col-value.col-values .list-item {
  display: block;
}
.item-action .item-details .item-rightbar .tab .tab-body .mark-details .item-value.vienna .col-value.col-values .list-item .col-values-name {
  width: 100%;
  text-align: left;
  margin: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .timelines .col-header h3,
.item-action .item-details .item-rightbar .tab .tab-body .timelines .col-header h4 {
  margin: 0;
  padding: 4px;
  color: #ffffff;
  background: rgba(23, 17, 132, 0.5);
}
.item-action .item-details .item-rightbar .tab .tab-body .timelines .col-header h3 {
  padding: 4px 8px;
}
.item-action .item-details .item-rightbar .tab .tab-body .timelines .col-header h4 {
  padding: 4px 12px;
  color: #777777;
  margin-bottom: 4px;
  background: rgba(23, 17, 132, 0.12);
}
.item-action .item-details .item-rightbar .tab .tab-body .timelines .timeline-body .timeline-item {
  display: flex;
  width: 100%;
  margin-bottom: 0.25em;
}
.item-action .item-details .item-rightbar .tab .tab-body .timelines .timeline-body .timeline-item .col-name,
.item-action .item-details .item-rightbar .tab .tab-body .timelines .timeline-body .timeline-item .col-value {
  width: 100%;
}
.item-action .item-details .item-rightbar .tab .tab-body .timelines .timeline-body .timeline-item .col-values.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.item-action .item-details .item-rightbar .tab .tab-body .timelines .timeline-body .timeline-item .col-values .item-country {
  display: flex;
  width: 100%;
  gap: 10px;
}
.item-action .item-details .item-rightbar .tab .tab-body .timelines .timeline-body .timeline-item .col-values .item-country .col-icon img {
  height: 20px;
  border: solid 1px rgba(23, 17, 132, 0.2);
}
.item-action .item-details .item-rightbar .tab .tab-body .timelines .timeline-body .timeline-item .col-values .item-country .col-value {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
}
.item-action .item-details .item-rightbar .tab .tab-body .logotypes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.item-action .item-details .item-rightbar .tab .tab-body .logotypes .logotype {
  margin: 0;
  position: relative;
  width: 180px;
  height: 180px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .item-action .item-details .item-rightbar .tab .tab-body .logotypes .logotype {
    width: 100%;
  }
}
.item-action .item-details .item-rightbar .tab .tab-body .logotypes .logotype img {
  width: 100%;
  height: 100%;
  border: solid 1px rgba(23, 17, 132, 0.2);
  object-fit: contain;
}
@media (max-width: 375px) {
  .list-action .items-list {
    grid-template-columns: none;
  }
  .list-action .items-list a .item .item-info {
    display: grid;
  }
  .list-action .items-list a .item .item-info .item-logo {
    text-align: center;
    margin: 0 auto;
  }
  .list-action .items-list a .item .item-info .item-logo .item-image {
    width: 100%;
    height: 100%;
  }
  .list-action .items-list a .item .item-info .item-logo .item-image img {
    border: solid 1px rgba(23, 17, 132, 0.2);
  }
  .list-action .items-list a .item .item-info .item-details {
    padding: 0.5em;
  }
  .list-action .items-list a .item .item-info .item-details .item-head {
    padding: 0.25em;
    min-height: 20px !important;
    text-align: center;
  }
  .list-action .items-list a .item .item-info .item-details .item-head .item-title {
    text-align: center;
    display: block;
    margin: 0;
  }
}
@media (max-width: 580px) {
  .item-action .item-title {
    text-align: center;
  }
  .item-action .item-details {
    display: block;
  }
  .item-action .item-details .item-leftbar .item-image {
    width: 100%;
  }
  .item-action .item-details .item-rightbar {
    padding: 0;
    margin-top: 0.5em;
  }
}
/*# sourceMappingURL=main.css.map */