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/footer.less
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  margin: -260px auto 0;
  height: 260px;
  background: #fff;
  //background: #BFF08E;
  position: relative;
}
.row-footer-one{
  margin: 60px 0;
}
.row-footer-two{
  margin:24px 0;
}
.footer-splitter{
  height: 1px;
  width: 100%;
  background: #e7eef3;
}
.footer-space-app{
  background: url("./img/spaceapp.svg") no-repeat;
  width: 20px;
  height: 54px;
  position: absolute;
  right: 0;
  bottom: 30px;
}
.footer-menu__item{
  margin-bottom: 15px;
  a {
    font-size: 18px;
    text-decoration: none;
    font-family: "LatoRegular";
    color: @blue;

    &:hover{
      text-decoration: none;
    }
    &:focus{
      text-decoration: none;
    }
  }

}
.footer__copyright{
  margin-top: 13px;
}