@charset "UTF-8";
*::-webkit-scrollbar {
  position: absolute !important;
  right: 0;
  width: 8px !important;
}
*::-webkit-scrollbar-track {
  background: #212121;
  border-radius: 20px;
}
*::-webkit-scrollbar-thumb {
  background-color: #ed5a00;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
*::-webkit-scrollbar-thumb:active {
  background-color: rgba(237, 91, 0, 0.6117647059);
}

main {
  padding-top: 150px;
}
@media (max-width: 525px) {
  main {
    padding-top: 100px;
  }
}

h1 {
  background: linear-gradient(180deg, #ed5a00 0%, #873300 100%);
  font-size: 120px;
  font-weight: 200;
  text-align: center;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 525px) {
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.subcategory-page {
  background-color: #333333;
  border-radius: 120px;
  padding: 100px 0 50px;
}
@media (max-width: 768px) {
  .subcategory-page {
    height: auto !important;
    border-radius: 50px;
  }
}
.subcategory-page #subcategory-page__swiper {
  width: 90%;
}
.subcategory-page #subcategory-page__swiper .swiper-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  background-color: #333333;
  padding-top: 0;
}
.subcategory-page #subcategory-page__swiper .swiper-slide:last-child {
  grid-template-columns: 1fr;
}
.subcategory-page #subcategory-page__swiper .swiper-slide:last-child .subcategory-page__image-wrapper {
  display: none;
}
.subcategory-page #subcategory-page__swiper .swiper-slide:last-child .subcategory-page__text-wrapper {
  max-height: 100%;
  padding-right: 0;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .subcategory-page #subcategory-page__swiper .swiper-slide:last-child .subcategory-page__image-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .subcategory-page #subcategory-page__swiper .swiper-slide {
    grid-template: auto 1fr/1fr;
  }
}
.subcategory-page p {
  font-size: 22px;
}
@media (max-width: 768px) {
  .subcategory-page p {
    font-size: 18px;
  }
}
.subcategory-page__btns-wrapper {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}
.subcategory-page__btns-wrapper button {
  width: 350px;
  padding: 12px 24px;
  font-size: 40px;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
  color: white;
  opacity: 1;
  border: 1px solid #ed5a00;
  transition: 0.3s ease;
}
.subcategory-page__btns-wrapper button:disabled {
  background-color: #ed5a00;
}
@media (max-width: 768px) {
  .subcategory-page__btns-wrapper {
    gap: 40px;
  }
}
@media (max-width: 525px) {
  .subcategory-page__btns-wrapper {
    gap: 20px;
  }
  .subcategory-page__btns-wrapper button {
    font-size: 18px;
  }
}
.subcategory-page__text-wrapper {
  max-height: 500px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 24px;
  font-weight: 200;
}
.subcategory-page__image-wrapper {
  background-color: rgba(41, 40, 40, 0.6);
  border-radius: 20px;
  height: 100%;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr;
}
.subcategory-page__image-wrapper p {
  text-align: center;
  margin-bottom: 20px;
}
.subcategory-page__image-wrapper img {
  align-self: center;
  margin: 0 auto;
  filter: sepia(1) saturate(4) hue-rotate(-15deg) brightness(1.2);
}
@media (max-width: 768px) {
  .subcategory-page__image-wrapper {
    grid-area: 1/1;
    display: flex;
    flex-direction: column;
  }
  .subcategory-page__image-wrapper img {
    aspect-ratio: 16/9;
    height: -moz-fit-content;
    height: fit-content;
    width: 80%;
    margin: 0 auto;
  }
}
.subcategory-page table {
  font-size: 20px;
  font-weight: 200;
}
.subcategory-page table tr {
  border-bottom: 1px solid white;
}
.subcategory-page table th,
.subcategory-page table td {
  text-align: left; /* Центрирует текст по горизонтали */
  vertical-align: middle; /* Центрирует текст по вертикали */
  white-space: nowrap;
  padding: 16px;
}
.subcategory-page table th:first-child,
.subcategory-page table td:first-child {
  padding-left: 0;
  text-wrap: wrap;
}
.subcategory-page .orderBtn {
  margin: 50px auto 0;
  padding: 12px 48px;
  background-color: #ed5a00;
  color: white;
  border-radius: 20px;
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 40px;
}
@media (max-width: 525px) {
  .subcategory-page .orderBtn {
    font-size: 32px;
  }
}

#image-swiper {
  width: 100%;
  grid-row-start: 2 span;
}
#image-swiper .swiper-slide {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr !important;
  place-items: center;
  background-color: transparent !important;
}
@media (max-width: 768px) {
  #image-swiper .swiper-slide {
    width: 100% !important;
    grid-template: 1fr/1fr !important;
  }
}
#image-swiper .swiper-slide img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
  margin: auto 0;
}
#image-swiper .swiper-button-prev,
#image-swiper .swiper-button-next {
  color: #ed5a00;
}/*# sourceMappingURL=style.css.map */