body .sk-block-skedul-header {
    position: fixed;
    width: 100%;
}
#content_wrapper{
    padding-top:90px;
}

@media screen and (max-width: 768px) {
    .sk-block-skedul-header{
        height:60px;    
    }
}

@media screen and (max-width: 768px) { 
    #content_wrapper{
        padding-top: 115px;
    }
    body .sk-block-skedul-header{
        height:auto;
    }
    body .sk-block-skedul-header--container{
        flex-wrap:wrap;
        gap: 10px 20px;
        padding: 10px 20px;
    }    
    body .sk-block-skedul-header--search{
        order:3;
        width:100%;
        flex:0 0 auto;
    }
}
@media screen and (max-width: 400px) {
    body .sk-block-skedul-header--container {
        gap: 10px;
        padding: 10px;
    }
    .sk-block-skedul-header--left {
        max-width: 90px;
    }
}
