/* FellowsDemi */
/* FellowsMedium */
/* FellowsLight */


.breadcrumbs{
    margin-top: 100px;
}
.articles__rows {
    display: flex;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom: 40px;
    
}

.article__news-page {
    display: flex;
    flex-direction: column;
    gap:20px;
    padding-bottom: 20px;
    border-radius:20px;
    background-color: #252C2C;
    
    overflow: hidden;
    ;
    width: 100%;
}

@media screen and (min-width:1061px){
    .article__news-page {
        max-width: calc(100%/3 - 14px);

    }
}
@media screen and (min-width:481px) and (max-width: 1060px){
    .article__news-page {
        max-width: calc(100%/2 - 14px);

    }
}

.link__news-page {
    padding-left: 20px;
    padding-right: 20px;
}

.link__news-page-date {
    font-family: 'FellowsLight', sans-serif;
    font-weight: 300;
    font-style: Light;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 0;
}
.link__news-page h2 a{
    font-family: 'FellowsMedium', sans-serif;
    font-weight: 500;
    font-style: Medium;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}
.link__news-page h2 a:visited{
    color:#fff;
}
.link__news-page h2 a:hover{
    color:#FF9549;
}


.breadcrumbs li{
    font-family: 'FellowsLight', sans-serif;
    font-weight: 300;
    font-style: Light;

    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.breadcrumbs li:not(.active) a{
    color:#FFFFFF;
}

.breadcrumbs li:not(.active):nth-child(2){
    padding-left: 27px;
    position: relative;
}

.breadcrumbs li:not(.active):nth-child(2)::before{
    position: absolute;
    content:'/';
    top:0;
    left: 13px;
}

.breadcrumbs li.active{
    color:#FFFFFF66;
    padding-left: 27px;
    position: relative;
}
.breadcrumbs li.active::before{
    position: absolute;
    content:'/';
    top:0;
    left: 13px;
}

.news {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    
}


.content__article p {
        font-family: 'FellowsMedium', sans-serif;
        font-weight: 300;
        font-style: Light;
        leading-trim: NONE;
        line-height: 125%;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    
@media screen and (min-width:768px){
    .news ,section.article__page {
        margin-bottom: 120px;
        gap: 40px;
    }
    
    .content__article p {
        font-size: 16px;
    }
    
}

@media screen and (max-width:767px){
    .news ,section.article__page {
        margin-bottom: 80px;
        gap: 20px;
    }
    .content__article p {
        font-size: 14px;
    }
}


.news h1, .article__page h1{
    font-family: 'FellowsMedium', sans-serif;
    font-style: Medium;
        leading-trim: NONE;
        line-height: 125%;
        letter-spacing: 0%;
        
        vertical-align: middle;
        text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .news h1, .article__page h1{
        text-align: center;
        font-size: 53px;
    }
    .breadcrumbs li{
        font-size: 16px;
    }
    .link__news-page h2 a{
        font-size: 18px;
    }
    .link__news-page-date {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .news h1, .article__page h1{
        text-align: left;
        font-size: 24px;
    }
     .breadcrumbs li{
        font-size: 14px;
    }
    .link__news-page h2 a{
        font-size: 16px;
    }
        .link__news-page-date {
        font-size: 16px;
    }
}


#pdopage .pagination{
    display: flex;
    gap:16px;
    justify-content: center;
    align-items: center;
}

#pdopage .pagination .page-item a.page-link,
#pdopage .pagination .page-item.active span.page-link{
    font-family: 'FellowsLight', sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    vertical-align: middle;
}

#pdopage .pagination .page-item.active span.page-link{
    color:#FF9447;
}

#pdopage .pagination .page-item a.page-link:hover {
    color: #FF9447;
}
#pdopage .pagination .page-item a.page-link ,
#pdopage .pagination .page-item a.page-link:visited {
    color: #FFFFFF66;
}


#pdopage .pagination .control a:hover svg path {
    stroke:#FF9447;
    stroke-opacity: 1;
}


@media screen and (max-width:768px){
    .breadcrumbs ol {
        min-width: fit-content;
        white-space: nowrap;
    }
    .breadcrumbs {
        overflow: auto;
        padding-bottom: 5px;
    }
}

section.article__page {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 18px;
}
