/* Add custom CSS styles below */ 

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}


.categories_3 .head_title {
  display: none !important;
}

@media(min-width:992px){
.break-words{
   max-width: 200px !Important 
}
a.block.mburger.mburger--collapse.leading-none {
    display: none !important;
}
}

.NG-categories .grid{
    grid-template-columns: repeat(2, minmax(0, 300px));
}

@media(max-width:480px){
  .NG-categories .grid{
    grid-template-columns: repeat(2, minmax(0, 100px));
}  
}
.NG-categories-8 .grid {
    justify-content: center;
}

.NG-categories-8 .card {
    margin: 0 auto;
}

.NG-categories-8 .text-start{
    text-align: center !important;
    align-items: center;
}  

.NG-categories-8 {
    margin-top: 60px;
}