.u-helper {
    width: 60px !important;
    height: 60px !important;
    z-index: 9999;
    position: fixed;
    right: 10px;
    bottom: 10px !important;
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
    background-color: #c41d73;
}
.u-helper-big {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 20%;
    z-index: 9999;
    box-shadow: 0 6px 10px rgb(0 0 0 / 5%);
}
.u-helper-big .u-contact {
    transition: all 400ms;
    width: 100%;
    z-index: 999999;
}
.u-helper img {
    width: 60px;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}
.u-helper-big .u-contact .u-contact-reduce {
    padding: 5px;
    transition: all 400ms;
    background-color: #c41d73;
}
.u-contact-reduce {
    bottom: 0 !important;
}
.u-helper-big .u-contact .u-contact-reduce .u-contact-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.u-helper-big .u-contact .u-contact-reduce .u-contact-link .rightBox {
    display: flex;
    align-items: center;
}
.u-helper-big .u-contact .u-contact-reduce .u-contact-link img {
    width: 30px;
    height: auto;
    margin: 10px;
}
.u-helper-big .u-contact .u-contact-reduce .u-contact-link .u-text-reduce {
    font-size: 16px;
    margin: 0;
}
.u-helper-big .u-contact .u-contact-reduce .u-contact-link p {
    margin: 0;
}
.u-helper-big .u-contact .u-contact-reduce .u-contact-link em {
    font-size: 20px;
}
.u-helper-big .u-contact .u-contact-content {
    background-color: #ffffff;
    text-align: center;
    color: #c41d73;
    font-size: 15px;
    padding: 5px;
}