:root{
    --majorWidth: 1331px;
}

body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure{
    margin:0;
    padding:0;
    font-weight: normal;
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'PFBrummell-Regular';
    position: relative;
    font-weight: 500;
    max-width: 2500px;
    margin:0 auto;
    padding-top: 220px;
}
@media screen and (max-width: 640px){
    body {
        padding-top: 100px;
    }
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}

a{
    text-decoration: none;
    color: inherit;
}

ul, ol{
    list-style: none;
}

ul.flex > li:last-of-type{
    margin-right: 0!important;
}
ul.flex.border > li:last-of-type{
    border-right: 0!important;
}
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

address{
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}




[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {
    height: auto;
}
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

/*  containers */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex.flex-50 > div{
    width: 50%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

/*  general */


/* body.lock-scroll{
    overflow: hidden;
} */

/*  κλείδωμα του scroll στο background
    σε περίπτωση που έχουμε ένα στοιχείο
    που καλύπτει όλη την οθόνη */
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
    
    
    
/*  κεντράρισμα εικόνας*/
.img-center{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
    
    
/*  κρύψιμο οριζόντιας μπάρας κύλισης*/
.scrollbar-hide{
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.mob-show{
    display: none;
}

@media screen and (max-width: 780px) {
    .mob-show{
        display: block;
    }
}

/*  socials */

.social ul{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social ul li{
    width: 21px;
    height: 21px;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    margin-right: 22px;
}
.social ul li.pin{
    background-image: url(../assets/icons/pin.svg);
}
.social ul li.fb{
    background-image: url(../assets/icons/fb.svg);
    background-size: 40%;
}
.social ul li.tw{
    background-image: url(../assets/icons/tw.svg);
}
.social ul li.yt{
    background-image: url(../assets/icons/yt.svg);
}
.social ul li.ig{
    background-image: url(../assets/icons/ig.svg);
    background-size: 95%;
}
.social ul li.wup{
    background-image: url(../assets/icons/wup.svg);
    background-size: 95%;
}
.social ul li.wups{
    background-image: url(../assets/icons/wups.svg);
    /*background-size: 95%;*/
}

.social.circle li{
    background-color: #F2F2F2;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    padding: 10px;
    background-size: 50%;
}

.social.circle ul li.fb{
    background-size: 25%;
}

.social ul li.lg{
    width: 2.25rem;
    height: 1.85rem;
    margin-right: 3rem;
}

.social ul li > a{
    width: 100%;
    height: 100%;
    display: inline-block;
}

/*  wrappers    */

.wrapper{
    max-width: var(--majorWidth);
    padding-inline:20px;
    margin:0 auto;
    position: relative;
}

.wrapper.sm{
    max-width: 1200px;
    padding-inline: 2rem; 
    position: relative;
}

.wrapper.lg{
    max-width: 1440px;
    padding-inline: 35px;
    position: relative;
}


section{
    margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
    .wrapper.r-0{
        padding-right: 0;
    }
}
@media screen and (max-width: 1080px) {
    section{
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 980px) {
    .wrapper{
        padding: 0 1.625rem;
    }
}

@media screen and (max-width: 920px) {
    section{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 780px) {
    .wrapper.m-0{
        padding: 0;
    }
}

@media screen and (max-width: 620px) {
    section{
        margin-bottom: 0;
    }
}

/* section header */

.section-header{
    border-top:2px solid #24686E;
    width: 100%;
    margin-bottom: 2.625rem;
}

.section-header > h3{
    font-family: PFDasGroteskMonoPro-Bold;
    width: fit-content;
    padding: 10px 24px 8px;
    background-color: #24686E;
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 19px;
}

.section-header.middle-header,
.section-header.description-header{
    border: none;
}

.section-header.middle-header > h3,
.section-header.description-header > h3{
    margin-inline: auto;;
    background-color: #fff;
    color: #24686E;
}

.section-header.middle-header > h3{
    font-size: 38px;
    letter-spacing: -0.95px;
}

.description-header .lead{
    max-width: 692px;
    padding-inline: 2rem;
    margin-inline: auto;
    position: relative;
    text-align: center;
    padding-top: 70px;
    font-size: 1.5rem;
    letter-spacing: -0.25px;
}

.description-header .lead::before{
    content: "";
    height: 52px;
    border-left: 1px solid #24686E;
    position: absolute;
    left: 50%;
    top: 0;
}

h2.page-header{
    margin-bottom: 38px;
    text-align: center;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: -0.42px;
}


.page-header-lead{
    max-width: 822px;
    padding-inline: 2rem;
    margin-inline: auto;  
    font-size: 18px;
    line-height: 24px;  
    text-align: center;
}


.inner-header{
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1.17px;
    margin-bottom: 22px;
    color: #24686E;
    text-align: center;
}

.label-header{
    width: 100%;
    font-size: 30px;
    line-height: 42px;
    border-bottom: 1px solid #D6E6E6;
    padding-block: 1rem;
    margin-bottom: 38px;
    color: #24686E;
}

@media screen and (max-width: 920px) {
    h2.page-header{
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -0.34px;
    }
}

@media screen and (max-width: 780px) {
    .description-header .lead.tab-sm{
        font-size: 21px;
        line-height: 23px;
        letter-spacing: -0.21px;

    }
}
@media screen and (max-width: 640px) {
    .section-header.middle-header > h3{
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .section-header-middle-header{
        margin-bottom: 30px;
    }
    .label-header{
        margin-bottom : 30px;
    }
}

@media screen and (max-width: 620px) {
    .section-header{
        margin-bottom: 28px;
    }
    h2.page-header{
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -0.28px;
        text-align: left;
        margin-bottom: 20px;
    }
    .page-header-lead{
        text-align: left;
        padding-inline: 0;
        font-size: 17px;
        line-height: 21px;
    }
}

@media screen and (max-width: 520px) {
    .description-header .lead.tab-sm{
        font-size: 19px;
        line-height: 21px;
        letter-spacing: -0.19px;

    }
}
@media screen and (max-width: 520px) {
    .label-header{
        margin-bottom : 21px;
        padding-bottom : 0.5rem;
    }
}

/* grids */

.article-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, auto);
    grid-gap: 0 32px;    
}

.article-grid.three{
    grid-template-columns: repeat(3, 1fr);
}
.article-grid.middle-column{
    grid-template-columns: 300px 1fr 300px;
}


@media screen and (max-width: 1080px) {
    .article-grid{
        grid-gap: 0 20px;
    }
}
@media screen and (max-width: 980px) {
   .article-grid{
        grid-template-columns: repeat(3, 1fr);   
    } 
    .article-grid.three{
        grid-template-columns: repeat(2, 1fr);
    }
   .article-grid.tab-2{
        grid-template-columns: repeat(2, 1fr);   
    } 
}
@media screen and (max-width: 820px) {
    .article-grid.middle-column{
        grid-template-columns: repeat(2, 1fr);
    }
    .article-grid.tab-1-bn{
        grid-template-columns: 1fr 300px;   
    }
}
@media screen and (max-width: 740px) {
    .article-grid{
        grid-template-columns: repeat(2, 1fr);   
    }
}
@media screen and (max-width: 720px) {
    .article-grid.tab-1-bn{
        grid-template-columns: 1fr;   
    }
}
@media screen and (max-width: 640px) {
    .article-grid,
    .article-grid.tab-2,
    .article-grid.three{
        grid-template-columns: 1fr;
    }
    .article-grid.tab-2.mob-2{
        grid-template-columns: repeat(2, 1fr);
        border-bottom: 1px solid #EAEAEA;
        margin-bottom: 24px;
    }

}
@media screen and (max-width: 620px) {
    .article-grid.middle-column{
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 580px) {
    .article-grid.mob-1,
    .article-grid{
        grid-template-columns: 1fr;   
    }
}

/* NOT USED

.article-grid > .line{
    grid-column: 1 / -1;
} 

*/


.article-grid > .line-aside{
    grid-column: 1 / -2;
}

.middle-column .major{
    grid-column: 2/3;
    grid-row: 1/-1;
}

.grid-card{
    position: relative;
}

.article-grid.three .grid-card:not(:nth-of-type(3n))::after{
    content: "";
    height: 102px;
    position: absolute;
    top: 0;
    right: -20px;
    border-left: 1px solid #EAEAEA;
}

@media screen and (max-width: 1080px) {
    

    .middle-column .major{
        grid-column: 1/3;
    }
    .middle-column .major .card{
        position: sticky;
        top: 100px;
    }
    .article-grid.three .grid-card:not(:nth-of-type(3n))::after{
        right: -12px;
    }
    

}

@media screen and (max-width: 980px) {
    .article-grid .grid-card,
    .article-grid.tab-2 .grid-card{
        margin-bottom: 2rem;
    }  
    .article-grid.three .grid-card:not(:nth-of-type(3n))::after{
        right: -12px;
    }

    .article-grid.three .grid-card:nth-of-type(even)::after{
        border-left: none;
    } 
    .article-grid.three .grid-card:not(:last-of-type){
        margin-bottom: 2rem;
    } 
}
@media screen and (max-width: 920px) {
    .bn-t-hide{
        display: block;
    }
}
@media screen and (max-width: 820px) {

    .middle-column .major{
        grid-column: 1/-1;
        grid-row: 1/2;
    }
}


@media screen and (max-width: 640px) {
    /* .article-grid.three .grid-card:not(:nth-of-type(3n))::after{
        right: -12px;
    } */

    .article-grid.three .grid-card::after{
        display: none;
    }    
    .article-grid.three .grid-card:not(:last-of-type){
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 22px;
        margin-bottom: 22px;
    } 
    
    .article-grid .grid-card,
    .article-grid.tab-2 .grid-card{
        margin-bottom: 22px;
        padding-bottom: 22px;
        border-bottom:1px solid #EAEAEA;    
    }
    .article-grid .grid-card,
    .article-grid.tab-2 .grid-card:last-of-type{
        margin-bottom: 30px;
    }

    .article-grid.tab-2.mob-2 .grid-card:last-of-type,
    .article-grid.tab-2.mob-2 .grid-card{
        margin-bottom: 25px;
        padding-bottom: 0;
        border-bottom:none;    
    }

    .article-grid.middle-column .grid-card{
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* grid gaps */

.middle-column > .grid-card:nth-of-type(2),
.middle-column > .grid-card:nth-of-type(3){
    margin-bottom: 2rem;
}

@media screen and (max-width: 1080px) {
    .middle-column > .grid-card:nth-of-type(4){
        margin-bottom: 2rem;
    }
}


/* cards */

.card.img {
    display: flex;
}
.article-grid.three .card.img {
    align-items: flex-start;
}

/* card image */

.card-image{
    margin-bottom: 1rem;
    position: relative;
}

.card-image .img-info{
    position: absolute;
    right: 0;
    bottom: 0;
    color:#fff;
    padding: 10px 8px;
    width: fit-content;
    background-color: #24686E;
    align-items: center;
    font-size: 13px;
    letter-spacing: -0.13px;
    line-height: 19px;
}

.card-image .img-info .icon{
    width: 15px;
    margin-right: 8px;
    filter: invert(1);
}

.card.img .card-image{
    flex: 0 0 146px;
    margin-right: 30px;
    margin-bottom: 0;
}

.card.img.right .card-image{
    order: 2;
    margin-inline: 30px 0;
}

@media screen and (max-width: 1080px) {
    .card.img.right .card-image{
        margin-left: 1rem;
    }
}

@media screen and (max-width: 720px) {
    .card-image{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px) {
    .card.img .card-image{
        flex-basis: 50%;
    }
}
@media screen and (max-width: 540px) {
    .card.img .card-image{
        flex-basis: 38%;
    }
}
@media screen and (max-width: 440px) {
    .card.img .card-image{
        flex-basis: 30%;
    }
}

/* info */

.card-info{
    display: flex;
    flex-direction: column;
}

.card-info .title{
    font-family: 'PFBrummell-Bold';
    font-size: 18px;
    line-height: 21px;
}

.card-info.cat .category{
    font-family: 'PFDasGroteskMonoPro-Bold';
    order: -1;
    margin-bottom: 0.5rem; 
    color: #24686E;
    font-size: 13px;
}

.card-info .lead{
    font-size: 17px;
}

/* card author */

.card.author-card{
    height: 100%;
    padding-bottom: 45px;
    position: relative;
}
.card.author-card.auth-img{
    padding-bottom: 65px;
}

.card .author{
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.card .author-name{
    color: #24686E;
}
.card .author-descr{
    color: #999;
}
.card .author-name,
.card .author-descr{
    font-size: 13px;
    letter-spacing: 0.13px;
    line-height: 17px;
}


.card .author-image{
    width: 58px;
    height: 58px;
    /* background-color: #24686E; */
    border-radius: 50%;
    overflow: hidden;
}

/* grid card settings */

.line .card{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 32px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #EAEAEA;
} 

.line .card .card-image{
    grid-column: 1/3;
    margin-inline: 0;
}

.line .card .title{
    font-size: 36px;
    line-height: 100%;
}
.line .card .lead{
    font-size: 17px;
    margin-top: 2rem;
}


@media screen and (max-width: 1020px) {
    .line .card .lead{
        margin-top: 1rem;
    }
}
@media screen and (max-width: 940px) {
    .line .card{
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 0 24px;
    }
    .line .card .card-image{
        grid-column: 1/4;
    }
    .line .card .card-info{
        grid-column: -3/-1;
    }
}
@media screen and (max-width: 780px) {
    .line .card .title{
        font-size: 28px;
    }
}
@media screen and (max-width: 640px) {
    .line .card{
        display: block;
        padding-bottom: 22px;
        margin-bottom: 22px;
    }
    .line .card .card-image{
        margin-bottom: 18px;
    }
}

/* major card */

.major .card .title{
    font-size: 41px;
    line-height: 42px;
    letter-spacing: -0.82px;
    margin-bottom: 1rem;
}

.major .card .lead{
    font-size: 21px;
    line-height: 24px;
}


@media screen and (max-width: 820px) {
    .major .card .title{
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 0px;
    }
    
    .major .card .lead{
        font-size: 18px;
    }
}
@media screen and (max-width: 620px) {
    .major .card .title{
        font-size: 31px;
        line-height: 34px;
    }
    
}

/* cover card */

.card.cover{
    position: relative;
}
.card.cover::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 104, 110, 0.2);
    z-index: 2;
}
.card.cover .card-image{
    margin-bottom: 0;
}
.card.cover .card-info{
    position: absolute;
    bottom: 70px;
    left: 50px;
    z-index: 2;
    max-width: 470px;
}

.card.cover .card-info .title,
.card.cover .card-info .category{
    color: #fff;
}

.card.cover .card-info .title{
    font-size: 36px;
    letter-spacing: -0.36px;
    line-height: 100%;
}

@media screen and (max-width: 1200px) {
    .card.cover .card-info{
        bottom: 2rem;
        left: 2rem;
    }
}
@media screen and (max-width: 980px) {
    .card.cover .card-info{
        bottom: 1rem;
        left: 1rem;
    }
    .card.cover .card-info .title{
        font-size: 28px;
        letter-spacing: -0.28px;
    }
}

@media screen and (max-width: 580px) {
    .card.cover::before{
        display: none;
    }
    .card.cover.mob-block .card-image{
        margin-bottom: 1rem;
    }
    .card.cover.mob-block .card-info{
        position: relative;
        bottom: unset;
        left: unset;
    }
    .card.cover.mob-block .card-info .title{ 
        color: #000;
    }
    .card.cover.mob-block .card-info .category{
        color: #24686E;
    }
}

/* ads */

.article-grid aside{
    grid-column: -2 / -1;
    grid-row: 1 / -1;
}

.bn-section,
.bn-outer{
    height:100%;
}
.bn-outer {
    height: 50%;
}
.bn-inner{
    width: 300px;
    /*height: 250px;*/
    position: sticky;
    top: 80px;
    /*background-color: #a1a1a1;*/
    margin-bottom: 2rem;
}
.long .bn-inner{
    height: 607px;
}

.bn-wrapper{
    /*position: sticky;
    top: 80px;*/
    height: 100%;
}

.bn-wrapper > .bn-outer{
    position: relative;
    margin-bottom: 2rem;
}

.bn-outer.long,
.bn-outer.long .bn-inner{
    margin-bottom: 1rem;
}

.top-bn{
    max-width: 970px; 
    margin-inline: auto;
    /*margin-block: 0 65px; 
    height: 250px;
    background-color: #a1a1a1;*/
}

.banners-section{
    margin-bottom: 2rem;
}

@media screen and (max-width: 970px) {
    .top-bn{
        display: none;
    }
}
@media screen and (max-width: 920px) {
    .article-grid.bn-t-hide aside{
        display: none;
    }
}
@media screen and (max-width: 720px) {
    .article-grid aside{
        display: none;
    }
}

/* tabs  */

.index-tabs{
    justify-content: center;
    flex-wrap: wrap;
}

.index-tab-outer{
    background-color: #F2F2F2;
    margin-inline: 7px 6px;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.index-tab-outer:hover{
    background-color: #24686E;
    color: #fff;
}

.index-tab{
    padding: 9px 10px 6px;
    font-size: 13px;
    line-height: 26px;
}

/* panel */

.panel{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    z-index: 5;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.panel.on{
    opacity: 1;
    pointer-events: all;
}

/* search box */

.search-box-wrapper{
    position: relative;
    max-width: 500px;
    border: 1px solid #000;
    margin-inline: auto;
}

.search-text{
    width: 100%;
    padding-inline: 54px 164px;
    padding-block: 14px;
    font-size: 13px;
    line-height: 15.6px;
}

.search-text::placeholder{
    color: #999;
    font-size: 13px;
    line-height: 15.6px;
}

.search-icon{
    width: 54px;
    padding: 14px 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.search-icon.close{
    padding: 5px 15px;
    cursor: pointer;
}

.search-icon > img{
    width: 100%;
}

.search-submit{
    width: 144px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #000;
    color: #fff;
    transition: background-color 0.3s;
    font-size: 13px;
    line-height: 26px;
    cursor: pointer;
}

.search-submit:hover{
    background-color: #24686E;
}

/* mlnc skin */
.archive.wrapper {
    padding-bottom: 100px;
    position: relative;
    background: #fff;
}
footer {
    position: relative;
}
@media screen and (min-width: 1280px) {
.skin {
    display: block;
    top: 70px;
    position: sticky;
    z-index: 0;
    height: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.content-skin {
    /* margin-left: -8px; */
    position: absolute;
    top: 0;
    z-index: 0;
    width: 1920px;
    background-position: top center;
    width: calc(100% + ((1920px - 100%) / 2));
    left: calc(-1 * ((1920px - 100%) / 2));
    overflow-x: hidden;
}
}
@media screen and (min-width: 1920px) {
.content-skin {
    width: 100%;
    left: 0;
}
}