#drop-elem {
    max-width: 550px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 1.4;
    position: fixed;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    cursor: default;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #c5c5c5;
    height: 90%;
    max-height: 365px;
    overflow: hidden;
    z-index: 3000;
    transition: all .3s ease;
}

.dropup.hide {
    top: auto !important;
    right: auto !important;
    bottom: 150px !important;
    left: 0 !important;
    transform: none !important;
    height: auto !important
}

.dropup.hide.is_menuDown {
    bottom: 60px !important;
}
.dropup.hide.is_down {
    bottom: 0px !important
}

.dropup.hide .dropup__close--hide, .dropup.hide .dropup__close--line {
    display: none
}

.dropup.hide .dropup__close--rect, .dropup.hide .dropup__close--show {
    display: block
}

.dropup.closed .dropup__mobile .dropup__show {
    transform: rotateX(0deg)
}

.dropup__wrapin {
    display: -ms-flexbox;
    display: flex
}

.dropup__bold {
    font-size: 16px;
    margin-left: 20px;
    color: #0052a4;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: OpenSansBold, sans-serif
}

.dropup__show {
    position: absolute;
    transition: all .3s ease;
    transform-origin: center;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 35%;
    transform: rotateX(180deg)
}

.dropup__desktop {
    text-transform: uppercase;
    color: #fff;
    font-size: 23px;
    font-family: OpenSansBold, sans-serif
}

.dropup__item--labmob, .dropup__mobile {
    display: none
}

.dropup__close {
    border: none;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 1px;
    cursor: pointer;
    z-index: 1
}

.dropup__close--show {
    display: none
}

.dropup__close--hide {
    display: block
}

.dropup__close--line {
    right: 3px
}

.dropup__close--rect {
    right: 3px;
    top: 2px;
    display: none
}

.dropup__close svg path {
    transition: all .3s ease
}

.dropup__close:hover svg, .dropup__close:hover svg path {
    fill: #fff
}

.dropup__title {
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    color: #000;
    font-family: OpenSansBold, sans-serif
}

.dropup__list {
    list-style-type: disc;
    padding-left: 20px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.dropup__list li {
    margin-bottom: 4px;
    list-style-type: disc
}

.dropup__link {
    color: blue;
    text-transform: capitalize;
    text-decoration: underline !important
}

.dropup__top {
    padding: 10px 0;
    line-height: 26px;
    padding: 10px 64px;
    position: relative;
    text-align: center;
    width: 100%;
    background: linear-gradient(45deg, #ef7237, #f69f4c);
    font-family: OpenSansBold, sans-serif
}

.dropup__content {
    display: block;
    padding: 0 20px;
    overflow: auto !important;
    height: calc(100% - 80px)
}

.dropup__content::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.dropup__content::-webkit-scrollbar-thumb {
    background: red
}

.dropup__bottom .signup__btn {
    width: 40%;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 12px auto 35px;
    display: block;
    height: 52px;
    font-size: 15px;
    text-align: center;
    line-height: 51px
}

@media (min-width: 767px) {
    .dropup__content {
        display: block
    }
}

@media (max-width: 767px) {
    #drop-elem {
        width: 90%;
        max-height: 435px;
        border-radius: 50px 0 0 0
    }

    .dropup__wrapin {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dropup__bold {
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        font-size: 13px;
        margin-bottom: 20px
    }

    .dropup__desktop {
        display: none
    }

    .dropup__mobile {
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        color: #fff
    }

    .dropup__item--labdesk {
        display: none
    }

    .dropup__item--labmob {
        display: list-item
    }

    .dropup__close {
        top: 0
    }

    .dropup__top {
        border-color: transparent;
        padding: 3px 20px;
        margin-bottom: 0
    }

    .dropup__content {
        height: calc(100% - 58px)
    }

    .dropup__bottom {
        margin-bottom: 30px
    }

    .dropup__bottom .signup__btn {
        width: 62%;
        height: 43px;
        line-height: 43px;
        font-size: 15px
    }
}

@media (-ms-high-contrast: none) {
    .dropup__content {
        height: auto
    }
}

.signup__btn {
    background: #e87921;
    border: none;
    outline: none;
    color: #fff;
    text-transform: capitalize;
    padding: 0 50px;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    border-radius: 50px;
    transition: all .3s ease;
    box-shadow: 1px 5px 20px 0 rgba(0, 0, 0, .29);
    font-family: OpenSansBold, sans-serif;
}

.signup__btn:hover {
    background: #ff581f;
    cursor: pointer;
    color: #fff;
}