.lp-header{
   position:absolute;
   top:0;
   left:0;
   right:0;
   margin:0 auto;
   z-index:2;
}

body .lp-header-container .logo{
  /*background: #fff;*/
  max-width: 173px;
  margin: 0 auto;
  float: none;
  /*padding: 16px 13px 0px;*/
  box-sizing: border-box;
  position: relative;
}

/*.lp-header-container .logo:after{
  position: absolute;
  right: -2px;
  bottom: -18px;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 18px solid #fff;
  border-left: 175px solid transparent;
  z-index: 1;
  transform: rotate(-180deg);*/
}


@media(max-width:1024px){

/*.lp-header-container .logo:after{
    right: -1px;
    bottom: -13px;
    border-bottom: 14px solid #fff;
    border-left: 174px solid transparent;*/
}
}


@media(max-width:767px){

body .lp-header-container .logo{
   max-width: 121px;  
}
  
/*.lp-header-container .logo:after {
    right: -1px;
    bottom: -14px;
    border-bottom: 14px solid #fff;
    border-left: 122px solid transparent;*/
}
}