.filter label {
  display: flex;
  cursor: pointer;
  margin-bottom: 0;
  white-space: nowrap;
}

.filter .customized--input {
  display: none;
}

.filter .customized--input + span {
  position: relative;
  display: inline-block;
  border: 1px solid #808080;
  border-radius: 0;
  background-color: #fff;
  width: 13px;
  height: 13px;
  margin-bottom: -2px;
  margin-right: 4px;
}

.filter .customized--input:checked + span:after {
  content: '';
  position: absolute;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAA6klEQVQokZXRvyuFYRjG8Y+3V2KQYnJGVpNi0MmPRJ3BH2Cw+gf8LTIZTVYpA5KFxeBsJyYmzsCkpAzP/dbT26u893Zf1/29n677Gdk+7GlZHezhB8dlS3gBl5iJvlu0gJdxk8Ew8d8Fq7jAVKYNcVBgDVc4wWwDvIlzTGbaO9bxUOIU02EsYQvP0e+EP5rBrwEPoMB3Zs5JOeex2wA/RZxBJZQxeIbx0DroY6wWZYANvORiIeXv4TPT63AfK3W4WgDXUvaP+gDupUO/NXjyb7xDV7pwVbexeNgEk26Q1yMWsR8vHuHrLxh+AbmKKryXnsc/AAAAAElFTkSuQmCC");
  width: 16px;
  height: 12px;
  left: -2px;
  top: -2px;
}

.filter-collapse {
  background-color: #fff;
  border: 2px #368f3a solid;
  color: #368f3a;
  border-radius: 0;
  margin-right: 20px;
}

.filter-collapse[aria-expanded="true"],
.filter-collapse:hover {
  background-color: #368f3a;
  color: #fff;
}

.filter .filter__name {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.filter .filter__input {
  display: flex;
  position: relative;
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
}

.filter .filter--item {
  padding: 0 5px;
}

.filter thead td {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.filter tbody td {
  padding-bottom: 5px;
}

/*
.news-list_type_stati {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.table-collapsed .filter__label {
    display: none;
}
.filter__type_stati .btn {
    background-color: #368f3a !important;
    color: #fff !important;
}
.filter__type_stati .btn:hover {
    background-color: #fff !important;
    color: #368f3a !important;
}
.filter__type_stati thead td {
    padding-bottom: 30px !important;
}
.news-list_type_stati .item__more {
    text-transform: uppercase;
}*/

.news-list_type_stati .item {
  margin-bottom: 40px;
}

.news-list_type_stati .item__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.news-list_type_stati .item__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news-list_type_stati .item__name {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 18px;
  min-height: 2.4em;
}

.news-list_type_stati .item__desc {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #808080;
  line-height: 18px;
  min-height: 13.5em;
}

.news-list_type_stati .item__more a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: 0.15s ease-in-out;
  border: 2px solid #368f3a;
  color: #368f3a;
  border-radius: 0;
  margin-top: .5rem;
  margin-right: 1rem;
}

.news-list_type_stati .item__more a:hover,
.news-list_type_stati .item__more a:focus {
  background-color: #368f3a;
  color: #fff;
  text-decoration: none;
}

.news-list_type_stati .detail_picture {
  max-width: 460px;
  float: left;
  margin-right: 30px;
  margin-bottom: 1rem;
}

.news-list_type_stati .ajax-pager-wrap {
  text-align: center;
}

.news-list_type_stati .ajax-pager-wrap a {
  margin-top: 10px;
  margin-right: 1rem;
}

.news-detail_type_stati h1,
.news-detail_type_stati h2,
.news-detail_type_stati h3,
.news-detail_type_stati h4 {
  text-align: left;
  color: #368f3a;
  font-size: 20px;
  text-transform: uppercase;
}

.news-detail_type_stati .detail_name {
  margin-bottom: 30px;
  text-transform: uppercase;
}