.preloader-1 {
  margin: 100px auto 0;
  width: 66px;
  height: 12px;
}

.preloader-2 {
  /* margin: 120px auto 0; */

}
/*
div {
  color: #fff;
  margin: 5px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
}
*/
.preloader-1 .line {
  width: 1px;
  height: 15px;
  background: #fff;
  margin: 0 1px;
  display: inline-block;
  animation: opacity-1 1000ms infinite ease-in-out;
}

.preloader-2 .line {
  width: 1px;
  height: 15px;
  background: #287BB2;
  margin: 0 1px;
  display: inline-block;
  animation: opacity-2 1000ms infinite ease-in-out;
}
.pltxt {
	float:left;
	text-transform:uppercase;
	  font-size: 15px;
	  letter-spacing: 2px;
	  color:rgba(40, 123, 178,1);
	  margin-top: 0px;

}
.planim{
	float:right;
	margin-left:10px;
}
.preloader-1 .line-1, .preloader-2 .line-1 { animation-delay: 800ms; }
.preloader-1 .line-2, .preloader-2 .line-2 { animation-delay: 600ms; }
.preloader-1 .line-3, .preloader-2 .line-3 { animation-delay: 400ms; }
.preloader-1 .line-4, .preloader-2 .line-4 { animation-delay: 200ms; }
.preloader-1 .line-6, .preloader-2 .line-6 { animation-delay: 200ms; }
.preloader-1 .line-7, .preloader-2 .line-7 { animation-delay: 400ms; }
.preloader-1 .line-8, .preloader-2 .line-8 { animation-delay: 600ms; }
.preloader-1 .line-9, .preloader-2 .line-9 { animation-delay: 800ms; }

@keyframes opacity-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 15px;
  }
  50% {
    opacity: 0;
    height: 12px;
  }
  100% {
    opacity: 1;
    height: 15px;
  }
}


/*
	********************
*/

.grid-big {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  width: 25px;
  height: 25px;
}

.grid-mini {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0px;
  top: auto;
  bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  width: 25px;
  height: 35px;
}

/****** LOADING GRID #1 ******/
.cell-1 {
  width: 10px;
  height: 10px;
  background: #5c002e;
  border-radius: 50%;
  margin: 2px;
  animation: quick-glow 1.25s 0.3s infinite linear;
  -webkit-animation: quick-glow 1.25s 0.3s infinite linear;
}

.cell-1:nth-child(7) {
  animation: quick-glow 1.25s 0.15s infinite linear;
  -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(8) {
  animation: quick-glow 1.25s 0.15s infinite linear;
  -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(9) {
  animation: quick-glow 1.25s 0.15s infinite linear;
  -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(12) {
  animation: quick-glow 1.25s 0.15s infinite linear;
  -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(14) {
  animation: quick-glow 1.25s 0.15s infinite linear;
  -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(17) {
  animation: quick-glow 1.25s 0.15s infinite linear;
  -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(18) {
  animation: quick-glow 1.25s 0.15s infinite linear;
  -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(19) {
  animation: quick-glow 1.25s 0.15s infinite linear;
  -webkit-animation: quick-glow 1.25s 0.15s infinite linear;
}

.cell-1:nth-child(13) {
  animation: quick-glow 1.25s infinite linear;
  -webkit-animation: quick-glow 1.25s infinite linear;
}

/****** LOADING GRID #2 ******/
.cell-2 {
  width: 10px;
  height: 10px;
  background: #5c002e;
  border-radius: 50%;
  margin: 2px;
}

.cell-2:nth-child(1) {
  animation: quick-glow 2.5s 0s infinite linear;
  -webkit-animation: quick-glow 2.5s 0s infinite linear;
}

.cell-2:nth-child(2) {
  animation: quick-glow 2.5s 0.1s infinite linear;
  -webkit-animation: quick-glow 2.5s 0.1s infinite linear;
}

.cell-2:nth-child(3) {
  animation: quick-glow 2.5s 0.2s infinite linear;
  -webkit-animation: quick-glow 2.5s 0.2s infinite linear;
}

.cell-2:nth-child(4) {
  animation: quick-glow 2.5s 0.3s infinite linear;
  -webkit-animation: quick-glow 2.5s 0.3s infinite linear;
}

.cell-2:nth-child(5) {
  animation: quick-glow 2.5s 0.4s infinite linear;
  -webkit-animation: quick-glow 2.5s 0.4s infinite linear;
}

.cell-2:nth-child(10) {
  animation: quick-glow 2.5s 0.5s infinite linear;
  -webkit-animation: quick-glow 2.5s 0.5s infinite linear;
}

.cell-2:nth-child(15) {
  animation: quick-glow 2.5s 0.6s infinite linear;
  -webkit-animation: quick-glow 2.5s 0.6s infinite linear;
}

.cell-2:nth-child(20) {
  animation: quick-glow 2.5s 0.7s infinite linear;
  -webkit-animation: quick-glow 2.5s 0.7s infinite linear;
}

.cell-2:nth-child(25) {
  animation: quick-glow 2.5s 0.8s infinite linear;
  -webkit-animation: quick-glow 2.5s 0.8s infinite linear;
}

.cell-2:nth-child(24) {
  animation: quick-glow 2.5s 0.9s infinite linear;
  -webkit-animation: quick-glow 2.5s 0.9s infinite linear;
}

.cell-2:nth-child(23) {
  animation: quick-glow 2.5s 1s infinite linear;
  -webkit-animation: quick-glow 2.5s 1s infinite linear;
}

.cell-2:nth-child(22) {
  animation: quick-glow 2.5s 1.1s infinite linear;
  -webkit-animation: quick-glow 2.5s 1.1s infinite linear;
}

.cell-2:nth-child(21) {
  animation: quick-glow 2.5s 1.2s infinite linear;
  -webkit-animation: quick-glow 2.5s 1.2s infinite linear;
}

.cell-2:nth-child(16) {
  animation: quick-glow 2.5s 1.3s infinite linear;
  -webkit-animation: quick-glow 2.5s 1.3s infinite linear;
}

.cell-2:nth-child(11) {
  animation: quick-glow 2.5s 1.4s infinite linear;
  -webkit-animation: quick-glow 2.5s 1.4s infinite linear;
}

.cell-2:nth-child(6) {
  animation: quick-glow 2.5s 1.5s infinite linear;
  -webkit-animation: quick-glow 2.5s 1.5s infinite linear;
}

.cell-2:nth-child(7) {
  animation: quick-glow 2.5s 1.6s infinite linear;
  -webkit-animation: quick-glow 2.5s 1.6s infinite linear;
}

.cell-2:nth-child(8) {
  animation: quick-glow 2.5s 1.7s infinite linear;
  -webkit-animation: quick-glow 2.5s 1.7s infinite linear;
}

.cell-2:nth-child(9) {
  animation: quick-glow 2.5s 1.8s infinite linear;
  -webkit-animation: quick-glow 2.5s 1.8s infinite linear;
}

.cell-2:nth-child(14) {
  animation: quick-glow 2.5s 1.9s infinite linear;
  -webkit-animation: quick-glow 2.5s 1.9s infinite linear;
}

.cell-2:nth-child(19) {
  animation: quick-glow 2.5s 2s infinite linear;
  -webkit-animation: quick-glow 2.5s 2s infinite linear;
}

.cell-2:nth-child(18) {
  animation: quick-glow 2.5s 2.1s infinite linear;
  -webkit-animation: quick-glow 2.5s 2.1s infinite linear;
}

.cell-2:nth-child(17) {
  animation: quick-glow 2.5s 2.2s infinite linear;
  -webkit-animation: quick-glow 2.5s 2.2s infinite linear;
}

.cell-2:nth-child(12) {
  animation: quick-glow 2.5s 2.3s infinite linear;
  -webkit-animation: quick-glow 2.5s 2.3s infinite linear;
}

.cell-2:nth-child(13) {
  animation: quick-glow 2.5s 2.4s infinite linear;
  -webkit-animation: quick-glow 2.5s 2.4s infinite linear;
}

/****** LOADING GRID #3 ******/
.cell-3 {
  width: 10px;
  height: 10px;
  background: #5c002e;
  border-radius: 50%;
  margin: 2px;
}

.cell-3:nth-child(2n+1) {
  animation: glow 1.2s infinite linear;
  -webkit-animation: glow 1.2s infinite linear;
}

.cell-3:nth-child(2n) {
  animation: glow 1.2s 0.6s infinite linear;
  -webkit-animation: glow 1.2s 0.6s infinite linear;
}

/****** LOADING GRID #4 ******/
.grid-big:nth-child(4) {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.cell-4 {
  width: 2px;
  height: 2px;
  /* background: #5c002e; */
  background: #0F2438;
  border-radius: 50%;
  margin: 1px;

}

.cell-4:nth-child(1) {
  animation: quick-glow 1s 0.5s infinite linear;
  -webkit-animation: quick-glow 1s 0.5s infinite linear;
}

.cell-4:nth-child(2) {
  animation: quick-glow 1s 0.4s infinite linear;
  -webkit-animation: quick-glow 1s 0.4s infinite linear;
}

.cell-4:nth-child(3) {
  animation: quick-glow 1s 0.3s infinite linear;
  -webkit-animation: quick-glow 1s 0.3s infinite linear;
}

.cell-4:nth-child(4) {
  animation: quick-glow 1s 0.2s infinite linear;
  -webkit-animation: quick-glow 1s 0.2s infinite linear;
}

.cell-4:nth-child(5) {
  animation: quick-glow 1s 0.1s infinite linear;
  -webkit-animation: quick-glow 1s 0.1s infinite linear;
}

.cell-4:nth-child(6) {
  animation: quick-glow 1s 0s infinite linear;
  -webkit-animation: quick-glow 1s 0s infinite linear;
}

.cell-4:nth-child(7) {
  animation: quick-glow 1s -0.1s infinite linear;
  -webkit-animation: quick-glow 1s -0.1s infinite linear;
}

.cell-4:nth-child(8) {
  animation: quick-glow 1s -0.2s infinite linear;
  -webkit-animation: quick-glow 1s -0.2s infinite linear;
}

.cell-4:nth-child(9) {
  animation: quick-glow 1s -0.3s infinite linear;
  -webkit-animation: quick-glow 1s -0.3s infinite linear;
}

.cell-4:nth-child(10) {
  animation: quick-glow 1s -0.4s infinite linear;
  -webkit-animation: quick-glow 1s -0.4s infinite linear;
}

.cell-4:nth-child(11) {
  animation: quick-glow 1s -0.5s infinite linear;
  -webkit-animation: quick-glow 1s -0.5s infinite linear;
}

.cell-4:nth-child(12) {
  animation: quick-glow 1s -0.6s infinite linear;
  -webkit-animation: quick-glow 1s -0.6s infinite linear;
}

.cell-4:nth-child(13) {
  animation: quick-glow 1s -0.7s infinite linear;
  -webkit-animation: quick-glow 1s -0.7s infinite linear;
}

.cell-4:nth-child(14) {
  animation: quick-glow 1s -0.8s infinite linear;
  -webkit-animation: quick-glow 1s -0.8s infinite linear;
}

.cell-4:nth-child(15) {
  animation: quick-glow 1s -0.9s infinite linear;
  -webkit-animation: quick-glow 1s -0.9s infinite linear;
}

.cell-4:nth-child(16) {
  animation: quick-glow 1s -1s infinite linear;
  -webkit-animation: quick-glow 1s -1s infinite linear;
}

.cell-4:nth-child(17) {
  animation: quick-glow 1s -1.1s infinite linear;
  -webkit-animation: quick-glow 1s -1.1s infinite linear;
}

.cell-4:nth-child(18) {
  animation: quick-glow 1s -1.2s infinite linear;
  -webkit-animation: quick-glow 1s -1.2s infinite linear;
}

.cell-4:nth-child(19) {
  animation: quick-glow 1s -1.3s infinite linear;
  -webkit-animation: quick-glow 1s -1.3s infinite linear;
}

.cell-4:nth-child(20) {
  animation: quick-glow 1s -1.4s infinite linear;
  -webkit-animation: quick-glow 1s -1.4s infinite linear;
}

.cell-4:nth-child(21) {
  animation: quick-glow 1s -1.5s infinite linear;
  -webkit-animation: quick-glow 1s -1.5s infinite linear;
}

.cell-4:nth-child(22) {
  animation: quick-glow 1s -1.6s infinite linear;
  -webkit-animation: quick-glow 1s -1.6s infinite linear;
}

.cell-4:nth-child(23) {
  animation: quick-glow 1s -1.7s infinite linear;
  -webkit-animation: quick-glow 1s -1.7s infinite linear;
}

.cell-4:nth-child(24) {
  animation: quick-glow 1s -1.8s infinite linear;
  -webkit-animation: quick-glow 1s -1.8s infinite linear;
}

.cell-4:nth-child(25) {
  animation: quick-glow 1s -1.9s infinite linear;
  -webkit-animation: quick-glow 1s -1.9s infinite linear;
}

.cell-4:nth-child(6) {
  animation: quick-glow 1s 0s infinite linear;
  -webkit-animation: quick-glow 1s 0s infinite linear;
}

.cell-4:nth-child(7) {
  animation: quick-glow 1s 0.1s infinite linear;
  -webkit-animation: quick-glow 1s 0.1s infinite linear;
}

.cell-4:nth-child(8) {
  animation: quick-glow 1s 0.2s infinite linear;
  -webkit-animation: quick-glow 1s 0.2s infinite linear;
}

.cell-4:nth-child(9) {
  animation: quick-glow 1s 0.3s infinite linear;
  -webkit-animation: quick-glow 1s 0.3s infinite linear;
}

.cell-4:nth-child(10) {
  animation: quick-glow 1s 0.4s infinite linear;
  -webkit-animation: quick-glow 1s 0.4s infinite linear;
}

.cell-4:nth-child(16) {
  animation: quick-glow 1s 0s infinite linear;
  -webkit-animation: quick-glow 1s 0s infinite linear;
}

.cell-4:nth-child(17) {
  animation: quick-glow 1s 0.1s infinite linear;
  -webkit-animation: quick-glow 1s 0.1s infinite linear;
}

.cell-4:nth-child(18) {
  animation: quick-glow 1s 0.2s infinite linear;
  -webkit-animation: quick-glow 1s 0.2s infinite linear;
}

.cell-4:nth-child(19) {
  animation: quick-glow 1s 0.3s infinite linear;
  -webkit-animation: quick-glow 1s 0.3s infinite linear;
}

.cell-4:nth-child(20) {
  animation: quick-glow 1s 0.4s infinite linear;
  -webkit-animation: quick-glow 1s 0.4s infinite linear;
}

/****** HEART ******/
.cell-mini {
  width: 10px;
  height: 10px;
  background: #5c002e;
  border-radius: 50%;
  margin: 2px;
  margin: 0;
  width: 5px;
  height: 5px;
  background: #1D1F20;
}

.cell-mini:nth-child(2) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(4) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(6) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(8) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(10) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(11) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(15) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(17) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(19) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

.cell-mini:nth-child(23) {
  background: #FF2995;
  animation: glow 1.5s infinite linear;
  -webkit-animation: glow 1.5s infinite linear;
}

/****** KEYFRAME ANIMATIONS ******/
@keyframes quick-glow {
  15% {
    z-index: 99;
    background: #FF2995;
    box-shadow: 0 0 10px 2px #FF2995;
  }
}
@keyframes glow {
  50% {
    z-index: 99;
    background: #FF2995;
    box-shadow: 0 0 10px 2px #FF2995;
  }
}
@-webkit-keyframes quick-glow {
  15% {
    z-index: 99;
    background: #287BB2;
    box-shadow: 0 0 10px 2px #287BB2;
  }
}
@-webkit-keyframes glow {
  50% {
    z-index: 99;
    background: #FF2995;
    box-shadow: 0 0 10px 2px #FF2995;
  }
}


/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Oswald);*/

#ruLogox {
    background: 50% 100% / 50% 50% no-repeat
    radial-gradient(ellipse at bottom, #287BB2, transparent, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 10px;
    font-family: "Source Sans Pro", sans-serif;
    animation: reveal 3000ms ease-in-out forwards 200ms,
    glow 2500ms linear infinite 2000ms;
    @keyframes reveal {
        80%{
            letter-spacing: 8px;
        }
        100% {
            background-size: 300% 300%;
        }
    }
    @keyframes glow {
        40% {
            text-shadow: 0 0 8px #fff;
        }
    }
}

#ruLogo{
    animation: glitch 1s linear infinite;
}

@keyframes glitch{
    2%,64%{
        transform: translate(2px,0) skew(0deg);
    }
    4%,60%{
        transform: translate(-2px,0) skew(0deg);
    }
    62%{
        transform: translate(0,0) skew(5deg);
    }
}

#ruLogo:before,
#ruLogo:after{
    content: attr(title);
    position: absolute;
    left: 0;
}

#ruLogo:before{
    animation: glitchTop 1s linear infinite;
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
    2%,64%{
        transform: translate(2px,-2px);
    }
    4%,60%{
        transform: translate(-2px,2px);
    }
    62%{
        transform: translate(13px,-1px) skew(-13deg);
    }
}

#ruLogo:after{
    animation: glitchBotom 1.5s linear infinite;
    clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
    2%,64%{
        transform: translate(-2px,0);
    }
    4%,60%{
        transform: translate(-2px,0);
    }
    62%{
        transform: translate(-22px,5px) skew(21deg);
    }
}


.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #287BB2;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
