/* ALIGN */
#rec32814456,#rec33102092,#rec32819734,#rec33102942,#rec33592028,#rec33106724,#rec33107674,#rec33598788,#rec33598792,#rec33598988,#rec33598992,#rec34380522,#rec34380526,#rec34383530,#rec34383534,#rec34385730,#rec34385734,#rec34388162,#rec34388166,#rec34388114,#rec34388118,#rec34392126,#rec34392130,#rec34393618,#rec32998230,#rec33594444,#rec34407778,#rec34407098,#rec34408920,#rec34408632,#rec34409308,#rec34409678,#rec34410478,#rec34411648,#rec34412292,#rec34412822,#rec35070788{
    text-align: justify;
}


#rec31525474 .tn-elem[data-elem-id="1505095071052"] .tn-atom{
  color: rgb(220,220,226);
  -webkit-font-smoothing: antialiased;
}

/*  МЕНЮ ФИКСИРОВАННОЕ*/
#rec32828280 .t396__artboard,#rec32828282 .t396__artboard
{
    position: fixed;
    z-index: 99;
}


/* АКТИВНЫЙ ПУНКТ МЕНЮ */
#rec32828280 .tn-elem[data-elem-id="1505616986744"]  a:hover,#rec32828280 .tn-elem[data-elem-id="1505617044800"]  a:hover,#rec32828280 .tn-elem[data-elem-id="1505617057693"]  a:hover,#rec32828280 .tn-elem[data-elem-id="1505617066000"]  a:hover,#rec32828280 .tn-elem[data-elem-id="1505617074343"] a:hover,#rec32828280 .tn-elem[data-elem-id="1505617080339"]  a:hover
{

border-bottom: 2px solid #000;
}






/* ВРАЩЕНИЕ */
#rec31525474 .tn-elem[data-elem-id="1505095071052"] .tn-atom{
   animation: rotar 10s -0.5s linear infinite;
}
@keyframes rotar{
  0%{
    transform:rotateY(0deg) scaleX(1.3) scaleY(1.3) ;
  }
  25%{
    transform:rotateY(-180deg) scaleX(1) scaleY(1) ;
  }
  100%{
    transform:rotateY(-360deg) scaleX(1.3) scaleY(1.3) ;
  }
}


/* Body */
 
body {
  left: 0;
  margin: 0;
  position: relative;
  overflow:auto;
}
/* Menu */
 
.menu {
  background: #fff;
  left: -285px; /* прячем меню */
  height: 100%;
  position: fixed;
  width: 285px;
}
 
 
/* Basic CSS */
 
.background {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: fixed;
    background-color: #000;
    opacity: .5;
    z-index: 1000;
    visibility: hidden;
}
 
.menu ul {
  list-style: none;
  margin-right: 20px;
  padding: 50px 0 0 0;
  
}
 
.menu li {
  border-bottom: 1px solid #696969;
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}
 
.menu li:hover {
  cursor: pointer;
  background-color: #696969;
  }
 
.menu a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
 
.icon-close {
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
}
 
.icon-menu {
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
 
.icon-menu img {
  margin-right: 5px;
}