.main-container{
  display: flex;
  position: relative;
  border: none;
  width: 100%;
}

.main-container::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index:99;
  background-image: none;
  background-size: cover;
  opacity: 0.1;
}

.titlelogo{
  margin-top: 40px;
}

.topline{
  width: 100%;
}

.halptoplineleft{
  width: 30%;
}

.halptoplineright{
  width: 70%;
}

.selectlanguage img{
  margin-bottom: 10px;
}

.titlephone a{
  font-size: large;
}

.titleemail a{
  font-size: large;
}

.halptoplineright img{
  max-width: 32px;
}

.titlelogo {
  margin-top: 40px;
  margin-bottom: 10px;
}

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

.titleabout{
  width: 90%;
  font-size: large;
}

.productsblock{
  display: block;
  width: 100%;
  margin-left: 90px;
}

.productitemtype {
  padding-top: 10px;
  width: 180px;
  height: 180px;
}

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

