/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
 .rotated-text {
     display: inline-block;
     overflow: hidden;

     width: 2.5em;
     line-height: 1.5;
     text-align: center;
 }
 .rotated-text__inner {
     display: inline-block;
     white-space: nowrap;

     transform: translate(0,100%) rotate(-90deg);
     transform-origin: 0 0;
 }
.rotated-text__inner:after {
     content: "";
     float: left;
     margin-top: 80%;

     text-align: center;
 }
 .rotated-text__inner li{
     list-style: none;
     line-height: 15px;
 }
  .inf li{
        word-break: break-all;
        list-style: none;
        line-height: 17px;
        margin-left: -25px;
        text-align: center;
    }
    
    .page_footer {
   

  /*Минус Высота футера*/
  height: 0;
  
}