.rate-box__change.rate-box__change--higher {
    color: #62a33d;
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: 1.3em;
    font-weight: bold;
}

.rate-box .rate-box__amount {
    font-family: sans-serif;
    color: #586882;
    font-size: 36px;
}

.rate-box .rate-box__amount span.rate-box__unit {
    padding-left: 5px;
    font-size: 18px;
}

.rate-box .rate-box__info {
    font-family: sans-serif;
    line-height: 1.4em;
    font-size: 1.15rem;
    color: #586882;
}
.block-post {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footer {
    padding: 15px;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
}

.footer-disclaimer {
    color: #fff;
    margin-block: 25px;
    margin-inline: auto;
    max-width: 980px;
    text-align: left;
}

.sys-menu {
    display: flex;
    justify-content: center;
    gap: 14px;
}