#tissen-prod .card-tissen {
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
}

#tissen-prod .light {
  background: #f5f5f5;
}

#tissen-prod .dark {
  background: linear-gradient(135deg, #0f1114, #1b1e24);
  color: #fff;
}

#tissen-prod .red {
  background: linear-gradient(135deg, #d52b1f, #b71c1c);
  color: #fff;
}

#tissen-prod .center {
  text-align: center;
}

/* TEXT */
#tissen-prod h2 {
  margin-bottom: 10px;
  text-align: center;
}

#tissen-prod .subtitle {
  color: #888;
  margin-bottom: 20px;
  text-align: center;
}

#tissen-prod .dark .subtitle {
  color: #aaa;
}

/* FEATURES */
#tissen-prod .features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

#tissen-prod .feature-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 12px;
  position: relative;
}

#tissen-prod .feature-box span {
  background: #d52b1f;
  padding: 10px;
  border-radius: 8px;
  font-size: 18px;
}

#tissen-prod h4, #tissen-prod h6 {
  margin-top: 15px;
  font-weight: bold;
}

/* IMAGE CARDS */
#tissen-prod .cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  margin-top: 20px;
}

#tissen-prod .img-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}

#tissen-prod .img-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* PRODUCTS */
#tissen-prod .cards-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

#tissen-prod .product-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#tissen-prod .product-card img {
  max-width: 100%;
  height: 120px;
  object-fit: contain;
}

/* CTA */
#tissen-prod .cta-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin: 25px 0;
}

#tissen-prod .cta-grid div {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px;
  border-radius: 12px;
}

#tissen-prod .cta-grid img {
  width: auto;
  height: 50px;
}

/* BUTTON */
#tissen-prod .btn-white {
  background: #fff;
  color: #d52b1f;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 15px 25px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

#tissen-prod .btn-white:hover {
  background: #c33f3e;
  color: #fff;
}

#tissen-prod .btn-white a{
  color: #d52b1f;
}

#tissen-prod .btn-white a:hover {
  color: #fff;
}

/* +++++++++++++++++++   КОЛОДКИ   +++++++++++++++++++++++++++++++++ */
#tissen-prod #tissen-kolodky {
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  padding: 40px;
  background: linear-gradient(130deg, #e96258 0%, #f4c7c3 20%, #ffffff 45%, #f3f3f3 70%, #e6e6e6 100%);
}

#tissen-prod .tissen-kolodky-left,
#tissen-prod .tissen-kolodky-right {
  flex: 1;
}

#tissen-prod .tissen-kolodky-left h1 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #222;
}

#tissen-prod .tissen-kolodky-left h3 {
  color: #d93025;
  margin-bottom: 15px;
}

#tissen-prod .tissen-kolodky-left p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* FEATURES */
#tissen-prod .features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 25px;
}

#tissen-prod .feature {
  background: #fff;
  padding: 15px 15px 15px 30px;
  border-radius: 12px;
  font-size: 14px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-weight: 500;
}

#tissen-prod .feature::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #d93025;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* BUTTON */
#tissen-prod .btn {
  background: #d93025;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

#tissen-prod .btn:hover {
  background: #b8251c;
}

#tissen-prod .btn a {
color: #fff;
}

#tissen-prod .tissen-kolodky-right {
  display: flex;
  gap: 30px;
  align-items: center;
}

/* MAIN IMAGE */
#tissen-prod .main-image {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin: 10% auto 15px;
  flex: 1.6;
}

#tissen-prod .badge {
  background: #d93025;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  width: 50%;
  text-align: center;
}

#tissen-prod .main-image img {
  max-width: 80%;
}

/* SIDE IMAGES */
#tissen-prod .side-images {
  display: grid;
  gap: 15px;
  flex: 0.4;
}

#tissen-prod .side-images img {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
}

@media (max-width: 1199px) {
  #tissen-prod .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #tissen-prod .cards-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #tissen-prod .cta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #tissen-prod .card-tissen {
    padding: 28px;
  }

  #tissen-prod .cards-3 {
    grid-template-columns: 1fr;
  }

  #tissen-prod #tissen-kolodky {
    flex-direction: column;
    padding: 30px;
    gap: 25px;
  }

  #tissen-prod .tissen-kolodky-right {
    width: 100%;
  }

  #tissen-prod .badge {
    width: 100%;
  }
}


@media (max-width: 767px) {
  #tissen-prod .card-tissen {
    padding: 20px;
    margin-bottom: 20px;
  }

  #tissen-prod .features-grid,
  #tissen-prod .cards-4,
  #tissen-prod .features,
  #tissen-prod .cta-grid {
    grid-template-columns: 1fr;
  }

  #tissen-prod .img-card img {
    height: 200px;
  }

  #tissen-prod .tissen-kolodky-left h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  #tissen-prod .tissen-kolodky-right {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  #tissen-prod .main-image {
    margin: 0;
  }

  #tissen-prod .main-image img {
    max-width: 100%;
  }
}