html {
   min-height: 100%
}
body {
   min-height: 100%;
   margin:0;
   padding:0;
   font: 15px Tahoma;
   font-weight: 600;
   color:#000;
}

.bg-transparent {
    background-color: transparent !important;
}
.content {
   padding-bottom: 0;
}
/* Фон формы авторизации */

.ppp1 {
   font-size: 40px;
   max-width: 900px;
   margin: 40px 800px auto 0;
   text-align: left;
}
.ppp2 {
   font-size: 32px;
   margin-right: 877px;
}

.bg-grad{
   position: fixed;
   z-index:-1;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   -webkit-transition: opacity 1s linear;
   transition: opacity 1s linear;
   background: #f17009;
}
.bg-grad:after{
   position: fixed;
   width:100%;
   height:100%;
   top:0px;
   left:0px;
   content: '';
   background: transparent url(../images/pattern.html) repeat top left;}

.bg-grad.active{
   opacity: 1;
}

.bg-grad.one{
   background: url(../img/1.jpg) no-repeat;
   background-size:cover;
   -webkit-background-size:cover;
}
.bg-grad.one:before {content: "";position:absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.0);}

.bg-grad.two{
   background: url(../img/2.jpg) no-repeat;
   background-size:cover;
   -webkit-background-size:cover;
}
.bg-grad.two:before {content: "";position:absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.0);}

.bg-grad.three{
   background: url(../img/3.jpg) no-repeat;
   background-size:cover;
   -webkit-background-size:cover;}
.bg-grad.three:before {content: "";position:absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.0);}

.bg-grad.four{
   background: url(../img/4.jpg) no-repeat;
   background-size:cover;
   -webkit-background-size:cover;}
.bg-grad.four:before {content: "";position:absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.0);}

.bg-grad.five{
   background: url(../img/55.png) no-repeat;
   background-size:cover;
   -webkit-background-size:cover;}
.bg-grad.five:before {content: "";position:absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.0);}
#p_prldr{
   position: fixed;
   left: 0;
   top: 0;
   right:0;
   bottom:0;
   background: #ffffff;
   z-index: 30;}

.contpre small{font-size:25px;}

.contpre{
   width: 250px;
   height: 100px;
   position: absolute;
   left: 50%;top: 48%;
   margin-left:-125px;
   margin-top:-75px;
   color:#000;
   font-size:40px;
   letter-spacing:-2px;
   text-align:center;
   line-height:35px;}

#p_prldr .svg_anm {
   position: absolute;
   width: 41px;
   height: 41px;
   background: url(../img/pre2.svg) center center no-repeat;
   background-size:41px;
   margin: -16px 0 0 -16px;}
