.downupPopup {
    position: fixed;
    bottom: 0;
    z-index: 99;
    will-change: transform;
    background-color: #fff;
    height: 100%;
    left: 50%;
}

.downupPopup.no-act {
    transform: translate(-50%, 101%) !important;
}

/*.downupPopup-header {*/
/*    padding: 2vh 15px;*/
/*    background-color: #fff;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

.downupPopup-kapat {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -10px;
}

.downupPopup-kapat:after {
    content: '';
    width: 13%;
    display: block;
    height: 4px;
    border-radius: 7px;
    opacity: 0.3;
    background: #FAFAFA;
    vertical-align: center;
    margin: 0 auto;
}

.downupPopup-content {

}

#dark-back {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 90;
    padding-right: 17px;
    overflow: hidden;
}
