.wrapper:has(.catpage) {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.catpage ul {
  padding: 0;
}
.catpage ul li {
  list-style: none;
}
.catpage * {
  line-height: 120%;
  margin: 0;
}
.catpage .hero {
  padding-top: 20vh;
  color: #fff;
  position: relative;
  min-height: 100vh;
}
.catpage .hero:before {
  content: "";
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.catpage .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.catpage .container {
  position: relative;
  z-index: 10;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.catpage .hero__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
.catpage .hero__textblock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catpage .title {
  font-size: 4rem;
  font-weight: 600;
}
.catpage .btn {
  width: -moz-max-content;
  width: max-content;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  background: #333;
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.catpage .hero__btn {
  margin-top: 2rem;
}
.catpage .hero__listblock li {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-top: 25px;
  gap: 10px;
}
.catpage .hero__listblock li:first-child {
  margin-top: 0;
}
.catpage .hero__listblock li span {
  font-size: 14px;
  opacity: 0.76;
}
.catpage .hero__listblock li div {
  font-size: 20px;
  font-weight: 500;
}
.catpage .about {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.catpage .about__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.catpage .about__title {
  flex: 1 1 40%;
  font-size: 3rem;
  font-weight: 500;
}
.catpage .about__desc {
  flex: 1 1 60%;
  font-size: 2.5rem;
  font-weight: 500;
}
.catpage .about__numbers {
  margin-top: 3rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.catpage .about__numbers-grid {
  flex: 1 1 40%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.catpage .about__numbers-grid-value {
  font-size: 1.75rem;
}
.catpage .about__numbers-grid-desc {
  margin-top: 10px;
}
.catpage .about__numbers-desc {
  font-size: 20px;
  flex: 1 1 60%;
}
.catpage .about__grid {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(51, 51, 51, 0.168627451);
  border-bottom: 1px solid rgba(51, 51, 51, 0.168627451);
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0rem !important;
  row-gap: 2rem;
  -moz-column-gap: 0rem !important;
       column-gap: 0rem !important;
}
.catpage .about__grid-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
}
.catpage .about__grid-item:nth-child(3n+1) {
  padding-left: 0;
  width: 100%;
}
.catpage .about__grid-item:nth-child(3n) {
  padding-right: 0;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.catpage .about__grid-item:before, .catpage .about__grid-item:after {
  display: none;
  content: "";
  background: rgba(51, 51, 51, 0.168627451);
  width: 1px;
  height: 75%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.catpage .about__grid-item:last-child:before {
  display: none;
}
.catpage .about__grid-item:nth-child(3n+1):before, .catpage .about__grid-item:nth-child(3n+2):before {
  right: 0;
  left: auto;
  display: block;
}
.catpage .about__grid-index {
  font-size: 14px;
  opacity: 0.7;
}
.catpage .about__grid-title {
  font-size: 2rem;
  margin-top: 7px;
  white-space: nowrap;
}
.catpage .about__grid-desc {
  font-size: 1rem;
  margin-top: 10px;
}/*# sourceMappingURL=cat-style.css.map */