/*кнопки фиксированные*/
    .tn-elem__4471867461755153695050 {
        position: fixed;
        z-index: 9999 !important; 
    }
    
    .tn-elem__4471867461755153895520 {
        diaplay: none !important;
    }
    
    .uc-nav {
        z-index: 9999;
    }
    

/*картикнки на весь экран*/
    .t107 {
        margin: 0px 40px;
    }
    
    .t107 .t-container_8 {
        max-width: 100%;
    }
    
    
    .t107 .t-col {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
    }
    
    .t107__title {
        padding-top: 16px;
        padding-bottom: 30px;
        font-size: 16px;
        text-align: left
    }

@media screen and (max-width: 960px) {
    .t107 {
        margin: 0px 20px;
    }
    
    .t107 .t-col {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .tn-elem__4471867461755153695050 {
        display: none !important;
    }
    
    .tn-elem__4471867461755153895520 {
        z-index: 9999 !important;
        diaplay: table !important;
        postition: fixed; 
    }
}

@media screen and (max-width: 480px) {
    .t107 {
        margin: 0px 16px;
    }
    
    /*кнопки фиксированные*/    
        .tn-elem__4471867461755120046895 {
            bottom: 0 !important;
            right: 0 !important;
        }
    
    .t107__title {
        padding-top: 8px;
        padding-bottom: 24px;
        font-size: 13px;
    }
}