.section-block a{
    color: #000000;
}
.ListCatalognew-item{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 15px;
}
.ListCatalognew-item .text{
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}
.ListCatalognew-item .text{ 
    text-align: center;
}


.ListCatalognew-item .text::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px; 
  bottom: 0;
  left: 0;
  background-color: #ee9136; 
  transform: scaleX(0); 
  transition: transform 0.3s ease-in-out; 
}


.ListCatalognew-item .text:hover{
    color: #ee9136;
    cursor: pointer;
    text-align: center;
}
.ListCatalognew-item .text.active{
    color: #ee9136;
    text-align: center;
    padding-bottom: 10px;
    
}


.ListCatalognew-item .text.active::after {
  transform: scaleX(1); 
}

.ListCatalognew-item .text .f-elem {
    float: none;
    display: block;
}



.section-block .image-section{
    margin-bottom: 12px;
}
.section-block .image-section img{
    width: 100%;
}
.vendors .section-block{
    display: none;
} 
.vendors .section-block:first-of-type {
    display: flex;
}
.vendors .section-block .line{
    margin: 15px 0px;
}
.vendors .section-block .line .block-item a{
    color: #000000;
    text-align: center;
    text-decoration: none;
}
.vendors .section-block a{
    text-decoration: none;
}
.vendors .section-block .line .block-item .title-nover:hover{
    color: #ee9036;
    border-color: #000000;
    text-decoration: underline;
}
.vendors .section-block .line .block-item{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 100%;
    padding: 12px;
    text-align: center;
}
@media (max-width: 767px) {
    .ListCatalognew .ListCatalognew-item .text{
        padding-left: 0;
        font-size: 16px;
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
        transition: width 0.3s ease-in-out; 
    }


    .ListCatalognew .ListCatalognew-item .text::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px; 
        bottom: 0;
        left: 0;
        background-color: #c4c4c4; 
        transform: scaleX(1); 
        transition: transform 0.3s ease-in-out; 
    }
    .ListCatalognew .ListCatalognew-item .text.active::after {
      transform: scaleX(1); 
      background-color: #ee9136; 
    }

    .ListCatalognew .ListCatalognew-item .text.active {
      background-color: #ffffff;
      color: #ee9036;
      text-decoration: none;
      width: auto;
    }
}

