body {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Intel One Sans', sans-serif;
    background: url("this2.png") no-repeat right center;
    background-size: 60%;
    background-color: #fff;
    background-position: right 50px;
    min-height: 100vh;
  }
  
  .container {
    margin: 0 auto;
    padding: 20px;
  }
  
  /* Header */
  header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-bottom: 0px;
  }
  header h1 {
    font-family: 'Dhurjati', sans-serif;
    font-size: 35px;
    letter-spacing: -0.02em;
    margin: 0;
    justify-self: start;
  }

  .logo {
    font-family: 'Dhurjati', sans-serif;
    font-size: 35px;
    letter-spacing: -0.02em;
    margin: 0;
    justify-self: start;
    text-decoration: none;   /* Убирает подчёркивание */
  }

  
  a.logo-link,
a.logo-link:visited,
a.logo-link:hover,
a.logo-link:active {
  text-decoration: none !important;
  color: inherit !important;
}

.logo {
  font-family: 'Dhurjati', sans-serif;
  font-size: 2rem;
  margin: 0;
}


 


  nav {
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  nav a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: 'Intel One Sans', sans-serif;
    font-weight: 400;
  }
  .eshop-btn {
    justify-self: end;
    font-size: 16px;
  }
  
  /* Buttons */
  .btn {
    background-color: #FDEB91;
    border: 3px solid #000;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Intel One Sans', sans-serif;
    text-transform: uppercase;
  }
  .btn:hover {
    background-color: #f2d93c;
  }
  
  /* Main text */
  h2 {
    font-family: 'Dhurjati', sans-serif;
    font-size: 100px;
    letter-spacing: -0.025em;
    margin: 0 0 -2% 0;
    text-decoration: underline;
  }
  .note {
    font-size: 16px;
    font-style: italic;
    color: #BEBEBE;
    margin: 0;
    max-width: 450px;
  }
  .main-text {
    font-size: 18px;
    max-width: 450px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .buy-btn {
    display: block;
    width: 100%;
    max-width: 450px;
    text-align: center;
  }
  
  /* About Section */
  .about {
    display: flex;
    width: 100%;
    background-color: #FDEB91;
    padding: 20px;
    margin-top: 300px;
  }
  .about-header {
    font-family: 'Dhurjati', sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    flex: 1;
    width: 50%;
  }
  .about-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
    flex: 1;
    justify-content: flex-start;
  }
  .about-text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
  }
  .highlight {
    text-decoration: underline;
    font-weight: 600;
  }
  .about-image img {
    width: 100%;
    max-width: 400px;
    border: 3px solid #000;
    border-radius: 5px;
    margin: 20px 0;
  }
  .slogan {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    color: #9B7E00;
    max-width: 400px;
  }
  
  /* Products */
  .products-container {
    padding: 100px 40px 40px 40px;
  }
  .products-title, .about-header {
    font-family: 'Dhurjati', sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .product-card {
    border: 3px solid black;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
  }
  .product-card img {
    width: 100%;
    border-radius: 5px;
  }
  .product-label {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
  }
  
  /* Legislative */
  .legislative-container {
    padding: 150px 40px 100px 40px;
  }
  .legislative-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .card {
    border: 2px solid black;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.4;
  }
  .card.grey { background-color: #f5f5f5; }
  .card.yellow { background-color: #f5e16b; }
  .card.big { grid-row: span 2; }
  .card strong { display: block; margin-bottom: 5px; }
  
  /* === CONTACTS PAGE STYLING === */

.contacts-section {
  padding: 60px 100px;
  text-align: left; /* Всё выравниваем по левому краю */
}

.contacts-section h2 {
  font-family: 'Dhurjati', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: left;
}

.contact-intro {
  max-width: 700px;
  margin: 0 0 50px 0; /* убрали автоцентрирование */
  color: #555;
  line-height: 1.6;
  text-align: left;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 350px)); /* две колонки фиксированной ширины */
  gap: 30px 40px;
  justify-content: start; /* выравнивание по левому краю */
}

.contact-card {
  border-radius: 16px;
  padding: 20px 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 1rem;
  width: 100%;
  text-align: left;
  max-width: 350px;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}


.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.contact-card h3 {
  margin-bottom: 8px;
  color: #222;
  font-size: 1.1rem;
}

.contact-card p {
  margin: 0;
  color: #555;
}

.grey {
  background-color: #f5f5f5;
}

.yellow {
  background-color: #fff6cc;
}

/* адаптив для мобильных */
@media (max-width: 768px) {
  .contacts-section {
    padding: 40px 30px;
  }

  .contacts-grid {
    grid-template-columns: 1fr; /* один столбец на телефонах */
  }
}

/* Цвета */
.grey {
  background-color: #f0f0f0;
}

.yellow {
  background-color: #fff4cc;
}

.big {
  grid-column: span 2;
}

  /* Footer */
  .footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
  }
  .footer-title {
    font-family: 'Dhurjati', sans-serif;
    font-size: 40px;
    color: #f5e16b;
    margin-bottom: 15px;
  }
  .footer-text {
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.5;
    color: #ddd;
  }
  .footer-nav a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
    font-size: 14px;
  }
  .footer-nav a:hover {
    text-decoration: underline;
  }
  .footer-phone {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 20px;
  }
  .footer-copy {
    font-size: 12px;
    color: #aaa;
  }
  
  .legislative-section {
    max-width: 900px;
    margin: 60px 0 60px 80px; /* ← смещение от левого края */
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  
  .legislative-section h2 {
    font-family: 'Dhurjati', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  
  .legislative-intro {
    font-family: 'Intel One Sans', sans-serif;
    color: #444;
    margin-bottom: 40px;
    font-size: 1.1rem;
    max-width: 700px;
  }
  
  .legislative-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  
  .leg-link {
    font-family: 'Intel One Sans', sans-serif;
    background-color: #fff8dc;
    border: 2px solid #f5d142;
    padding: 14px 20px;
    border-radius: 12px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    transition: all 0.2s ease;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .leg-link:hover {
    background-color: #f5d142;
    transform: translateX(4px);
  }
  