.hotengine-wrapper-pageid-43302 .pdiscounts-main {
    background: #081e47;
}
.hotengine-wrapper-pageid-43302 #page_content {
    padding-bottom: 0px;
}
    
.hotengine-wrapper-pageid-43302 #hotengine-content {
    max-width: 100%;
}  
    

    
    
.hotengine-pageid-43302{color: #efece7; }
    
.pdiscounts-main{position:relative; overflow:hidden; height:auto; color:#efece7; background: #0a162e;  padding:5px 0px 60px;     }
.pdiscounts-main a{ color:#efece7; text-decoration: none; }
.pdiscounts-background::before {
    content: '';
    position: absolute;
    top: -1444px;
    left: -54%;
    width: 642.51971px;
    height: 3964.7244px;
    background-image: url(/upload/catalog/16235/files/style/lines_golg.svg);
    background-size: 100%;
    transform: rotate(58deg);
    z-index: 0; opacity:0.1;
}
.pdiscounts-main .section1200{position: relative; z-index:1;}  
    
    
    
    
    
    
    
    
    
    
.pdiscounts-line {
    border-bottom: 3px solid #7d6d53;
    display: block;
    width: 30%;
    max-width: 130px;
    margin: 20px auto;
}
    
    
.pdiscounts-block {
  padding: 0; margin-top:30px;
}

.pdiscounts-block h1 {
  margin-bottom: 10px;
  padding: 0; /* убрали боковые отступы */
  font-weight: 900;
  font-size: var(--font-medium25);
  line-height: var(--line-height27);
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.pdiscounts-intro {
  font-size: var(--font-xsmall16);
  margin-bottom: 20px;
  text-align: center;
  font-weight: 100;
}

.pdiscounts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pdiscount-card {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 20px;
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  min-width: 280px;
  line-height: var(--line-height20);
  font-weight: 100;
}

.pdiscount-card h3 {
  margin-top: 0;
  font-weight: 900;
  font-size: var(--font-xsmall16);
  display: block;
  color: #efece7;
}

.pdiscount-card p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.pdiscount-card a {
  color: #efece7;
}
    
.pdiscount-card a:hover {
    color: #887554;
}

@media (max-width: 768px) {
  .pdiscount-card {
    flex: 1 1 100%;
  }
}
    
.pdiscount-card {
  position: relative;
}

/* Показываем вертикальный разделитель между карточками (для 1 и 2) */
@media (min-width: 769px) {
  .pdiscount-card:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -10px;
    width: 1px;
    height: 80%;
    background-color: #7d6d53;
    opacity: 0.3;
  }
}

/* Убираем все разделители на мобилке */
@media (max-width: 768px) {
  .pdiscount-card::after {
    display: none;
  }
}