body .inner-header {padding-bottom:100px}
@media screen and (max-width:750px ) {body .inner-header {padding-bottom:40px }}
.dokumenty {background:#fff;padding:60px 0;margin-top:-60px}
@media screen and (max-width:750px ) {.dokumenty {margin:0 -40px;margin-top:0;padding-top:40px }}
.dokumenty .h2 {margin-bottom:40px}
.dokumenty p {font-size:15px;line-height:130%}
.dokumenty p + p {margin-top:10px}
.dokumenty .tab-labels {flex-direction:column;position:sticky;top:20px}
.dokumenty .tab-labels .tab-label {margin-bottom:20px;-webkit-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease}
.dokumenty .tab-labels .tab-label.active,
.dokumenty .tab-labels .tab-label:hover {color:#0e8946}
.dokumenty .tab-content .dokumenty__content {display:none}
.dokumenty .tab-content.active .dokumenty__content {display:block}
@media screen and (max-width:750px ) {.dokumenty .tab-content {border-bottom:1px #e5e5e5 solid;margin-bottom:17px }.dokumenty .tab-content .dokumenty__content {display:none }.dokumenty .tab-content.active .dokumenty__content {display:none }}
.dokumenty .h3 {padding-bottom:13px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}
.dokumenty .h3.is_active {color:#0e8946}
.dokumenty .h3.is_active svg {transform:scale(-1)}
.dokumenty__content {padding-bottom:40px}
.dokumenty__content a {text-decoration:underline}
.dokumenty__content .text--bold {margin-top:40px}