.agreements-toggle {
    color: #193C76; font-weight: 700; cursor: pointer; display: inline-block; text-decoration: none;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}
.agreements-toggle:after {content: 'więcej'}
.agreements-toggle.is-active:after {content: 'mniej'}
.agreements-toggle.is-en:after {content: 'more'}
.agreements-toggle.is-en.is-active:after {content: 'less'}
.agreements-toggle:hover {text-decoration: underline;}