.home header,
.home footer{
    opacity:0;
    transition: all 0.3s ease;
}

.home.open-page header,
.home.open-page footer{
    opacity:1;
}

.home .fnc--slider--inner__text .text-block{
    opacity:0;
    transform: translateY(150px);
    transition:all 1s ease 0.3s;
}

.home.open-page .fnc--slider--inner__text .text-block{
    transform: translateY(0);
    opacity:1;
}

.home .fnc--slider--inner__text .img-block{
    opacity:0;
    transform: translateX(150px);
    transition:all 1s ease 0.3s;
}

.home.open-page .fnc--slider--inner__text .img-block{
    opacity:1;
    transform: translateX(0);
}

.advantage:first-child,
.faq-answer:first-child{
    transition:all 0.8s ease 0s;
}

.advantage:nth-child(2),
.faq-answer:nth-child(2){
    transition:all 0.8s ease 0.2s;
}

.advantage:nth-child(3),
.faq-answer:nth-child(3){
    transition:all 0.8s ease 0.4s;
}

.faq-answer:nth-child(4){
    transition:all 0.8s ease 0.6s;
}

.faq-answer:nth-child(5){
    transition:all 0.8s ease 0.8s;
}

.faq-answer:nth-child(6){
    transition:all 0.8s ease 1s;
}

.faq .button-block{
    transition:all 0.8s ease 1.4s;
}

.faq .button-block{
    opacity:0;
}

.faq.active .button-block{
    opacity:1;
}

section .advantage,
.faq-answer{
    transform: translateY(150px);
    opacity:0;
}

section.active .advantage,
.faq.active .faq-answer{
    transform: translateY(0);
    opacity:1;
} 

.home .advantage{
    transform: translateY(50px);
    opacity:0;
}

.home.open-page .advantage{
    transform: translateY(0);
    opacity:1;
} 

/*sections*/

section .content-block > h2, 
section .content-block > h3,
.before_h{
    transition:all 1s ease;
}

.content-block > h3 + .after-h, 
.content-block > h2 + .after-h{
    transition:all 1s ease 0.4s;
}

section .content-block > h2, 
section .content-block > h3,
.content-block > h3 + .after-h, 
.content-block > h2 + .after-h{
    transform: translateY(50px);
    opacity:0;

}

.before_h{
    opacity:0;
}

section.active .content-block > h2,
section.active .content-block > h3,
section.active .content-block > h3 + .after-h, 
section.active .content-block > h2 + .after-h{
    opacity:1;
    transform: translateY(0);
}

section.active .before_h{
    opacity:1;
}

/*pidibrati-tehniku*/



.pidibrati-tehniku .content-block > .flex-block{
top:50px;
    opacity:0;
    transition:all 0.8s ease 0.8s;
}

.pidibrati-tehniku.active .content-block > .flex-block{
    opacity:1;
    top:0;
}

/*order*/

.service:first-child,
.women_health .health-list > div:nth-child(1) > *{
    transition:all 0.8s ease 0.3s;
}

.service:nth-child(2),
.women_health .health-list > div:nth-child(2) > *{
    transition:all 0.8s ease 0.6s;
}

.service:nth-child(3),
.women_health .health-list > div:nth-child(3) > *{
    transition:all 0.8s ease 0.9s;
}

.service:nth-child(4),
.women_health .health-list > div:nth-child(4) > *{
    transition:all 0.8s ease 1.2s;
}

.service:nth-child(5),
.women_health .health-list  > div:nth-child(5) > *{
    transition:all 0.8s ease 1.5s;
}

.service:nth-child(6),
.women_health .health-list  > div:nth-child(6) > *{
    transition:all 0.8s ease 1.8s;
}

.service:nth-child(7),
.women_health .health-list  > div:nth-child(7) > *{
    transition:all 0.8s ease 2.1s;
}

.service:nth-child(8),
.women_health .health-list  > div:nth-child(8) > *{
    transition:all 0.8s ease 2.4s;
}

.services .service{
    transform: translateY(50px);
    opacity:0;
}

.services.active .service{
    opacity:1;
    transform: translateY(0);
}



/*prevention*/

.prevention .content-block > h3:nth-child(2){
    transition:all 0.8s ease 0.3s;
}

.prevention .flex-block{
    transform: translateY(50px);
    opacity:0;
    transition:all 0.8s ease 0.6s;
}

.prevention.active .flex-block{
    opacity:1;
    transform: translateY(0);
}

/*women_health*/

.women_health .img-block{
    transition:all 0.8s ease 0.4s;
    opacity:0;
    transform: scale(0);
}

.women_health.active .img-block{
    opacity:1;
    transform: scale(1);
}

.health-description{
    opacity:0;
    transform: translateY(50px);
}

.women_health.active .health-description{
    opacity:1;
    transform: translateY(0);
}

/*doc-phrase*/

.doc-phrase .text-block{
    opacity:0;
    transform: translateY(50px);
    transition:all 0.8s ease 0s;
}

.doc-phrase .button-block{
    transition:all 0.8s ease 0.3s;
    opacity:0;
    transform: translateY(50px);
}

.doc-phrase.active .text-block,
.doc-phrase.active .button-block{
    opacity:1;
    transform: translateY(0);
}

/*method*/

.method .text-block{
    opacity:0;
    transition:all 0.8s ease 0.6s;
}

.method.active .text-block{
    opacity:1;
}


/*contacts*/

.contacts .text-block{
    transform: translateX(-150px);
    opacity:0;
    transition:all 1s ease 0.4s;
}

.contacts.active .text-block{
    opacity:1;
    transform: translateX(0);
}


.fancybox-content .repair *,
.fancybox-content .repair-list > div{
    transform: trans
    late(0) !important;
    opacity:1 !important;
}


@media (max-width: 1300px){

    .home .fnc--slider--inner__text .img-block {
        transform: translate(0, 150px);
        transition: all 1s ease 0.6s;
    }
    
    section .advantage, .type-tent, .faq-answer, .materials ul li {
        transform: translate(0, 150px);
    }

    .home.open-page .fnc--slider--inner__text .img-block,
    section.active .advantage, 
    section.active .type-tent, 
    section.active .faq-answer, 
    .materials.active ul li {
        transform: translate(0, 0);
    }

}