.min
{min-width:1280px;
}
@font-face {
    font-family: Cambria; /* Гарнитура шрифта */
    src: url(../fonts/cambria.ttf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: anastasiascript; /* Гарнитура шрифта */
    src: url(../fonts/anastasiascript.ttf); /* Путь к файлу со шрифтом */
   }
      /*****************ПРЕДЗАГРУЗКА***********************/
#beautyloader>p{display:none;}
#beautyloader_preload{display: block;
position: fixed;
z-index: 99999;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-width: 1000px;
background: #000000 url(../images/preloader.gif) center center no-repeat;
background-size:459px;}

/**Tooltip**/
a.tooltips {
  position: relative;
  display: inline;
  cursor: default;
}
a.tooltips span {
  position: absolute;
  width:340px;
  color: #0C82EC;
  text-shadow: 0px 0px 1px #0C82EC;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 9px #0C82EC;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 22%;
  left: 100%;
  margin-top: 0px;
  width: 0; height: 0;
  border-left: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  right: 100%;
  top: 50%;
  margin-top: -30px;
  margin-right: 15px;
  font-size: 18px;
  font-family: Cambria;
  z-index: 999;
}