body .news-block__title_nb {
  color: var(--on_gr_bg_acc_text);
}
body .news-block__item_nb {
  width: calc(25% - 30px);
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0 15px 30px;
}
body .news-block__item_image_nb {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  margin: 0 0 10px;
}
body .news-block__item_image_nb a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .news-block__item_image_nb a img {
  max-height: 100%;
}
body .news-block__item_image_nb a img.no-img {
  background: url(/g/shop2v2/default/images/noimage.png) 50% 50% no-repeat;
}
body .news-block__time_nb {
  font-style: normal;
  font-size: 13px;
  line-height: 1.1;
  color: var(--on_gr_bg_sec_text_6);
  margin-bottom: 13px;
  padding: 0;
}
body .news-block__item_top_more a {
  transition: border 0.3s;
  border-bottom: 1px solid var(--on_gr_bg_sec_text);
  text-decoration: none;
  font-weight: var(--font2_700);
  font-family: var(--font2);
  font-size: 14px;
  color: var(--on_gr_bg_sec_text);
}
body .news-block__item_top_more a:hover {
  border-bottom-color: transparent;
}
body .news-block__item_title_nb {
  display: inline;
}
@media (max-width: 1260px) {
  body .news-block__item_nb {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 960px) {
  body .news-block__item_nb {
    width: calc(33.33% - 20px);
  }
  body .news-block__wrap_nb {
    margin: 0 -10px;
  }
}
@media (max-width: 640px) {
  body .news-block__item_nb {
    width: calc(50% - 20px);
  }
  body .news-block__item_title_nb {
    font-size: 16px;
  }
  body .news-block__time_nb {
    margin-bottom: 7px;
  }
}
@media (max-width: 480px) {
  body .news-block__wrap_nb {
    margin: 0 -5px;
  }
  body .news-block__item_nb {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  body .news-block__item_title_nb {
    font-size: 15px;
  }
  body .news-block__item_top_more a {
    font-size: 13px;
  }
  body .news-block__item_top_nb {
    margin-bottom: 8px;
  }
}
body .site-header__folder_menu > li.del_subcat ul {
  display: none !important;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-name {
  text-transform: capitalize;
}
