@charset "UTF-8";
  
.is-design-5 .h1,
.is-design-5 h1 {
    color: #263e4a;
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.15;
}
.is-design-5 .h2,
.is-design-5 h2 {
    font-style: normal;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.08;
}
.is-design-5 .button {
    font-weight: 700;
}
.is-design-5 .btn {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    transition: box-shadow 0.2s ease-out;
    background-color: transparent;
    outline: 0;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: max-content;
    font-weight: 700;
}
.is-design-5 .btn--dark {
    font-weight: 700;
    color: #000;
    border: none;
    border-radius: 30px;
    background-image:linear-gradient(313deg, #fabf07 0%, #fecf1d 100%);
}
.is-design-5 .btn--dark:hover {
    color: #000;
    background-image:linear-gradient(313deg, #fecf1d 0%, #fabf07 100%);
    /*box-shadow: 0 16px 16px rgba(8, 63, 146, 0.15), 0 8px 8px rgba(8, 63, 146, 0.15), 0 4px 4px rgba(8, 63, 146, 0.15);*/
}
.is-design-5 .btn--white-outline-d {
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
}
.is-design-5 .btn--white-outline-d:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}
.is-design-5 .btn--dark-outline-d:hover {
    color: #fff;
    background-color: #0b1f3e;
    box-shadow: 0 16px 16px rgba(8, 63, 146, 0.15), 0 8px 8px rgba(8, 63, 146, 0.15), 0 4px 4px rgba(8, 63, 146, 0.15);
}
.is-design-5 .btn--dark-outline-d {
    border: 1px dashed rgba(11, 31, 62, 0.5);
    border-radius: 5px;
    background-color: transparent;
    color: #0b1f3e;
}
.is-design-5 .btn--sky {
    font-weight: 400;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #00c2ff;
}
.is-design-5 .btn--sky:hover {
    color: #fff;
    background-color: #00c2ff;
    box-shadow: 0 16px 16px rgba(0, 194, 255, 0.15), 0 8px 8px rgba(0, 194, 255, 0.15), 0 4px 4px rgba(0, 194, 255, 0.15);
}
.is-design-5 .btn--m {
    font-size: 16px;
    padding: 0 30px;
    height: 60px;
}
.is-design-5 .btn--md {
    font-size: 16px;
    padding: 0 30px;
    height: 50px;
}
.is-design-5 .btn--s {
    font-size: 14px;
    padding: 0 18px;
    height: 36px;
}
.is-design-5 [data-icon="entry-right"] img {
    margin-left: 10px;
    margin-bottom: 1px;
}
.is-design-5 .form-group {
    position: relative;
    margin-bottom: 15px;
}
.is-design-5 .input--default {
    background-color: #fff;
    padding: 0 25px;
    border: none;
    font-size: 22px;
    height: 60px;
    color: #0b1f3e;
    box-shadow: 0 15px 45px rgba(40, 67, 79, 0.15);
    border-radius: 8px;
    font-weight: 700;
    box-sizing: border-box;
    width: 100%;
}
.is-design-5 .input--default ~ .control-label {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: rgba(11, 31, 62, 0.45);
    transition: opacity 0.2s ease-in-out;
    font-weight: 700;
    font-size: 16px;
}
.is-design-5 .input--default:focus ~ .control-label {
    opacity: 0;
}
@media (max-width: 360px) {
    .is-design-5 .btn--m {
        font-size: 15px;
        padding: 0 25px;
    }
}
.is-design-5 .default-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}
.is-design-5 .default-pagination .swiper-pagination-bullet {
    display: inline-block;
    padding: 13px;
    position: relative;
    background-color: transparent;
    opacity: 1;
}
.is-design-5 .default-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(11, 31, 62, 0.35);
    transition: all 0.3s ease-out;
}
.is-design-5 .default-pagination .swiper-pagination-bullet-active:before {
    background: #00c2ff;
    width: 8px;
    height: 8px;
}
.is-design-5 .default-pagination .active:before {
    opacity: 1;
    background-color: #00c2ff;
    transform: translate(-50%, -50%) scale(1.3);
}
.is-design-5 .default-pagination--mobile {
    display: none;
}
.is-design-5 .main > footer {
    background: #0b1f3e;
    --footer-background: #0b1f3e;
}
.is-design-5 .swiper-container {
    z-index: unset;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
@media (max-width: 767px) {
    .is-design-5 .default-pagination--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .is-design-5 .input--default ~ .control-label {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: max-content;
    }
}
.is-design-5 .banner {
    width: 100%;
    background-image: url(../../../../taplink.st/p/4/6/5/2/27972537cfcd.jpg?0);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.is-design-5 .banner::before {
    content: "";
    height: 100%;
    width: 100%;
    background: #0050c8;
    opacity: 0.85;
    position: absolute;
}
.is-design-5 .banner__block {
    padding-top: 200px;
    padding-bottom: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.is-design-5 .banner__small,
.is-design-5 .banner__title {
    color: #fff;
}
.is-design-5 .banner__small {
    
    font-size: 20px;
    line-height: 1.3;
    opacity: 0.7;
    margin-top: 10px;
}
.is-design-5 .banner__form {
    margin-top: 40px;
}
.is-design-5 .banner__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 40px;
}
.is-design-5 .banner__group .form-group {
    width: 100%;
}
.is-design-5 .banner__group button {
    margin-left: 15px;
}
@media (max-width: 360px) {
    .is-design-5 .banner__title {
        font-size: 32px;
        line-height: 34px;
    }
    .is-design-5 .banner__small {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .is-design-5 .banner__block {
        padding-top: 150px;
        padding-bottom: 170px;
    }
    .is-design-5 .banner__title {
        font-size: 38px;
    }
    .is-design-5 .banner__title {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .is-design-5 .banner {
        background-image: url(//taplink.st/p/c/0/c/e/27972459.jpg?0);
    }
    .is-design-5 .banner__block {
        padding-top: 220px;
        padding-bottom: 80px;
    }
    .is-design-5 .banner__form {
        margin-top: 30px;
    }
    .is-design-5 .banner__title {
        font-size: 36px;
        line-height: 38px;
    }
    .is-design-5 .banner__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
    .is-design-5 .banner__group button {
        margin-left: 0;
        width: 100%;
    }
}
.is-design-5 .examples {
    background:#dbeaff /*url(../img/drive_more_lives.jpg) repeat*/;
    padding-top: 250px;
    padding-bottom: 70px;
    position: relative;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.is-design-5 .examples-content,
.is-design-5 .examples-header {
    overflow: hidden;
}
.is-design-5 .examples-header .swiper-container {
    margin: -100%;
    padding: 100%;
}
.is-design-5 .examples__background {
    position: absolute;
    bottom:0px;
    right: 350px;
    z-index: 3;
    user-select: none;
}
.is-design-5 .examples__bg {
    display: block;
    width: 236px;
    height: 429px;
    border-radius: 15px 15px 0 0;
    position: relative;
    background: #eee;
    background-size: contain;
}
.is-design-5 .examples__bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background:linear-gradient(0deg, #ebb309 0, rgba(8, 63, 145, 0) 100%);
    opacity: 0.5;
}
.is-design-5 .examples-image {
    width: 280px;
    position: absolute;
    bottom: -80px;
    right: -160px;
    z-index: 3;
    background-color: transparent;
}
.is-design-5 .examples-image__slide {
    background-color: transparent;
    display: flex;
    box-shadow: rgba(11, 31, 62, 0.15) 0 100px 150px -25px, rgba(11, 31, 62, 0.15) 0 60px 90px -30px, rgba(11, 31, 62, 0.15) 0 15px 45px -15px;
    border-radius: 15px;
}
.is-design-5 .examples-image__slide img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}
.is-design-5 .examples-header {
    padding-top: 20px;
    margin-top: -100px;
    transform: translateY(-100%);
    margin-left: -30px;
    user-select: none;
}
.is-design-5 .examples-header__item { /*border: solid 1px #ccc;*/
    border-bottom: 4px solid #fff; 
    cursor: pointer;
    padding:10px 30px;
    transition: all 0.3s ease-out;
    width: auto;
    font-weight: 700;
    box-shadow: 0px 5px 30px 0px rgba(0, 27, 175, 0.1);
    background:#101010;
    margin-bottom:24px; 
    border-radius: 50px;
}

 


.is-design-5 .examples-header__item:not(:last-child) {
    margin-right: 20px;
}
.is-design-5 .examples-header__item.swiper-slide-thumb-active {
    /*border-color: #00c2ff;*/
    /*background:#1189fe;*/ border-bottom: solid 4px #fbc30c;
}
.is-design-5 .examples-header__number {
    font-size: 14px;
    line-height: 18px;
    color:#c5a638;
   
}
.is-design-5 .examples-header__name {
    font-size: 18px;
    line-height: 18px;
    color:#fff;
   /* margin-bottom: 25px;*/
    /*margin-top: 10px;*/
}
.is-design-5 .examples-content {
    margin-left: -60px;
}
.is-design-5 .examples-content__slide {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
}
.is-design-5 .examples-content__bg {
    position: absolute;
    bottom: -100px;
    right: -60px;
    transform: translateX(100%);
}
.is-design-5 .examples-content__list {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    list-style: none;
}
.is-design-5 .examples-content__list li {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color:#403f39;
    position: relative;
    white-space: nowrap;
}
.is-design-5 .examples-content__list li:not(:last-child) {
    padding-right: 35px;
}
.is-design-5 .examples-content__list li:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(15 16 16);
    border-radius: 50%;
}
.is-design-5 .examples-content__title {
    font-size: 40px;
    line-height: 1.05;
    color:#000000;
    position: relative;
    font-weight: 700;
}
.is-design-5 .examples-content__title img {
    position: absolute;
    left: -30px;
    top: 8px;
    transform: translateX(-100%); max-width: 25px;
}
.is-design-5 .examples-content__line {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 3px;
    width: 100px;
    border-radius: 3px;
    background-color:#000000;
}
.is-design-5 .examples-content__text {
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color:#333333;
}
.is-design-5 .examples-content__theme {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
.is-design-5 .examples-content__button {
    border-radius: 30px;
    margin-top: 30px;
}
.is-design-5 .examples-avatar,
.is-design-5 .examples-bio,
.is-design-5 .examples-link {
    position: absolute;
}
.is-design-5 .examples-avatar {
    width: 50px;
    height: 50px;
    top: 51px;
    left: 11px;
    background: #ccc;
    border-radius: 100%;
}
.is-design-5 .examples-avatar__images {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-out;
}
.is-design-5 .examples-avatar__images.active {
    opacity: 1;
    visibility: visible;
}
.is-design-5 .examples-link {
    top: 147px;
    left: 12px;
}
.is-design-5 .examples-link__name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-out;
    color: #1a98f0;
    font-weight: 700;
    font-size: 14px;
}
.is-design-5 .examples-link__name.active {
    opacity: 1;
    visibility: visible;
}
.is-design-5 .examples-bio {
    top: 110px;
    left: 12px;
}
.is-design-5 .examples-bio__name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-out;
    color: rgba(11, 31, 62, 0.5);
    font-weight: 400;
    font-size: 10px;
    line-height: 1.3;
    width: 220px;
    
}
.is-design-5 .examples-bio__name.active {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 991px) {
    .is-design-5 .examples-header {
        margin-left: 0;
        margin-bottom: -10px;
        margin-top: -50px;
    }
    .is-design-5 .examples-content {
        margin-left: 0;
    }
    .is-design-5 .examples-content__title img {
        display: none;
    }
    .is-design-5 .examples-header__name {
        margin-top: 3px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .is-design-5 .examples {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .is-design-5 .examples__bg {
        width: 160px;
    }
    .is-design-5 .examples__background {
        bottom: -60px;
        right: 170px;
    }
    .is-design-5 .examples-image {
        top: -110px;
        bottom: unset;
        width: 220px;
        height: 440px;
        right: -140px;
    }
    .is-design-5 .examples-image__slide img {
        width: 220px;
        height: 440px;
    }
    .is-design-5 .examples-content__title {
        font-size: 34px;
    }
    .is-design-5 .examples-content__text {
        font-size: 14px;
    }
    .is-design-5 .examples-avatar {
        width: 35px;
        height: 35px;
        top: 33px;
        left: 10px;
    }
    .is-design-5 .examples-link {
        top: 95px;
    }
    .is-design-5 .examples-link__name {
        font-size: 10px;
    }
    .is-design-5 .examples-bio {
        top: 75px;
    }
    .is-design-5 .examples-bio__name {
        font-size: 8px;
        width: 140px;
    }
    .is-design-5 .examples-content__list li {
        font-size: 10px;
    }
    .is-design-5 .examples-content__list li:not(:last-child) {
        padding-right: 25px;
    }
    .is-design-5 .examples-content__list li:not(:last-child)::before {
        right: 10px;
    }
}
@media (max-width: 767px) {

.box{ display: none; }
.is-design-5 .examples-header__item {
    
      box-shadow: none;  
    
}



    .is-design-5 .examples-header__item {
        padding-right: 0;
        padding-left: 0;
    }
    .is-design-5 .examples-header__item:not(:last-child) {
        margin-right: 90px;
    }
    .is-design-5 .banner__block {
        padding-top: 150px;
        padding-bottom: 170px;
    }
    .is-design-5 .banner__title {
        font-size: 38px;
    }
    .is-design-5 .examples-content {
        margin-left: -30px;
    }
    .is-design-5 .examples-content__slide {
        padding-left: 0;
    }
    .is-design-5 .examples-content__title {
        font-size: 38px;
    }
    .is-design-5 .examples-content__line {
        height: 0;
        margin-bottom: 0;
    }
    .is-design-5 .examples-content__list li {
        font-size: 11px;
    }
    .is-design-5 .examples-content__text {
        font-size: 16px;
    }
    .is-design-5 .examples-header {
        margin-bottom: 0;
        margin-top: -70px;
        overflow: hidden;
    }
    .is-design-5 .examples {
        padding-top: 70px;
        padding-bottom: 80px;
        overflow: hidden;
    }
    .is-design-5 .examples__background {
        bottom: -80px;
        right: 220px;
    }
    .is-design-5 .examples__bg {
        width: 190px;
    }
    .is-design-5 .examples-image {
        top: -70px;
        bottom: unset;
        width: 240px;
        height: 480px;
        right: -140px;
    }
    .is-design-5 .examples-image__slide img {
        width: 240px;
        height: 480px;
    }
    .is-design-5 .examples-link__name {
        font-size: 11px;
    }
    .is-design-5 .examples-bio__name {
        font-size: 9px;
        width: 170px;
    }
    .is-design-5 .examples-content__button {
        width: 100%;
    }
    .is-design-5 .examples {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .is-design-5 .examples__background {
        position: relative;
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        bottom: 0;
        margin-bottom: 75px;
        right: 0;
        background: radial-gradient(90.13% 83.05% at 50.13% 100%, rgba(228, 247, 255, 0.15) 0, rgba(242, 244, 246, 0) 100%);
    }
    .is-design-5 .examples__bg {
        max-height: 270px;
        margin-left: 30px;
        object-fit: cover;
        object-position: 100% 0;
    }
    .is-design-5 .examples-content {
        margin-left: 0;
    }
    .is-design-5 .examples-content__slide {
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 0;
    }
    .is-design-5 .examples-content__title {
        font-size: 24px;
        line-height: 28px;
    }
    .is-design-5 .examples-content__title img {
        display: none;
    }
    .is-design-5 .examples-content__text {
        font-size: 14px;
        line-height: 20px;
    }
    .is-design-5 .examples-content__theme {
        display: none;
    }
    .is-design-5 .examples-header {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 80px;
        transform: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        position: relative;
        padding-top: 20px;
    }
/*    .is-design-5 .examples-header::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 80px;
        background: linear-gradient(270deg, #083f92 0, rgba(8, 63, 146, 0) 100%);
        z-index: 1;
        pointer-events: none;
    }*/
    .is-design-5 .examples-header__name {
        font-size: 14px;
        margin-bottom:10px;
        margin-top: 3px;
    }
    .is-design-5 .examples-header__item {
        padding-left: 0;
        padding-right: 0;
    }
    .is-design-5 .examples-header__item:not(:last-child) {
        margin-right: 10px;
    }
    .is-design-5 .examples-header__item:last-child {
        margin-right: 10px;
    }
    .is-design-5 .examples-image__slide {
        width: 180px;
        height: 360px;
    }
    .is-design-5 .examples-image__slide img {
        width: 180px;
        height: 360px;
    }
    .is-design-5 .examples-image {
        top: -50px;
        bottom: unset;
        width: 180px;
        height: 360px;
        right: 50px;
    }
    .is-design-5 .examples-avatar {
        width: 35px;
        height: 35px;
        top: 35px;
        left: 5px;
    }
    .is-design-5 .examples-link {
        top: 91px;
        left: 7px;
    }
    .is-design-5 .examples-link__name {
        font-size: 10px;
    }
    .is-design-5 .examples-bio {
        top: 72px;
        left: 8px;
    }
    .is-design-5 .examples-bio__name {
        font-size: 7px;
    }
}



/*=======================background-animation==========================*/
 
  .area{
    /*background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;*/
    
    
} 

/*.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.box {
    position: absolute;
    top: 0;
    transform: rotate(80deg);
    left: 0; 
}

.wave {
       /*position: fixed; */
      top: 0;
      left: 0;
      opacity:0.1;
      position: absolute;
      top: 3%;
      left: 10%;
      background: #edf9ff;
      width: 1500px;
      height: 1300px;
      margin-left: -150px;
      margin-top: -250px;
      transform-origin: 50% 48%;
      border-radius: 43%;
      animation: drift 30000ms infinite linear;
}

.wave.-three {
  animation: drift 37500ms infinite linear;
/*position: fixed;*/
background-color: #d4ecf8;
    opacity:0.4;
    margin-left: 300px;
    margin-top: -300px;
}

.wave.-two {
      animation: drift 30000ms infinite linear;
      opacity: 0.5;
      background: #1a73b8;
      margin-left: 100px;
      top: -30%;
      left: 50%;
      margin-top: 0;
      z-index: 10;
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}


@-webkit-keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

@keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}
@media (max-width: 767px) {

.box{ display: none; }
.is-design-5 .examples-header__item {
    border-bottom: 4px solid #fff;
    padding: 0px 10px; 
   /* background:#ffffff;*/
    margin-bottom: 5px !important;
    border-radius:2px;
}
}