@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro:400,700|Montserrat:100,200,300,400,500,600,700,800,900&subset=cyrillic');
body,
html {

   font-family: 'Montserrat', sans-serif;
    
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}


*{
    outline:none;
}


.over {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#particles-js{
    z-index: 1;
}

/*nav*/
nav{

    padding: 5px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
nav.shown{
    background: #dadbe0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}

.logo img{
        -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 65px;
}
.shown .logo img{
    height: 40px;
}
.nav-left {

    float: right;
}
.app{
    cursor: pointer;
    margin-top: 15px;
    padding: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9);
    
    border-radius: 25px;
    text-transform: uppercase;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.app:hover{
    background: #013e4f;

     
}
.app:active{
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
nav.shown .app{
    display: none;
}
.lang a{
    float: left;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 25px;
}
.lang a:nth-child(n+2){
    margin-left: 5px;
}
.shown .lang a{
    margin-top: 7px;
    border: 0px solid transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.lang a div{
    position: relative;
    vertical-align: top;
    border-radius: 25px;
    width: 35px;
    height: 22px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.lang a.active div:after{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: url(../img/green.svg) 50% no-repeat;
    background-size: contain;
    position: absolute;
}
.en div{
   background-image: url(../img/us.png); 
}
.ru div{
       background-image: url(../img/ru.png); 
}
.de div{
       background-image: url(../img/de.png); 
}
.fr div{
       background-image: url(../img/fr.png); 
}
.es div{
       background-image: url(../img/spain.png); 
}
/*header*/
header{
    overflow: hidden;
    position: relative;
    height: 100vh;
	min-height:500px;
        background: url(../img/bg.jpg) 50% 100% no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wrap{
    z-index: 1;
}
header .over{
background: rgba(0, 0, 0, 0.63);
}
.logob{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.logob div{
    display: table-cell;

}
.logob div:first-child img{
    height: 184px;
}
.logob img{
    
    height: 140px;
}
header h1{
    height: 96px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}

header .btn{
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9); 
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
header .btn:hover{
    background: #013e4f;
}
.btn{
    padding: 10px 30px;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    background: #013e4f;
    color: #fff;
/*
        border: 1px solid rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.btn:hover{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); 
}

.btn:before, .btn:after{
    left: -60px;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    width: 50px;
    height: 50px;
    content: "";
    background: url(../img/down.svg) 50% no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 120%;
}
.btn:after{
    left: auto;
    right: -60px;
        -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*scroll*/
.scroll{
    
    z-index: 1;
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    cursor: pointer;
    
    margin-left: -15px;
}
.scroll .mouse{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}
.scroll .wheel{
    width: 4px;
    height: 4px;
    top: 10px;
    left: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    border-radius: 50%;
    margin-left: -2px;
    animation-name: scroll-wheel;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes scroll-wheel{
    from{
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to{
        transform: translate3d(0, 10px, 0);
        opacity: 0;
    }
}

/*section1*/
.sec1{
position: relative;
    padding: 50px 0;
min-height: 800px;
overflow: hidden;
padding-bottom: 150px;
} 
.leo{

width: 360px;
display: inline-block;
left:50%;
margin-left : -180px;

}
.abt{
    top: 80px;
    position: absolute;
}
.fix{
    top:80px;
    position: fixed;
}
.abb{
    bottom: 0;
    position: absolute;
}
.leo img{
    width: 100%;
}

.string{
display: none;
}
.leo-text{
    width: 276px;
    left: -12px;
    float: right;
    font-weight: 700;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #013e4f;
color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    height: 125px;
    
    border-radius: 20px;
}
.leo-text:after{
    position: absolute;
    right: 50px;
    bottom: -20px;
    content: "";
    border-width: 20px 20px;
    border-style: solid;
    border-color:#013e4f  transparent transparent #013e4f;
}

.sec1 ul{
    margin-top: 50px;
}
.s1p{
    cursor: pointer;
    position: relative;
    background: #CCCCCC;
    text-align: center;
    margin-top: 30px;
    border-radius: 25px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

}
.s1p figure{
    position: relative;
}
.s1p img{
    width: 100%;
}
.s1p h3{
    position: relative;
    padding: 15px 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.49);
    letter-spacing: 1px;

}
.s1p:hover{
        text-decoration: underline;
}

.s1p p{
    padding: 15px;
    text-align: left;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
    overflow-y: scroll;

}

.s1p.active p{
    opacity: 1;
}

.yellow .s1p{background: #FFE026; }
.green .s1p{background: #48E301; }
.red .s1p{background: #F40000; }
.blue .s1p{background: #008ED6; }
.purple .s1p{background: #971ED5; }
.salad .s1p{background: #B9FC01; }
.orange .s1p{background: #FF891F; }
/*section2*/
section{
    padding: 50px 0;
}
section h2{
overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
}
section h2 span{
    color: #013E4F;
}
.sec2{
    overflow: hidden;
        perspective: 500px;
    transform-style: preserve-3d;
    position: relative;
background: url(../img/white.gif);
    background-attachment: fixed;
    position: relative;

}

.sec2 ul li{
    display: table;
    margin-top: 30px;
    width: 100%;
    
    font-size: 22px;
    background: #fff;
    padding: 20px;
        border-radius: 25px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.sec2 ul li:hover .figure{
    animation: bounce 1s ease-in-out 0s infinite;

}
.sec2 ul li p{
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}
.figure{
    width: 60px;
    display: table-cell;
    vertical-align: middle;
}
.figure div{
    width: 60px;
    height: 60px;

    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.sec2 ul li:nth-child(1) .figure div{background-image:url(../img/orange.svg)}
.sec2 ul li:nth-child(2) .figure div{background-image:url(../img/green.svg)}
.sec2 ul li:nth-child(3) .figure div{background-image:url(../img/red.svg)}
.sec2 ul li:nth-child(4) .figure div{background-image:url(../img/blue.svg)}
.sec2 ul li:nth-child(5) .figure div{background-image:url(../img/purple.svg)}

/*section3*/
.sec3{
    overflow: hidden;
    text-align: center;
    padding: 0;
}
.cubes{

    display: inline-block;
    position: relative;
}
.cubes img{
    width: 100%;

}
.cubes li{
    

    left: 0;
    top: 0;
    position: absolute;
}
.cubes li:nth-child(1){
    top: 8%;
    left: 42%;
}
.cubes li:nth-child(2){
    top: 15%;
    left: 66%;
}
.cubes li:nth-child(3){
    top: 40%;
    left: 76%;
}
.cubes li:nth-child(4){
    top: 62%;
    left: 61%;
}
.cubes li:nth-child(5){
    top: 65%;
    left: 34%;
}
.cubes li:nth-child(6){
    top: 48%;
    left: 13%;

}
.cubes li:nth-child(7){
    top: 23%;
    left: 17%;

}
.cubes li i{
    cursor: pointer;
    display: inline-block;

    font-style: normal;
        font-size: 90px;
    font-weight: 900;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.cubes li.active i, .cubes li:hover i{
    -webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.sec3 ol{
    position: relative;
    z-index: 1;
}
.sec3 ol li{
    cursor: pointer;
    position: relative;
    font-weight: 700;

    font-size: 20px;
        padding: 10px;
    
    border-radius: 25px;
    border-bottom: 5px solid;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}
.sec3 ol li{
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
.sec3 ol li.active{
box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.cube_left{
    margin-top: 100px;
    width: 120%;
} 
.cube_right{
    float: right;
    margin-top: 60px;
    width: 120%;
} 

.cube_left li:nth-child(1){
    background: #FF7F16;
    border-color: #b5580b;
    
}
.cube_left li:nth-child(2){
    background: #F80000;
    border-color: #c40000;
    margin-top: 50px;
}
.cube_left li:nth-child(3){
    background: #8A16C3;
    border-color: #630a8e;
    margin-top: 50px;
}

.cube_right li:nth-child(1){
    background: #FCCC00;
    border-color: #c9a300;
    
}
.cube_right li:nth-child(2){
    background: #ABF200;
    border-color: #6FA602;
    margin-top: 30px;
}
.cube_right li:nth-child(3){
    background: #4DE500;
    border-color: #009F00;
    margin-top: 30px;
}
.cube_right li:nth-child(4){
    background: #0094DE;
    border-color: #005480;
    margin-top: 30px;
}

.logs{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -60px;
}
.logs img{
    height: 70px;
    width: auto;
}

/*section4*/
.sec4{
    overflow: hidden;
        perspective: 500px;
    transform-style: preserve-3d;
    position: relative;
background: url(../img/white.gif);
    background-attachment: fixed;
    position: relative;

}
.leo1 img{
    width: 100%;
}
.leo1 .h1{
    font-weight: 700;
    width: 276px;
    left: -3px;
    float: right;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #013e4f;
color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    height: 121px;
    
    border-radius: 20px;
}
.leo1 .h1:after{
    position: absolute;
    right: 50px;
    bottom: -20px;
    content: "";
    border-width: 20px 20px;
    border-style: solid;
    border-color:#013e4f  transparent transparent #013e4f;
}
.form1{
    border-radius: 25px;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.form1 > span{
    font-size: 24px;
}
.form1 > span strong{
    text-transform: uppercase;
}
.inp{
    position: relative;
     text-align: left;
    margin-top: 13px;
}
input[type=text],input[type=tel],input[type=email], textarea, select{
    padding: 9px;
    width: 100%;
    background-color: #fff;
    border:1px solid #a5a5a5;
    box-sizing: border-box;
    border-radius: 25px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
select {
    background-image: url(../img/select.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 100% 60%;
    cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:hover, input:hover, textarea:hover{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
input[name=norobot]{
    padding-left: 170px;
  
}
.captcha{
    cursor: pointer;
    position: absolute;
    
        width: 160px;
    height: 32px;  
    top: 4px;
    left: 4px;
    padding-left: 30px;
        background: url(../img/reload.svg) 5px 50% no-repeat;
    background-size: 20px;
    border-radius: 20px;
}

.inp label{
   
}
selecct{
    
}
.inp >div{
    width: 100%;
}
.inp ul{
    font-size: 14px;

}
form .btnarea{
    text-align: center;
    margin-top: 15px;
}
form .btn{
    background: #013e4f;
    width: 100%;
    max-width: 250px;
    padding: 10px;
}

.inp.radio{
text-align: right;
}
.inp.radio span{
    float: left;
    vertical-align: top;
}


.radio label.en{
   background-image: url(../img/us.png); 
}
.radio label.ru{
       background-image: url(../img/ru.png); 
}
.radio label.de{
       background-image: url(../img/de.png); 
}
.radio label.fr{
       background-image: url(../img/fr.png); 
}
.radio label.es{
       background-image: url(../img/spain.png); 
}
.radio label{
    vertical-align: top;
    cursor: pointer;
    margin-left: 15px;
    display: inline-block;
    width: 40px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border: 1px solid #a5a5a5;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.radio label.active:after,
.radio label:hover:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: url(../img/green.svg) 50% no-repeat;
    background-size: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}





.response{
    width: 100%;
    padding: 20px;

    text-align: center;
    font-size: 18px;
    width: 100%;



}
.response img{
    width: 64px;
}
#err{
        background: #fff;
    max-width: 360px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    border-radius: 25px;
}

/*section5*/
.sec5{
    background: url(../img/bg5.jpg) 100%  50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.reverce{
    min-height: 526px;
    text-align: center;
    background: #fff;
    padding: 50px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    border-radius: 25px;
        -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
        backface-visibility: hidden;
        -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.reverce-area.active .reverce{
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -180deg);
    -ms-transform: perspective(600px) rotate3d(0, 1, 0, -180deg);
    -o-transform: perspective(600px) rotate3d(0, 1, 0, -180deg);
    transform: perspective(600px) rotate3d(0, 1, 0, -180deg);
}
.reverce h2{
    font-size: 23px;
}
.reverce p{
    margin-top: 50px;
    font-size: 22px;
    font-weight: 500;
}
.reverce .btnarea{
    margin-top: 50px;
}
.reverce-area{
    position: relative;
    
}

#reverce-form{
    
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 180deg);
    -ms-transform: perspective(600px) rotate3d(0, 1, 0, 180deg);
    -o-transform: perspective(600px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 180deg);
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    
}
#reverce-form .close{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url(../img/closered.svg) 50% no-repeat;
    background-size: cover;
}
.reverce-area.active #reverce-form{
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
}



/*section6*/
.sec6{
    overflow: hidden;
    position: relative;
    background: url(../img/bg6.jpg) 50%  70% no-repeat;
    padding-top: 100px;

}
.sec6 .over{
    background: rgba(0, 0, 0, 0.5);
}
.sec6 h2{
    color: #fff;
    text-align: center;
}
.sec6 .copy{
    margin-top: 350px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}
.sec6 .copy a{
    text-decoration: underline;
    color: inherit;
}

/*accept*/
.accept{
    text-align: center;
    position: fixed;
    z-index: 3;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: 300;
}
.accept a{
    color: inherit;
    text-decoration: underline;
}
.accept a:hover{
    text-decoration: none;
}
#accept{
    padding: 3px 10px;
    display: inline-block;
    margin-left: 10px;
    background: green;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}
#accept:hover{
    background: #005500;
}
#policy h3{
    text-align: center;
}
#policy{
    width: 100%;
    max-width: 768px;
}
#policy p, #policy li{
    margin-top: 10px;
}
#policy ul,#policy ol{
    margin-top: 20px;
    margin-bottom: 20px;
}
#policy a{
    text-decoration: underline;
    color: green
}

/*animation*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(600px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  20% {
    -webkit-transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  30% {
    -webkit-transform: perspective(600px) scale3d(.95, .95, .95);
    transform: perspective(600px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100%  {
        
    }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -3600deg);
    transform: perspective(600px) rotate3d(0, 1, 0, -3600deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  20% {
    -webkit-transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(600px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  30% {
    -webkit-transform: perspective(600px) scale3d(.95, .95, .95);
    transform: perspective(600px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
    100%{
        
    }
}
.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;

    animation: flip 9s ease-in-out 5s infinite 
/*
        flip 3s ease-in-out 10s,
        flip 3s ease-in-out 15s,
        flip 3s ease-in-out 20s,
    flip 3s ease-in-out 25s,
    flip 3s ease-in-out 30s,
    flip 3s ease-in-out 35s,
    flip 3s ease-in-out 40s;
*/
    
}

/*fadein*/
.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;


}