.not-found {
  height: fit-content;
  width: 100%;
  padding-top: 205px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  align-items: center;
  flex-direction: column;
  color: #39444c;
}

.not-found-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin-top: 32px;
}

@media (max-width: 480px) {
  .not-found-title {
    font-size: 36px;
  }
}

.not-found-text {
  margin-top: 12px;
  line-height: 150%;
  letter-spacing: -0.01em;
  font-size: 16px;
  font-weight: normal;
  max-width: 460px;
  text-align: center;
}

.not-found-text a {
  color: #ff4a4a;
}

.not-found-to-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.not-found-to-main a {
  display: flex;
  width: 100%;
  max-width: 165px;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  background-color: #fa5f55;
  color: #fff;
  border-radius: 8px;
  margin-top: 24px;
  transition: all 0.25s ease;
}

.not-found-to-main a:hover {
  background-color: #fa5f55cc;
}

.not-found-products {
  margin-top: 140px;
  width: 100%;
}

.not-found-products .catalog {
  width: 100%;
}

.not-found-products .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 24px;
}
