/* Directions */
.directions{
    overflow: hidden;
    padding: 0;
}
.directions-home__main{
    padding-top: 5px;
}
.directions-home{
    
}
.directions-item{
    width: 20%;
    float: left;
    text-align: center;
    background: #fff;
    height: 230px;
}
.directions-item:nth-child(2n){
    background: #224a6a;
}
.directions-item a{
    color: #030C11;
}
.directions-item:nth-child(2n) a{
    color: #fff;
}
.directions-item img{
    padding: 25px 0;
}
.directions-item h2{
    font-size: 16px;
    margin: 5px 0;
    padding: 0 15px;
    line-height: 20px;
}
.directions-item:hover img{
    -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* News Home*/
.news{
    width: 100%;
    overflow: hidden;
}
.news-home__main{
    padding-top: 0;
}
.news-home{
    margin: 0 -7.5px;
}
.news-home .row-news{
    width: 30%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.news-home .row-news .col-news{
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.news-home .row-news .col-news .news-item__image{
    
}
.news-home .row-news .col-news .news-item__image img{
    max-width: 100%;
}
.news-home .row-news .col-news .news-item__content{
    height: 250px;
    padding: 20px;
    position: relative;
}
.news-home .row-news .col-news .news-item__content h2{
    margin: 0;
    color: #0b375b;
    font-size: 22px;
    font-weight: 500;
}
.news-home .row-news .col-news .news-item__content p{
    font-size: 16px;
    color: #515151;
}
.news-home .row-news .col-news .news-item__content .news-view__date{
    position: absolute;
    bottom: 15px;
}
.news-home .row-news .col-news .news-item__content .news-view__date span{
    margin-right: 20px;
    color: #b6b582;
    font-size: 18px;
}
.news-home .row-news__mid{
    width: 40%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.news-home .row-news__mid .col-news__mid{
    position: relative;
    margin-bottom: 15px;
    height: 250px;
    overflow: hidden;

}
.news-home .row-news__mid .col-news__mid .news-mid__image{
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}
.news-home .row-news__mid .col-news__mid .news-mid__image img{
    width: 100%;
}
.news-home .row-news__mid .col-news__mid .news-mid__content{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px 20px;
    background: rgba(11,55,91,0.4);
    background: -moz-linear-gradient(to bottom, rgba(11,55,91,0) 0%, rgba(11,55,91,0.6) 50%, rgba(11,55,91,1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(11,55,91,0) 0%, rgba(11,55,91,0.6) 50%, rgba(11,55,91,1) 100%);
    background: -o-linear-gradient(to bottom, rgba(11,55,91,0) 0%, rgba(11,55,91,0.6) 50%, rgba(11,55,91,1) 100%);
    background: -ms-linear-gradient(to bottom, rgba(11,55,91,0) 0%, rgba(11,55,91,0.6) 50%, rgba(11,55,91,1) 100%);
    background: linear-gradient(to bottom, rgba(11,55,91,0) 0%, rgba(11,55,91,0.6) 50%, rgba(11,55,91,1) 100%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-home .row-news__mid .col-news__mid .news-mid__content h2{
    color: #fff;
    font-size: 22px;
    margin: 5px 0;
}
.news-home .row-news__mid .col-news__mid:nth-child(2) .news-mid__content h2{
    color: #fff;
}
.news-home .row-news__mid .col-news__mid .news-mid__content .news-view__date{
    
}
.news-home .row-news__mid .col-news__mid .news-mid__content .news-view__date span{
    color: #b6b582;
    font-size: 17px;
    margin-right: 20px;
}

/* Counters */

.counters{
    width: 100%;
    height: 300px;
    background-image: url(../images/tmp/count.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0;
    padding: 40px 0;
}
.counters-home{
    
}
.counters-home .counters-line__top{
    height: 50px;
    margin: 0 50px;
    border: 3px solid #fff;
    border-bottom: 0;
}
.counters-home .counters-line__bottom{
    height: 50px;
    margin: 0;
    border: 3px solid #d2c988;
    border-top: 0;
}
.counters-home .counters-main{
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.counters-home .counters-main .item-counter{
    width: 20%;
    float: left;
    padding: 0 15px;
}
.counters-home .counters-main .item-counter > div {
    font-size: 60px;
    color: #d2c988;
}
.counters-home .counters-main .item-counter > h4 {
    font-size: 22px;
    margin: 5px 0;
}


/* Socials */
.socials{
    margin-bottom: 50px;
}
.socials-home__main{
    
}
.socials-home{
    margin: 0 -7.5px;
    text-align: center;
}
.socials-home .socials-row {
    width: 30%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.socials-home .socials-row:nth-child(2){
    float: right;
}
.socials-home .socials-row .socials-home__item{
        position: relative;
}
.socials-home .socials-row .socials-home__item .socials-item__image{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.socials-home .socials-row .socials-home__item .socials-item__image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 55, 91, 0.3);
}
.socials-home .socials-row .socials-home__item .socials-item__image img{
    width: 100%;
}
.socials-home .socials-row .socials-home__item > i.icon-facebook{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 45px;
    padding: 20px 10px;
    color: #d2c988;
} 
.socials-home .socials-row .socials-home__item > i.icon-instagram{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 45px;
    padding: 20px 20px;
    color: #d2c988;
} 
.socials-home .socials-row .socials-home__item .socials-item__content{
    padding: 10px 15px;
    text-align: center;
}
.socials-home .socials-row .socials-home__item .socials-item__content span{
    width: 100%;
    display: block;
    color: #d2c988;
    font-size: 26px;
    margin: 0 0 15px 0;
}
.socials-home .socials-row .socials-home__item .socials-item__content i{
    position: relative;
    top: 1px;
    margin-left: 7px;
}
.socials-home .socials-row .socials-home__item .socials-item__content a{
    padding: 5px 25px 7px;
    background: #3e5c9b;
    color: #fff;
    font-size: 18px;
    border-radius: 15px;
}

.socials-home .socials-row__mid {
    width: 40%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.socials-home .socials-row__mid .socials-home__mid{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.socials-home .socials-row__mid .socials-home__mid .socials-mid__image{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.socials-home .socials-row__mid .socials-home__mid .socials-mid__image img{
    width: 100%;
}
.socials-home .socials-row__mid .socials-home__mid .socials-mid__content{
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    /* width: 100%; */
    /* height: 100%; */
    text-align: center;
    align-content: center;
    display: grid;
    background: rgba(11, 55, 91, 0.8);
    border-radius: 5px;   
}

.socials-home .socials-row__mid .socials-home__mid .socials-mid__content span{
    width: 100%;
    display: block;
    color: #fff;
    font-size: 26px;
    margin: 0 0 15px 0;
}
.socials-home .socials-row__mid .socials-home__mid .socials-mid__content i.icon-telegram{
    font-size: 45px;
    margin: 15px 0;
    color: #d2c988;
} 

.socials-home .socials-row__mid .socials-home__mid .socials-mid__content a{
    padding: 5px 25px 7px;
    background: #4361a0;
    color: #fff;
    font-size: 18px;
    border-radius: 15px;
    width: 185px;
    margin: 0 auto;
}
.socials-home .socials-row__mid .socials-home__mid .socials-mid__content a i{
    position: relative;
    top: 1px;
    margin-left: 7px;
}


/* Statics */
.pages-header{
    
}
.pages-header .header-top{
    display: block;
    width: 100%;
    padding: 20px 0 10px;
    background: #0b375b;
}
.pages-title__main{
    width: 100%;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.pages-title__main:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(11, 55, 91, 0.85);
    z-index: 0;
}
.pages-title__main .pages-title__header{
    position: relative;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}
.pages-title__main .pages-title__header img{
    width: 170px;
}
.pages-title__main .pages-title__header h2{
    font-size: 48px;
}

.content-block{
    min-height: 400px;
}
.content-main-block{
    padding: 20px 0;
    margin: 0 -7.5px;
}
.content-main{
    width: 75%;
    float: left;
    padding: 0 7.5px;
}
.content-main .content{
    background: #fff;
    min-height: 200px;
    padding: 25px 25px 15px;
    font-size: 17px;
    color: #030C11;
	letter-spacing: 0.5px;
}
.content-main .content p{
    margin: 0 0 15px;
}
.content-main .content ul, .content-main .content ol{
    margin: 0 15px;
} 
.content-main .content li{
    margin: 0 0 10px;
}


/* sidebar */
.siderbar-main{
    width: 25%;
    float: left;
    padding: 0 7.5px;
}
.siderbar-main .sidebar-menu{
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.siderbar-main .sidebar-menu h2{
    margin: 0;
    color: #d2c988;
    font-size: 26px;
    margin-bottom: 15px;
}
.siderbar-main .sidebar-menu ul{
    list-style: none;
}
.siderbar-main .sidebar-menu ul li{
    margin-bottom: 15px;
}
.siderbar-main .sidebar-menu ul li a{
    font-size: 18px;
    color: #030C11;  
    line-height: 18px;  
}
.siderbar-main .sidebar-menu ul li.active a, .siderbar-main .sidebar-menu ul li a:hover{
    color: #B2B2B2;
}

.sidebar-news{
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.sidebar-news .sidebar-new__title{
    
}
.sidebar-news .sidebar-new__title h2{
    font-size: 26px;
    color: #d2c988;
    margin: 0 0 15px 0;
}
#news-carousel{
    overflow: hidden;
}
#news-carousel .item{
    
}
#news-carousel .item a{
    
}
#news-carousel .item a .side-news__image{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
#news-carousel .item a .side-news__image:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   
}
#news-carousel .item a .side-news__image img{
    width: 100%;
}
#news-carousel .item a h2{
    font-size: 16px;
    width: 100%;
    color: #0b375b;
    margin: 10px 0 5px;
    line-height: 19px;
}
#news-carousel.owl-theme .owl-dots .owl-dot{
    outline: none;
}
#news-carousel.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    outline: none;
    margin: 2px 5px;
    background: transparent;
    border: 1px solid #d2c988;
}
#news-carousel.owl-theme .owl-dots .owl-dot.active span, #news-carousel .owl-theme .owl-dots .owl-dot:hover span{
    background: #d2c988;
}

.sidebar-calendar{
    padding: 20px 30px;
    background: #fff;
}
.sidebar-calendar .calendar-main{
    height: 240px;
}
.sidebar-calendar .calendar-main #calendar-container{
   
}
.sidebar-calendar .pika-lendar {
    float: left;
    width: 100%;
    margin: 0;
}
.sidebar-calendar .pika-single{
    border: 0;
}
.sidebar-calendar .pika-button{
    background: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}
.sidebar-calendar .pika-button:hover,.sidebar-calendar .pika-row.pick-whole-week:hover .pika-button{
    background: #d2c988;
    box-shadow: none;
}
.sidebar-calendar .is-selected .pika-button,.sidebar-calendar .has-event .pika-button{
    background: #d2c988;
    box-shadow: none;
}
.sidebar-calendar .is-today .pika-button {
    background: #d2c988;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}



/* News view */
.news-view__content .images-block__news{
    width: 450px;
    float: left;
    margin: 0 20px 0 0;
}
.news-view__content .images-block__news .sp-slides-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.news-view__content .images-block__news .sp-button {
    width: 12px;
    height: 12px;
    border: 1px solid #0b375b;
}
.news-view__content .images-block__news .sp-selected-button {
    background-color: #0b375b;
}
.content .news-view__title{
    
}
.content .news-view__title h2{
    font-size: 28px;
    color: #0b375b;
    line-height: 29px;
    margin: 0 0 20px 0;
}
.news-footer{
    
}
.news-footer .date-share-main{
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}
.date-share-main ul.list-unstyled{
    margin: 0;
    float: left;
}
.date-share-main ul.list-unstyled li {
    float: left;
    margin: 0;
    margin-right: 25px;
    color: #d2c988;
}
.news-footer .date-share-main .share{
        float: right;
}
.news-footer .date-share-main .share p{
    float: left;
    margin: 0 10px;
    color: #d2c988;
}
.news-footer .date-share-main .share div.osg{
    float: right;
}


/* Residents */
.content-main .content-residents{
    background: #f9f9f9;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.resident-container{
    margin: 0 -7.5px;
}
.resident-container .r-item{
    width: 25%;
    padding: 0 7.5px;
    float: left;
    height: 180px;
    margin-bottom: 15px;
}
.resident-container .r-item a{
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 15px 15px;  
}
.resident-container .r-item a .r-logo{
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 65%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.resident-container .r-item a .r-logo img{
    max-width: 150px;
    max-height: 90px;
}
.resident-container .r-item a .r-title{
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    height: 35px;
}
.resident-container .r-item a .r-title h3{
    font-size: 15px;
    color: #2f3941;
    margin: 0;
}

/* all News */
.content-main.news-main{
    padding: 0;
}
.news-main .row-news{
    width: 33.3333%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.news-main .row-news .col-news{
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.news-main .row-news .col-news .news-item__image{
    height: 214px;
	text-align: center;
}
.news-main .row-news .col-news .news-item__image img{
    max-width: 100%;
}
.news-main .row-news .col-news .news-item__content{
    height: 180px;
    padding: 20px;
    position: relative;
}
.news-main .row-news .col-news .news-item__content h2{
    margin: 0;
    color: #0b375b;
    font-size: 22px;
    font-weight: 500;
    height: 100px;
    overflow: hidden;
}
.news-main .row-news .col-news .news-item__content .news-view__date{
    position: absolute;
    bottom: 15px;
}
.news-main .row-news .col-news .news-item__content .news-view__date span{
    margin-right: 20px;
    color: #b6b582;
    font-size: 14px;
}

/* SMI */
.content-main .content-smi{
    background: #f9f9f9;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.smi-container{
    margin: 0 -7.5px;
}
.smi-container .smi-item{
    width: 33.33333%;
    padding: 0 7.5px;
    float: left;
    height: 180px;
    margin-bottom: 15px;
}
.smi-container .smi-item a{
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 15px 15px;  
}
.smi-container .smi-item a .smi-logo{
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 65%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.smi-container .smi-item a .smi-logo img{
    max-width: 150px;
    max-height: 90px;
}
.smi-container .smi-item a .smi-title{
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    height: 50px;
}
.smi-container .smi-item a .smi-title h3{
    font-size: 15px;
    color: #2f3941;
    margin: 0;
}


/* Pagination */
.pagination-main{
    text-align: center;
}
.pagination{
    
}
.pagination ul{
    list-style: none;
}
.pagination ul li{
        float: left;
}
.pagination ul li a{
    font-size: 20px;
    padding: 0 7.5px;
}
.pagination ul li.active a{
    color: #d2c988;
}
.pagination ul li.page a{
    color: #2f3941;
}
.pagination ul li.page a:hover{
    color: #d2c988;
}



/* */
.mm-menu {
    background: #0b375b;
    border-color: #0c3f69;
    color: #fff;
}
.dl-menu_hambergur{
    position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
}
.dl-menu_hambergur span{
    display: block!important;
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;
    
    background: #fff;
    border-radius: 3px;
    
    z-index: 1;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;

}
.dl-menu_hambergur span:nth-child(2){
    
}
.dl-menu_hambergur span:first-child{
     transform-origin: 0% 0%;
}
.dl-menu_hambergur span:nth-child(2){
    transform-origin: 0% 100%;
}
#close-button {
    /* font-size: 16px; */
    /* color: #fff; */
    /* position: absolute; */
    right: 0;
    top: 15px;
    position: absolute;
    z-index: 1;
    display: block;
    cursor: pointer;
    float: right;
    height: 25px;
    margin: 0 7px 0 0;
}
.dl-menu_hambergurX span{
    display: block!important;
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;
    
    background: #fff;
    border-radius: 3px;
    
    z-index: 1;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
  
}
.dl-menu_hambergurX span:nth-child(3){
    opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.dl-menu_hambergurX span:first-child{
     transform-origin: 0% 0%;
}
.dl-menu_hambergurX span:nth-child(2){
    transform: rotate(-45deg) translate(0, -1px);
    top: 13px;
    right: 3px;
    position: absolute;
}

.mm-panel_has-navbar {
    padding-top: 50px;
}
.mm-navbar>* {
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
}
.mm-navbar{
    height: 50px;
}
.nav.navbar-nav {
    padding: 0 0;
    height: auto;
}
.mobile-dev{
    display: none;
}
.mm-listitem {
    position: relative;
    font-size: 18px;
    font-family: Effra, sans-serif;
}
.mm-listitem>a, .mm-listitem>span {
    white-space: pre-wrap;
}
/*.social-mobile.social{
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 40px;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
}*/
.social-mobile.social {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    right: 0;
    left: 0;
    text-align: left;
    width: 235px;
    padding: 0 5px;
    float: left;
}
.mm-panels {
    overflow: hidden;
    margin-top: 75px;
}
.language-mobile{
    text-align: center;
    width: 100%;
    display: block;
        overflow: hidden;
}
.language-mobile > a {
    margin: 0 8px;
}
#dl-menu span.contact-info{
    position: absolute;
    top: 365px;
    padding: 0 20px;
}
html body .tabs .nav-tabs a, html.dark body .tabs .nav-tabs a, html body .tabs .nav-tabs a:hover, html.dark body .tabs .nav-tabs a:hover {
    color: #0b375b;
}
html body .tabs .nav-tabs li.active a, html.dark body .tabs .nav-tabs li.active a {
    border-top-color: #0b375b;
    color: #0b375b;
}
.konkurs .nav-tabs{border: 0;margin: 0 !important; float: left;}
.konkurs .tabs {}
.konkurs .tab-content>.tab-pane{padding-top: 15px;}
.tur-btn{float: right;padding: 5px 20px;border: 1px solid #0b375b; margin-top: 4px;color: #0b375b;}
.main-logo{
	width: 170px;
}



@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}