.head-img {
  width: 29.5rem;
  height: 16.75rem;
  display: flex;
}

.head-title {
  width: 29.5rem;
  display: flex;
  margin: 1.5rem auto 3.5rem;
}

.box-list {
  width: 288.75rem;
  margin: 0 auto;
  margin-top: 14.5rem;
}

.box-list-1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.item-top {
  display: flex;
  width: 41.31rem;
  height: 48.44rem;
  margin-bottom: 6.63rem;
  margin-right: 8.1rem;
  background-color: #fff;
  flex-direction: column;
}

.item-top:nth-child(6n) {
  margin-right: 0;
}

.item-top>.item-img {
  width: 100%;
  height: 29.31rem;
}

.item-top .item-title {
  width: 100%;
  height: 9.56rem;
  position: relative;
  font-size: 2.19rem;
  font-weight: 900;
  color: #3a3a3a;
  margin: 3.06rem 0 2.56rem;
}

.time {
  width: 16.88rem;
  height: 2.69rem;
  font-size: 1.88rem;
  color: #3a3a3a;
}

/* From Uiverse.io by alexruix */
.loader {
  position: relative;
  width: 7.5rem;
  height: 5.63rem;
  margin: 0 auto;
}

.loader:before {
  content: "";
  position: absolute;
  bottom: 1.88rem;
  left: 3.13rem;
  height: 1.88rem;
  width: 1.88rem;
  border-radius: 50%;
  background: #2a9d8f;
  animation: loading-bounce 0.5s ease-in-out infinite alternate;
}

.loader:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 0.44rem;
  width: 2.81rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.31rem 0 #f2f2f2, -2.19rem 3.13rem 0 #f2f2f2,
    -4.38rem 5.94rem 0 #f2f2f2;
  animation: loading-step 1s ease-in-out infinite;
}

@keyframes loading-bounce {
  0% {
    transform: scale(1, 0.7);
  }

  40% {
    transform: scale(0.8, 1.2);
  }

  60% {
    transform: scale(1, 1);
  }

  100% {
    bottom: 8.75rem;
  }
}

@keyframes loading-step {
  0% {
    box-shadow: 0 0.63rem 0 rgba(0, 0, 0, 0), 0 0.63rem 0 #f2f2f2,
      -2.19rem 3.13rem 0 #f2f2f2, -4.38rem 5.63rem 0 #f2f2f2;
  }

  100% {
    box-shadow: 0 0.63rem 0 #f2f2f2, -2.19rem 3.13rem 0 #f2f2f2,
      -4.38rem 5.63rem 0 #f2f2f2, -4.38rem 5.63rem 0 rgba(0, 0, 0, 0);
  }
}

.cookies {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24.75rem;
  background-color: #392B77;
  padding: 6.63rem 5.63rem;
  display: flex;
  justify-content: space-between;
}

.cookies-txt {
  width: 97.69rem;
  height: 13.5rem;
  line-height: 5rem;
  font-size: 3.13rem;
  font-weight: 350;
  color: #fff;
}

.cookies button {
  width: 29.5rem;
  height: 9.38rem;
  border-radius: 6.25rem;
  background: #ffffff;
  text-align: center;
  line-height: 9.38rem;
}