.heading{
    margin: 0;
}

.ps-section--sellers.detail-page-nav-pills .ps-section__tab .nav-link {
    color: #9A9DA4;

    padding: 0 48px 5px;
    padding: 5px 20px!important;             
}
           
.ps-section--sellers.detail-page-nav-pills .ps-section__tab .nav-link.active {
    color: #333 ;
    text-decoration: none!important;
    border-bottom: 3px solid #e41e23;
}
.for_opisanie p{
    text-align: justify;
    line-height: 1.3;
    font-size: 18px;
}

.price_title{
    color: #e41e23;
    font-size: 24px;
    /*margin-top: 50px;*/
    margin-top: 10px;
}

.pricelist{
    text-align: justify;
    line-height: 1.66667;
    font-size: 18px;
    padding: 30px;
    border-radius: 30px;
    background: #fff9f9;
    margin-top: 10px;
    margin-bottom: 1rem;
}
.pricelist .header{
    font-weight: 500;
}
.pricelist .price-over-filler-container{
    position: relative;z-index: 2;
}
.pricelist .price-over-filler{
    background: #fff9f9;  
    padding-right: 0.5rem;
}
.pricelist .filler {
    border-bottom: 2px dotted #9a9da4;
    width: 100%;
    flex: 1;
    bottom: 9px;
    left: 10px;
    position: relative;
    transition: all 0.4s ease;
}
.pricelist .pricetitle {
    font-size: 18px;
    margin-left: 20px;
}
.pricelist .item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}


.section--promo-rules{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 1rem 0 2rem;
}

.section--promo-rules .promo-file{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    gap: 0.5rem;
    align-items: center;
}
.section--promo-rules .promo-file:hover {
    box-shadow: 0px 4px 4px 4px #f0f2f5;
}

.section--promo-rules .promo-file .promo-img{
    max-width: 3rem;
    height: auto;
    width: 100%;
}
.section--promo-rules .promo-file .promo-link{
    width: 100%;
}

@media only screen and (max-width: 768px){
    .section--promo-rules{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 567px){
    .section--promo-rules{
        grid-template-columns: 1fr;
    }
}