html{
    font-size: 62.5%;
    transition: font-size 200ms;
}
body{
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    font-size: 1.8rem;
    color: #515151;
    min-height: 100vh;
    opacity: 0;
    transition: margin-top 200ms;
}
.umwp-box .stanowisko-kontakt{
  font-size: 2rem !important;
}
.card-marsh, .office-umwp-card{
  padding: 20px 0;
}
.office-umwp-card .container{
  padding-left: 30px;
}
body.show-page {
    opacity: 1;
    display: flex;
    flex-direction: column;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
    padding: 0px;
}
h1,h2,h3,h4,h5,h6{
    color: #000;
    font-weight: bold;
    font-family: 'Fira Sans';
}
.card-box-paragraphs > h2 {
  margin-bottom: 2.4rem;
}
#ab-cookiemodule h2{
    color: #FFF;
}
ul,ol{
    margin: 0px;
    padding:0px;
    list-style: none;
}
a{
    text-decoration: none !important;
    outline: none !important;
    color: #000000;
}
p{
    margin-bottom: 2.4rem;
    letter-spacing: 0.036rem;
}
p:last-child{
    margin-bottom: 0;
}
ul{
    margin-bottom: 2.4rem;
}
ul:last-child{
    margin-bottom: 0;
}
ul > li{
    position: relative;
    padding-left: 2.8rem;
    margin-bottom: 1rem;
}
ul > li:last-child{
    margin-bottom: 0;
}
ul > li:after {
    position: absolute;
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    border: 0;
    left: 1.1rem;
    top: 1.1rem;
    background: #000;
    border-radius: 50%;
}
ol{
    counter-reset: number;
    margin-bottom: 2.4rem;
}
ol:last-child{
    margin-bottom: 0;
}
ol > li{
    position: relative;
    padding-left: 2.8rem;
    counter-increment: number;
    margin-bottom: 1rem;
}
ol > li:last-child{
    margin-bottom: 0;
}
ol > li:after{
    content: none;
}
ol > li::before {
    position: absolute;
    content: "";
    left: -0.3rem;
    top: 0;
    content: counter(number)".";
}
.no-point{
    margin: 0;
}
.no-point li{
    margin: 0;
    padding: 0;
}
.no-point li:after{
    content: none;
}
.page-link{
    background: transparent !important;
}
.d-flex-w{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.d-new{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d-align{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.d-new-a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
}
.d-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center!important;
    flex-wrap: wrap;   
}
.d-center img,
.sec-article-box > .container .content > p > img {
    max-width: 100%;
    max-height: 100%;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.container{
    padding: 0 1.5rem;
}
.umwp-box-texts  { 
  margin-top: 50px;
} 

img { 
  border-style: none;
} 

img { 
  vertical-align: middle;
} 

img { 
  max-width: 100%;
} 
.article-box-img img {
    height: 270px !important;
}
section.card-marsh .card-box-paragraphs {
  max-width: 638px;
}
section.card-marsh p > span {
  line-height: normal!important;
}
.sidebar-buttons {
    border: 2px solid #2e3092 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    width: 100% !important;
    margin: 0 auto !important;
    height: max-content !important;
    color: #2e3092 !important;
    border-radius: 5px !important;
    padding: 5px 20px 20px 20px !important;
    display: inline-block !important;
    line-height: 20px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    transition: .6s !important;
}
.sidebar-buttons a {
    color: #2e3092;
}
.sidebar-buttons a:hover:before {
    display: none;
}
.sidebar-buttons ~ div a:hover:before {
  display: none;
}
.sidebar ul {
    text-align: center;
}
.sidebar-buttons a:hover {
    color: red !important;
}
.sidebar-buttons ~ div a:hover {
    color: red !important;
}
.sidebar-buttons ~ div {
    padding-top: 20px;
}
.sidebar-buttons ~ div p {
    margin-bottom: 1.2rem;
}
.card-box .sidebar-buttons {
    padding: 20px !important;
}
.buttons-list {
    text-align: center !important;
}
.lead a:hover:before {
    display: none !important;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .buttons-list div{
        width: 60% !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1308px) {
    .container {
        max-width: 1278px;
    }
}
.fw-bold,.fw-bold *{
    font-weight: bold !important;
}
.fw-semibold,.fw-semibold *{
    font-weight: 600 !important;
}
.fw-medium,.fw-medium *{
    font-weight: 500 !important;
}
.fw-normal,.fw-normal *{
    font-weight: 400 !important;
}
.text-white,.text-white *{
    color: #fff !important;
}
.text-black,.text-black *{
    color: #000 !important;
}
.fw-fira,.fw-fira *{
    font-family: 'Fira Sans' !important;
}
.fw-inter,.fw-inter *{
    font-family: 'Inter' !important;
}
.bg-black{
    background: #0B0B0B;
}
.bg-gray{
    background: #F3F3F3;
}
.bg-light-gray{
    background: #F7F9FB;
}
h1,.h1,.h1 *{
    font-size: 4.8rem;
    line-height: 5.28rem;
    letter-spacing: -0.048rem;
}
h2,.h2,.h2 *{
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 4.18rem;
    letter-spacing: -0.038rem;
}
h3,.h3,.h3 *{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3.08rem;
    letter-spacing: -0.028rem;
}
h4,.h4,.h4 *{
    font-size: 2.6rem;
    line-height: 2.86rem;
    font-weight: 600;
    letter-spacing: -0.026rem;
}
h5,.h5,.h5 *{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.42rem;
    letter-spacing: -0.022rem;
}
h6,.h6,.h6 *{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 2.31rem;
    letter-spacing: -0.021rem;
}
.fw-34,.fw-34 *{
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 4.76rem;
    letter-spacing: 0.068rem;
}
.fw-28,.fw-28 *{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.056rem;
}
.fw-24,.fw-24 *{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.02em;
}
.fw-22,.fw-22 *{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.044rem;
}
.fw-20,.fw-20 *{
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
}
.fw-18,.fw-18 *{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.16rem;
}
.fw-16,.fw-16 *{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.24rem;
    letter-spacing: 0.032rem;
}
.fw-14,.fw-14 *{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.624rem;
    letter-spacing: 0.028rem;
    color: #515151;
}
.fw-12,.fw-12 *{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.392rem;
    letter-spacing: 0.024rem;
    color: #878787;
}
.ls-0,.ls-0 *{
    letter-spacing: 0 !important;
}
.title{
    position: relative;
    padding-left: 2.7rem;
}
.title:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.8rem;
    height: 2.6rem;
    background: #F49301;
    border-radius: 2rem;
}
.kajaki .title:after{
    background: #109541;
}
.solidarniwklimacie .title:after{
    background: #1870AD;
}
.gryfgospodarczy .title:after{
    background: #FFCB05;
}
.mdwe70 .title:after{
    background: #0095D9;
}
.strategia .title:after{
    background: #322884;
}
.programymiedzynarodowe .title:after{
    background: #333399;
}
.dt .title:after{
    background: #312682;
}
.stopcukrzycy .title:after{
    background: #E80000;
}
.rops .title:after{
    background: #333399;
}
.gospodarka .title:after{
    background: #F49301;
}
.mlodziezowysejmik .title:after{
    background: #F49301;
}
.title-top::after{
    bottom: auto;
    top: 0.5rem;
}
.title *{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3.92rem;
    letter-spacing: 0.056rem;
    position: relative;
}
.title-search{
    width: 27.3rem;
    position: relative;
}
.title-search .form-control{
    box-shadow: none !important;
    border-radius: 0;
    height: 4.8rem;
    padding: 0 3rem 0 0;
    border: 0 !important;
    border-bottom: 1px solid #E0E0E0 !important;
    color: #000;
    font-family: Fira Sans;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.014rem;
    background: transparent;
    background-image: url(../images/icon-search-black.png);
    background-position: center right;
    background-repeat: no-repeat;
}
.title-search .form-control::placeholder{
    opacity: 1;
    color: #878787;
}
.title-search .form-control::-ms-input-placeholder{
    color: #878787;
}
.title-search .form-control:focus{
    border-color: #000 !important;
}
.budge-list{
    display: flex;
    flex-wrap: wrap;
}
.budge{
    /* height: 2.3rem; */
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    padding: 0.6rem;
    font-weight: 600;
    color: #fff;
    background: #DD2B1C;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1;
    font-family: 'Fira Sans';
    margin-bottom: 1rem;
    text-decoration: none !important;
}
.budge:last-child{
    margin-right: 0;
}
.budge-yellow{
    height: 2.6rem;
    font-size: 1.4rem;
    background: #FFDD56;
    color: #453D1C;
    padding-top: 1px;
}
.date{
    display: flex;
    align-items: center;
}
.date img {
    margin-right: 0.7rem;
    width: 1.2rem;
}
.date span{
    white-space: nowrap;
}
.btn{
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent !important;
    height: 4.2rem;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.028rem;
    padding: 0 2.4rem 0.3rem;
}
.btn-sm{
    padding: 0 1.6rem !important;
}

.btn-black {
    background: #000!important;
    border-color: #000!important;
    color: #fff;
}
.btn-black *{
    color: #fff;
}
.btn-black *:hover,
.btn-black:hover {
    background: transparent !important;
    color: #000 !important;
}

.btn:active,.btn.active{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.btn-black:disabled,
.btn-black[disabled]{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%), #000 !important;
    border-color: #595959 !important;
    color: rgba(255, 255, 255, 0.65) !important;
}
.btn-gray-outline{
    border-color: #C8C8C8 !important;
    color: #000 !important;
    background: #F3F3F3 !important;
}
.btn-gray-outline:hover{
    background: #C8C8C8 !important;
}
.btn-gray-outline:disabled,
.btn-gray-outline[disabled]{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), #F3F3F3;
    color: rgba(0, 0, 0, 0.25) !important;
}
.btn-link{
    color: #000 !important;
    border: 0;
    outline: none;
    padding: 0 0 0.2rem;
    margin: 0;
    font-family: Fira Sans;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.56rem;
    letter-spacing: -0.016rem;
    border-bottom: 0.14rem solid #000;
    text-decoration: none;
}
.btn-link:hover{
    color: #DD2B1C !important;
    border-color: #DD2B1C;
}
.btn-link:disabled,
.btn-link[disabled]{
    color: rgba(0, 0, 0, 0.35) !important;
    border-color: rgba(0, 0, 0, 0.35);
}
.btn-link-white{
    color: #fff !important;
    border-color: #fff;
}
.title-block{
    position: relative;
    z-index: 1;
}
.border-top{
    border-top: 1px solid #E0E0E0;
}
.border-bottom{
    border-bottom: 1px solid #E0E0E0;
}
.divided-line{
  height: 1px;
  width: 100%;
  background: #C7C7C7;
}
.divided-hr-line{
  width: 100%;
  height: 1px;
  background: #E0E0E0;
}
.sec-block-v3 .area-wrap, .sec-block-v3 .area-wrap-story {
  border-bottom: 1px solid #e9e9ea;
}

.clearfix{
    float: none;
    clear: both;
}
.card-box > li::marker {
  content: none!important;
}

.important-news {
  background-color: #e30613;
  padding: 24px 0
}

.important-news .important-box {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.important-news h3 {
  color: #000;
  font-size: 2.2rem;
}

.important-news .global-btn.important-box-btn {
  min-width: max-content;
}

.important-news .important-box-btn a {
  display: inline-block;
  max-height: 100%;
  padding: 12px 30px;
  letter-spacing: .03em;
  color: #000;
  border: 2px solid #000;
  font-size: 1.5rem; 
  font-weight: 600;
  width: fit-content; 
  margin: 0 auto; 
  border-radius: 5px; 
  text-align: center;
  transition: .5s;
}

.important-news .important-box-btn a:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #e30613;
}

.service-main-pic {
  margin-top: 4rem;
}

.social-icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin: 2rem 0;
}

.social-icons-container > a > img {
  height: 2.5rem;
  width: auto;
}

.select-form-control{
  width: 100%;
  height: 4.8rem;
  background: url(../images/icon-select-arrow.png) no-repeat center right 2rem #fff;
  padding: 0 4rem 0 2rem;
  border: 1px solid #E0E0E0;
  outline: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.624rem;
  letter-spacing: 0.02em;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
}
.full-width{
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.full-width:hover{
  opacity: 0.9;
}
.full-width img{
  max-width: 100%;
  height: 100%;
}
.blend-darken{
  mix-blend-mode: darken;
}
.row-20{
    --bs-gutter-x: 2rem;
}
.row-24{
    --bs-gutter-x: 2.4rem;
}
.row-40{
    --bs-gutter-x: 4rem;
}
.row-64{
    --bs-gutter-x: 6.4rem;
}
.mt-8{
  margin-top: 0.8rem;
}
.mt-10{
    margin-top: 1rem;
}
.mb-10{
    margin-bottom: 1rem;
}
.mt-12{
    margin-top: 1.2rem;
}
.mb-12{
  margin-bottom: 1.2rem;
}
.mb-16{
  margin-bottom: 1.6rem;
}
.mb-20{
    margin-bottom: 2rem;
}
.pd-24{
  padding: 2.4rem;
}
.mb-24{
    margin-bottom: 2.4rem;
}
.mt-24{
  margin-top: 2.4rem;
}
.mt-28{
    margin-top: 2.8rem;
}
.pd-30{
  padding: 3rem;
}
.mb-32{
    margin-bottom: 3.2rem;
}
.pb-32{
  padding-bottom: 3.2rem;
}
.mb-40{
    margin-bottom: 4rem;
}
.mt-40{
    margin-top: 4rem;
}
.pb-40{
    padding-bottom: 4rem;
}
.mb-48{
    margin-bottom: 4.8rem;
}
.pt-20{
    padding-top: 2rem;
}
.pt-48{
    padding-top: 4.8rem;
}
.pb-48{
    padding-bottom: 4.8rem;
}
.mt-56{
    margin-top: 5.6rem;
}
.pt-56{
    padding-top: 5.6rem;
}
.mb-56{
    margin-bottom: 5.6rem;
}
.mb-60{
    margin-bottom: 6rem;
}
.mt-60{
    margin-top: 6rem;
}
.pt-60{
    padding-top: 6rem;
}
.pb-60{
    padding-bottom: 6rem;
}
.pt-64{
  padding-top: 6.4rem;
}
.pb-64{
  padding-bottom: 6.4rem;
}
.mt-64{
  margin-top: 6.4rem;
}
.mb-64{
  margin-bottom: 6.4rem;
}
.mb-80{
    margin-bottom: 8rem;
}
.pt-80{
    padding-top: 8rem;
}
.pb-80{
    padding-bottom: 8rem;
}
.pb-88{
    padding-bottom: 8.8rem;
}
.pt-96{
    padding-top: 9.6rem;
}
.pb-96{
    padding-bottom: 9.6rem;
}
.mt-96{
    margin-top: 9.6rem;
}
.mb-96{
    margin-bottom: 9.6rem;
}
.pi-20{
    padding: 20px !important;
}
@media(min-width:1200px) and (max-width:1307.98px){
    h1, .h1, .h1 * {
        font-size: 4.5rem;
        line-height: 4.98rem;
    }
    h2, .h2, .h2 * {
        font-size: 3.5rem;
        line-height: 3.88rem;
    }
    .fw-24, .fw-24 * {
      font-size: 2.3rem;
    }
    .fw-20, .fw-20 * {
        font-size: 1.9rem;
        line-height: 2.3rem;
    }
    .fw-18, .fw-18 * {
        font-size: 1.7rem;
        line-height: 2.06rem;
    }
    .budge{
      font-size: 1.1rem;
    }
    .col-full {
        width: 88%;
    }
    .row-40 {
        --bs-gutter-x: 3rem;
    }
    .row-64 {
        --bs-gutter-x: 4.4rem;
    }
    .mt-56 {
      margin-top: 4.8rem;
    }
    .mb-56 {
        margin-bottom: 4.8rem;
    }
    .mt-64{
      margin-top: 5.6rem;
    }
    .mb-64{
      margin-bottom: 5.6rem;
    }
    .pt-64{
      padding-top: 5.6rem;
    }
    .pb-64 {
      padding-bottom: 5.6rem;
    }
    .pb-80 {
        padding-bottom: 7rem;
    }
    .pt-80 {
        padding-top: 7rem;
    }
    .pb-88 {
        padding-bottom: 7.4rem;
    }
    .pb-96 {
        padding-bottom: 8rem;
    }
    .pt-96 {
        padding-top: 8rem;
    }
    .mb-96 {
        margin-bottom: 8rem;
    }
    .mt-96 {
        margin-top: 8rem;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
    h1, .h1, .h1 * {
        font-size: 4rem;
        line-height: 4.48rem;
    }
    h2, .h2, .h2 * {
        font-size: 3rem;
        line-height: 3.38rem;
    }
    .fw-34, .fw-34 * {
        font-size: 3.2rem;
        line-height: 4.56rem;
    }
    .fw-24, .fw-24 * {
      font-size: 2.3rem;
    }
    .fw-18, .fw-18 * {
        font-size: 1.7rem;
        line-height: 2.06rem;
    }
    .title {
        padding-left: 2.5rem;
    }
    .title:after {
        width: 0.7rem;
    }
    .title * {
        font-size: 2.3rem;
        line-height: 3.42rem;
    }
    .col-full {
        width: 100%;
    }
    .row-24 {
        --bs-gutter-x: 2rem;
    }
    .row-40 {
        --bs-gutter-x: 2rem;
    }
    .row-64 {
        --bs-gutter-x: 3.2rem;
    }
    .g-5, .gx-5 {
        --bs-gutter-x: 2rem;
    }
    .pd-30 {
      padding: 2.4rem;
    }
    .mb-56 {
        margin-bottom: 4.8rem;
    }
    .mt-56 {
      margin-top: 4.8rem;
    }
    .pt-60 {
        padding-top: 5rem;
    }
    .mb-60{
        margin-bottom: 5rem;
    }
    .pb-60 {
        padding-bottom: 5rem;
    }
    .pt-60 {
        padding-top: 5rem;
    }
    .mt-60 {
        margin-top: 5rem;
    }
    .mt-64{
      margin-top: 5.6rem;
    }
    .mb-64{
      margin-bottom: 5.6rem;
    }
    .pt-64{
      padding-top: 5.6rem;
    }
    .pb-64 {
      padding-bottom: 5.6rem;
    }
    .mb-80 {
        margin-bottom: 6rem;
    }
    .pb-80 {
        padding-bottom: 6rem;
    }
    .pt-80 {
        padding-top: 7rem;
    }
    .pb-88 {
        padding-bottom: 7rem;
    }
    .pb-96 {
        padding-bottom: 7rem;
    }
    .pt-96 {
        padding-top: 7rem;
    }
    .mb-96 {
        margin-bottom: 7rem;
    }
    .mt-96 {
        margin-top: 7rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .title-search {
        width: 24.3rem;
    }
    h1,.h1,.h1 *{
        font-size: 3.6rem;
        line-height: 3.96rem;
        letter-spacing: -0.036rem;
    }
    h2,.h2,.h2 *{
        font-size: 3.2rem;
        line-height: 3.52rem;
        letter-spacing: -0.032rem;
    }
    .fw-34, .fw-34 * {
        font-size: 3rem;
        line-height: 4.36rem;
    }
    .fw-24, .fw-24 * {
      font-size: 2.1rem;
    }
    .fw-20, .fw-20 * {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }
    .fw-18, .fw-18 * {
        font-size: 1.6rem;
        line-height: 2.06rem;
    }
    .row-24 {
        --bs-gutter-x: 1.5rem;
    }
    .row-40 {
        --bs-gutter-x: 1.5rem;
    }
    .row-64 {
        --bs-gutter-x: 1.5rem;
    }
    .mt-28 {
        margin-top: 4rem;
    }
    .pd-30 {
      padding: 2.4rem;
    }
    .mb-48 {
        margin-bottom: 4rem;
    }
    .pb-48 {
      padding-bottom: 4rem;
    }
    .pt-48 {
      padding-top: 4rem;
    }
    .mt-56 {
      margin-top: 4rem;
    }
    .mb-56 {
        margin-bottom: 4rem;
    }
    .pt-60 {
        padding-top: 3rem;
    }
    .mb-60{
        margin-bottom: 5rem;
    }
    .pb-60 {
        padding-bottom: 5rem;
    }
    .pt-60 {
        padding-top: 5rem;
    }
    .mt-60 {
        margin-top: 5rem;
    }
    .mt-64{
      margin-top: 5rem;
    }
    .mb-64{
      margin-bottom: 5rem;
    }
    .pt-64{
      padding-top: 5rem;
    }
    .pb-64 {
      padding-bottom: 5rem;
    }
    .mb-80 {
        margin-bottom: 6rem;
    }
    .pb-80 {
        padding-bottom: 6rem;
    }
    .pt-80 {
        padding-top: 6rem;
    }
    .pb-88 {
        padding-bottom: 6rem;
    }
    .pb-96 {
        padding-bottom: 6rem;
    }
    .pt-96 {
        padding-top: 6rem;
    }
    .mb-96 {
        margin-bottom: 6rem;
    }
    .mt-96 {
        margin-top: 6rem;
    }
    .mb-md-0{
      margin-bottom: 0 !important;
    }
    .md-mb-64{
      margin-bottom: 4rem;
    }
}
@media(max-width:767.98px){ 
    h1,.h1,.h1 *{
        font-size: 3.6rem;
        line-height: 3.96rem;
        letter-spacing: -0.036rem;
    }
    h2,.h2,.h2 *{
        font-size: 3.2rem;
        line-height: 3.52rem;
        letter-spacing: -0.032rem;
    }
    .fw-34, .fw-34 * {
        font-size: 2.4rem;
        line-height: 3.36rem;
        letter-spacing: 0.048rem;
    }
    .fw-28, .fw-28 * {
        font-size: 2.4rem;
        letter-spacing: 0.048rem;
    }
    .fw-24, .fw-24 * {
      font-size: 2rem;
    }
    .title {
        padding-left: 2.6rem;
    }
    .title * {
        font-size: 2.4rem;
        line-height: 3.36rem;
        letter-spacing: 0.048rem;
    }
    .title br{
        display: none;
    }
    .title-top::after {
        top: 0.2rem;
    }
    .title-search {
        width: 100%;
        margin-top: 2rem;
    }
    .btn-full{
      width: 100%;
    }
    .divided-line {
      background: no-repeat;
      margin-top: 0 !important;
    }
    .row-24,.row-40,.row-64,.g-5,.gx-5{
        --bs-gutter-x: 1.5rem;
    }
    .row-20 {
      --bs-gutter-x: 1.5rem;
    }
    .mt-28 {
        margin-top: 4rem;
    }
    .pd-30 {
      padding: 2.4rem;
    }
    .pb-32 {
      padding-bottom: 2.4rem;
    }
    .mb-48 {
        margin-bottom: 4rem;
    }
    .pb-48 {
      padding-bottom: 4rem;
    }
    .pt-48 {
      padding-top: 4rem;
    }
    .pt-56 {
        padding-top: 4rem;
    }
    .mt-56 {
      margin-top: 4rem;
    }
    .mb-56 {
        margin-bottom: 4rem;
    }
    .pt-60 {
        padding-top: 2.5rem;
    }
    .mb-60{
        margin-bottom: 4rem;
    }
    .mt-60 {
        margin-top: 4rem;
    }
    .pb-60 {
        padding-bottom: 4rem;
    }
    .pt-60 {
        padding-top: 4rem;
    }
    .mt-64{
      margin-top: 4rem;
    }
    .mb-64{
      margin-bottom: 4rem;
    }
    .pt-64{
      padding-top: 4rem;
    }
    .pb-64 {
      padding-bottom: 4rem;
    }
    .mb-80 {
        margin-bottom: 6rem;
    }
    .pt-80 {
        padding-top: 4rem;
    }
    .pb-80 {
        padding-bottom: 4rem;
    }
    .pb-88 {
        padding-bottom: 4rem;
    }
    .pb-96 {
        padding-bottom: 4rem;
    }
    .pt-96 {
        padding-top: 4rem;
    }
    .mb-96 {
        margin-bottom: 4rem;
    }
    .mt-96 {
        margin-top: 4rem;
    }
    .mb-sm-32{
      margin-bottom: 3.2rem !important;
    }
    .mb-sm-40{
      margin-bottom: 4rem !important;
    }
    .mt-sm-0{
      margin-top: 0 !important;
    }
    .mb-sm-0{
      margin-bottom: 0 !important;
    }
}
section.groups.card-groups {
    margin-top: 20px;
}
section.card-marsh.card-map p > img {
    width: 100%;
    height: auto;
}
.global-btn a { 
    border: 2px solid #2e3092; 
    font-weight: 600; 
    font-size: 16px; 
    width: fit-content; 
    margin: 0 auto; 
    line-height: 46px; 
    height: max-content !important;
    color: #2e3092; 
    border-radius: 5px; 
    padding: 0 25px; 
    display: inline-block;
    text-align: center;
    transition: .6s;
}
.global-btn a:hover { 
    border: 2px solid white; 
    color: white!important; 
} 
aside .global-btn {
  width: 100%!important;
  margin: 0!important;
}
.card-marsh > .container > .row.flex-row.mb-3 > p {
  margin-bottom: 0px!important;
}
.naglowek{
  margin: 3rem 0;
}
.naglowek h6{
  font-size: 1.8rem;
}
.divider-block{
  margin-top:10px;
  margin-bottom:10px;
  height: 10px;
}
.sidebar-contact {
  margin: 0;
}
.card-marsh img.size-full {
  max-width: 100%;
  height: auto;
}
.search-marsh a {
    color: #000;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding-left: 35px;
    display: block;
    margin: 6px 2px 30px;
    float: left;
    position: relative;
    font-weight: 200;
}

.search-marsh a:after {
    content: "";
    position: absolute;
    background-image: url(../images/link-icon.png);
    width: 18px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    height: 18px;
}
.search-marsh a:after {
    content: "";
    position: absolute;
    background-image: url(../images/link-icon.png);
    width: 18px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    height: 18px;
}

.show-page .main-title .color-strong {
    color: #3C2B99;
    display: inline;
}

.show-page .card-marsh.search-marsh {
    margin-top: 15px;
}
.show-page .content {
  padding: 0 !important;
}
div#ab-cookie-show {
  display: none;
}

a:focus, button:focus, [tabindex]:focus {
  outline: 3px solid black!important;
  outline-offset: 7px!important;
  border-radius: 2px!important;
}
.invert a:focus,.invert button:focus,.invert [tabindex]:focus {
  outline: 3px solid red!important;
}
.card-box .umwp-box-img img {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  object-fit: cover;
}
.card-box .umwp-box h3 {
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.card-box .umwp-box h4{
  color: #878787;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
}
.card-box .umwp-box-texts {
  margin-top: 0;
}
.card-box .umwp-box a {
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-right: 2rem;
}
.card-box .umwp-box a:last-child{
  margin-right: 0;
}
.card-box .umwp-box a:after{
  position: absolute;
  content: "";
  top: 2px;
  right: -1.2rem;
  width: 1px;
  height: 14px;
  background: #878787;
  opacity: 0.7;
}
.card-box .umwp-box a:last-child:after{
  content: none;
}
.card-box .aside-block {
    text-align: center;
    padding-bottom: 30px;
}
.article-head.area-head.container.service-head.area-fix {
  padding-top: 5.6rem;
}
@media(min-width:1200px) and (max-width:1307px){
  .card-box .umwp-box-img img {
    width: 13rem;
    height: 13rem;
  }
}
@media(min-width:991px) and (max-width:1199px){
  .card-box .umwp-box-img img {
    width: 10.4rem;
    height: 10.4rem;
  }
  .card-box .umwp-box h3 {
    font-size: 1.8rem;
  }
  .card-box .umwp-box h4 {
    font-size: 1.1rem;
  }
  .card-box .umwp-box a {
    font-size: 1.4rem;
  }
  .card-box .umwp-box a:after {
    height: 12px;
  } 
}
@media(min-width:768px) and (max-width:991px){
  .card-box .col-md-12:nth-child(n + 2) {
    margin-top: 3.2rem;
  }
}
@media(max-width:767px){
  .card-box .col-md-12:nth-child(n + 2) {
    margin-top: 3.2rem;
  }
  .card-box .col-md-3{
    width: initial;
  }
  .card-box .col-md-9{
    width: 65%;
  }
  .card-box .umwp-box-img img {
    width: 10rem;
    height: 10rem;
  }
  .card-box .umwp-box h3 {
    font-size: 1.8rem;
  }
  .card-box .umwp-box h4 {
    font-size: 1.1rem;
  }
  .card-box .umwp-box a {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 1rem;
  }
  .card-box .umwp-box a:last-child{
    margin-bottom: 0;
  }
  .card-box .umwp-box a:after {
    content: none;
  } 
}
@media(max-width:991px){
  a{
    word-wrap: break-word;
  }
}
/* Style dla wtyczki cookies */
#ab-cookiemodule > .ab-info > h2 {
  font-size: 1.8rem!important;
}
#ab-cookiemodule > .ab-info > p {
  font-size: 1.3rem!important;
  letter-spacing: normal!important;
}
#ab-cookiemodule > .ab-info {
  margin-bottom: 2rem!important;
}
#ab-cookiemodule > .ab-buttons > button {
  font-size: 1.4rem!important;
}