
#stuck_container {
    padding: 24px 0 22px;
    transition: all 0.4s ease 0s;
    z-index: 999;
}
.isStuck {
    background-color: #fff;
    transition: all 0.2s ease 0s;
}
.isStuck .menuBox {
    margin: 0;
    transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 979px) {
#stuck_container {
    box-shadow: none;
    position: relative !important;
}
.pseudoStickyBlock {
    height: 0 !important;
}
.isStuck {
}
}
@media only screen and (max-width: 767px) {
.isStuck {
}
}
