.pbmit-top-left-corner,
.pbmit-top-right-corner {
  display: none;
}

.pbmit-slider-item {
  background: linear-gradient(180deg, #011626 0%, rgba(6, 26, 64, 0) 100%);
}

.pbmit-logo-menuarea {
  background-color: white;
  padding: 57px 24px;
  max-width: 217px;
  max-height: 162px;
  display: flex;
  align-items: center;
  clip-path: polygon(
    0px 0px,              
    calc(100% - 32px) 0px, 
    100% 32px,           
    100% 100%,  
    32px 100%,           
    0px calc(100% - 32px) 
  );
}

.pbmit-base-icon-angle-right {
  /*display: none!important;*/
}

.site-header {
  position: relative!important;
}

.menu-item {
  color: #471c1c!important;
}