
.modal[data-modal="documents-modal"] {
    z-index: 100001;
}
.post__gallery {
    position: relative;

}
.post__gallery .swiper-scrollbar {
    position: relative;
    left: unset;
    bottom: unset;
    height: 0.3125rem;
    margin: 0.9375rem 0 0 0;
    background: hsl(225, 13%, 94%);
    width: 100%;
}
.vacancies__filter {
    position: relative;
    z-index: 5;
}
.modals {
    z-index: 9998;
}
.modal[data-modal="tarif"] {
    position: fixed;
}
.vacancy-card__category {
    cursor: pointer;
}
.wp-block-image + .docs__block {
    padding-top: 3.125rem;
}
.clubs__item {
    position: relative;
}
.clubs__item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.hide {
    display: none;
}
.admin-bar .menu__content {
    height: calc(100% - 5.09rem - 2rem);
}
.admin-bar .callback--popup {
    height: calc(100% - 3.05rem - 2rem);
}
.admin-bar .header,
.admin-bar .modals {
    top: 2rem;
}
.admin-bar .modals {
    height: calc(100% - 2rem);
}
@media screen and (max-width: 48.875rem) {
    .admin-bar .menu__content {
        height: calc(100% - 5.09rem - 2.875rem);
    }
    .admin-bar .callback--popup {
        height: calc(100% - 3.05rem - 2.875rem);
    }
    .admin-bar .header,
    .admin-bar .modals {
        top: 2.875rem;
    }
    .admin-bar .modals {
        height: calc(100% - 2.875rem);
    }
}
@media screen and (max-width: 37.5rem) {
    .admin-bar #wpadminbar {
        position: fixed;
    }
}