* {
  transition: 300ms !important;
}

h1 {
  text-align: center;
  font-size: 30px;
}

.equip__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 25px 0;
}
.equip__cell img {
  max-width: 323px;
  min-width: 323px;
  max-height: 230px;
  min-height: 230px;
  width: 100px;
  height: 100px;
  transition: 0.5s ease-in-out;
}
.equip__cell:hover svg {
  fill: #00BCFF;
}
.equip__cell:hover p {
  color: #00BCFF;
}
.equip__cell:hover img {
  scale: 1.2;
}
.equip__descr {
  display: flex;
  gap: 21px;
}
.equip__descr p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato";
  color: #fff;
  transition: 0.5s ease-in-out;
}
.equip__descr svg {
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  min-height: 20px;
  width: 100%;
  height: 100%;
  fill: white;
  transition: 0.4s ease-in-out;
}

.pagination {
  display: flex;
  gap: 15px;
}

.page-item {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #666C85;
  cursor: pointer;
  transition: 300ms !important;
}
.page-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-item:hover {
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
}
.page-item.active {
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
}

.pg {
  display: flex;
  justify-content: center;
}

@media (max-width: 574px) {
  .main {
    margin-top: 71px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 20px;
  }
  .page-item {
    width: 35px;
    height: 35px;
  }
  .page-link {
    font-size: 12px;
  }
}/*# sourceMappingURL=equipment_inner.css.map */