HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/themes/medialider/less/header.less
/* Header
-----------------------------------------------------------------------------*/
.header {
 width: 100%;
  background: #fff;
  position: relative;
  z-index: 90;
  .ml-btn,.contain-logo,.header-phone-block{
    margin: 15px auto;
  }
}
.header_hide{
  display: none;
}
.logo{
  background: url("./img/logo-header.png") no-repeat;
  width: 157px;
  height: 45px;
}
.contain-logo{
  width: 157px;
  height: 45px;
  margin: 0 auto;
}
.phone-number{
  color: #343a64;
  display: inline-block;
  vertical-align: middle;
}
.header-phone-block{
  text-align: right;
  .burger-btn{
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .col-xs-text-center {
    text-align: center;
  }
}
.header_fixed{
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .header-container{
    padding: 0 115px;
   }
}
.header-container{
   position: relative;

}

.padding-from-header-absolute{
  padding-top:76px;
}
.header-absolute{
  height: 76px;
  position: absolute;
  top:0;

}