.main-container{
  position: relative;
  border: 1px solid #000;
}

.main-container::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index:99;
  background-image: url(img/warehouse.png);
  background-size: cover;
  opacity: 0.1;
}

.titlelogo{
  margin-top: 40px;
}

.topline{
  display: flex;
  width: 100%;
}

.titlelogo{
  margin-top: 40px;
}

.titleaboutcontainer{
  align-items: center;
  margin-top: 40px;
}

.titleabout{
  font-size: x-large;
}

.productsblock{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.productitemtype {
  width: 160px;
  height: 160px;
}

.productitemtype img{
  max-width: 120px;
  max-height: 120px;
}

