.uc-kompot-blur > .uc-kompot-blur-plug {
    background-color: rgba(40,40,40, .85)!important;
    opacity: 1!important;
}

.uc-kompot-blur {
    backdrop-filter: blur(2px);
}

#rec603715134 {
    opacity: 0;
    position: fixed;
    bottom: -150px;
    width: 100%;
    z-index: 999;
    transition: .6s;
}

#rec603715134.visible {
    opacity: 1;
    bottom: 0;
    
}

.uc-kompot-blur, .uc-kompot-blur a {
    background-color: transparent!important;
}

.uc-kompot-blur a.active, .uc-kompot-blur a:hover {
    background-color: #39a1ff!important;
}