.nova-pochta {
    width: 130px;
    position: fixed;
    bottom: 10px;
    text-align: center;
    background: #e32e0c;
    padding: 0 15px 0 10px;
    border-radius: 0 8px 8px 0;
    z-index: 99999;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
.nova-pochta img.img-with-text {
    width: 100%;
    margin-bottom: -23px;
}
.nova-pochta .text-block {
    color: white;
    font-weight: 600;
    height: 80px;
    background: #e32e0c;
    font-size: 12px;
    line-height: 1;
    font-family: sans-serif;
    text-align: left;
    display: inline-block;
    padding-bottom: 5px;
}
.nova-pochta .text-block p:first-child {
    margin-bottom: 10px;
    margin-top: 10px
}
.nova-pochta .text-block p svg {
    float: left;
}
.nova-pochta .text-block p span {
    display: block;
    padding-left: 0px;
    margin-left: 25px;;
}
.nova-pochta .text-block svg {
    margin-bottom: -2px;
}
.nova-pochta-close {
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
}
.mobile-nova-pochta-button {
    display: none;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
@media all and (max-width:479px){
    .nova-pochta-close {
        display: none;
    }
    .nova-pochta {
        width: unset;
    }
    .descktop-nova-pochta {
        display: none;
    }
    .mobile-nova-pochta-button {
        display: block;
        height: 30px;
        width: 30px;
        padding-bottom: 10px;
        padding-top: 10px;
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
        box-sizing: unset;
    }
    .mobile-nova-pochta-button img {
        width: 30px;
        height: 30px;
    }
}