@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Regular;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Bold;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-RegularHL;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-BoldHL;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}



.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: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #0A285C;
}
.bw-header-topsearch-box-text {
    font-size: 18px;
    padding: 15px;
    /*height: 60px;*/
    width: 734px;
    background: #FFFFFF;
    border: 1px solid #A3B5C9;
    /*box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.12);*/
    border-radius: 8px;
    margin-left: auto;
    order: 2;
}
.bw-header-topsearch-box-text-input,
.bw-header-topsearch-box-text-input:hover,
.bw-header-topsearch-box-text-input:focus{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
    width:80%;
    background: none;
    border:none;
    outline: none;
}

.bw-header-category-box{
    margin-top:24px;
}
.bw-header-category{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
    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: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #135EE2;
    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: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #135EE2;
    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: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #135EE2;
    background: #F3FCFC;
    border: 1px solid #135EE2;
    border-radius: 32px;
    display: inline-block;
    box-shadow: none;
}



.bw-header2{
    margin-top: 48px;
    margin-bottom: 32px;
}
.bw-header2-text {
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #0A285C;

}
.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:#F7FBFF;
    padding:32px;
    height: 300px;
    position:relative;
}
.bw-post-text_box-date{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #537090;
}
.bw-post-text_box-title{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #0A285C;
    margin-top:16px;
}
.bw-post-text_box-title2{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0A285C;
    margin-top:16px;
}
.bw-post-text_box-text{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
    margin-top:10px;
}
.bw-post-text_box-tag{
    position:absolute;
    bottom:32px;
}
.bw-post-text_box-tag_item{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #537090;
    margin-right:24px;
    display:inline-block
}
.bw-post-box{
    display:flex;
  flex-wrap: wrap;
}
#post_lista{
    margin:-17px;
}
.bw-post-box-item{
    flex: 50%;
    max-width:50%;
    padding:17px;
}

.bwp-post-text-anchor{
    color:#0A285C;
}
.bwp-post-text-anchor-icon{
    display:none;
}
.bwp-post-text-anchor:hover{
    color:#135EE2;
}
.bwp-post-text-anchor:hover .bwp-post-text-anchor-icon{
    display:inline;
}

@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: Inter-Regular;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #135EE2;
}
.bwp-post-data{
    font-family: Inter-Regular;
    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: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #0A285C;
    padding-bottom:24px;
}
.bwp-post-text h2{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #0A285C;
    padding:32px 0px 16px 0px;
}
.bwp-post-text h2 strong{
    font-style: normal;
    font-weight: 400;
}
.bwp-post-text h3{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0A285C;
    padding:32px 0px 16px 0px;
}
.bwp-post-text h4{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0A285C;
    padding-bottom:16px;
}
.bwp-post-text, .bwp-post-text p{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
    padding-bottom:16px;
}
.bwp-post-text .wstep{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #0A285C;
    display: block;
    padding-bottom:16px;
}

.bwp-post-text .text-tiny{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #0A285C;
    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: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #0A285C;
}
.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: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0A285C;
}
.bwp-podobne-text_box-title{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
}

@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%;
    }
}