
#area-left {
  background-position: center center;
  background-image: url(https://storge.pic2.me/c/800x1360/601/5a7f677b16f45.jpg);
  background-size: cover;
}

#area-left:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(11 11 11 / 90%);
  background-position: center center;
}

#body-container {
  background-color: transparent;
}

#bar-bg {
  background-color: transparent;
  box-shadow: none;
}

#bar:before {
  position: absolute;
  content: 'Pandora';
  bottom: 0;
  left: -276px;
  width: 50%;
  height: 0px;
  color: #fff;
  font-size: 250px;
  font-weight: 600;
  font-family: 'Graphik LCG';
  transform: rotate(-90deg);
  z-index: -1;
  opacity: .06;
}

#bar .menu .item {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  padding: 6px 0 6px;
}

#bar .menu .item.level-1 {
  text-align: right;
  margin-right: 24px;
}

#bar .menu .item .icon-wrap {
  display: none;
}

#bar .menu .icon-popular {
  display: none;
  
  position: absolute;
  top: 8px;
  left: -36px;
  opacity: .5;
}

#bar .menu .item-wrap .childs {
  box-shadow: 30px 0 30px rgb(0 0 0 / 10%);
  background-color: rgb(11 11 11 / 95%);
}

.fixed-desk-block-wrap {
  color: #fff;
}


.catalog-sections .bg-image {
  background-image: none;
}

.catalog-sections .c-indent {
  background-color: transparent;
}

