/* Base Styles & Design Tokens */
:root {
  /* Colors */
  --color-primary: #e83616;
  --color-primary-rgb: 232, 54, 22;
  --color-black: #060507;
  --color-white: #ffffff;
  --color-gray-light: #efefef;
  --color-border: #d9d9d9;

  /* Typography */
  --font-main: "Montserrat", sans-serif;

  /* Container Widths based on Figma */
  --container-width: 1510px;
  --container-padding: 30px;
}

@media (max-width: 1600px) {
  :root {
    --container-width: 1340px;
  }

  .catalog-tabs {
    gap: 20px;
  }
}

@media (max-width: 1366px) {
  :root {
    --container-width: 1128px;
  }

  .product-detail__sidebar-left {
    max-width: 304px;
  }

  .product-detail__main {
    max-width: 756px;
  }

  .catalog-tabs {
    gap: 15px;
  }

  .catalog-sidebar {
    width: 280px;
  }

  .product-card__title {
    max-width: 380px;
  }
}

@media (max-width: 1024px) {
  :root {
    --container-width: 942px;
    --container-padding: 41px;
  }

  .product-detail__cols {
    gap: 30px;
  }

  .product-detail__sidebar-left {
    max-width: 245px;
  }

  .product-detail__img-main {
    height: 245px;
    padding: 10px;
  }

  .product-detail__main {
    max-width: 655px;
  }

  .product-detail__title {
    font-size: 20px;
  }

  .product-detail__subtitle {
    font-size: 15px;
  }

  .product-detail__props li,
  .product-detail__content,
  .detail-section__list li {
    font-size: 15px;
    line-height: 30px;
  }

  .product-mini-card {
    gap: 20px;
  }

  .product-mini-card__img {
    width: 111px;
    height: 111px;
  }

  .product-mini-card__title {
    font-size: 15px;
  }

  .product-mini-card__btn {
    max-width: 163px;
    height: 44px;
    font-size: 15px;
  }

  .product-mini-card__status {
    font-size: 10px;
  }

  .product-header {
    gap: 20px;
    margin-bottom: 30px;
  }

  .product-header__left {
    gap: 20px;
  }

  .product-header__title {
    font-size: 20px;
  }

  .product-variant {
    gap: 20px;
  }

  .product-variant__img {
    width: 111px;
    height: 111px;
  }

  .product-variant__title {
    font-size: 15px;
  }

  .product-variant__btn {
    width: 163px;
    height: 44px;
    font-size: 15px;
  }

  .catalog-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 5px;
    margin-bottom: 30px;
  }

  .catalog-sidebar {
    width: 245px;
  }

  .product-card {
    gap: 15px;
    padding: 15px 0;
  }

  .product-card__title {
    font-size: 14px;
    max-width: 300px;
  }

  .product-card__bottom {
    gap: 20px;
  }

  .product-card__btn {
    width: 140px;
    height: 38px;
    font-size: 14px;
  }

  .catalog-page {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  :root {
    --container-width: 720px;
  }

  .product-detail__cols {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .product-detail__sidebar-left {
    max-width: 450px;
  }

  .product-detail__img-main {
    height: 300px;
  }

  .product-detail__main {
    max-width: 100%;
  }

  .product-detail__title {
    font-size: 15px;
    text-align: center;
  }

  .product-detail__subtitle {
    font-size: 10px;
    text-align: center;
  }

  .detail-content-image {
    height: auto;
  }

  .detail-accordion__btn {
    font-size: 10px;
  }

  .product-mini-card {
    gap: 15px;
  }

  .product-mini-card__img {
    width: 76px;
    height: 77px;
  }

  .product-mini-card__title {
    font-size: 10px;
    line-height: normal;
  }

  .product-mini-card__btn {
    max-width: 112px;
    height: 30px;
    font-size: 10px;
    padding: 0 10px;
  }

  .product-mini-card__status {
    font-size: 10px;
  }

  .product-mini-card__actions {
    gap: 10px;
    margin-top: 10px;
  }

  .product-mini-card__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .product-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .product-header__left {
    gap: 15px;
  }

  .product-header__img {
    width: 76px;
    height: 77px;
  }

  .product-header__title {
    font-size: 15px;
  }

  .product-header__btn {
    width: 100%;
    max-width: 200px;
    height: 34px;
    font-size: 10px;
  }

  .product-variant {
    gap: 15px;
  }

  .product-variant__img {
    width: 76px;
    height: 77px;
  }

  .product-variant__title {
    font-size: 10px;
  }

  .product-variant__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .product-variant__actions {
    gap: 10px;
    margin-top: 5px;
  }

  .product-variant__btn {
    width: 112px;
    height: 30px;
    font-size: 10px;
  }

  .catalog-sidebar {
    width: 100%;
    max-width: none;
  }

  .catalog-main {
    width: 100%;
  }

  .product-card {
    gap: 12px;
    padding: 15px 0;
    align-items: flex-start;
  }

  .product-card__img {
    width: 80px;
    height: 80px;
    padding: 5px;
  }

  .product-card__title {
    font-size: 13px;
    max-width: none;
  }

  .product-card__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .product-card__bottom {
    gap: 15px;
  }

  .product-card__btn {
    width: 120px;
    height: 34px;
    font-size: 12px;
  }

  .product-card__status {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  :root {
    --container-width: 100%;
    --container-padding: 15px;
  }

  .catalog-tabs {
    gap: 10px;
    margin-bottom: 20px;
  }

  .catalog-tab {
    font-size: 11px;
  }

  .catalog-tab__label {
    padding-left: 20px;
  }

  .catalog-tab__label::before {
    width: 16px;
    height: 16px;
  }

  .catalog-tab input:checked + .catalog-tab__label::after {
    width: 8px;
    height: 8px;
    left: 4px;
  }

  .product-card {
    gap: 8px;
    padding: 10px 0;
    align-items: flex-start;
  }

  .product-card__img {
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .product-card__title {
    font-size: 11px;
  }

  .product-card__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .product-card__bottom {
    gap: 10px;
    flex-direction: row;
    align-items: center;
  }

  .product-card__status {
    font-size: 10px;
  }

  .product-card__btn {
    width: 90px;
    height: 30px;
    font-size: 10px;
  }
}

/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: normal;
  color: var(--color-black);
  background-color: var(--color-white);
  overflow-x: hidden;
  position: relative;
}

body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* Utils */
.container {
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.container-catalog {
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
}

.container-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn--primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.btn--primary:hover {
  background-color: #c72d12;
}

.btn--outline {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.btn--outline:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.header {
  width: 100%;
  padding-top: clamp(15px, 2.5vw, 30px);
  background-color: var(--color-white);
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header:has(.header__drawer.active) {
  z-index: 2010;
}

.header__container {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
}

.header__logo {
  flex-shrink: 0;
}

.header__logo img {
  width: 111px;
  height: 170px;
  aspect-ratio: 111 / 170;
}

.header__content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.header__col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  flex-shrink: 0;
  min-height: 80px;
}

.header__nav-link {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 15px;
  color: var(--color-black);
  white-space: nowrap;
  text-decoration: none;
  line-height: normal;
}

.header__nav-link:hover {
  color: var(--color-primary);
}

.header__btn-online {
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 5px;
  flex-shrink: 0;
}

.header__callback {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 15px;
  padding-top: 10px;
  color: var(--color-primary);
  text-decoration: none;
  white-space: nowrap;
}

.header__callback:hover {
  text-decoration: underline;
}

/* Burger Menu - initially hidden */
.header__burger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
  z-index: 1001;
  background: none;
  border: none;
  padding: 0;
}

.header__burger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--color-primary);
  left: 0;
  transition: all 0.3s ease;
}

.header__burger span:nth-child(1) {
  top: 0;
}

.header__burger span:nth-child(2) {
  top: 6px;
}

.header__burger span:nth-child(3) {
  top: 12px;
}

.header__burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
}

.header__burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

/* Hero Styles */
.hero {
  position: relative;
  padding-top: 170px;
  background-color: var(--color-white);
  overflow: hidden;
}

.hero__slide {
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
}

.hero__container {
  position: relative;
  width: 100%;
  max-width: 1065px;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: auto;
}

.hero__slide--2 .hero__content {
  z-index: 2;
}

.hero__title {
  font-weight: 700;
  font-size: 100px;
  line-height: normal;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.hero__title-row {
  display: flex;
  align-items: center;
  padding: 0 33px;
  background-color: var(--color-primary);
  width: fit-content;
  height: 151px;
  position: relative;
}

.hero__title-row:first-child {
  width: 551px;
}

.hero__title-row:last-child {
  width: 1065px;
  margin-top: -27px;
}

.hero__title-row--long {
  width: 944px !important;
}

.hero__title-row--medium {
  width: 776px !important;
}

.hero__title-text {
  position: relative;
  z-index: 5;
}

.hero__image {
  position: absolute;
  top: -171px;
  right: 0;
  width: 667px;
  height: 445px;
  z-index: 1;
  pointer-events: none;
}

.hero__slide--1 .hero__image {
  z-index: 3;
}

.hero__slide--2 .hero__image--roll {
  width: 329px;
  height: 435px;
  top: -130px;
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero__features {
  padding-left: 2px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
  display: flex;
  gap: 70px;
  letter-spacing: 0.02em;
}

.hero__pagination-container {
  position: absolute;
  bottom: 40px;
  left: 52%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1065px;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}

.hero__pagination.swiper-pagination {
  position: static !important;
  display: flex;
  gap: 7px;
  width: auto !important;
}

.hero__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
}

.hero__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  opacity: 1;
}

/* Promo Bar */
.promo-bar {
  background-color: var(--color-gray-light);
  padding: 23px 0;
}

.promo-bar__text {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: var(--color-black);
}

/* Burger Menu (Hidden by default) */
.header__burger {
  display: none;
}

/* Mobile Drawer Styles */
.header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 2000;
  padding-top: clamp(80px, 15vw, 150px);
  padding-left: 15%;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

.header__drawer.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header__drawer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  row-gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.header__drawer-nav,
.header__drawer-contacts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.header__drawer-link {
  font-weight: 700;
  font-size: 15px;
  color: #000 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__drawer-link:hover {
  color: var(--color-primary) !important;
}

.header__drawer-actions {
  display: none;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.header__drawer-close {
  position: absolute;
  top: 30px;
  right: clamp(20px, 5vw, 60px);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  z-index: 1020;
}

.header__drawer-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.header__drawer-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__drawer-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Quality Section */
.quality {
  padding-top: 80px;
}

.quality__slider {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 309px;
}

.quality__slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.quality__slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.quality__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 780px;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    110deg,
    rgba(6, 5, 7, 0.9) 35%,
    rgba(6, 5, 7, 0.4) 60%,
    rgba(6, 5, 7, 0) 100%
  );
}

.quality__slide-content {
  position: relative;
  z-index: 3;
  padding-left: 60px;
  padding-top: 42px;
  max-width: 650px;
  color: var(--color-white);
}

.quality__title {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 24px;
}

.quality__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.9;
}

.quality__pagination.swiper-pagination {
  bottom: 30px !important;
  left: 60px !important;
  right: auto !important;
  width: auto !important;
  display: flex;
  gap: 14px;
}

.quality__pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: var(--color-white);
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
}

.quality__pagination .swiper-pagination-bullet-active {
  background: var(--color-primary) !important;
  opacity: 1;
}

/* Catalog Section */
.catalog {
  padding-top: 70px;
  padding-bottom: 110px;
}

.catalog__title {
  font-size: 36px;
  margin-bottom: 60px;
}

.catalog__grid {
  display: grid;
  margin: 0 auto;
  max-width: 1137px;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  justify-items: center;
}

.catalog__item {
  display: block;
  width: 250px;
  height: 250px;
  border: 2px solid #d9d9d9;
  background-color: var(--color-white);
  position: relative;
  text-decoration: none;
  transition: border-color 0.3s ease;
  overflow: hidden;
}

.catalog__item:hover {
  border-color: var(--color-primary);
}

.catalog__item-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-black);
  position: absolute;
  top: 17px;
  left: 23px;
  z-index: 2;
  margin: 0;
  transition: color 0.3s ease;
}

.catalog__item:hover .catalog__item-title {
  color: var(--color-primary);
}

.catalog__item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
}

.catalog__item-img img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.catalog__item:hover .catalog__item-img img {
  transform: scale(1.05);
}

/* About Section */
.about {
  padding-bottom: 110px;
}

.about__features-ind {
  display: grid;
  grid-template-columns: 355px 360px 357px;
  justify-content: center;
  gap: 30px;
}

.about__title-ind {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: var(--color-black);
}

.about-feature-ind {
  width: 100%;
  border: 2px solid #d9d9d9;
  padding: 133px 30px 60px 42px;
  position: relative;
}

.about-feature__icon-ind {
  position: absolute;
  top: 30px;
  left: 42px;
  height: 80px;
}

.about-feature__icon-ind img {
  height: 100%;
  width: auto;
}

.about-feature__title-ind {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 30px;
  line-height: 1.3;
}

.about-feature__text-ind {
  font-size: 15px;
  line-height: 2;
}

.about-feature__text-ind p {
  font-size: 15px;
  margin-bottom: 25px;
}

.about-feature__text-ind p:last-child {
  margin-bottom: 0;
}

.about-mission-ind {
  position: relative;
  border: 2px solid #d9d9d9;
  padding: 50px 40px 50px 240px;
  min-height: 207px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1143px;
  margin: 0 auto;
  grid-column: 1 / -1;
}

.about-mission__image-ind {
  position: absolute;
  left: 80px;
  top: 40%;
  transform: translateY(-50%);
  height: 230px;
  z-index: 1;
}

.about-mission__image-ind img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.about-mission__title-ind {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.about-mission__text-ind {
  font-size: 15px;
  line-height: 1.5;
  color: #060507;
  position: relative;
  z-index: 2;
}

/* Mission Block */
.about-mission {
  position: relative;
  border: 2px solid #d9d9d9;
  padding: 50px 40px 50px 300px;
  min-height: 207px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}

.about-mission__image {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  height: 287px;
  z-index: 1;
}

.about-mission__image img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.about-mission__title {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-black);
  margin-bottom: 15px;
}

.about-mission__text {
  font-size: 15px;
  line-height: 1.5;
  color: #060507;
}

/* Partners Section */
.partners {
  padding-bottom: 180px;
}

.partners__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

.partners__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  gap: 60px 80px;
  max-width: 1510px;
  margin: 0 auto;
}

.partners__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.partners__item img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

/* --- Contacts Page Styles --- */

/* Catalog Mini Section */
.catalog-mini {
  padding-top: 60px;
}

.catalog-mini__wrapper {
  overflow: visible;
}

.catalog-mini__list {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.catalog-mini__item {
  flex: 0 0 166px;
  width: 166px;
  height: 166px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 0 0 10px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  transition: all 0.3s ease;
  margin-right: 0 !important;
}

.catalog-mini__item:hover {
  border-color: var(--color-primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.catalog-mini__title {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-black);
  margin-bottom: 5px;
}

.catalog-mini__img {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

.catalog-mini__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: right;
}

/* Contacts Section */
.contacts {
  padding: 115px 0 clamp(40px, 6vw, 80px);
}

.contacts__title {
  margin-bottom: clamp(30px, 5vw, 60px);
  font-size: 20px;
  font-weight: 700;
}

.contacts__info {
  display: flex;
  justify-content: center;
  gap: 140px;
  margin-bottom: clamp(40px, 4vw, 60px);
}

.contacts__info-label {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.contacts__info-value {
  font-size: 15px;
  line-height: normal;
  color: var(--color-black);
}

.contacts__info-value a {
  display: block;
  margin-bottom: 5px;
}

.contacts__info-value a:hover {
  color: var(--color-primary);
}

.contacts__map {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contacts__map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts__map-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(45px, 8vw, 208px);
  height: clamp(45px, 8vw, 208px);
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts__map-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Requisites Section */
.requisites {
  padding-bottom: clamp(60px, 6vw, 120px);
}

.requisites__title {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
}

.requisites__content {
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.requisites__list {
  margin-bottom: clamp(30px, 5vw, 50px);
  width: 100%;
}

.requisites__list li {
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 15px;
}

.requisites__list li:last-child {
  margin-bottom: 0;
}

.requisites__list .label {
  color: var(--color-primary);
  font-weight: 400;
}

.requisites__list .value {
  color: var(--color-black);
}

.requisites__download {
    margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 15px;
  transition: color 0.3s ease;
}

.requisites__download:hover {
  color: var(--color-primary);
}

.requisites__download-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

/* Gallery Styles */
.gallery {
  padding-top: 170px;
  padding-bottom: 120px;
}

.gallery-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--color-black);
}

.gallery-grid {
  max-width: 1075px;
  padding-left: clamp(20px, 5vw, 55px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 3vw, 50px);
  margin-bottom: 45px;
}

.gallery-content {
  min-width: 0;
}

.gallery-item {
  width: 100%;
  max-width: 307px;
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
  background-color: #f1f1f1;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item:hover {
  transform: scale(1.02);
  border-color: var(--color-primary);
}

.gallery-text {
  padding-left: clamp(20px, 5vw, 55px);
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-black);
}

.gallery-text p {
  margin-bottom: 20px;
}

.gallery-text p:last-child {
  margin-bottom: 0px;
}

/* Questions Form Section */
.questions {
  padding-bottom: clamp(40px, 10vw, 120px);
}

.questions__wrapper {
  position: relative;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  background-color: var(--color-white);
  overflow: visible;
}

.questions__top {
  position: relative;
  padding: clamp(20px, 4vw, 30px) clamp(20px, 4vw, 44px);
  min-height: 199px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(20px, 10vw, 100px);
}

.questions__top-content {
  flex: 0 1 auto;
  z-index: 2;
}

.questions__title {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-black);
  margin-bottom: 10px;
}

.questions__desc {
  font-size: 15px;
  color: #060507;
  margin-bottom: 25px;
  line-height: 1.5;
}

.questions__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  font-size: 15px;
  width: 167px;
  height: 45px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.questions__btn:hover {
  background-color: #d12e12;
}

.questions__icon-main {
  position: relative;
  top: -20px;
  right: 20px;
  width: 130px;
  height: 90px;
  z-index: 1;
  pointer-events: none;
  flex-shrink: 0;
}

.questions__icon-main img {
  position: absolute;
  width: auto;
  object-fit: contain;
}

/* Новые стили для фото */
.questions__photo {
  position: absolute;
  right: 120px;
  bottom: 0;
  max-height: 120%; /* Фото будет на 20% выше родительского блока */
  width: auto;
  object-fit: contain;
  z-index: 10; /* Увеличиваем z-index, чтобы фото было поверх рамок и соседних секций */
  pointer-events: none;
}

/* Новые стили для фото */
.container-main .questions__photo {
  position: absolute;
  right: -50px;
  bottom: 0;
  max-height: 120%; /* Фото будет на 20% выше родительского блока */
  width: auto;
  object-fit: contain;
  z-index: 10; /* Увеличиваем z-index, чтобы фото было поверх рамок и соседних секций */
  pointer-events: none;
}
/* Обновление существующего класса */
.questions__top-content {
  flex: 0 1 auto;
  z-index: 2;
  position: relative; 
  max-width: 60%; /* Ограничиваем ширину текста, чтобы оставить место под фото справа */
}


.msg-icon-1 {
  bottom: 0;
  left: -20px;
  height: clamp(50px, 10vw, 85px);
  z-index: 2;
}

.msg-icon-2 {
  top: 30px;
  right: -20px;
  height: clamp(50px, 10vw, 85px);
  z-index: 1;
}

.questions__bottom {
  background-color: #efefef;
  padding: clamp(20px, 4vw, 25px) clamp(20px, 4vw, 44px);
}

.questions__contact-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 5px;
}

.questions__contact-row:last-child {
  margin-bottom: 0;
}

.questions__contact-text {
  font-size: 15px;
  color: #060507;
}

.questions__contact-phone {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-black);
  text-decoration: none;
}

.questions__contact-email {
  font-size: 15px;
  color: var(--color-black);
  text-decoration: none;
}

.questions__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.questions__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
}

.questions__social-link:hover {
  transform: translateY(-2px);
}

.questions__social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Publications Page */
.publications {
  padding: 150px 0px;
}

.publications__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}

.publications__desc {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 20px;
  max-width: 1084px;
}

.publication-card {
  margin-bottom: 50px;
}

.publication-card:last-child {
  margin-bottom: 0;
}

.publication-card__title {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-primary);
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}

.publication-card__body {
  display: flex;
  gap: 25px;
}

.publication-card__img {
  flex-shrink: 0;
  width: 111px;
  height: 111px;
  border: 1px solid #a2a0a0;
}

.publication-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publication-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.publication-card__text {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 10px;
  max-width: 949px;
  color: var(--color-black);
}

.publication-card__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  margin-top: auto;
}

.publication-card__btn {
  height: 44px;
  min-width: 163px;
  padding: 0 15px;
}

.publication-card__meta {
  display: flex;
  gap: 15px;
  align-items: center;
}

.publication-card__date,
.publication-card__comments {
  font-size: 12px;
  color: var(--color-black);
}

.publication-card__comments {
  text-decoration: none;
  transition: color 0.3s ease;
}

.publication-card__comments:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/* Mobile Drawer Extra Elements */
.header__drawer-search {
  display: none;
  margin-bottom: 30px;
}

.search-mobile {
  position: relative;
  width: 100%;
}

.search-mobile input {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 20px;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  font-family: var(--font-main);
  font-size: 10px;
}

.search-mobile__btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.header__drawer-news {
  display: none;
  margin-bottom: 30px;
}

.news-mobile__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.news-mobile__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Requisites Page Styles */
.requisites-page {
  padding-top: 85px;
  padding-bottom: clamp(40px, 10vw, 120px);
}

.requisites-page__title {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-black);
  margin-bottom: 35px;
}

.requisites-page__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.requisites-page__list {
  margin-bottom: clamp(30px, 5vw, 50px);
  width: 100%;
  list-style: none;
}

.requisites-page__list li {
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 15px;
}

.requisites-page__list li:last-child {
  margin-bottom: 0;
}

.requisites-page__list .requisites-page__label {
  color: var(--color-primary);
  font-weight: 400;
  flex-shrink: 0;
}

.requisites-page__list .requisites-page__value {
  color: var(--color-black);
  font-weight: 400;
}

.requisites-page__download {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 15px;
  transition: color 0.3s ease;
  text-decoration: none;
  color: var(--color-black);
}

.requisites-page__download:hover {
  color: var(--color-primary);
}

.requisites-page__download-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.requisites-page__bg-section {
  position: relative;
  height: 589px;
  overflow: hidden;
  margin-top: clamp(40px, 8vw, 120px);
}

.requisites-page__bg-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Footer */

.footer {
  position: relative;
  padding: var(--footer-padding, 70px 0 45px);
  background: url("../img/footer-bg.png") center/cover no-repeat;
  color: var(--color-black);
  font-size: var(--footer-fs, 14px);
  line-height: 1.2;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.83);
  z-index: 1;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--footer-grid-gap, 30px);
  align-items: start;
}

.footer__col--info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-row: 1 / 3;
  height: 100%;
  align-items: center;
}

.footer__logo {
  display: block;
  margin: 0 auto;
  width: var(--footer-logo-w, 191px);
}

.footer__logo img {
  margin: 0 auto;
}

.footer__copyright {
  font-weight: 400;
}

.footer__tagline {
  font-weight: 400;
  max-width: 260px;
}

.footer__socials {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

.footer__social-label {
  font-weight: 400;
}

.footer__social-link {
  display: block;
  width: var(--footer-vk-size, 51px);
  transition: transform 0.3s ease;
}

.footer__social-link:hover {
  transform: scale(1.1);
}

.footer__title {
  font-weight: 600;
  font-size: var(--footer-fs, 14px);
  margin-bottom: var(--footer-title-mb, 40px);
  text-transform: none;
}

.footer__col--contacts .footer__title {
  margin-bottom: 15px;
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: var(--footer-list-gap, 24px);
}

.footer__list a {
  color: var(--color-primary);
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.footer__list a:hover {
  opacity: 0.7;
}

.footer__col--contacts {
  display: flex;
  flex-direction: column;
  gap: var(--footer-contact-gap, 25px);
}

.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: var(--footer-contact-gap, 25px);
}

.footer__contacts-col-1,
.footer__contacts-col-2 {
  display: contents;
}

.footer__contact-item {
  color: inherit;
  font-weight: 400;
}

.footer__contact-item[href^="tel"],
.footer__contact-item[href^="mailto"] {
  font-weight: 400;
}

.footer__address,
.footer__schedule {
  font-weight: 400;
}

.footer__bottom {
  border-top: none;
  grid-row: 2;
  grid-column: 2 / -1;
  align-self: end;
}

.footer__disclaimer {
  font-weight: 400;
  max-width: var(--footer-disclaimer-max, 768px);
  text-align: left;
}

/* Catalog Page Styles */
.hero-sub {
  position: relative;
  margin-top: 100px;
  height: 386px;
  background-color: var(--color-white);
}

.hero-sub__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-sub__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-sub__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.hero-sub__container {
  position: relative;
  z-index: 3;
  height: 100%;
}

.hero-sub__inner {
  position: relative;
  height: 100%;
}

.hero-sub__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  margin-left: -41px;
  max-width: 750px;
  width: 100%;
  z-index: 5;
}

.hero-sub__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  color: var(--color-white);
  margin: 0;
  text-align: right;
}

.hero-sub__image {
  position: absolute;
  top: -103px;
  left: 50%;
  margin-left: 49px;
  width: 641px;
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* Должно быть выше хедера (z-index: 1000) */
  z-index: 1005;
}

.hero-sub__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.article-page__container {
  padding-top: 140px;
  padding-bottom: 80px;
}

/* Article Styles */
.article {
  margin-bottom: 60px;
}

.article__title {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 20px;
  line-height: normal;
}

.article__text {
  font-size: 15px;
  line-height: 1.67;
  color: var(--color-black);
}

.article__text p:last-child {
  margin-bottom: 0;
}

.article__image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.article__image img {
  width: 100%;
  margin-bottom: 30px;
}

.article__image-caption {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-black);
}

/* Comments Section */
.comments__title {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-primary);
  margin-bottom: 25px;
}

.comments__list {
  margin-bottom: 15px;
}

.comment {
  margin-bottom: 10px;
}

.comment--reply {
  padding-left: 51px;
  margin-top: 10px;
}

.comment__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.comment__author {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-black);
}

.comment__date {
  font-size: 12px;
  color: var(--color-black);
}

.comment__content {
  font-size: 15px;
  line-height: 1.67;
  margin-bottom: 15px;
}

.comment__reply {
  display: block;
  margin-left: auto;
  margin-right: 45px;
  width: fit-content;
  font-weight: 700;
  font-size: 15px;
  color: var(--color-primary);
  cursor: pointer;
}

/* Comment Form */
.comments__form {
  background-color: transparent;
}

.comments__form-title {
  font-weight: 700;
  padding-left: 35px;
  font-size: 15px;
  color: var(--color-primary);
  margin-bottom: 25px;
}

.comment-form__row {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

.comment-form__col {
  max-width: 305px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.col-textarea {
  max-width: 100%;
}

.comment-form__input {
  width: 100%;
  height: 44px;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 12px;
  font-family: inherit;
}

.comment-form__textarea {
  width: 100%;
  height: 102px;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  padding: 15px;
  font-size: 12px;
  font-family: inherit;
  resize: none;
}

.comment-form__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2vw, 35px);
}

.comment-form__captcha {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 15px;
}

.comment-form__captcha-input {
  width: 210px;
  height: 44px;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  text-align: center;
}

.comment-form__submit {
  width: 138px;
  height: 45px;
}

.catalog-page {
  padding-top: 40px;
  padding-bottom: 110px;
}

.catalog-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.catalog-main {
  flex: 1;
}

.catalog-title {
  font-weight: 700;
  font-size: 26px;
  color: var(--color-primary);
  margin-bottom: 30px;
  line-height: 1;
}

.catalog-nav__title {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-primary);
  margin-bottom: 30px;
}

.catalog-nav__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.catalog-nav__checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 15px;
  color: var(--color-black);
  cursor: pointer;
  text-transform: uppercase;
}

.catalog-nav__checkbox input {
  display: none;
}

.checkbox-custom {
  width: 22px;
  height: 22px;
  border: 2px solid #a2a0a0;
  border-radius: 5px;
  background-color: var(--color-white);
  position: relative;
  flex-shrink: 0;
}

.checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--color-primary);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.catalog-nav__checkbox input:checked + .checkbox-custom::after {
  opacity: 1;
}

.checkbox-custom--red {
  border-color: var(--color-primary) !important;
}

.catalog-tabs {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  padding: 10px 0;
}

.catalog-tabs::-webkit-scrollbar {
  height: 4px;
}

.catalog-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.catalog-tabs::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 10px;
}

.catalog-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-tab input {
  display: none;
}

.catalog-tab__label {
  position: relative;
  padding-left: 28px;
}

.catalog-tab__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #a2a0a0;
  background-color: var(--color-white);
  border-radius: 5px;
}

.catalog-tab input:checked + .catalog-tab__label {
  color: var(--color-primary);
}

.catalog-tab input:checked + .catalog-tab__label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.catalog-filter {
    background-color: #efefef;
    padding: 12px 15px; /* Добавил боковой отступ для эстетики, если нужен */
    margin-bottom: 0px;
    position: relative;
    display: flex;
    align-items: center; /* Центрируем по вертикали */
    gap: 10px; /* Отступ между словом "Цвет" и самими значениями */
}
/* Стилизуем заголовок (Цвет) */
.catalog-filter__title {
    font-weight: 700;
    font-size: 15px;
    color: var(--color-black);
}

.catalog-filter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 200vw;
  background-color: #efefef;
}

.catalog-filter__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; /* Уменьшили расстояние между тегами */
    align-items: center;
}

.catalog-page .catalog-sidebar {
  padding-top: 0;
}

.catalog-sort {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}

.catalog-sort__control {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}

.catalog-sort__current {
  font-weight: 500;
}

.sort-icon {
  display: block;
}

.sort-icon--dropdown {
  width: 12px;
}

.sort-icon--order {
  width: 14px;
  margin-left: 5px;
}

.catalog-sort__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: var(--color-white);
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  padding: 15px;
  display: none;
  flex-direction: column;
  gap: 10px;
  min-width: 210px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.catalog-sort__dropdown.active {
  display: flex;
}

.catalog-sort__dropdown-link {
  color: var(--color-black);
  text-decoration: none;
  font-size: 15px;
}

.catalog-sort__dropdown-link.active {
  color: var(--color-primary);
}
.catalog-sort__dropdown {
    display: none;
    position: absolute;
    /* ваши стили верстальщика */
}

.catalog-sort__control.is-open .catalog-sort__dropdown {
    display: block;
}

/* Стили для активного элемента сортировки */
.catalog-sort__dropdown-link.active {
    font-weight: bold;
    color: var(--color-primary);
}
/* Делаем родительский блок относительным для позиционирования меню */
.catalog-sort__dropdown-wrap {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Скрываем меню по умолчанию */
.catalog-sort__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    z-radius: 5px;
    z-index: 100;
    flex-direction: column;
}

/* Показываем меню при наведении на весь блок */
.catalog-sort__dropdown-wrap:hover .catalog-sort__dropdown {
    display: flex;
}

/* Ссылки внутри меню */
.catalog-sort__dropdown-link {
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.catalog-sort__dropdown-link:hover {
    background: #f5f5f5;
}

/* 
  Визуализация направления сортировки! 
  mFilter2 сам меняет data-dir у активной ссылки с asc на desc. 
  Мы используем CSS псевдоэлементы, чтобы рисовать стрелочку вверх/вниз в зависимости от data-dir.
*/
.catalog-sort__dropdown-link.active[data-dir="asc"]::after {
    content: ' ↑';
    color: var(--color-primary);
}

.catalog-sort__dropdown-link.active[data-dir="desc"]::after {
    content: ' ↓';
    color: var(--color-primary);
}

/* Активная ссылка в меню подсвечивается */
.catalog-sort__dropdown-link.active {
    font-weight: bold;
    color: var(--color-primary);
}

/* Ссылка "По умолчанию" (Кнопка сброса) */
.catalog-sort__current {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}
.catalog-sort__current.active {
    color: var(--color-primary);
}
.filter-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto; /* Обнулили высоту */
    padding: 0; /* Обнулили внутренние отступы */
    background-color: transparent; /* Убрали фон */
    border: none; /* Убрали рамку */
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-black);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}
/* Эффект при наведении */
.filter-tag:hover {
    color: var(--color-primary);
}

/* Добавляем разделитель "/" после каждого тега, кроме последнего */
.filter-tag:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin-left: 6px; /* Отступ от текста до слэша */
    color: #a2a0a0; /* Цвет слэша */
    pointer-events: none; /* Чтобы по слэшу нельзя было кликнуть */
}

/* Выделение выбранного фильтра (когда чекбокс внутри отмечен) */
.filter-tag:has(input:checked) {
    font-weight: 700;
    color: var(--color-primary);
}
.filter-tag.active {
  border-color: var(--color-primary);
  border-width: 2px;
  font-weight: 600;
  color: var(--color-primary);
}

.filter-tag:hover {
  border-color: var(--color-primary);
}

.filter-reset {
  height: 45px;
  padding: 0 24px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.filter-reset:hover {
  background-color: #d12e12;
}

.sort-current {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--color-primary);
}

.catalog-content {
  padding-bottom: 120px;
}

.article-content {
  padding-bottom: 0;
}

.layout-article {
  gap: 60px;
}

.catalog-main {
  flex: 1;
  min-width: 0;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.product-card {
  display: flex;
  align-items: center;
  padding: 15px 0;
  gap: 50px;
  background-color: var(--color-white);
  min-width: 0;
}

.product-card:last-child {
  border-bottom: none;
}

.product-card__img {
  width: 111px;
  height: 111px;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px;
  cursor: pointer;
}

.product-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-card__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-black);
  flex: 1;
  min-width: 0;
  max-width: 440px;
  margin-bottom: 0;
}

.product-card__bottom {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}

.product-card__status {
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}

.product-card__status--available {
  color: var(--color-primary);
}

.product-card__status--order {
  color: var(--color-black);
}

.product-card__btn {
  width: 163px;
  height: 44px;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
}

.pagination {
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 48px;
  border-right: 1px solid #a2a0a0;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination__link.active {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.pagination__link:hover:not(.active) {
  background-color: #f5f5f5;
}

.pagination__arrow,
.pagination__last {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 20px;
  border-right: 1px solid #a2a0a0;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

.pagination__last {
  border-right: none;
  padding: 0 30px;
}

.pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__arrow img {
  height: 14px;
}

/* =========================================
   Pet Tape Position Page Specific Styles
   ========================================= */

.pet-sidebar-list {
  margin-top: 30px;
}

.pet-sidebar-list__title {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.pet-sidebar-list__items {
  list-style: disc;
  padding-left: 20px;
}

.pet-sidebar-list__items li {
  font-size: 15px;
  line-height: 30px;
  color: var(--color-black);
}

.pet-detail__section {
  margin-bottom: 30px;
}

.pet-main-image {
  max-width: 756px;
  width: 100%;
}

.pet-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pet-analogs {
  margin-top: 45px;
}

.pet-analogs__title {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-primary);
  margin-bottom: 25px;
}

.pet-analogs__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pet-analog-item,
.other-diameters__item {
  background: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: normal;
  color: var(--color-black);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}

.pet-analog-item:hover,
.other-diameters__item:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/* Product Detail & Position Page */
.product-detail {
  padding-top: 40px;
}

.product-detail__mobile-actions {
  display: none;
}

.position-page {
  padding-top: 40px;
  padding-bottom: 100px;
}

.product-detail__cols {
  display: flex;
  gap: 50px;
}

.product-detail__sidebar-left {
  width: 100%;
  max-width: 304px;
  flex-shrink: 0;
}

.product-detail__main {
  padding-top: 40px;
  flex: 1;
  max-width: 756px;
  min-width: 0;
}

.product-detail__gallery {
  width: 100%;
  margin-bottom: 25px;
}

.product-detail__img-main {
  width: 100%;
  height: 304px;
  border: 1px solid #a2a0a0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  margin-bottom: 25px;
  background-color: var(--color-white);
}

.product-detail__img-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}

.product-detail__attachment {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: normal;
  color: var(--color-black);
}

.product-detail__attachment img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.product-detail__attachment a {
  text-decoration: none;
}

.product-detail__attachment a:hover {
  text-decoration: underline;
}

.product-detail__status {
  margin-top: 20px;
  margin-bottom: 70px;
  text-align: center;
}

.product-detail__status span {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
}

.product-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0px;
}

.product-detail__actions .btn {
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
}

.product-detail__btn-red {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.product-detail__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.link-group__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 30px;
}

.link-group__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: disc;
  padding-left: 20px;
}

.link-group__list li {
  font-size: 15px;
  line-height: 30px;
  color: var(--color-black);
}

.link-group__list a {
  color: var(--color-black);
  line-height: 1.45;
  display:block; 
  margin-bottom:5px;
}

.link-group__list a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.product-detail__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: none;
  line-height: normal;
  color: var(--color-black);
}

.product-detail__subtitle {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.product-detail__props {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-detail__props li {
  font-size: 15px;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-weight: 500;
}

.prop-label {
  font-weight: 700;
}

.prop-value {
  font-weight: 500;
}

.prop-note {
  font-weight: 500;
}

.product-detail__content {
  color: var(--color-black);
  line-height: 30px;
  font-size: 15px;
}

.detail-section {
  margin-bottom: 40px;
}

.detail-section:last-child {
  margin-bottom: 0;
}

.detail-section p.p-tight {
  margin-bottom: 0;
}

.detail-section p:last-child {
  margin-bottom: 0;
}

.product-content .detail-section:first-child {
  margin-top: 40px;
}

.pet-content {
  margin-bottom: 0px;
}

.detail-content-image {
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  height: 336px;
}

.detail-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-section__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
}

.detail-section__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.detail-section__list li {
  font-size: 15px;
  line-height: 30px;
}

.detail-accordions {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 25px 0;
}

.detail-p {
  margin-bottom: 20px;
}

.detail-accordion {
  border: 1px solid var(--color-primary);
  border-radius: 5px;
}

.detail-accordion__btn {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: var(--color-black);
  transition: all 0.3s ease;
}

.detail-accordion__btn:hover {
  background-color: rgba(var(--color-primary-rgb), 0.05);
}

.red-link {
  color: var(--color-primary);
  text-decoration: underline;
}

/* Category Promo Icons Section */
.category-promo {
  padding-top: 60px;
}

.category-promo__grid {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.category-promo__item {
  display: block;
  text-decoration: none;
  color: var(--color-black);
  width: 160px;
  transition: transform 0.3s ease;
}

.category-promo__item:hover {
  transform: translateY(-5px);
}

.category-promo__item.active .category-promo__img {
  border-color: var(--color-primary);
}

.gallery-layout {
  gap: 85px;
}

.category-promo__img {
  width: 166px;
  height: 166px;
  border: 2px solid #d9d9d9;
  display: block;
  background: #fff;
  transition: border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.category-promo__img img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.category-promo__title {
  position: absolute;
  top: 2px;
  left: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  z-index: 2;
}

/* Sidebar Left Form */
.sidebar-form__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.2;
}

.sidebar-form__img {
  width: 100%;
  height: 304px;
  border: 1px solid #a2a0a0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  padding: 10px;
}

.sidebar-form__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sidebar-feedback {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-feedback__label {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.sidebar-feedback__input,
.sidebar-feedback__textarea {
  width: 100%;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  font-family: inherit;
  font-size: 13px;
  padding: 12px 15px;
}

.sidebar-feedback__input::placeholder,
.sidebar-feedback__textarea::placeholder {
  color: #a2a0a0;
}

.sidebar-feedback__textarea {
  height: 220px;
  resize: none;
}

.sidebar-feedback__file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar-feedback__file-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.sidebar-feedback__submit {
  height: 45px;
  font-size: 15px;
}

/* Category Detail Content */
.category-description {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
}

.category-actions__title {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-primary);
  margin-bottom: 25px;
}

.category-types {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.category-type {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  color: var(--color-black);
  transition: all 0.3s ease;
}

.category-type.active {
  border-color: var(--color-primary);
  color: var(--color-primary);
  border-width: 2px;
}

.category-filter-row {
  background: #efefef;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  gap: 30px;
}

.category-filter-label {
  font-weight: 700;
  font-size: 15px;
}

.category-filter-select {
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: var(--color-white);
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  cursor: pointer;
}

.category-filter-current {
  font-size: 15px;
}

/* Gate Valve Position Page Specific Styles */
.gate-valve-schema {
  max-width: 768px;
  width: 100%;
  height: 100%;
}

.gate-valve-schema img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.material-execution__grid {
  display: flex;
  gap: 32px;
}

.material-execution__col {
  flex: 1;
}

.material-execution__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.material-execution__list li {
  font-size: 15px;
  line-height: 30px;
  display: block;
  color: var(--color-black);
}

.material-execution__list li strong {
  font-weight: 700;
  color: var(--color-black);
}

.other-diameters {
  margin-top: 40px;
}

.other-diameters__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 35px;
  margin-top: 20px;
}

.product-mini-card__info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-mini-card__status {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-primary);
  white-space: nowrap;
}

.product-mini-card__status.status--order {
  color: var(--color-black);
}

.product-mini-card__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-black);
  max-width: 470px;
  margin: 0;
}

.product-mini-card__btn {
  width: 163px;
  height: 44px;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  flex-shrink: 0;
}

.product-detail__content--bottom .detail-section {
  margin-bottom: 40px;
}

.product-detail__content--bottom .detail-section:last-child {
  margin-bottom: 0;
}

/* Product Mini Card Refinements */
.product-mini-card {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
}

.product-mini-card:last-child {
  padding-bottom: 0;
}

.product-mini-card__img {
  width: 111px;
  height: 111px;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px;
}

.product-mini-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-mini-card__info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-mini-card__status-row {
  margin-bottom: 5px;
  display: none;
}

.product-mini-card__status {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-primary);
  white-space: nowrap;
}

.product-mini-card__status.status--order {
  color: var(--color-black);
}

.product-mini-card__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: var(--color-black);
  max-width: 470px;
  margin: 0;
}

.product-mini-card__btn {
  width: 163px;
  height: 44px;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  flex-shrink: 0;
}

/* Product Section Refinements */
.product-content {
  padding-top: 70px;
  padding-bottom: clamp(60px, 7vw, 110px);
}

.product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}

.product-header__left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.product-header__img {
  width: 111px;
  height: 111px;
  border: 1px solid #a2a0a0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-shrink: 0;
}

.product-header__img img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.product-header__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-black);
  margin: 0;
}

.product-header__btn {
  width: 167px;
  height: 45px;
  font-size: 15px;
}

.product-variants__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

.product-variant {
  display: flex;
  align-items: center;
  gap: 40px;
}

.product-variant__img {
  width: 111px;
  height: 111px;
  border: 1px solid #a2a0a0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-shrink: 0;
}

.product-variant__img img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.product-variant__info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-variant__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  max-width: 470px;
  margin: 0;
}

.product-variant__actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.product-variant__status {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-primary);
  white-space: nowrap;
}

.product-variant__status.status--order {
  color: var(--color-black);
}

.product-variant__btn {
  width: 163px;
  height: 44px;
  font-size: 15px;
  padding: 0;
}

.product-description {
  margin-top: 60px;
}

.catalog-sidebar {
  width: 350px;
  flex-shrink: 0;
  padding-top: 40px;
}

.position-sidebar {
  padding-top: 0;
}

.sidebar-search {
  position: relative;
  height: 44px;
  margin-bottom: 40px;
}

.sidebar-search input {
  width: 100%;
  height: 100%;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 15px;
}

.sidebar-search__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 53px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sidebar-title {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-primary);
  margin-bottom: 30px;
  text-transform: none;
}

.sidebar-contacts__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}

.sidebar-contact {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-black);
  text-decoration: none;
}

.sidebar-text {
  font-size: 14px;
  color: var(--color-black);
  line-height: normal;
}

.product-content .catalog-sidebar {
  padding-top: 80px;
}

.product-content .catalog-layout {
  gap: 50px;
}

.sidebar-online-btn {
  width: 100%;
  height: 45px;
  display: flex;
  margin-bottom: 40px;
}

.sidebar-news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-item__date {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

.news-item__link {
  font-size: 14px;
  color: var(--color-black);
  text-decoration: underline;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.news-item__link:hover {
  color: var(--color-primary);
}

/* Feedback Page */
.feedback-page {
  padding-top: 170px;
  padding-bottom: 115px;
}

.feedback-page .catalog-sidebar {
  padding-top: 0;
}

.feedback-page__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.feedback-layout {
  gap: 65px;
}

.position-layout-3col {
  gap: 60px;
}

.feedback-page__desc {
  font-size: 15px;
  color: #060507;
  margin-bottom: clamp(25px, 4.5vw, 45px);
}

.feedback-form__row {
  display: flex;
  gap: 17px;
  margin-bottom: 0;
}

.feedback-form__left {
  flex: 0 0 304px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feedback-form__right {
  flex: 1;
}

.feedback-form__group {
  width: 100%;
}

.feedback-form__input,
.feedback-form__textarea {
  width: 100%;
  border: 1px solid #a2a0a0;
  border-radius: 5px;
  font-family: var(--font-main);
  font-size: 12px;
  padding: 0 12px;
  color: #060507;
}

.feedback-form__input {
  height: 44px;
}

.feedback-form__textarea {
  height: 100%;
  min-height: 294px;
  padding: 15px 12px;
  resize: none;
}

.feedback-form__input::placeholder,
.feedback-form__textarea::placeholder {
  color: #a2a0a0;
}

.feedback-form__actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 304px;
}

.feedback-form__file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.feedback-form__file-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.feedback-form__submit {
  height: 45px;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
}

/* About Page */
.about-page {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

.about-layout {
  display: flex;
  gap: 125px;
}

.about-sidebar {
  flex-shrink: 0;
  padding-top: 5px;
}

.about-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-nav__link {
  font-weight: 600;
  font-size: 15px;
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.about-nav__link:hover {
  color: #c92b12;
}

.about-main {
  max-width: 1100px;
  flex: 1;
}

.about__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.about__intro {
  font-size: 15px;
  line-height: 30px;
  color: #060507;
  margin-bottom: 50px;
}

.about__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

.about-feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-feature__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 30px;
}

.about-feature__text {
  font-size: 15px;
  line-height: 30px;
  color: #060507;
}

.about__mission {
  font-size: 15px;
  line-height: 30px;
  color: #060507;
  margin-bottom: 40px;
}

.about__conclusion {
  font-size: 15px;
  line-height: 30px;
  color: #060507;
}

.about-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 2045px;
  height: 361px;
  overflow: hidden;
  z-index: -1;
}

.about-bg img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.about-bg-section {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}

.about-bg-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Footer About Page */
.footer--about {
  position: relative;
  background: url("../img/footer-bg.png") center/cover no-repeat;
}

/* News styles */
.news {
  padding-top: 60px;
  padding-bottom: 135px;
}

.news__main {
  flex: 1;
}

.news__title {
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 20px);
  color: #000;
  margin-bottom: 28px;
}

.news-list {
  display: flex;
  flex-direction: column;
  padding-left: 55px;
  gap: 15px;
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-top: 5px;
  padding-left: 10px;
}

.news-layout {
  gap: 140px;
}

.news-layout .catalog-sidebar {
  padding-top: 0;
}

.news-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 2px;
  height: 105px;
  background-color: #a2a0a0;
}

.news-card__date {
  display: block;
  font-size: 12px;
  color: #060507;
  margin-bottom: clamp(4px, 0.5vw, 6px);
}

.news-card__content {
  display: flex;
  flex-direction: column;
}

.news-card__title {
  font-weight: 600;
  font-size: 15px;
  color: #e83616;
  text-decoration: none;
  margin-bottom: clamp(6px, 1vw, 10px);
  line-height: normal;
}

.news-card__title:hover {
  text-decoration: underline;
}

.news-card__text {
  font-size: 12px;
  line-height: 1.25;
  font-style: italic;
  color: #060507;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Documents Page */
.documents-page {
  padding-top: 90px;
  padding-bottom: 200px;
}

.documents__intro {
  font-size: 15px;
  line-height: 2;
  color: var(--color-black);
  max-width: 1096px;
  margin-bottom: 50px;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px 30px;
}

.document-item {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  transition: color 0.3s ease;
  color: var(--color-black);
}

.document-item:hover {
  color: var(--color-primary);
}

.document-item__icon {
  width: 37px;
  height: 48px;
  flex-shrink: 0;
}

.document-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.document-item__title {
  font-size: 15px;
  color: inherit;
}

/* Responsive Styles */

@media (min-width: 1601px) {
  .footer {
    --footer-padding: 50px 0 40px;
    --footer-grid-gap: 50px;
  }

  .footer__grid {
    grid-template-columns: 300px 180px 180px 305px;
    justify-content: space-between;
  }
}

/* 1600px */
@media (max-width: 1600px) {
  .hero__container {
    max-width: 1065px;
  }

  .catalog__grid {
    gap: 45px;
    max-width: 1137px;
  }

  .about__features {
    gap: 30px;
    margin-bottom: 90px;
  }

  .about-mission {
    padding: 50px 40px 50px 300px;
    max-width: 1140px;
  }

  .partners__grid {
    gap: 60px 40px;
    max-width: 1140px;
  }

  .footer {
    --footer-padding: 78px 0 40px;
    --footer-grid-gap: 70px;
  }

  .catalog-mini__list {
    gap: clamp(15px, 1.4vw, 20px);
  }

  .catalog-mini__item {
    flex: 0 0 clamp(139px, 10.2vw, 166px);
    width: clamp(139px, 10.2vw, 166px);
    height: clamp(139px, 10.2vw, 166px);
  }

  .contacts__map-img {
    height: 340px;
  }

  .publications {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .article-page__container {
    padding-top: 60px;
  }

  .page__container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts {
    padding-top: 60px;
  }

  .news {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .gallery-grid {
    gap: 30px;
    margin-bottom: 50px;
  }

  .gallery-layout {
    gap: clamp(20px, 5vw, 40px);
  }

  .gallery {
    padding-top: 65px;
    padding-bottom: 90px;
  }

  .feedback-page {
    padding-top: 80px;
  }

  .hero-sub__content {
    max-width: 650px;
    margin-left: -50px;
  }

  .hero-sub__image {
    margin-left: 0px;
  }

  .product-content {
    padding-top: 60px;
  }
}

@media (max-width: 1440px) {
  .product-content .container-catalog {
    max-width: none;
  }

  .product-content {
    padding-top: 45px;
  }

  .container-catalog {
    max-width: 1280px;
  }

  .product-detail__cols,
  .product-content .catalog-layout {
    gap: 20px;
  }

  .catalog-layout {
    gap: 50px;
  }

  .catalog-sidebar {
    width: 280px;
  }

  .feedback-layout {
    gap: 30px;
  }

  .position-sidebar {
    max-width: 250px;
  }

  .position-page .page__container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .position-layout-3col {
    gap: 40px;
  }

  .product-detail__sidebar-left {
    max-width: 260px;
  }

  .sidebar-form__img {
    height: 260px;
  }

  .catalog-tabs {
    max-width: 600px;
    gap: 20px;
    margin-bottom: 20px;
  }

  .category-promo__item {
    width: 140px;
  }

  .category-promo__img {
    width: 140px;
    height: 140px;
  }

  .category-promo__title {
    font-size: 16px;
  }

  .news-layout {
    gap: 90px;
  }

  .news-list {
    padding-left: 0;
  }

  /* About Page 1600px */
  .about-page {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .about__intro {
    font-size: 15px;
    margin-bottom: 39px;
  }

  .about__subtitle {
    font-size: 20px;
    margin-bottom: 39px;
  }

  .about-features {
    gap: 29px;
    margin-bottom: 58px;
  }

  .about-feature__title {
    font-size: 14.8px;
  }

  .about-feature__text {
    font-size: 14.8px;
  }

  .about__mission {
    font-size: 14.8px;
    margin-bottom: 39px;
  }

  .about__conclusion {
    font-size: 14.8px;
  }

  .about-bg {
    top: 1970px;
    height: 345px;
  }

  .documents-page {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

@media (max-width: 1400px) {
  .header__container {
    gap: clamp(
      20px,
      calc(20px + (60 - 20) * ((100vw - 360px) / (1400 - 360))),
      60px
    );
  }

  .header__content {
    gap: clamp(
      10px,
      calc(10px + (60 - 10) * ((100vw - 360px) / (1400 - 360))),
      60px
    );
    justify-content: center;
  }

  .catalog-page .page__container {
    padding: 0 25px;
  }

  .catalog-page {
    padding-bottom: 80px;
  }
}

/* 1366px */
@media (max-width: 1366px) {
  .container-main {
    max-width: 1128px;
    padding: 0;
  }

  .hero {
    padding-top: 171px;
  }

  .hero__container {
    max-width: 1065px;
  }

  .hero__title {
    font-size: 100px;
    margin-bottom: 25px;
  }

  .hero__title-row {
    height: 151px;
    padding: 0 33px;
  }

  .hero__slide--1 .hero__title-row:first-child {
    width: 551px;
  }

  .hero__slide--1 .hero__title-row:last-child {
    width: 1065px;
    margin-top: -27px;
  }

  .hero__slide--2 .hero__title-row--long {
    width: 944px;
  }

  .hero__slide--2 .hero__title-row--medium {
    width: 776px;
    margin-top: -27px;
  }

  .hero__slide--1 .hero__image {
    width: 667px;
    height: 445px;
    top: -171px;
    right: 0;
  }

  .hero__slide--2 .hero__image--roll {
    width: 329px;
    height: 435px;
    top: -130px;
    right: 0;
  }

  .hero__features {
    font-size: 20px;
    gap: 70px;
    margin-top: 25px;
  }

  .hero__pagination-container {
    max-width: 1065px;
  }

  .catalog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about {
    padding-bottom: 100px;
  }

  .about__features {
    margin-bottom: 70px;
    gap: 20px;
  }

  .about-feature-ind {
    flex: 0 0 355px;
    max-width: 355px;
    padding: 110px 20px 40px 30px;
    min-height: auto;
  }

  .about-feature__icon {
    top: 25px;
    left: 30px;
    height: 60px;
  }

  .about-mission {
    padding: 40px 30px 40px 250px;
    max-width: 1000px;
  }

  .about-mission__image {
    left: 40px;
    height: 220px;
  }

  .partners {
    padding-bottom: 150px;
  }

  .partners__grid {
    gap: 40px 30px;
    max-width: 1000px;
  }

  .footer {
    --footer-padding: 78px 0 40px;
    --footer-grid-gap: 38px;
  }

  .footer__grid {
    grid-template-columns:
      minmax(0, 191px) minmax(0, 155px) minmax(0, 180px)
      minmax(0, 240px);
    justify-content: space-between;
  }

  .catalog-mini .container {
    max-width: 1024px;
  }

  .catalog-mini__item {
    flex: 0 0 clamp(101px, 10.2vw, 139px);
    width: clamp(101px, 10.2vw, 139px);
    height: clamp(101px, 10.2vw, 139px);
  }

  .catalog-mini__title {
    font-size: 16px;
  }

  .contacts__map-img {
    height: 280px;
  }

  .gallery-grid {
    gap: 40px;
    margin-bottom: 45px;
  }

  .feedback-page {
    padding-top: 70px;
  }

  .about-features {
    gap: 28px;
    margin-bottom: 55px;
  }

  .about-feature__title {
    font-size: 14.5px;
  }

  .about-feature__text {
    font-size: 14.5px;
  }

  .about__mission {
    font-size: 14.5px;
    margin-bottom: 38px;
  }

  .about__conclusion {
    font-size: 14.5px;
  }

  .about-bg {
    top: 1900px;
    height: 330px;
  }

  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-sub__content {
    margin-left: -41px;
  }

  .hero-sub {
    max-height: 310px;
  }

  .hero-sub__image img {
    max-width: 500px;
    height: 505px;
  }

  .hero-sub__image {
    top: -126px;
  }

  .about__title-ind {
    margin-bottom: 45px;
  }
}

@media (max-width: 1340px) {

  .container-main {
    max-width: 1128px;
    padding: 0 30px;
  }

  .hero-sub {
    max-height: 285px;
  }

  .hero-sub__content {
    max-width: 500px;
    margin-left: -30px;
  }

  .hero-sub__image {
    width: 480px;
    height: auto;
    top: -151px;
    margin-left: 20px;
  }

  .hero-sub__title {
    font-size: 24px;
  }

  .catalog-sidebar {
    width: 300px;
  }

  .header__nav-list {
    gap: 16px;
  }

  .quality__slider {
    height: 309px;
  }

  .quality__title {
    font-size: 32px;
  }

  .catalog__grid {
    gap: 25px;
  }
}

@media (max-width: 1200px) {
  .header__content {
    gap: clamp(
      10px,
      calc(10px + (60 - 10) * ((100vw - 360px) / (1400 - 360))),
      30px
    );
  }

  .features {
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-card {
    flex: 0 0 calc(50% - 15px);
    min-width: 320px;
  }

  .feature-card__text {
    font-size: 16px;
  }

  .mission {
    padding: 30px 40px 30px 180px;
  }

  .about-features {
    gap: 26px;
    margin-bottom: 52px;
  }

  .about-feature__title {
    font-size: 15px;
  }

  .about-feature__text {
    font-size: 15px;
  }

  .about__mission {
    font-size: 15px;
    margin-bottom: 36px;
  }

  .about__conclusion {
    font-size: 15px;
  }

  .about-bg {
    top: 1750px;
    height: 310px;
  }

  /* Catalog adaptive 1200px */
  .catalog-filter {
    position: relative;
    padding-right: 140px; /* Room for reset button */
  }

  .filter-reset {
    position: absolute;
    top: 12px;
    right: 15px;
    height: 44px;
    padding: 0 20px;
    font-size: 15px;
    margin: 0;
  }

  .catalog-filter__tags {
    justify-content: flex-start;
  }

  .catalog-content__container {
    gap: 30px;
  }

  .product-card {
    padding: 20px;
    align-items: flex-start;
  }

  .product-card__content {
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .product-card__bottom {
    gap: 20px;
  }

  .mission__image {
    left: 40px;
  }

  .mission__text {
    font-size: 16px;
  }

  .feedback-form__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .feedback-form__left {
    display: contents;
  }

  .feedback-form__right {
    grid-column: 1 / -1;
    order: 2;
  }

  .feedback-form__actions {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    order: 3;
  }

  .feedback-form__submit,
  .feedback-form__file-btn {
    flex: 1;
  }

  .feedback-form__file-btn {
    padding: 12px 60px;
  }

  .feedback-form__submit,
  .feedback-form__file-btn {
    max-width: 305px;
    width: 100%;
  }

  .feedback-form__textarea {
    min-height: 185px;
  }

  .feedback-page {
    padding-top: 50px;
  }

  .partners__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 30px;
  }

  .questions__top-content {
    max-width: 70%;
  }

  .product-detail__main {
    max-width: 700px;
  }

  .product-mini-card__btn {
    font-size: 12px;
    text-align: center;
  }

  .catalog-sidebar {
    width: 240px;
  }

  .product-detail__sidebar-left,
  .sidebar-form__img {
    width: 260px;
  }

  .sidebar-form__img img {
    width: 80%;
    height: 70%;
  }

  .requisites__content {
    padding-left: 0;
  }

  .requisites__title {
    margin-bottom: 20px;
  }

  .requisites__list li {
    margin-bottom: 6px;
  }

  .requisites__list {
    margin-bottom: 10px;
  }

  .news-list {
    gap: 30px;
  }

  .news-layout {
    gap: 40px;
  }

  .requisites-page {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .documents-page {
    padding-bottom: 90px;
  }

  .catalog__grid {
    max-width: none;
    grid-template-columns: repeat(4, 222px);
    justify-content: center;
    gap: 15px;
  }

  .catalog__item {
    width: 222px;
    height: 222px;
  }

  .about-feature-ind {
    padding: 25px 20px 50px 35px;
    max-width: none;
    min-height: auto;
  }

  .catalog {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-feature__icon-ind {
    position: absolute;
    top: 24px;
    left: 36px;
    height: 80px;
  }

  .about-feature__title-ind {
    margin-top: 15px;
    margin-left: 108px;
    margin-bottom: 35px;
    line-height: 1.3;
  }

  .about-feature__title-ind br {
    display: block;
  }

  .about-feature__text-ind {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.6;
  }

  .about-feature__text-ind p {
    margin-bottom: 0;
    display: inline;
  }

  .about-feature__text-ind p::after {
    content: " ";
    display: inline;
  }

  .about__features-ind {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 1150px) {
  .hero {
    padding-top: 140px;
  }

  .hero__container {
    max-width: 867px;
  }

  .hero__title {
    font-size: 70px;
    margin-bottom: 30px;
  }

  .hero__title-row {
    height: 123px;
    padding: 0 25px;
  }

  .hero__slide--1 .hero__title-row:first-child {
    width: 448px !important;
  }

  .hero__slide--1 .hero__title-row:last-child {
    width: 867px !important;
    margin-top: -22px;
  }

  .hero__slide--2 .hero__title-row--long {
    width: 680px !important;
  }

  .hero__slide--2 .hero__title-row--medium {
    width: 540px !important;
    margin-top: -22px;
  }

  .hero__slide--1 .hero__image {
    width: 543px;
    height: 362px;
    top: -139px;
    right: 0;
  }

  .hero__slide--2 .hero__image--roll {
    width: 268px;
    height: 354px;
    top: -110px;
    right: 0;
  }

  .hero__features {
    font-size: 15px;
    gap: 40px;
    margin-top: 30px;
  }

  .hero__pagination-container {
    max-width: 867px;
  }
}

@media (max-width: 1100px) {
  .catalog-sidebar {
    width: 245px;
  }

  .position-sidebar {
    max-width: 200px;
  }

  .catalog-layout {
    gap: 25px;
  }

  .product-detail__cols {
    gap: 20px;
  }

  .product-detail__sidebar-left {
    max-width: 245px;
  }

  .sidebar-form__img {
    width: 245px;
    height: 245px;
  }

  .product-content .catalog-sidebar {
    display: none;
  }

  .header__container {
    gap: 25px;
  }

  .header__content {
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .container-main {
    max-width: 942px;
    padding: 0 45px;
  }

  .promo-bar__text {
    font-size: 20px;
  }

  .quality .container-main {
    max-width: none;
  }

  .quality__slider {
    max-width: 942px;
    width: 100%;
  }

  .hero-sub {
    margin-top: 50px;
  }

  .quality__slide .swiper-slide {
    max-width: 942px !important;
    width: 100%;
  }

  .quality__slide-overlay {
    width: 722px;
  }

  .quality__slide-content {
    padding: 40px;
    max-width: 500px;
  }

  .quality__title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .quality__text {
    font-size: 16px;
  }

  .catalog {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about {
    padding-bottom: 80px;
  }

  .about__title {
    margin-bottom: 48px;
  }

  .about__features {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
  }

  .about-feature-ind {
    flex: 0 0 auto;
    width: 100%;
    max-width: 941px;
  }

  .about-feature__icon {
    top: 25px;
    left: 40px;
  }

  .about-mission {
    padding: 40px 40px 40px 250px;
    max-width: 941px;
  }

  .about-mission__image {
    left: 40px;
    height: 200px;
  }

  .partners {
    padding-bottom: 120px;
  }

  .partners__title {
    margin-bottom: 40px;
  }

  .partners__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 20px;
    max-width: 942px;
  }

  .footer {
    --footer-padding: 90px 0 43px;
    --footer-grid-gap: 10px;
    /* Reduced gap to prevent horizontal overflow */
    --footer-logo-w: 103px;
  }

  .footer__grid {
    grid-template-columns:
      minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1.5fr);
    justify-content: space-between;
    gap: 48px;
  }

  .catalog-mini__wrapper {
    padding: 0 20px;
    overflow: hidden;
  }

  .catalog-mini__item {
    flex: 0 0 101px;
    width: 101px;
    height: 101px;
  }

  .catalog-mini__title {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .catalog-mini__list {
    gap: 15px;
  }

  .contacts__info {
    justify-content: space-between;
    gap: 120px;
  }

  .requisites__list li {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer__title {
    --footer-title-mb: 40px;
  }

  .footer__list {
    --footer-list-gap: 23px;
  }

  .footer__contacts-list {
    --footer-contact-gap: 25px;
  }

  .footer__disclaimer {
    --footer-disclaimer-max: 653px;
  }

  .contacts__map-img {
    height: 210px;
  }

  .comment-form__captcha-input {
    width: 50px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0;
    gap: 30px;
  }

  .gallery-text {
    padding-left: 0;
  }

  .feedback-form__left {
    flex: 0 0 206px;
  }

  .requisites-page__list li {
    font-size: 14px;
  }

  .requisites-page__download {
    font-size: 14px;
  }

  .news {
    padding-top: 30px;
  }

  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }

  .documents__intro {
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .hero-sub {
    height: 236px;
  }

  .hero-sub__content {
    margin-left: -9px;
    max-width: 470px;
  }

  .hero-sub__title {
    font-size: 24px;
  }

  .hero-sub__image {
    width: 391px;
    height: 299px;
    top: -64px;
    margin-left: 13px;
  }

  .product-mini-card__btn {
    max-width: 163px;
    height: 44px;
    font-size: 15px;
  }

  .about-mission__image-ind {
    height: 255px;
  }

  .about__title-ind {
    margin-bottom: 50px;
  }
}

@media (max-width: 990px) {
  .header {
    position: relative;
    padding-top: 20px;
    background-color: var(--color-white);
  }

  .header__container {
    display: grid !important;
    grid-template-columns: 0.4fr auto 1fr;
    grid-template-rows: auto;
    align-items: flex-start;
    gap: 20px;
    padding-top: 15px;
  }

  .header__logo {
    grid-row: 1;
    grid-column: 1;
    justify-self: flex-start;
  }

  .header__burger {
    grid-row: 1;
    grid-column: 2;
    justify-self: center;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 50px;
    height: 24px;
    background: none !important;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 10px;
    padding-top: 15px;
    z-index: 1005;
    position: relative;
    visibility: visible;
    opacity: 1;
  }

  .header__burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: var(--transition-base);
    position: relative;
  }

  .header__burger.active {
    width: 30px;
    height: 30px;
    justify-content: center;
  }

  .header__burger.active span {
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
  }

  .pet-sidebar-list {
    display: none;
  }

  .header__burger.active span:nth-child(1) {
    transform: rotate(45deg);
  }

  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }

  .header__burger.active span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .header__content {
    grid-row: 1;
    grid-column: 3;
    justify-self: flex-end;
    display: flex;
    padding-top: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px clamp(15px, 3vw, 40px);
    justify-content: flex-end;
  }

  .header__col--nav {
    display: none;
  }

  .header__col {
    gap: 20px;
  }

  .header__content .header__col:nth-child(5) {
    display: none !important;
  }

  .header__content.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--color-white);
    padding: 120px clamp(20px, 10vw, 150px) 40px;
    gap: 40px;
    z-index: 1000;
    overflow-y: auto;
    align-content: start;
    text-align: left;
  }

  .header__content.active .header__col--nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: 1;
  }

  .header__content.active .header__col--contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: 2;
    border: none;
    padding: 0;
    margin: 0;
  }

  .header__content.active .header__nav-link {
    font-size: clamp(14px, 2vw, 18px);
    text-transform: none;
    color: #000;
  }

  .catalog-sidebar {
    display: none;
  }

  .catalog-main {
    width: 100%;
  }

  .hero-sub__inner {
    flex-direction: column;
    gap: 20px;
  }

  .hero-sub__content {
    max-width: 400px;
  }

  .hero-sub .hero-sub__title {
    font-size: 20px;
  }

  .pagination__link {
    width: 50px;
    height: 44px;
  }

  .product-list {
    margin-top: 10px;
  }

  .product-card {
    padding: 15px 0;
    align-items: flex-start;
  }

  .product-card__img {
    width: 111px;
    height: 111px;
    padding: 5px;
  }

  .product-card__title {
    font-size: 14px;
  }

  .product-card__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .product-card__bottom {
    gap: 15px;
  }

  .product-mini-card__info {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .product-mini-card {
    gap: 40px;
    padding: 15px 0;
  }

  .product-mini-card__status {
    font-size: 10px;
  }

  .category-types {
    gap: 10px;
  }

  .category-type {
    height: 35px;
    font-size: 12px;
    padding: 0 15px;
  }

  .category-filter-row {
    padding: 0 15px;
    gap: 15px;
  }

  .sidebar-form__title {
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sidebar-form__img {
    margin: 0 auto 15px;
    width: 245px;
    height: 245px;
    padding: 10px;
  }

  .product-card__bottom {
    gap: 20px;
  }

  .catalog-nav__tabs {
    gap: 15px;
    justify-content: center;
  }

  .catalog-sort__dropdown {
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
  }

  .catalog-content {
    padding-bottom: 80px;
  }

  .article-content {
    padding-bottom: 0;
  }

  .category-promo {
    padding-top: 20px;
  }

  .news-item__link {
    font-size: 12px;
  }

  .feedback-page {
    padding-bottom: 65px;
  }

  .catalog-mini__wrapper {
    overflow: visible;
  }

  .catalog-mini__list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .catalog-mini {
    overflow-x: hidden;
  }

  .catalog-layout {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .product-detail__sidebar-left {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .sidebar-feedback {
    gap: 10px;
  }

  .sidebar-feedback__label {
    margin-bottom: 15px;
  }

  .sidebar-feedback__input {
    height: 35px;
    padding: 8px 15px;
    font-size: 12px;
  }

  .sidebar-feedback__textarea {
    height: 100px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .sidebar-feedback__file-btn {
    height: 35px;
    font-size: 13px;
  }

  .sidebar-feedback__submit {
    height: 35px;
    font-size: 13px;
  }

  .catalog-main {
    width: 100%;
    max-width: 100%;
  }

  .product-detail__actions {
    flex-direction: row;
    justify-content: center;
  }

  .product-detail__links {
    display: none;
  }

  .product-detail__main {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
  }

  .product-detail__title,
  .product-detail__subtitle {
    text-align: center;
  }

  .catalog-sidebar {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 0;
  }

  .catalog-sidebar .sidebar-search,
  .catalog-sidebar .sidebar-news,
  .catalog-sidebar .sidebar-contacts,
  .catalog-sidebar .sidebar-online-btn {
    display: none !important;
  }

  .header__drawer-search,
  .header__drawer-news {
    display: block;
    margin-bottom: 0;
  }

  .header__drawer-search {
    height: 45px;
    margin-bottom: 20px;
  }

  .publications {
    padding-top: 50px;
  }

  .publications__desc {
    margin-bottom: 40px;
  }

  .publication-card {
    margin-bottom: 50px;
  }

  .news {
    padding-top: 40px;
  }

  .news__title {
    margin-bottom: 30px;
  }

  .catalog-layout.position-layout-3col {
    display: grid;
    grid-template-columns: 245px auto 1fr;
    column-gap: 30px;
    row-gap: 28px;
    align-items: center;
    width: 100%;
  }

  .position-layout-3col > .product-detail__sidebar-left,
  .position-layout-3col > .product-detail__main {
    display: contents;
  }

  .position-layout-3col .product-detail__gallery {
    grid-column: 1;
    grid-row: 1 / 5;
    margin-bottom: 0;
    align-self: start;
    width: 100%;
  }

  .position-layout-3col .product-detail__img-main {
    width: 245px;
    height: 245px;
  }

  .position-layout-3col .product-detail__title {
    grid-column: 2 / 4;
    grid-row: 1;
    text-align: left;
    margin-bottom: 0;
    align-self: start;
  }

  .position-layout-3col .product-detail__subtitle {
    grid-column: 2 / 4;
    grid-row: 2;
    text-align: left;
    margin-bottom: 0;
    align-self: start;
  }

  .position-layout-3col .product-detail__props {
    grid-column: 2 / 4;
    grid-row: 3;
    margin-bottom: 0;
    align-self: start;
  }

  .position-layout-3col .product-detail__props li {
    text-align: left;
    justify-content: flex-start;
  }

  .position-layout-3col .product-detail__status {
    grid-column: 2;
    grid-row: 4;
    text-align: left;
    margin: 0;
    white-space: nowrap;
  }

  .position-layout-3col .product-detail__actions {
    grid-column: 3;
    grid-row: 4;
    margin: 0;
    flex-direction: row;
    justify-content: flex-start;
  }

  .position-layout-3col .product-detail__actions .btn {
    width: auto;
    padding: 0 20px;
  }

  .position-layout-3col .product-detail__content {
    grid-column: 1 / 4;
    grid-row: 5;
    margin-top: 20px;
    text-align: left;
  }

  .position-layout-3col .detail-section__list li,
  .position-layout-3col .detail-section p {
    text-align: left;
    justify-content: flex-start;
  }

  .position-layout-3col .product-detail__links {
    display: none;
  }

  .position-layout-3col .catalog-sidebar {
    grid-column: 1 / 4;
    grid-row: 6;
    margin-top: 20px;
    max-width: 100%;
    display: none;
  }

  .material-execution__grid {
    flex-direction: column;
    gap: 0;
  }

  .other-diameters__grid {
    gap: 15px;
  }

  .catalog-page .page__container {
    padding: 0 35px;
  }
}

@media (max-width: 950px) {
  .hero {
    padding-top: 95px;
  }

  .hero__container {
    max-width: 587px;
  }

  .hero__title {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .hero__title-row {
    height: 83px;
    padding: 0 18px;
  }

  .hero__slide--1 .hero__title-row:first-child {
    width: 304px !important;
  }

  .hero__slide--1 .hero__title-row:last-child {
    width: 587px !important;
    margin-top: -15px;
  }

  .hero__slide--2 .hero__title-row--long {
    width: 460px !important;
  }

  .hero__slide--2 .hero__title-row--medium {
    width: 385px !important;
    margin-top: -15px;
  }

  .hero__slide--1 .hero__image {
    width: 368px;
    height: 245px;
    top: -94px;
    right: 0;
  }

  .hero__slide--2 .hero__image--roll {
    width: 181px;
    height: 240px;
    top: -75px;
    right: 0;
  }

  .hero__features {
    font-size: 10px;
    gap: 32px;
    margin-top: 20px;
  }

  .hero__pagination-container {
    max-width: 587px;
  }

  .catalog__grid {
    grid-template-columns: 250px 250px;
    gap: 15px;
  }
}

@media (max-width: 900px) {
  .questions__icon-main {
    display: none;
  }

  .questions__top-content {
    max-width: 100%;
  }

  .hero-sub {
    max-height: 175px;
  }

  .hero-sub__image {
    width: 310px;
    height: 170px;
    top: -28px;
    margin-left: 13px;
  }
}

@media (max-width: 800px) {

  .quality {
    padding-top: 30px;
  }

  .catalog {
    padding-bottom: 60px;
  }

  .about {
    padding-bottom: 60px;
  }

  .features {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .feature-card {
    width: 100%;
    flex: 1 1 auto;
    padding: 30px 20px;
  }

  .feature-card__icon {
    margin-bottom: 20px;
  }

  .feature-card__title {
    font-size: 20px;
    text-align: center;

    br {
      display: none;
    }
  }

  .feature-card__text {
    text-align: center;
    font-size: 15px;
  }

  .mission {
    padding: 140px 20px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .mission__image {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    width: auto;
  }

  .mission__title {
    font-size: 22px;
    text-align: center;
  }

  .mission__text {
    font-size: 15px;
    text-align: center;
  }

  .questions {
    padding-bottom: 60px;
  }

  .catalog-tabs {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .container-main {
    max-width: 720px;
    padding: 0 40px;
  }

  .promo-bar__text {
    font-size: 15px;
  }

  .quality__slider {
    height: 218px;
  }

  .quality__slide-overlay {
    width: 510px;
  }

  .quality__slide-content {
    padding-left: 40px;
    padding-top: 24px;
  }

  .quality__title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .quality__pagination.swiper-pagination {
    left: 40px !important;
  }

  .catalog {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .catalog__grid {
    grid-template-columns: repeat(2, 222px);
    gap: 15px;
  }

  .about {
    padding-bottom: 64px;
  }

  .about__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .about__subtitle {
    margin-bottom: 20px;
  }

  .about__features {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }

  .about-feature-ind {
    flex: 0 0 auto;
    width: 100%;
    max-width: 676px;
    padding: 100px 30px 40px 40px;
  }

  .about-feature__icon {
    top: 25px;
    left: 40px;
  }

  .about-mission {
    padding: 16px 24px 16px 120px;
    max-width: 676px;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .about-mission__image {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    margin-bottom: 0;
  }

  .about-mission__title {
    font-size: 14px;
  }

  .about-mission__text {
    font-size: 12px;
  }

  .partners {
    padding-bottom: 80px;
  }

  .partners__title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .partners__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 32px 20px;
    max-width: 720px;
  }

  .pagination__link {
    width: 44px;
    height: 44px;
    font-size: 15px;
  }

  .pagination__arrow,
  .pagination__last {
    height: 44px;
    font-size: 15px;
    padding: 0 15px;
  }

  .catalog-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .pagination {
    margin-top: 40px;
    justify-content: center;
  }

  .product-detail__cols {
    flex-direction: column;
    align-items: stretch;
  }

  .sidebar-form__img {
    height: 300px;
    max-width: 450px;
  }

  .product-detail__sidebar-left {
    display: grid;
    grid-template-columns: 243px 1fr;
    column-gap: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .product-detail__sidebar-left .sidebar-form__title {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .product-detail__sidebar-left .sidebar-left__col {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .product-detail__sidebar-left .sidebar-form__img {
    width: 243px;
    height: 243px;
    max-width: none;
    margin: 0;
    padding: 10px;
  }

  .product-detail__sidebar-left .sidebar-feedback__label {
    width: 100%;
    text-align: center;
  }

  .product-detail__sidebar-left .sidebar-feedback {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    gap: 10px;
  }

  .product-detail__sidebar-left .sidebar-feedback__group {
    grid-column: 1 / -1;
  }

  .product-detail__sidebar-left .sidebar-feedback__input {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }

  .product-detail__sidebar-left .sidebar-feedback__textarea {
    height: 85px;
    padding: 10px 15px;
    font-size: 13px;
  }

  .product-detail__sidebar-left .sidebar-feedback__attach {
    grid-column: 1;
    width: 100%;
  }

  .product-detail__sidebar-left .sidebar-feedback__file {
    width: 100%;
    display: block;
  }

  .product-detail__sidebar-left .sidebar-feedback__file-btn {
    height: 40px;
    font-size: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-detail__sidebar-left .sidebar-feedback__submit {
    grid-column: 2;
    height: 40px;
    font-size: 12px;
    width: 100%;
    margin: 0;
  }

  .catalog-layout {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .catalog-sidebar {
    width: 100%;
  }

  .product-detail__actions {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
  }

  .product-detail__btn-outline,
  .product-detail__btn-red {
    width: 100%;
    min-width: 0;
  }

  .product-detail__links {
    flex-direction: column;
    gap: 30px;
  }

  .catalog-content {
    padding-bottom: 50px;
  }

  .catalog-mini__list {
    gap: clamp(12px, 3vw, 20px);
  }

  .catalog-mini__item {
    flex: 0 0 clamp(85px, 12vw, 101px);
    width: clamp(85px, 12vw, 101px);
    height: clamp(85px, 12vw, 101px);
  }

  .catalog-mini__title {
    font-size: clamp(8px, 1.8vw, 14px);
  }

  .publications__title {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .publication-card {
    padding: 0;
    margin-bottom: 40px;
  }

  .publication-card__body {
    gap: 15px;
  }

  .publication-card__text {
    font-size: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .publication-card__btn {
    width: 163px;
  }

  .comment--reply {
    padding-left: 20px;
  }

  .news-card::before {
    height: 100%;
  }

  .feedback-page {
    padding-top: 60px;
  }

  .questions__icon-main {
    order: -1;
  }

  .mission__image {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 20px;
    height: 100px;
  }

  .mission {
    padding: 40px 30px;
    align-items: center;
    text-align: center;
  }

  .about__title-ind {
    margin-bottom: 32px;
    font-size: 24px;
  }

  .about-feature-ind {
    max-width: 676px;
    min-height: auto;
    padding: 15px 20px 40px 36px;
  }

  .about-feature__icon-ind {
    top: 24px;
    left: 36px;
  }

  .about-feature__title-ind {
    margin-left: 108px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .about-feature__text-ind {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .about-feature__text-ind p {
    margin-bottom: 0;
    display: inline;
  }

  .about-feature__text-ind p::after {
    content: " ";
    display: inline;
  }

  .about-mission-ind {
    max-width: 676px;
    padding: 25px 30px 25px 170px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    grid-column: 1 / -1;
  }

  .about-mission__image-ind {
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    height: 225px;
    margin-bottom: 0;
    width: auto;
  }

  .about-mission__title-ind {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .about-mission__text-ind {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .footer {
    --footer-padding: 43px 0 42px;
    --footer-grid-gap: 34px;
    --footer-logo-w: 103px;
    --footer-fs: 12px;
  }

  .footer__grid {
    grid-template-areas:
      "info enterprise customers"
      "info contacts1 contacts2"
      "bottom bottom bottom";
    grid-template-columns: 244px minmax(0, 169px) minmax(0, 191px);
    gap: 34px 10px;
  }

  .footer__col--info {
    grid-area: info;
  }

  .footer__col--nav:nth-of-type(2) {
    grid-area: enterprise;
  }

  .footer__col--nav:nth-of-type(3) {
    grid-area: customers;
  }

  .footer__col--contacts {
    display: contents;
  }

  .hero-sub {
    margin-top: 35px;
  }

  .footer__contacts-col-1 {
    grid-area: contacts1;
  }

  .footer__contacts-col-2 {
    grid-area: contacts2;
  }

  .footer__contacts-col-1,
  .footer__contacts-col-2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .footer__bottom {
    grid-area: bottom;
  }

  .footer__contacts-col-1 .footer__title {
    margin-bottom: 0;
  }

  .contacts__title {
    font-size: 18px;
  }

  .contacts__info-label {
    font-size: 13px;
  }

  .contacts__info-value {
    font-size: 12px;
  }

  .contacts__info {
    gap: clamp(20px, 4vw, 60px);
  }

  .contacts__map-img {
    height: 150px;
  }

  .publications {
    padding-bottom: 60px;
  }

  .news {
    padding-bottom: 50px;
  }

  .gallery-grid {
    margin-bottom: 50px;
  }

  .feedback-form__row {
    flex-direction: column;
    gap: 20px;
  }

  .feedback-form__left {
    flex: none;
    flex-direction: row;
    gap: 20px;
  }

  .feedback-form__left .feedback-form__group {
    flex: 1;
  }

  .feedback-form__actions > * {
    flex: 1;
  }

  .about-nav {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 0px;
    flex-wrap: nowrap;
  }

  .about-layout {
    flex-direction: column;
    gap: 30px;
  }

  .requisites-page__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .requisites-page__list li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .requisites-page__download {
    font-size: 13px;
  }

  .requisites-page__bg-section {
    height: 300px;
    margin-top: 40px;
  }

  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }

  .documents__intro {
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .documents-page {
    padding-bottom: 60px;
  }

  .product-detail__attachment a {
    font-size: 12px;
  }

  .position-layout-3col .product-detail__subtitle,
  .product-detail__status span,
  .position-layout-3col .product-detail__actions .btn {
    font-size: 12px;
  }
  .position-layout-3col .product-detail__props li,
  .position-layout-3col .product-detail__content,
  .position-layout-3col .detail-section__list li,
  .position-layout-3col .material-execution__list li {
    font-size: 12px;
    line-height: 20px;
  }

  .pet-analog-item,
  .other-diameters__item {
    font-size: 13px;
  }

  .hero-sub__image {
    width: 270px;
    height: 200px;
    top: -28px;
  }

  .hero-sub__content {
    max-width: 325px;
  }

  .hero-sub .hero-sub__title {
    font-size: 16px;
  }

  .pet-analogs {
    margin-top: 20px;
  }

  .catalog__title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .product-detail__img-main {
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .container {
    padding: 0 30px;
  }

  .hero {
    padding-top: 45px;
  }

  .hero__container {
    max-width: 350px;
  }

  .hero__title {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .hero__title-row {
    height: 48px;
    padding: 0 10px;
  }

  .hero__slide--1 .hero__title-row:first-child {
    width: 175px !important;
  }

  .hero__slide--1 .hero__title-row:last-child {
    width: 350px !important;
    margin-top: -10px;
  }

  .hero__slide--2 .hero__title-row--long {
    width: 320px !important;
  }

  .hero__slide--2 .hero__title-row--medium {
    width: 262px !important;
    margin-top: -10px;
  }

  .hero__slide--1 .hero__image {
    width: 190px;
    height: 160px;
    top: -59px;
    right: 0;
  }

  .hero__slide--2 .hero__image--roll {
    width: 120px;
    height: 159px;
    top: -50px;
    right: 0;
  }

  .hero__features {
    font-size: 10px;
    gap: 18px;
    margin-top: 12px;
  }

  .hero__pagination-container {
    max-width: 380px;
  }

  .header__container {
    grid-template-columns: 0.3fr 0.3fr 0.6fr;
    align-items: flex-start;
  }

  .header__logo img {
    max-width: 80px;
    max-height: 125px;
  }

  .feedback-form__file-btn {
    padding: 13px 40px;
  }

  .product-detail__sidebar-left {
    grid-template-columns: 175px 1fr;
  }

  .product-detail__sidebar-left .sidebar-form__img {
    max-width: 175px;
    max-height: 175px;
  }

  .catalog-filter {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .filter-tag {
    background-color: transparent;
    border: none;
    padding: 0;
    height: auto;
    font-size: 12px;
  }

  .filter-reset {
    font-size: 12px;
    width: 80px;
    height: 28px;
    padding: 0 10px;
  }

  .catalog-tab {
    font-size: 12px;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .hero-sub {
    height: 125px;
  }

  .hero-sub__content {
    max-width: 218px;
  }

  .hero-sub .hero-sub__title {
    font-size: 12px;
  }

  .hero-sub__image {
    width: 201px;
    height: 160px;
    top: -32px;
  }

  .catalog-layout.position-layout-3col {
    grid-template-columns: 175px 1fr;
    column-gap: 15px;
    row-gap: 5px;
  }

  .position-layout-3col .product-detail__img-main {
    max-width: 175px;
    max-height: 175px;
  }

  .position-layout-3col .product-detail__gallery {
    grid-row: 1 / 4;
  }

  .position-layout-3col .product-detail__attachment {
    grid-column: 1 / 3;
    grid-row: 4;
    justify-content: flex-start;
    font-size: 11px;
  }

  .position-layout-3col .product-detail__actions {
    grid-column: 1 / 3;
    grid-row: 5;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
  }

  .position-layout-3col .product-detail__actions .btn {
    height: 36px;
  }

  .position-layout-3col .product-detail__status {
    grid-column: 1 / 3;
    grid-row: 6;
    text-align: center;
  }

  .position-layout-3col .product-detail__content {
    grid-column: 1 / 3;
    grid-row: 7;
  }

  .product-detail__mobile-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-top: 15px;
  }

  .product-detail__mobile-actions .product-detail__actions {
    width: 100%;
  }

  .product-detail__mobile-actions .product-detail__actions .btn {
    width: 100%;
  }

  .product-detail__mobile-actions .product-detail__status {
    text-align: center;
  }

  .position-layout-3col
    > .product-detail__sidebar-left
    > .product-detail__actions,
  .position-layout-3col
    > .product-detail__sidebar-left
    > .product-detail__status {
    display: none;
  }

  .other-diameters__grid {
    grid-template-columns: 1fr;
  }

  .other-diameters__item {
    font-size: 12px;
    height: 38px;
    padding: 8px 12px;
  }

  .material-execution__list li {
    font-size: 12px;
    line-height: 25px;
  }

  .product-detail__mobile-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-top: 10px;
  }

  .product-detail__mobile-actions .product-detail__actions {
    width: 100%;
  }

  .product-detail__mobile-actions .product-detail__actions .btn {
    width: 100%;
  }

  .product-detail__mobile-actions .product-detail__status {
    text-align: center;
  }

  .position-layout-3col
    > .product-detail__sidebar-left
    > .product-detail__actions,
  .position-layout-3col
    > .product-detail__sidebar-left
    > .product-detail__status {
    display: none;
  }

  .other-diameters__grid {
    grid-template-columns: 1fr;
  }

  .other-diameters__item {
    font-size: 12px;
    height: 38px;
    padding: 8px 12px;
  }

  .material-execution__list li {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 578px) {
  .container-main {
    max-width: 100%;
    padding: 0 25px;
  }

  .hero__features {
    font-size: 8px;
    gap: 12px;
    margin-top: 8px;
  }

  .hero__pagination-container {
    max-width: 380px;
  }

  .hero__pagination.swiper-pagination {
    gap: 5px;
  }

  .hero__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .promo-bar__text {
    font-size: 12px;
  }

  .quality__slider {
    height: 138px;
  }

  .quality__slide-overlay {
    width: 322px;
  }

  .quality__slide-content {
    padding-left: 24px;
    padding-top: 14px;
    max-width: 350px;
  }

  .quality__pagination.swiper-pagination {
    gap: 6px;
  }

  .quality__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .quality__title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .quality__text {
    font-size: 10px;
  }

  .quality__pagination.swiper-pagination {
    left: 24px !important;
    bottom: 12px !important;
  }

  .catalog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .catalog__grid {
    grid-template-columns: repeat(2, 200px);
  }

  .catalog__item {
    width: 200px;
    height: 200px;
  }

  .catalog__item-title {
    font-size: 20px;
  }

  .about__title-ind {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .about__features-ind {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-feature-ind {
    max-width: 100%;
    min-height: auto;
    padding: 25px 20px 20px 25px;
  }

  .about-feature__icon-ind {
    left: 20px;
    width: 49px;
    height: 49px;
  }

  .about-feature__title-ind {
    margin-left: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 15px;
  }

  .hero-sub {
    margin-top: 10px;
  }

  .about-feature__text-ind {
    margin-left: 0;
    line-height: 1.5;
  }

  .about-feature__text-ind p {
    font-size: 12px;
    margin-bottom: 0;
    display: inline;
  }

  .about-feature__text-ind p::after {
    content: " ";
    display: inline;
  }

  .about-mission-ind {
    max-width: 100%;
    padding: 20px 25px 20px 110px;
    flex-direction: column;
    align-items: flex-start;
    grid-column: 1 / -1;
  }

  .about-mission__image-ind {
    left: 20px;
    height: 150px;
  }

  .about-mission__text-ind {
    font-size: 12px;
    line-height: 1.5;
  }

  .about-mission__title-ind {
    font-size: 16px;
  }

  .about {
    padding-bottom: 40px;
  }

  .about__title {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .about__features {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
  }

  .about-feature__icon {
    top: 15px;
    left: 20px;
    height: 48px;
  }

  .about-mission {
    padding: 12px 16px 12px 80px;
    max-width: 468px;
  }

  .about-mission__image {
    left: 16px;
    height: 64px;
  }

  .partners {
    padding-bottom: 65px;
  }

  .partners__title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .product-content {
    padding-top: 30px;
  }

  .catalog-filter {
    padding-right: 110px;
  }

  .quality__text li,
  .quality__text p,
  .quality__text {
    font-size: 10px;
  }

  .product-card {
    gap: 25px;
  }

  .product-card__img {
    width: 77px;
    height: 77px;
  }

  .product-card__status {
    font-size: 12px;
  }

  .product-card__btn {
    width: 110px;
    height: 34px;
    font-size: 10px;
  }

  .product-detail {
    padding-top: 0px;
  }

  .product-detail__img-main {
    width: 100%;
    height: 243px;
    margin-bottom: 15px;
    padding: 10px;
  }

  .product-detail__sidebar-left .sidebar-feedback__file-btn {
    font-size: 10px;
    padding: 5px;
    text-align: center;
  }

  .product-detail__attachment {
    justify-content: flex-start;
    font-size: 10px;
  }

  .product-detail__attachment a {
    font-size: 10px;
  }

  .product-detail__attachment img {
    width: 20px;
    height: 20px;
  }

  .product-detail__status {
    text-align: left;
  }

  .product-detail__status span {
    margin: 0 auto;
    font-size: 10px;
  }

  .product-detail__actions .btn {
    height: 30px;
    font-size: 10px;
    width: 112px;
  }

  .product-detail__actions {
    align-items: flex-start;
  }

  .product-detail__title {
    font-size: 15px;
    text-align: left;
  }

  .product-detail__subtitle {
    font-size: 10px;
    text-align: left;
    margin-bottom: 10px;
  }

  .product-detail__props li {
    font-size: 10px;
    line-height: 20px;
    justify-content: flex-start;
    text-align: left;
  }

  .product-content .product-detail__content {
    font-size: 12px;
  }

  .detail-content-image {
    height: 201px;
    margin-top: 10px;
  }

  .gate-valve-page .detail-content-image {
    height: 280px;
  }

  .detail-accordion__btn {
    font-size: 10px;
    padding: 8px 15px;
  }

  .detail-accordions {
    gap: 15px;
    margin: 15px 0;
  }

  .catalog-mini {
    padding-top: 0px;
  }

  .questions__top {
    justify-content: center;
    text-align: center;
    gap: 30px;
  }

  .questions__bottom {
    text-align: center;
  }

  .questions__contact-row {
    justify-content: center;
  }

  .requisites__download {
    display: none;
  }

  .questions__desc {
    max-width: 330px;
  }

  .requisites__title {
    font-size: 16px;
  }

  .requisites {
    padding-bottom: 35px;
  }

  /* Publications 578px */
  .publications {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .publications__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .publication-card {
    margin-bottom: 30px;
  }

  .publication-card__img {
    width: clamp(76px, 20vw, 111px);
    height: clamp(76px, 20vw, 111px);
  }

  .publication-card__text {
    font-size: clamp(10px, 2.8vw, 12px);
  }

  .publication-card__btn {
    height: 31px;
    max-width: 112px;
    font-size: 13px;
  }

  .publication-card__meta {
    flex-direction: column;
    gap: 0;
  }

  .publication-card__date,
  .publication-card__comments {
    font-size: 10px;
  }

  .comment-form__row {
    flex-direction: column;
    gap: 14px;
  }

  .comment-form__bottom {
    justify-content: space-between;
  }

  .comment-form__captcha span {
    font-size: 10px;
  }

  .comment-form__submit {
    font-size: 10px;
    max-height: 32px;
    max-width: 115px;
  }

  .comment-form__captcha-input {
    flex: 1;
  }

  .article__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .article__text {
    font-size: 12px;
  }

  .article {
    margin-bottom: 20px;
  }

  .comment__reply {
    display: none;
  }

  .comments__form-title {
    font-size: 13px;
    padding-left: 0px;
  }

  .article-page__container {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .comments__list {
    margin-bottom: 30px;
  }

  .comment-form__col {
    max-width: 100%;
    flex-direction: row;
  }

  .comment__content {
    font-size: 10px;
  }

  .comment__author {
    font-size: 12px;
  }

  .comments__title {
    font-size: 12px;
  }

  .comment__date {
    font-size: 8px;
  }

  .header__drawer {
    padding-left: 5%;
  }

  .news-card__title {
    font-size: 12px;
  }

  .news-card__text,
  .news-card__date {
    font-size: 10px;
  }

  .container {
    padding: 0 25px;
  }

  .header__drawer-container {
    padding: 0 25px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .header__drawer-link {
    font-size: 12px;
  }

  .header__drawer-nav,
  .header__drawer-contacts {
    gap: 15px;
  }

  .header__drawer-actions {
    display: flex;
    margin-top: -15px;
  }

  .header__drawer-close {
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
  }

  .header__drawer-close span {
    height: 1.5px;
  }

  .header__drawer .header__btn-online,
  .header__drawer .header__callback {
    display: flex !important;
  }

  .header__callback,
  .header__btn-online {
    font-size: 12px;
  }

  .header__burger {
    width: 30px;
    height: 10px;
    margin-top: 0;
    padding-top: 0;
  }

  .header__logo img {
    width: 65px;
    height: 65px;
  }

  .header__col--nav,
  .header__btn-online,
  .header__callback,
  .header__content .header__col:nth-child(5) {
    display: none !important;
  }

  .header__content {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 10px;
  }

  .header__content .header__nav-link {
    font-size: 10px;
    white-space: nowrap;
  }

  .header__content .header__col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }

  .footer {
    --footer-padding: 25px 0 24px;
    --footer-fs: 10px;
  }

  .footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "enterprise customers"
      "contacts1 contacts2"
      "info info"
      "bottom bottom";
    gap: 15px 10px;
  }

  .footer__col--nav:nth-of-type(2) {
    grid-area: enterprise;
  }

  .footer__col--nav:nth-of-type(3) {
    grid-area: customers;
  }

  .footer__col--contacts {
    display: contents;
  }

  .footer__contacts-col-1 {
    grid-area: contacts1;
  }

  .footer__contacts-col-2 {
    grid-area: contacts2;
    margin-top: 6px;
  }

  .footer__contacts-list {
    --footer-contact-gap: 10px;
  }

  .footer__col--info {
    grid-area: info;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .footer__logo img {
    width: 75px;
    margin: 0 auto;
    display: block;
  }

  .footer__socials {
    text-align: center;
    align-items: center;
  }

  .footer__social-link {
    width: 37px;
    margin: 0 auto;
    display: block;
  }

  .footer__contacts-col-1,
  .footer__contacts-col-2 {
    gap: 20px;
  }

  .footer__list {
    gap: 15px;
    text-align: left;
  }

  .footer__title {
    margin-bottom: 20px;
    text-align: left;
  }

  .footer__bottom {
    margin-top: 15px;
  }

  .footer__disclaimer {
    text-align: center;
    font-size: 10px;
  }

  .footer__tagline {
    text-align: center;
  }

  .contacts__title {
    font-size: 16px;
  }

  .contacts__info {
    flex-direction: column;
    gap: 20px;
  }

  .contacts__map-img {
    height: 80px;
  }

  .catalog-mini__title {
    font-size: 10px;
  }

  .page__container,
  .catalog-page .page__container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }

  .gallery-item:nth-child(n + 11) {
    display: none;
  }

  .gallery {
    padding-top: 40px;
  }

  .gallery-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .gallery-text {
    font-size: 12px;
  }

  .gallery {
    padding-bottom: 50px;
  }

  .feedback-form__row {
    gap: 8px;
  }

  .feedback-form__submit,
  .feedback-form__file-btn {
    max-width: 120px;
    width: 100%;
    height: 32px;
    font-size: 10px;
  }

  .feedback-form__file-btn {
    text-align: center;
    padding: 5px;
  }

  .feedback-form__file {
    max-width: 120px;
  }

  .feedback-form__actions {
    justify-content: flex-start;
  }

  .feedback-form__input,
  .feedback-form__textarea {
    font-size: 10px;
  }

  .feedback-form__textarea {
    min-height: 105px;
  }

  .feedback-page__desc {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .feedback-page__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .documents-page,
  .requisites-page {
    padding-top: 40px;
  }

  .feedback-page {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .about-page {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .about-sidebar {
    padding-top: 0;
  }

  .about-nav__link {
    font-size: 15px;
  }

  .about__intro {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .about__subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-features {
    gap: 20px;
    margin-bottom: 40px;
  }

  .about-feature__title {
    font-size: 15px;
  }

  .about-feature__text {
    font-size: 13px;
  }

  .about__mission {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .about__conclusion {
    font-size: 13px;
  }

  .about-bg {
    display: none;
  }

  .about-nav__link:first-child {
    display: none;
  }

  .about__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .documents-grid {
    grid-template-columns: 1fr;
  }

  .documents__intro,
  .document-item__title {
    font-size: 12px;
  }

  .questions__title {
    font-size: 16px;
  }

  .questions__desc {
    font-size: 12px;
  }

  .questions__btn {
    max-width: 130px;
    max-height: 35px;
    font-size: 12px;
  }

  .questions__contact-text,
  .questions__contact-phone,
  .questions__contact-email,
  .questions__contact-text {
    font-size: 12px;
  }

  .questions__contact-row {
    gap: 5px;
  }

  .questions__contact-row:last-child {
    flex-direction: column;
  }

  .position-page {
    padding-top: 25px;
  }

  .position-page .catalog-content {
    padding-bottom: 30px;
  }

  .position-page .page__container {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }

  .product-detail__mobile-actions .product-detail__actions .btn {
    font-size: 10px;
  }

  .pet-analogs__title {
    margin-bottom: 10px;
  }

  .category-description {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .category-type {
    font-size: 10px;
    padding: 0 5px;
  }

  .category-actions__title {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .category-filter-label,
  .category-filter-current,
  .product-mini-card__title {
    font-size: 12px;
  }

  .product-mini-card {
    gap: 25px;
  }

  .hero__slide {
    padding-bottom: 60px;
  }

  .product-mini-card__img {
    width: 76px;
    height: 76px;
  }

  .product-mini-card__btn {
    max-width: 110px;
    max-height: 30px;
    font-size: 10px;
    padding: 10px 5px;
  }

  .product-card__title {
    font-size: 13px;
  }

  .product-card__btn {
    width: 130px;
    height: 38px;
    font-size: 12px;
  }

  .product-card__status {
    font-size: 12px;
  }

  .product-card__content {
    padding-top: 10px;
  }

  .catalog-page {
    padding-top: 25px;
  }

  .catalog-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .catalog-page {
    padding-bottom: 45px;
  }

  .detail-section {
    margin-bottom: 20px;
  }

  .other-diameters {
    margin-top: 20px;
  }

  .contacts {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .feature-card {
    flex-basis: 100%;
    max-width: 100%;
  }

  .product-detail__img-main {
    height: 218px;
  }

  .product-detail__sidebar-left {
    max-width: 218px;
  }

  .product-header {
    gap: 15px;
  }

  .product-header__img {
    width: 76px;
    height: 77px;
  }

  .product-header__title {
    font-size: 12px;
  }

  .product-variant {
    gap: 15px;
  }

  .product-variant__img {
    width: 76px;
    height: 77px;
  }

  .product-variant__title {
    font-size: 10px;
  }

  .product-variant__btn {
    width: 112px;
    height: 30px;
    font-size: 10px;
  }

  .product-variant__actions {
    gap: 10px;
    margin-top: 5px;
  }

  .product-variant__status {
    font-size: 10px;
  }

  .breadcrumbs__list li {
    font-size: 10px;
  }

  .product-description {
    margin-top: 30px;
  }

  .detail-section__title {
    font-size: 12px;
  }

  .product-detail__actions .btn {
    width: 100px;
  }

  .detail-content-image {
    height: 161px;
  }

  .gate-valve-page .detail-content-image {
    height: 220px;
  }

  .product-detail__props li,
  .product-detail__content,
  .detail-section__list li {
    font-size: 8px;
    line-height: 15px;
  }

  .catalog__item-title {
    font-size: 16px;
  }

  .header__content.active {
    padding: 80px 25px 40px;
    gap: 20px;
  }

  .header__content.active .header__btn-online {
    display: flex;
    width: 120px;
    height: 31px;
    font-size: 10px;
    order: 10;
    margin-top: 10px;
  }

  .header__content.active .header__callback {
    display: block;
    margin-top: 5px;
  }

  .hero__image {
    max-width: 280px;
  }

  .header__burger {
    width: 18px;
    height: 6px;
    margin-top: 0;
    padding-top: 0;
  }

  .header__burger.active {
    width: 20px;
    height: 20px;
  }

  .header__burger span {
    height: 2px;
  }

  .header__burger span:nth-child(2) {
    top: 4px;
  }

  .header__burger span:nth-child(3) {
    top: 8px;
  }

  .hero__features {
    font-size: 8px;
    gap: 15px;
    margin-top: 15px;
  }

  .pagination__link {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .pagination__arrow,
  .pagination__last {
    height: 38px;
    font-size: 13px;
    padding: 0 8px;
  }

  .catalog-filter__tags {
    gap: 5px;
  }

  .catalog-tab__label,
  .filter-tag {
    font-size: 10px;
  }

  .catalog-sort__current,
  .catalog-sort__label {
    font-size: 12px;
  }

  .header__btn-online {
    padding: 10px 5px;
  }

  .requisites__list li {
    font-size: 10px;
    line-height: 1.4;
  }

  .catalog-mini__title {
    font-size: 8px;
  }

  .requisites__download {
    font-size: 14px;
  }

  /* Publications 480px */
  .publications__title {
    font-size: 16px;
  }

  .publications__desc {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .publication-card__img {
    width: 80px;
    height: 80px;
  }

  .publication-card__text {
    font-size: 10px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .publication-card__btn {
    height: 31px;
    min-width: 112px;
    font-size: 10px;
  }

  .search-mobile input {
    font-size: 8px;
  }

  .news-item__link {
    font-size: 10px;
  }

  .article__text {
    font-size: 10px;
  }

  .article__title,
  .article__image-caption {
    font-size: 12px;
  }

  .news-card::before {
    height: 100%;
    top: 0;
  }

  .gallery-grid {
    gap: 20px;
  }

  .gallery-text {
    font-size: 10px;
  }

  .feedback-form__row {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .feedback-form__left {
    display: contents;
  }

  .feedback-form__right {
    order: 2;
  }

  .feedback-form__actions {
    display: flex;
    flex-direction: row;
    gap: 15px;
    order: 3;
  }

  .feedback-form__input {
    height: 31px;
  }

  .feedback-form__textarea {
    min-height: 103px;
  }

  .feedback-form__file-btn,
  .feedback-form__submit,
  .feedback-form__file {
    max-width: 150px;
    height: 31px;
  }

  .feedback-form__file-btn,
  .feedback-form__file {
    width: 100%;
  }

  .about-page {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .about-nav {
    justify-content: space-between;
  }

  .about-layout {
    gap: 20px;
  }

  .about-nav__link {
    font-size: 12px;
  }

  .about__title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .about__intro {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .about__subtitle {
    font-size: 15px;
  }

  .about-features {
    gap: 15px;
    margin-bottom: 30px;
  }

  .about-feature__title {
    font-size: 12px;
    line-height: 20px;
  }

  .about-feature__text {
    font-size: 10px;
    line-height: 20px;
  }

  .about__mission {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .about__conclusion {
    font-size: 10px;
    line-height: 20px;
  }

  .requisites-page__title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .requisites-page__list li {
    font-size: 12px;
    margin-bottom: 8px;
    gap: 5px;
  }

  .requisites-page__download {
    font-size: 12px;
    gap: 10px;
  }

  .requisites-page__download-icon {
    width: 30px;
    height: 30px;
  }

  .requisites-page__bg-section {
    height: 200px;
    margin-top: 30px;
  }

  .position-layout-3col .product-detail__props li,
  .position-layout-3col .product-detail__content,
  .position-layout-3col .detail-section__list li,
  .position-layout-3col .material-execution__list li {
    font-size: 10px;
    line-height: 20px;
  }

  .detail-section__title,
  .pet-analogs__title {
    font-size: 13px;
  }

  .catalog-layout.position-layout-3col {
    grid-template-columns: 140px 1fr;
    row-gap: 5px;
  }

  .position-layout-3col .product-detail__gallery {
    max-width: 140px;
  }

  .position-layout-3col .product-detail__img-main {
    max-width: 140px;
    max-height: 140px;
  }

  .position-layout-3col .product-detail__content {
    margin-top: 0;
  }

  .product-detail__attachment a {
    font-size: 8px;
  }

  .product-detail__title {
    font-size: 13px;
  }

  .hero-sub {
    height: 100px;
  }

  .hero-sub__content {
    max-width: 165px;
  }

  .hero-sub__image {
    width: 155px;
    height: 120px;
    top: -19px;
    margin-left: 7px;
  }

  .hero-sub .hero-sub__title {
    font-size: 10px;
  }

  .pet-analog-item {
    font-size: 12px;
    padding: 8px 12px;
  }

  .product-content .product-detail__content--bottom {
    display: none;
  }

  .category-description {
    font-size: 10px;
  }

  .category-type {
    text-align: center;
  }

  .hero__pagination-container {
    left: 48%;
  }

  .material-execution__list li {
    font-size: 10px;
  }
}

@media (max-width: 468px) {
  .product-detail__sidebar-left {
    grid-template-columns: 140px 1fr;
    column-gap: 10px;
  }

  .product-detail__sidebar-left .sidebar-form__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product-detail__sidebar-left .sidebar-left__col {
    gap: 8px;
  }

  .product-detail__sidebar-left .sidebar-form__img {
    width: 140px;
    height: 135px;
    padding: 6px;
  }

  .product-detail__sidebar-left .sidebar-feedback__label {
    font-size: 11px;
  }

  .product-detail__sidebar-left .sidebar-feedback {
    gap: 8px;
  }

  .product-detail__sidebar-left .sidebar-feedback__input {
    height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }

  .product-detail__sidebar-left .sidebar-feedback__textarea {
    height: 80px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .product-detail__sidebar-left .sidebar-feedback__file-btn {
    height: 32px;
    font-size: 10px;
  }

  .product-detail__sidebar-left .sidebar-feedback__submit {
    height: 32px;
    font-size: 10px;
  }

  .catalog__grid {
    grid-template-columns: repeat(2, 150px);
  }

  .catalog__title {
    font-size: 18px;
  }

  .catalog__item {
    width: 150px;
    height: 150px;
  }

  .catalog__item-title {
    font-size: 15px;
    top: 12px;
    left: 15px;
  }

  .about {
    padding-bottom: 32px;
  }

  .features {
    gap: 10px;
  }

  .about-feature__icon {
    height: 32px;
    top: 12px;
    left: 14px;
  }

  .about-mission {
    padding: 10px 14px 10px 60px;
    max-width: 100%;
  }

  .about-mission__image {
    left: 16px;
    height: 48px;
  }

  .about-mission__title {
    font-size: 10px;
  }

  .about-mission__text {
    font-size: 8px;
  }

  .partners {
    padding-bottom: 65px;
  }

  .partners__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .partners__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
  }

  .partners__item {
    max-width: 125px;
  }

  .catalog-tabs {
    gap: 8px;
    margin-bottom: 15px;
  }

  .catalog-tab {
    font-size: 10px;
  }

  .catalog-tab__label {
    padding-left: 18px;
  }

  .catalog-tab__label::before {
    width: 14px;
    height: 14px;
  }

  .catalog-tab input:checked + .catalog-tab__label::after {
    width: 6px;
    height: 6px;
    left: 4px;
  }

  .product-card {
    padding: 8px 0;
  }
  .product-card__title {
    font-size: 12px;
  }

  .product-card__status {
    font-size: 10px;
  }

  .product-card__btn {
    width: 98px;
    height: 28px;
    font-size: 10px;
  }

  .product-detail__sidebar-left {
    grid-template-columns: 140px 1fr;
    column-gap: 10px;
  }

  .product-detail__sidebar-left .sidebar-form__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product-detail__sidebar-left .sidebar-left__col {
    gap: 8px;
  }

  .product-detail__sidebar-left .sidebar-form__img {
    width: 140px;
    height: 135px;
    padding: 6px;
  }

  .product-detail__sidebar-left .sidebar-feedback__label {
    font-size: 11px;
  }

  .product-detail__sidebar-left .sidebar-feedback {
    gap: 8px;
  }

  .product-detail__sidebar-left .sidebar-feedback__input {
    height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }

  .product-detail__sidebar-left .sidebar-feedback__textarea {
    height: 80px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .product-detail__sidebar-left .sidebar-feedback__file-btn {
    height: 32px;
    font-size: 10px;
  }

  .catalog-layout.position-layout-3col {
    column-gap: 12px;
  }

  .other-diameters__item,
  .pet-analog-item {
    height: 30px;
    font-size: 10px;
  }

  .other-diameters__grid {
    margin-top: 10px;
  }

  .contacts__info-label {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .contacts__info-value {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .hero {
    padding-top: 10px;
  }

  .hero-sub {
    margin-top: 0;
  }

  .partners__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
  }

  .hero__title {
    font-size: 23px;
  }

  .hero__container {
    max-width: 258px;
  }

  .hero__slide--1 .hero__title-row:first-child {
    width: 130px !important;
  }

  .hero__slide--1 .hero__title-row:last-child {
    width: 258px !important;
    margin-top: -6px;
  }

  .hero__slide--1 .hero__image {
    width: 152px;
    height: 101px;
    top: -11px;
    right: 0;
  }

  .hero__slide--2 .hero__title-row--long {
    width: 220px !important;
  }

  .hero__slide--2 .hero__title-row--medium {
    width: 185px !important;
    margin-top: -6px;
  }

  .hero__slide--2 .hero__image--roll {
    width: 100px;
    height: 100px;
    top: -10px;
    right: -20px;
  }

  .hero__features {
    font-size: 8px;
    gap: 12px;
    margin-top: 8px;
  }

  .catalog__grid {
    gap: 12px 8px;
  }

  .catalog__item {
    width: 150px;
    height: 150px;
  }

  .about-feature-ind {
    padding: 60px 8px 16px 12px;
  }

  .about-mission {
    padding: 8px 12px 8px 50px;
  }

  .about-mission__image {
    height: 48px;
    left: 10px;
  }

  .position-layout-3col .product-detail__props li,
  .position-layout-3col .product-detail__content,
  .position-layout-3col .detail-section__list li,
  .position-layout-3col .material-execution__list li {
    line-height: 15px;
  }

  .sidebar-feedback,
  .sidebar-feedback__textarea,
  .sidebar-feedback__group {
    max-width: 175px;
  }

  .sidebar-feedback__submit {
    max-width: 70px;
  }

  .hero__pagination-container {
    left: 56%;
  }

  .about__features-ind {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 25px 10px;
    margin-left: -25px;
    margin-right: -25px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 25px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .about__features-ind::-webkit-scrollbar {
    display: none;
  }

  .about-feature-ind {
    position: relative;
    flex: 0 0 275px;
    max-width: 275px;
    min-height: 246px;
    padding: 10px 20px 20px 20px;
    scroll-snap-align: start;
    border: 2px solid #d9d9d9;
  }

  .about__title-ind {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .about-feature__icon-ind {
    top: 18px;
  }

  .about-feature__title-ind {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .about-feature__text-ind {
    font-size: 10px;
    line-height: 1.4;
  }

  .about-feature__text-ind p {
    font-size: 10px;
    margin-bottom: 0;
    display: inline;
  }

  .about-feature__text-ind p::after {
    content: " ";
    display: inline;
  }

  .about-mission-ind {
    flex: 0 0 275px;
    max-width: 275px;
    min-height: 246px;
    padding: 15px 15px 20px 20px;
    margin: 0;
    scroll-snap-align: start;
    border: 2px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .about-mission__image-ind {
    position: absolute;
    left: 20px;
    top: 15px;
    height: 88px;
    width: auto;
    transform: none;
    z-index: 1;
  }

  .about-mission__title-ind {
    margin-left: 55px !important;
    margin-top: 10px !important;
    margin-right: 0 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    margin-bottom: 45px !important;
    text-align: left !important;
    display: block !important;
    position: relative;
    z-index: 2;
  }

  .about-mission__text-ind {
    margin-left: 0;
    font-size: 10px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }

  .position-layout-3col .product-detail__subtitle {
    font-size: 10px;
  }

  .product-detail__title {
    font-size: 12px;
  }

  .position-layout-3col .product-detail__props li {
    line-height: 20px;
    font-size: 9px;
    gap: 2px;
  }

  .detail-section__title,
  .pet-analogs__title {
    font-size: 12px;
  }

  .detail-section {
    margin-bottom: 15px;
  }
}

@media (max-width: 380px) {
  .category-promo__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }

  .category-promo__item {
    width: 100%;
  }

  .category-promo__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }

  .publication-card__title {
    font-size: 13px;
  }

  .publication-card__img {
    width: 76px;
    height: 76px;
  }

  .publication-card__text {
    font-size: 10px;
  }

  .publication-card__date,
  .publication-card__comments {
    font-size: 8px;
  }

  .publication-card__footer {
    gap: 10px;
  }

  .publication-card__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }

  .header__container {
    gap: 12px;
  }

  .header__logo img {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 360px) {
  :root {
    --container-padding: 10px;
  }

  .footer {
    --footer-padding: 22px 0 23px;
  }

  .footer__disclaimer {
    --footer-disclaimer-max: 314px;
  }

  /* About Page 360px */
  .about-page {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .about-layout {
    gap: 15px;
  }

  .about-nav__link {
    font-size: 10px;
  }

  .hero-sub .hero-sub__title {
    font-size: 10px;
  }
}
