.oaob-bottom-overlay {
    position: fixed;
    z-index: 2002;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: none;
}

.oaob-bottom-overlay_visible .oaob-bottom-overlay__fade {
    opacity: 0.5;
}

.oaob-bottom-overlay_visible .oaob-bottom-overlay__box {
    bottom: 0;
}

.oaob-bottom-overlay__fade {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #2A353D;
    opacity: 0;
    transition: opacity 300ms;
}

.oaob-bottom-overlay__box {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -80%;
    width: 100%;
    height: 45%;
    background-color: #FFFFFF;
    transition: bottom 300ms;
}

.oaob-bottom-overlay-box_scrollable {
    height: 100%;
    overflow-y: auto;
    padding-top: 56px;
    padding-bottom: 22px;
}

.oaob-icon-close-mark {
    background: transparent;
    outline: 0;
    border: none;
    padding: 0;
    position: absolute;
    top: 44px;
    right: 44px;
}

.oaob-icon-close-mark img {
    vertical-align: bottom;
}