.catch {
  width: 213px;
  padding: 16px 20px;
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/catch-bg.svg) top left round;
  z-index: 1;
}

.catch::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}

.catch__title {
  font-size: 20px;
  font-weight: 800;
  color: var(--bg1);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.catch__date {
  font-size: 18px;
  color: #868686;
}

.section:has(.fullslider) {
  overflow: hidden;
}

@media (max-width: 1400px) {
  .catch {
    width: 160px;
  }

  .catch__title,
  .catch__date {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .catch {
    width: 100%;
    padding: 12px 16px;
    position: relative;
    margin-bottom: 12px;
  }

  .catch__title {
    margin-bottom: 6px;
  }
}