.top-cat {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 20px 0 !important;
  margin: 0 !important;
}

.top-cat__row {
  display: flex !important;
  gap: 10px !important;
}

.top-cat .top-cat__item {
  flex: 217 1 0% !important;
  position: relative !important;
  display: block !important;
  height: 170px !important;
  overflow: hidden !important;
  background: transparent !important;
  text-decoration: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.top-cat .top-cat__item--wide {
  flex: 355 1 0% !important;
}

.top-cat .top-cat__item,
.top-cat .top-cat__item *,
.top-cat .top-cat__item::before,
.top-cat .top-cat__item::after {
  border-radius: 0 !important;
}

.top-cat .top-cat__img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  max-width: none !important;
  z-index: 1 !important;
  transition: opacity 0.4s ease !important;
}

.top-cat .top-cat__item:hover .top-cat__img {
  opacity: 0 !important;
}

.top-cat .top-cat__item::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #F3AC40 !important;
  opacity: 0 !important;
  z-index: 2 !important;
  transition: opacity 0.4s ease !important;
}

.top-cat .top-cat__item:hover::after {
  opacity: 1 !important;
}

.top-cat .top-cat__item::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 50% !important;
  width: 100% !important;
  background: linear-gradient(to bottom, rgba(0,0,0,0.73) 0%, transparent 100%) !important;
  z-index: 3 !important;
  pointer-events: none !important;
  transition: opacity 0.4s ease !important;
}

.top-cat .top-cat__item:hover::before {
  opacity: 0 !important;
}

.top-cat .top-cat__label {
  position: relative !important;
  z-index: 4 !important;
  display: block !important;
  padding: 18px 20px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3) !important;
  transition: text-shadow 0.4s ease !important;
}

.top-cat .top-cat__item:hover .top-cat__label {
  text-shadow: none !important;
}

@media (max-width: 991px) {
  .top-cat .top-cat__item {
    height: 140px !important;
  }
  .top-cat .top-cat__label {
    font-size: 18px !important;
    padding: 14px 16px !important;
  }
}

@media (max-width: 767px) {
  .top-cat__row {
    flex-wrap: wrap !important;
  }
  .top-cat .top-cat__item {
    flex: 1 1 calc(50% - 5px) !important;
    height: 120px !important;
  }
  .top-cat .top-cat__item--wide {
    flex: 1 1 calc(50% - 5px) !important;
  }
  .top-cat {
    gap: 8px !important;
  }
  .top-cat__row {
    gap: 8px !important;
  }
  .top-cat .top-cat__label {
    font-size: 16px !important;
    padding: 12px 14px !important;
  }
}

@media (max-width: 480px) {
  .top-cat .top-cat__item {
    height: 100px !important;
  }
  .top-cat {
    gap: 6px !important;
  }
  .top-cat__row {
    gap: 6px !important;
  }
  .top-cat .top-cat__label {
    font-size: 14px !important;
    padding: 10px 12px !important;
  }
}

.service__image-block {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
}

.service__image-block img {
  max-width: 80px !important;
  max-height: 80px !important;
}

.service__item .btn-secondary,
.service__item:hover .btn-secondary {
  border-color: #071f45 !important;
  color: #071f45 !important;
  background-color: transparent !important;
  background: transparent !important;
}

.service__item .btn-secondary:hover {
  background-color: #071f45 !important;
  background: #071f45 !important;
  border-color: #071f45 !important;
  color: #fff !important;
}
