.list-child-sections::after {
  content: " ";
  clear: both;
}
.list-child-sections > div {
  float: left;
  width: 50%;
  height: 240px;
}
@media (min-width: 992px) {
  .list-child-sections > div {
    width: 25%;
    height: 235px;
  }
}
@media (min-width: 1200px) {
  .list-child-sections > div {
    width: 25%;
    height: 285px;
  }
}
.list-child-sections .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.list-child-sections .item:hover .name {
  top: 0;
}
.list-child-sections .item .name {
  position: absolute;
  top: calc(100% - 4rem);
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  transition: top 0.2s ease-out 0s;
}
.list-child-sections .item .name .value {
  font-size: 1.2rem;
  display: table;
  width: 100%;
  height: 4rem;
  line-height: 1.1;
  text-align: center;
  overflow: hidden;
}
.list-child-sections .item .name .value a {
  color: white;
  display: table-cell;
  vertical-align: middle;
}
.list-child-sections .item .name .childs-block > ul {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
}
.list-child-sections .item .name .childs-block li {
  padding-bottom: 2px;
}
.list-child-sections .item .name .childs-block li a {
  font-size: 1rem;
  /*text-decoration: underline;*/
  color: white;
}
/*.list-child-sections .item .name .childs-block li a:hover {
	text-decoration: none;
}*/
