.sending input[type='submit']{
    display: none;
}
.sending .status:before{
    content: "wait";
    text-align: center;
    width: 100%;
    color: yellow;
    text-transform: uppercase;
    font-size: 20px;
}

.status {
    text-align: center;
    width: 100%;
}
.sended .status:before{
    content: 'sended'!important;
    color: green;
}

body .popup__logo>img {
    width: unset
}

body .header__nav>ul>li>a {
    font-size: 14px
}