.showroom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 24px;
  padding: 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
}

.showroom-grid a {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.showroom-grid a:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.showroom-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  transition: transform 0.3s ease;
}

.showroom-grid a:hover img {
  transform: scale(1.03);
}

#loadMoreBtn {
  width: 40%;
  display: block;
  margin: 30px auto 60px;
  padding: 14px 28px;
  font-size: 17px;
  font-weight: 600;
  background: linear-gradient(135deg, #e53935, #d32f2f);
  color: white;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(227, 63, 63, 0.3);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

#loadMoreBtn:hover {
  background: linear-gradient(135deg, #c62828, #b71c1c);
  transform: translateY(-2px);
}

  @media (max-width: 437px) {
    .showroom-grid a {
    margin: 0px 50px 0px 50px !important;
    }

}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); /* ключевая строка */
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.catalog-box {
  display: block;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  aspect-ratio: 3 / 4;
  text-decoration: none;
}

.catalog-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.catalog-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.zahlung-section {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  background-color: #fff;
  padding: 20px 0;
}

.zahlung-section h1,
.zahlung-section h2,
.zahlung-section h3 {
  color: #800000;
  font-weight: bold;
  margin-bottom: 0.7em;
}

.zahlung-section h3 {
  font-size: 18px;
  margin-top: 2em;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 4px;
}

/* Списки */
.zahlung-section .styled-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.zahlung-section .styled-list li {
  margin-bottom: 6px;
}

/* Таблицы */
.zahlung-section .payment-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
}

.zahlung-section .payment-table th,
.zahlung-section .payment-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.zahlung-section .payment-table th {
  background-color: #f0f0f0;
  font-weight: 600;
  width: 220px;
  color: #444;
}

.zahlung-section .payment-table tr:last-child td {
  border-bottom: none;
}

.zahlung-section a {
  color: #0056b3;
  text-decoration: underline;
}

.zahlung-section a:hover {
  color: #003b80;
  text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

  .santanderBox-container {
    background: linear-gradient(135deg, #fff 0%, #f1f4f9 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 35px;
    margin: 40px auto;
    border: 2px solid #e0e4ec;
    border-radius: 16px;
    max-width: 850px;
    color: #1d1d1d;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  }

  .santanderBox-container h1 {
    font-size: 24px;
    color: #b31217;
    border-left: 6px solid #b31217;
    padding-left: 12px;
    margin-bottom: 20px;
  }

  .santanderBox-container p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .santanderBox-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .santanderBox-list li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
  }

  .santanderBox-list li::before {
    content: "➤";
    color: #b31217;
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 0;
  }

  .santanderBox-link {
    font-weight: 600;
    color: #b31217;
    text-decoration: none;
  }

  .santanderBox-link:hover {
    text-decoration: underline;
  }

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

  .finz-modern-box {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px;
    background: linear-gradient(to bottom right, #fff, #f9f9f9);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.7;
  }

  .finz-modern-title {
    font-size: 28px;
    color: #494949;
    font-weight: 600;
    border-left: 6px solid #B31217;
    padding-left: 16px;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.4;
  }

  .finz-modern-box h2 {
    font-size: 22px;
    color: #494949;
    margin-bottom: 12px;
    margin-top: 30px;
    font-weight: 600;
    border-left: 4px solid #B31217;
    padding-left: 12px;
  }

  .finz-modern-box p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .finz-modern-box ul,
  .finz-modern-box ol {
    padding-left: 25px;
    margin-bottom: 25px;
  }

  .finz-modern-box li {
    margin-bottom: 12px;
    font-size: 15.5px;
  }

  .finz-modern-box ul li::marker,
  .finz-modern-box ol li::marker {
    color: #B31217;
    font-weight: bold;
  }

  .finz-modern-box strong {
    color: #000;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .finz-modern-box {
      padding: 25px;
    }

    .finz-modern-title {
      font-size: 22px;
    }

    .finz-modern-box h2 {
      font-size: 18px;
    }

    .finz-modern-box p,
    .finz-modern-box li {
      font-size: 15px;
    }
  }

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */