 .ellement-bystep{ overflow:hidden!important; } 
 .uc-cookie{
    z-index:9999 !important;
 }
 

/* Универсальный стиль для дефолтных иконок с заливкой*/
    .Default-fill-telega{
        visibility: hidden;
        background: #fff url(https://static.tildacdn.com/tild6130-3065-4664-a665-363834353639/Telegram_.svg) 50% 50% no-repeat;
        background-size: 60% 60%;
        Border-radius: 0px !important;
        border-color: 24, 26, 22, 0.12;
        opacity: 100%;
        transition:all 0.3s cubic-bezier(0, 0, 0.4, 1.0); /* Плавный переход */
        z-index: 10;
    }
    .Default-fill-telega:hover{
        visibility: hidden;
        background: #181A16 url(https://static.tildacdn.com/tild6464-3533-4431-b937-363936356262/Telegram_.svg) 50% 50% no-repeat;
        background-size: 60% 60%;
        border-color: 24, 26, 22, 100;
        opacity: 100%;
        transition:all 0.3s cubic-bezier(0, 0, 0.4, 1.0); /* Плавный переход */
        animation-duration: 0.1;
        z-index: 12;
    }

/* Универсальный стиль для дефолтных иконок с заливкой*/
    .Default-fill-whatsapp{
        visibility: hidden;
        background: #fff url(https://static.tildacdn.com/tild3433-3639-4464-a265-303964343530/Watsapp_.svg) 50% 50% no-repeat;
        background-size: 60% 60%;
        Border-radius: 0px !important;
        border-color: 24, 26, 22, 0.12;
        opacity: 100%;
        transition:all 0.3s cubic-bezier(0, 0, 0.4, 1.0); /* Плавный переход */
        z-index: 10;
    }
    .Default-fill-whatsapp:hover{
        visibility: hidden;
        background: #181A16 url(https://static.tildacdn.com/tild6463-3433-4466-a539-396166376365/Watsapp_.svg) 50% 50% no-repeat;
        background-size: 60% 60%;
        border-color: 24, 26, 22, 100;
        opacity: 100%;
        transition:all 0.3s cubic-bezier(0, 0, 0.4, 1.0); /* Плавный переход */
        animation-duration: 0.1;
        z-index: 12;
    }