@media (hover: hover) {
        .header-top__list-link_vk:hover,
        .footer__list-link_vk:hover{
                color: #2787F5;
        }
        .header-top__list-link_telegram:hover,
        .footer__list-link_telegram:hover{
                color: #2AABEE;
        }
        .header-top__list-link_whatsapp:hover,
        .footer__list-link_whatsapp:hover{
                color: #008878;
        }
        .header-top__list-link_inst:hover,
        .footer__list-link_inst:hover{
                color: #D62976;
        }
        .events__row-box-btn:hover > .events__row-btn{
                color: var( --hover-color);
        }
        .events__row-box-btn:hover > .events__row-btn-line{
                background: var( --hover-color);
                width: 30%;
        }
        .form__clouse:hover,
        .fixed__form-btn:hover{
                color: var( --hover-color);
                border-color: var(--hover-color);
        }
        .btn-to-top:hover{
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
        }
}
@media (min-width: 1200px) {
        .hero__title-name.element-animation{
                position: relative;
                opacity: 0;
                bottom: -15px;
                transition: all 1.4s ease-out;
                -webkit-transition: all 1.4s ease-out;
                -moz-transition: all 1.4s ease-out;
                -ms-transition: all 1.4s ease-out;
                -o-transition: all 1.4s ease-out;
}
        .hero__tilte-job.element-animation{
                position: relative;
                opacity: 0;
                bottom: 30px;
                transition: all 2.4s;
                -webkit-transition: all 2.4s;
                -moz-transition: all 2.4s;
                -ms-transition: all 2.4s;
                -o-transition: all 2.4s;
}
        .hero__title-name.element-show,
        .hero__tilte-job.element-show{
                opacity: 1;
                bottom: 0;
        }
        .facts__tilte.element-animation{
                position: relative;
                opacity: 0;
                bottom: -20px;
                transition: all 0.8s ease-out;
                -webkit-transition: all 0.8s ease-out;
                -moz-transition: all 0.8s ease-out;
                -ms-transition: all 0.8s ease-out;
                -o-transition: all 0.8s ease-out;
        }
        .facts__tilte.element-show{
                opacity: 1;
                bottom: 0;
        }
        .facts__row-text.element-animation{
                position: relative;
                opacity: 0;
                bottom: -30px;
                transition: all 0.8s ease-out;
                -webkit-transition: all 0.8s ease-out;
                -moz-transition: all 0.8s ease-out;
                -ms-transition: all 0.8s ease-out;
                -o-transition: all 0.8s ease-out;
        }
        .facts__row-text:nth-child(even).element-animation{
                position: relative;
                opacity: 0;
                bottom: -30px;
                transition: all 1.4s ease-out;
                -webkit-transition: all 1.4s ease-out;
                -moz-transition: all 1.4s ease-out;
                -ms-transition: all 1.4s ease-out;
                -o-transition: all 1.4s ease-out;
        }
        .facts__row-text.element-show{
                opacity: 1;
                bottom: 0;
        }
        .facts__row-text:nth-child(even).element-show{
                opacity: 1;
                bottom: 0;
        }
        .events__title.element-animation{
                position: relative;
                opacity: 0;
                bottom: -20px;
                transition: all 0.8s ease-out;
                -webkit-transition: all 0.8s ease-out;
                -moz-transition: all 0.8s ease-out;
                -ms-transition: all 0.8s ease-out;
                -o-transition: all 0.8s ease-out;
        }
        .events__title.element-show{
                opacity: 1;
                bottom: 0;
        }
        .events__row
        >
        .events__row-column_text
        >
        .events__row-box-text >
        .events__row-text.element-animation{
                position: relative;
                opacity: 0;
                left: 50px;
                transition: all 0.6s ease-out;
                -webkit-transition: all 0.6s ease-out;
                -moz-transition: all 0.6s ease-out;
                -ms-transition: all 0.6s ease-out;
                -o-transition: all 0.6s ease-out;
                transition-delay: 0.1s;
}
        .events__row:nth-child(even)
        >
        .events__row-column_text
        >
        .events__row-box-text >
        .events__row-text.element-animation{
                position: relative;
                opacity: 0;
                left: -50px;
                transition: all 0.6s ease-out;
                -webkit-transition: all 0.6s ease-out;
                -moz-transition: all 0.6s ease-out;
                -ms-transition: all 0.6s ease-out;
                -o-transition: all 0.6s ease-out;
                transition-delay: 0.1s;
}
        .events__row
        >
        .events__row-column_text
        >
        .events__row-box-text >
        .events__row-text.element-show{
                opacity: 1;
                left: 0;
        }
        .events__row:nth-child(even)
        >
        .events__row-column_text
        >
        .events__row-box-text >
        .events__row-text.element-show{
                opacity: 1;
                left: 0;
        }
        .events__row-box-btn.element-animation{
                position: relative;
                opacity: 0;
                bottom: -50px;
                transition: all 0.6s ease-out;
                -webkit-transition: all 0.6s ease-out;
                -moz-transition: all 0.6s ease-out;
                -ms-transition: all 0.6s ease-out;
                -o-transition: all 0.6s ease-out;
                transition-delay: 0.1s;
        }
        .events__row-box-btn.element-show{
                opacity: 1;
                bottom: 0;
        }
        .gallery__title.element-animation{
                position: relative;
                opacity: 0;
                bottom: -20px;
                transition: all 0.8s ease-out;
                -webkit-transition: all 0.8s ease-out;
                -moz-transition: all 0.8s ease-out;
                -ms-transition: all 0.8s ease-out;
                -o-transition: all 0.8s ease-out;
        }
        .gallery__title.element-show{
                opacity: 1;
                bottom: 0;
        }
        .footer__list.element-animation{
                position: relative;
                opacity: 0;
                bottom: -40px;
                transition: all 0.6s ease-out;
                -webkit-transition: all 0.6s ease-out;
                -moz-transition: all 0.6s ease-out;
                -ms-transition: all 0.6s ease-out;
                -o-transition: all 0.6s ease-out;
                transition-delay: 0.1s;
        }
        .footer__list.element-show{
                opacity: 1;
                bottom: 0;
        }
        .video.element-animation{
                position: relative;
                opacity: 0;
                bottom: -40px;
                transition: all 0.6s ease-out;
                -webkit-transition: all 0.6s ease-out;
                -moz-transition: all 0.6s ease-out;
                -ms-transition: all 0.6s ease-out;
                -o-transition: all 0.6s ease-out;
        }
        .video.element-show{
                opacity: 1;
                bottom: 0;
        }
        
        
}