.mfp-hide {
    display: none !important;
}

.site-modal-open {
    overflow: hidden;
}

.site-modal-bg {
    position: fixed;
    inset: 0;
    z-index: 1042;
    background: rgba(0, 0, 0, .72);
}

.site-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1043;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.site-modal-container {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.site-modal-content {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.mfp-close {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    z-index: 2;
}

.site-modal-wrap .site-modal-content > .mfp-close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 20;
    width: 52px;
    height: 52px;
    padding: 0;
    color: #fff;
    font-size: 60px;
    line-height: 48px;
}
