#joma {
    display: none;
    font-size: 23px;
    text-align: center;
    color: #26ff0c;
}
@media screen and (max-width: 480px) {
    .popUp {
        width: 100%!important;
        right: -150%!important;
    }
}

.modaltext {
    border-radius: 10px;
    border: 1px;
}

.fl {
    position: fixed;
    display: flex;
    flex-flow: column-reverse;
    margin-top: 5%;
}

.closeblock {
    cursor: pointer;
    line-height: 60px;
    font-size: 82px;
    transform: rotate(45deg);
    text-align: center;
    color: #337AB7;
    align-self: flex-end;
}

#api_form>input,
#api_forms>input,
#api_form>textarea,
#api_forms>textarea {
    display: block;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px #000;
    margin: auto;
    margin-bottom: 1em;
    width: 220px;
}

#send,
#send_zoomba {
    cursor: pointer;
    width: 220px !important;
    background-color: #ff0202;
    border: 1px;
    padding: 10px 15px;
    border-radius: 10px;
    margin: auto;
    display: flex;
}

#send:hover {
    background-color: #fff;
    color: #000;
}

#send:hover>span {
    color: #000;
}

#send>img {
    width: 30px;
}

#send>span,
#send_zoomba>span {
    margin: auto;
    color: #fff;
}

.ssh {
    display: none;
    text-align: center;
    color: rgb(212, 0, 0);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
}

.closeblock:hover {
    color: #000;
}

#api_form>textarea,
#api_forms>textarea {
    height: 111px;
}

.bloom {
    width: 100%;
}

#invalid-express {
    display: none;
    color: rgb(211, 0, 0);
    text-align: center;
}

#ssk {
    text-align: center;
    margin: 1em 0em;
    font-size: 28px;
    font-weight: bolder;
    color: #fff;
}

.brn {
    border: 2px solid red !important;
}

.bgn {
    border: 2px solid green !important;
}

.zv-manager {
    text-align: center;
    position: relative;
    bottom: 5em;
    justify-content: center;
    align-items: center;
    font-size: 1em !important;
    display: none;
    background-color: #49b5ce;
    margin-bottom: -1.5em;
    letter-spacing: -1px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 5px;
}

.zv-manager>p {
    cursor: pointer;
    color: #fff !important;
}

.mav-zv {
    position: relative;
    justify-content: center;
    bottom: 12em;
    font-size: 1.2em;
    display: none;
    cursor: pointer;
}

.mav-zv>p {
    text-align: center;
}

.form-manager {
    display: none;
    position: fixed;
    top: 3em;
}

#form-vx {
    padding: 4px 0px;
    margin-bottom: -24px;
    margin: auto;
    border-radius: 5px;
    margin: auto;
}

.mav-zv {
    width: 56%;
    padding: 20px 0px;
    background: #49b5ce;
    color: #fff;
    margin: auto;
    border-radius: 10px;
    margin-bottom: -3.3em;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.h1_lp {
    font-size: 45px;
    line-height: 52px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.div_lp {
    background-color: #f7f7f7;
    text-align: center;
    padding: 25px 0 0 50px;
}

@media only screen and (max-width:760px) {
    .h1_lp {
        padding: 10px 0;
        line-height: 34px;
        font-size: 24px;
    }
    .div_lp {
        text-align: center;
        padding: 50px 0 0 0;
    }
}

@media only screen and (max-width:480px) {
    .h1_lp {
        padding: 10px 0;
        line-height: 34px;
        font-size: 24px;
    }
    .div_lp {
        text-align: center;
        padding: 15px 0 0 0;
    }
}
