﻿.saf-ltr
{
    animation: fadeOutLeft 1s 1s both;
}
.swiper-slide-active .saf-ltr
{
    animation: fadeInLeft 1s 1s both;
}
.saf-rtl
{
    animation: fadeOutRight 1s 1s both;
}
.swiper-slide-active .saf-rtl
{
    animation: fadeInRight 1s 1s both;
}
.saf-ttd
{
    animation: fadeOutDown 1s 1s both;
}
.swiper-slide-active .saf-ttd
{
    animation: fadeInUp 1s 1s both;
}
.saf-ttd
{
    animation: fadeOutDUp 1s 1s both;
}
.swiper-slide-active .saf-ttd
{
    animation: fadeInUp 1s 1s both;
}
.saf-delay-1
{
    animation-delay: 1.1s!important;
}
.saf-delay-2
{
    animation-delay: 1.2s!important;
}
.saf-delay-3
{
    animation-delay: 1.3s!important;
}
.saf-delay-4
{
    animation-delay: 1.4s!important;
}
.saf-delay-5
{
    animation-delay: 1.5s!important;
}
.saf-delay-6
{
    animation-delay: 1.6s!important;
}
.saf-delay-7
{
    animation-delay: 1.7s!important;
}
.saf-delay-8
{
    animation-delay: 1.8s!important;
}
.saf-delay-9
{
    animation-delay: 1.9s!important;
}
.saf-delay-10
{
    animation-delay: 2s!important;
}
.lzw-make .saf-ani
{
    animation: none!important;
}
.fd
{
    animation: lzw2 8s ease-in-out;
}
@media(max-width: 798px)
{
    .saf-ani
    {
        animation: none!important;
    }
}
@-webkit-keyframes lzw2
{
    0%
    {
        -webkit-transform: scale(1.3);
    }
    100%
    {
        -webkit-transform: scale(1);
    }
}