.info_block_email_reg{
    padding: 16px;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    background: white;
    opacity: 0;
    z-index: -1;
    transition: .3s;
    position: absolute;
    width: 223px;
    right: -90%;
    top: -30px;
    border-radius: 4px;
}
.info_block_email_reg h4{
    color: rgba(166, 16, 40, 1);
    font-family: "Gotham Pro";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 4px;
}
.info_block_email_reg p{
    color: rgba(90, 97, 108, 1);
    font-family: "Gotham Pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
}
.icon_email_reg{
    width: 100%;
    position: absolute;
}
.icon_email_reg svg{
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    z-index: -1;
}
.main-input.error_input{
    border-bottom: 1px solid rgba(166, 16, 40, 1)
}
@media (max-width: 640px) {

    .info_block_email_reg{
        right: -2%;
        top: 41px;
    }

}