  @media(max-width:991px){
  header:after {
    z-index: 0;
  }
  .header .category-action {
    position: relative;
    z-index: 3;
  }
  .header{
    position: relative;
  }
} 
.contact-phone{
  display: flex;
  align-items: center;
}
.contact-phone svg{
  margin-right:5px
}
.item_product_main .image_thumb img {
    padding: 15px;
    background: transparent;
} 
.blog-aside .introduction-box-text .title{
      font-size: 22px;
} 
.article-image{
  display:none
} 
.section-library__item img{
  height:100%
}
.section-library .gallery-top a {
    width: 100%;
} 
.item_product_main .product-info > p{
  display:none;
}
body{
	color:var(--grey_color);
}
:root {
    --grey_color: #444444;
} 
.item_product_main {
    margin-bottom: 0!important;
        border: 1px solid #eaeaea;
    height:100%
}
.product-col{
  margin-bottom:30px;
}
.product-col > .product-col{
margin-bottom:0
}
.item_product_main:hover {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
} 
.bg-header-nav{
  position: relative;
  z-index: 3;
}