.p-shop__logo {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.c-alert {
    color: #535353;
    background: #d7d9d2;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}

.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button.disabled:hover {
    background: #d7d9d2;
    color: #535353;
    cursor: default;
    box-shadow: none;
}

.c-button {
    background: #d7d9d2;
    color: #535353;
    line-height: 1;
    font-size: 13px;
    padding: 0.75em 1.5em;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: inset 0 -0.1em 0 rgb(0 0 0 / 10%);
}