/*Кнопка ближе к Сервисам на главной*/

.t-feed__buttons-wrapper {
    margin-top: 50px;
}


@media screen and (max-width: 980px) {
    .t228__imglogo {

        padding: 0 !important;
    }
}
/*Блок первый (с видео) анимация*/


.t184__title {  
    opacity: 0;
}

@keyframes titleAnimation {
        0% {
            transform: opacity(0);
            transform: translateY(-20%);

            
        }
        100% {
            transform: opacity(1);            
            transform: translateY(0);

        }
    }   




#recorddiv798507825, .uc-cover-video {  
        animation: 4s ease-in-out 0s 1 slideInFromBottom;
        overflow: hidden;
}
    
    
/*Главная — Галерея сторис*/

.t994__slidecontainer {
    
width: 3731px; transform: translate(-466px, 0px); transition-duration: 0.3s;

    
}


@media screen and (max-width: 960px) {
    .t994__item {
        padding: 0px 10px;
    }
    
    
    #rec798517995, .t994, .t994__galleryt994__gallery, .t994__wrapper, .t994__slider, .t-slds__container, .t994__width-wrapper, .t994__slidecontainer, .t994__item, .t994__item-wrapper {
        height: 70vh !important;

    }
}

    
    
@keyframes slideInFromBottom {
        0% {
            transform: translateY(-50%);
            transform: opacity(0);
            transform: scale(0.5);
            border-radius: 50px;
            
        }
        50% {
            transform: translateY(0);
            transform: opacity(1);
            transform: scale(0.5);
            border-radius: 30px;
        }
        100% {
            transform: opacity(1);
            transform: scale(1);
            border-radius: 0px;
        }
    }   


    
    

.t-feed__post-imgwrapper
 {
    border-radius:15px;
    overflow: hidden;
}

.t-feed__post-bgimg:hover {
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition: all 0.5s ease-in-out;
}


    
    
/*Блок Сторис Кнопки Стрелки*/

.t-slds__arrow-withbg {
    background: none !important;
}



    
    
