.faq.det {
  border: 1px solid #e5e5e5; }

.det-item {
  padding: 32px 24px;
  border-bottom: 1px solid #e5e5e5;
  flex-direction: column;
  transition: 50ms;
  display: flex; }

.det-item-title {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }
  .det-item-title:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    height: 12px;
    position: absolute;
    right: 2px;
    top: 3px;
    transform: rotate(135deg);
    width: 12px; }

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer; }

.container-p p {
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%; }

.det-item[open] .det-item-title:after {
  top: 9px;
  transform: rotate(315deg); }

summary::before, summary::after {
  transition: 200ms; }

.statii .item {
  height: auto !important; }

.statii.t2{
	padding-bottom: 70px;
}
.statii.t2 ul {
	gap: 10px;
}
.statii.t2 ul li {
	border: 1px solid #eee;
	border-radius: 4px;
	transition: box-shadow 0.2s ease-out, border 0.2s ease-out;
}
.statii.t2 ul li:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
.statii ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .statii ul li {
    padding-left: 0 !important; }
    .statii ul li::before {
      display: none !important; }
    .statii ul li:hover .info .title {
      color: #74b97a; }
    .statii ul li a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none; }
    .statii ul li .image {
      height: 168px;
      overflow: hidden; }
      .statii ul li .image::before {
        display: none !important; }
      .statii ul li .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .statii ul li .info {
      padding: 13px 20px; }
      .statii ul li .info .title {
        font-size: 15px;
        line-height: 24px;
        color: #222;
        font-weight: 700;
        transition: color ease-out 70ms; }
      .statii ul li .info .period {
        margin: 2px 0 9px; }
      .statii ul li .info .comments-wrapper {
        color: #9a9a9a;
        font-size: 0.867em; }

@media (max-width: 1199px) {
  .statii h3 {
    font-size: 1.33em; }
  .statii ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px; }
    .statii ul li .info .title {
      font-size: 14px;
      line-height: 1.2; } }

@media (max-width: 996px) {
  .statii ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
    .statii ul li .info {
      padding: 13px; } }

@media (max-width: 600px) {
  .statii h3 {
    text-align: left; } }

@media (max-width: 430px) {
  .statii ul {
    grid-template-columns: repeat(1, 1fr); } }
