@font-face {
    font-family: Inter;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    font-family: Inter;
    font-weight: 600;
    src: url(font/Inter-SemiBold.ttf);
}
@font-face {
    font-family: Inter;
    font-weight: 700;
    src: url(font/Inter-Bold.ttf);
}
@font-face {
    font-family: Montserrat;
    src: url(font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(font/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: 700;
    src: url(font/Montserrat-Bold.ttf);
}



.bw-box{
    margin: 0px 48px 96px 48px;
}
.bw-header{
    display:flex;
    justify-content: space-between;
    margin: 24px 0px 48px 0px;
}
.bw-header-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #2E2E2E;
}
.bw-header-topsearch-box-text {
    max-width: 600px;
    margin: 0px auto;
    display: flex;
    gap: 20px;
    border: 5px #033F58 solid;
    border-radius: 16px;
    padding: 4px 20px;
    align-items: center;
    color: #787878;
    font-size: 16px;
    width: 100%;
}
.bw-header-topsearch-box-text-input,
.bw-header-topsearch-box-text-input:hover,
.bw-header-topsearch-box-text-input:focus{
    width:100%;
    border: none;
    background: none;
}

.bw-header-category-box{
    margin-top:24px;
}
.bw-header-category{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    display: inline-block;
    margin-right: 11px;
    margin-bottom:8px;
}

.bw-header-category-item-select{
    padding: 6px 12px;
    margin: 0px 5px;
    margin-bottom:8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3AA5D1;;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
    border-radius: 32px;
    display: inline-block;
    cursor:pointer;
}

.bw-header-category-item-select:hover{
    padding: 6px 12px;
    margin: 0px 5px;
    margin-bottom:8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3AA5D1;;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
    border-radius: 32px;
    display: inline-block;
}

.cb_bw-header-category-item-select {
    display:none;
}

.cb_bw-header-category-item-select:checked + label
{
    padding: 6px 12px;
    margin: 0px 5px;
    margin-bottom:8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3AA5D1;;
    background: #F3FCFC;
    border: 1px solid #3AA5D1;;
    border-radius: 32px;
    display: inline-block;
    box-shadow: none;
}



.bw-header2{
    margin-top: 48px;
    margin-bottom: 32px;
}
.bw-header2-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #2E2E2E;

}
.bw-header2-text-line {
  border-bottom: 4px #0CB43F solid;
  width: 94px;
  margin-top: 27px;
}
.bw-last-post-box{
    display:flex;
}
.bw-post-image_box{
    flex: 50%;
    height:300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    width: 100%;
}

.bw-post-text_box{
    flex: 50%;
    background:#FFFFFF;
    padding:32px;
    /*height: 300px;*/
    position:relative;
}
.bw-post-text_box-date{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top:20px;
    text-align:right;
    color: #537090;
}
.bw-post-text_box-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #2E2E2E;
    margin-top:16px;
}
.bw-post-text_box-title2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #2E2E2E;
}
.bw-post-text_box-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    margin-top:10px;
}
.bw-post-text_box-tag{
    position:absolute;
    bottom:32px;
}
.bw-post-text_box-tag_item{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #537090;
    margin-right:24px;
    display:inline-block
}

#post_lista{
    /*margin:-17px;*/
}
.bw-post-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* WYŚRODKOWANIE */
    gap: 20px; /* odstępy między elementami */
}

.bw-post-box-item {
    flex: 1 1 33.333%;       /* 3 kolumny */
    min-width: 350px;        /* minimalna szerokość */
    max-width: 400px;        /* opcjonalnie, żeby nie były za szerokie */
    box-sizing: border-box;
}

.bwp-post-text-anchor{
    color:#2E2E2E;
}
.bwp-post-text-anchor-icon{
    display:none;
}
.bwp-post-text-anchor:hover{
    color:#3AA5D1;
}
.bwp-post-text-anchor:hover .bwp-post-text-anchor-icon{
    display:inline;
}

.bwp-post-page-area {
  margin-top: 250px;
}

@media (max-width: 1199px){
    .bw-header-title{
        font-size: 42px;
        line-height: 52px;
    }
    .bw-header-topsearch-box-text{
        width: 413px;
    }
    .bw-last-post-box{
        display:block;
    }
    .bw-post-text_box{
        padding:24px 16px;
    }
    .bw-post-text_box-title{
        font-size: 28px;
        line-height: 32px;
    }
    .bw-post-text_box-title2{
        font-size: 20px;
        line-height: 24px;
    }
    .bw-post-text_box-tag{
        bottom:24px;
    }

}
@media (max-width: 767px){
    .bw-box{
       margin: 0px 24px 48px 24px;
    }
    .bw-header-title{
        font-size: 36px;
        line-height: 44px;
        text-align:center;
    }
    .bw-header{
        margin-top:0px;
        display:block;
    }
    .bw-header-topsearch-box-text{
        margin-top:48px;
        width:100%;
    }
    .bw-header-category{
        display:block;
    }
    .bw-header2{
        margin-bottom: 24px;
    }
    .bw-post-box{
        /*display:block;*/
    }
    .bw-post-box-item{
        max-width:100%;
    }
    .bw-post-text_box-title{
        font-size: 20px;
        line-height: 24px;
    }
    .bw-post-text_box-title2{
        font-size: 20px;
        line-height: 24px;
    }
}



.bwp-baner{
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bwp_back{
    margin-bottom:76px
}
.bwp_back_bottom{
    margin-top:50px;
    margin-bottom:98px
}
.bwp_back_right{
    display:none;
    margin-bottom:50px;
}
.bwp_back a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #3AA5D1;;
}
.bwp-post-data{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #537090;
    margin-top:24px;
    margin-bottom:8px;
}
.bwp-post-text ul{
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 16px;
}
.bwp-post-text ul li ul{
    list-style: disc;
    margin-left: 40px;
}

.bwp-post-text-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #2E2E2E;
    padding-bottom:24px;
}
.bwp-post-text h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #2E2E2E;
    padding:32px 0px 16px 0px;
}
.bwp-post-text h2 strong{
    font-style: normal;
    font-weight: 400;
}
.bwp-post-text h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2E2E2E;
    padding:32px 0px 16px 0px;
}
.bwp-post-text h4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2E2E2E;
    padding-bottom:16px;
}
.bwp-post-text, .bwp-post-text p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    padding-bottom:16px;
}
.bwp-post-text .wstep{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2E2E2E;
    display: block;
    padding-bottom:16px;
}

.bwp-post-text .text-tiny{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #2E2E2E;
    display: block;
    padding-bottom:16px;
}

.bwp-post-text-image_box{
    display:flex;
    margin-top:32px;
}
.bwp-post-image_box{
    flex: 50%;
    height:150px;
    max-width: 234px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bwp-podobne-box_header{
    margin:48px 0px 32px 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #2E2E2E;
}
.bwp-podobne-box{
    display:flex;
}
.bwp-podobne-box-item{
    width:32%;
}
.bwp-podobne-image_box{
    width:100%;
    width: 250px;
    height: 157px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bwp-post-text_box{
    width:100%;
    height:120px;
    padding:12px;
}
.bwp-podobnet-text_box-date{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2E2E2E;
}
.bwp-podobne-text_box-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
}

@media (max-width: 1199px){
    .static_left_col{
        display:none;
    }
    .bwp_back_right{
        display:block;
    }
    .bwp_back_bottom {
      margin-top: 50px;
      margin-bottom: 66px;
    }
}

@media (max-width: 767px){
    .bwp-post-text-image_box{
        display:block;
        margin-top:32px;
    }
    .bwp-post-image_box{
        /*height:200px;*/
    }
    .bwp-podobne-box {
      display: block;
    }
    .bwp-podobne-box-item {
      width: 100%;
    }
}