@font-face {
    font-family:'Source Serif 4' ;
    src: url(../assets/fonts/Source_Serif_4/static/SourceSerif4-Regular.ttf);
}
@font-face {
    font-family:'Source Serif 4 Medium' ;
    src: url(../assets/fonts/Source_Serif_4/static/SourceSerif4-Medium.ttf);
}
@font-face {
    font-family:'Source Serif 4 Bold Italic' ;
    src: url(../assets/fonts/Source_Serif_4/static/SourceSerif4-BoldItalic.ttf);
}
@font-face {
    font-family:'Source Serif 4 Bold' ;
    src: url(../assets/fonts/Source_Serif_4/static/SourceSerif4-Bold.ttf);
}
@font-face {
    font-family:'Source Serif 4 Italic' ;
    src: url(../assets/fonts/Source_Serif_4/static/SourceSerif4-Italic.ttf);
}
@font-face {
    font-family:'Source Serif 4 SemiBold' ;
    src: url(../assets/fonts/Source_Serif_4/static/SourceSerif4-SemiBold.ttf);
}
@font-face {
    font-family:'Source Serif 4 SemiBold Italic' ;
    src: url(../assets/fonts/Source_Serif_4/static/SourceSerif4-SemiBoldItalic.ttf);
}
@font-face {
    font-family:'Source Serif 4 ExtraBold' ;
    src: url(../assets/fonts/Source_Serif_4/static/SourceSerif4-ExtraBold.ttf);
}
@font-face {
    font-family: 'Gotham Greek Black';
    src: url('../assets/fonts/gothamgreek/GothamGRBlack.otf');
}
@font-face {
    font-family: 'Gotham Greek Medium';
    src: url('../assets/fonts/gothamgreek/GothamGRMedium.otf');
}
@font-face {
    font-family: 'Gotham Greek Book';
    src: url('../assets/fonts/gothamgreek/GothamGRBook.otf');
}
@font-face {
    font-family: 'Gotham Greek Bold';
    src: url('../assets/fonts/gothamgreek/GothamGRBold.otf');
}
@font-face {
    font-family: 'Gotham Greek Thin Italic';
    src: url('../assets/fonts/gothamgreek/GothamGRThinItalic.otf');
}
@font-face {
    font-family:'DM Serif Text';
    src: url('../assets/fonts/DM_Serif_Text/DMSerifText-Regular.ttf');
}
@font-face {
    font-family: 'Thema Bold';
    src: url('../assets/fonts/Thema_Fonts/ThemaTitloiConLightBold');
}
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure{
    margin:0;
    padding:0;
    font-weight: normal;
    font-size: unset;
    cursor: default;
    font-family: 'Source Serif 4' , sans-serif;
}
h1,h3{
    font-family: 'Gotham Greek Black' , sans-serif;
}
body{
    position: relative;
    max-width: 1920px;
    margin:0 auto;
    -webkit-text-size-adjust: 100%;
    color:rgba(58, 49, 43, 1)
}
a{
    text-decoration: none;
    color: inherit;
    cursor:pointer;
}
li{
    list-style-type: none;
}
html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
img{
    width:100%;
    object-fit: cover;
}
.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.centered{
    align-items: center;
}
.flex.space{
    justify-content: space-between;
}
.burger-wrapper span{
    display: block;
    width:26px;
    height:2px;
    background-color: #000;
    position: relative;
}
.burger-wrapper span::before{
    content:"";
    display: block;
    width:26px;
    height:2px;
    background-color: #000;
    position: absolute;
    top:5px;
}
.burger-wrapper span::after{
    content:"";
    display: block;
    width:26px;
    height:2px;
    background-color: #000;
    position: absolute;
    top:10px;
}
.search-wrapper .search-icon::before{
    content:"";
    width:14px;
    height:14px;
    border:2px solid #000;
    border-radius: 100%;
    display:block;
    position: relative;
    top: -4px;
}
.search-wrapper .search-icon::after{
    content:"";
    width:10px;
    border:1px solid #000;
    position: absolute;
    transform: rotate(32deg);
    top: 7px;
    left: 11px;
    display: block;
}
.header-wrapper{
    padding: 11px 80px 0;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.burger-wrapper{
    padding-right:30px;
    cursor: pointer;
}
.logo-wrapper{
    text-align: center;
    width: calc(100% / 3);
    max-width: 177px;
    min-width: 118px;
}
.bs-wrapper{
    width: calc(100% / 3);
    padding: 30px 0px 20px;
}

.social-wrapper{
    width: calc(100% / 3);
    justify-content: flex-end;
    padding: 30px 0 20px;
}
.social-icon{
    width:42px;
    height:18px;
    padding: 0 12px;
}
.social-icon img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.desktop-menu{
    justify-content: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(133, 126, 122, 1);
    border-top: 1px solid rgba(133, 126, 122, 1);
}
.desktop-menu li{
    padding:0 15px;
    font-size:14px;
    font-family:'Source Serif 4 Medium' , sans-serif;
}
.category-menu li{
    font-family:'Source Serif 4 Bold Italic',sans-serif ;
    padding:0 15px;
}
.category-menu{
    justify-content: center;
    padding: 14px 0px;
    border-bottom: 1px solid rgba(133, 126, 122, 1) ;
    flex-wrap: wrap;
}
.main-left{
    width:calc(100% / 4);
    padding-right:30px;
    border-right: 1px solid rgba(133, 126, 122, 1);
}
.main-articles-wrapper{
    padding:30px 80px;
    border-bottom: 1px solid rgba(133, 126, 122, 1);
}
.img-square img{
    aspect-ratio: 1;
}
.main-center{
    width: calc(100% - (100%/2));
    padding: 0 30px;
    border-right: 1px solid rgba(133, 126, 122, 1);
}
.img-rect img{
    aspect-ratio: 1.77;
    height:unset;
}
.weather-wrapper span{
    display:block;
    font-family: 'Gotham Greek Book',sans-serif;
}
.weath{
    /*border-bottom: 3px solid rgba(75, 74, 69, 1);*/
    align-items: center;
    padding-bottom:8px;
}
.weath span{
    font-family: 'Gotham Greek Medium',sans-serif;
}
.weath img{
    width:39px;
    height:39px;
}
.main-right{
    padding-left:30px;
    width: calc(100%/4);
}
.date span:first-of-type{
    font-size:56px;
    line-height: 40px;
}
.weather-wrapper{
    justify-content: space-between;
    border-bottom: 3px solid rgba(75, 74, 69, 1);
    margin-bottom: 30px;
    align-items:center;
}
.weather{
    width:60%;
}
.weather-wrapper .date span:nth-child(2){
    font-size:22px;
    font-family: 'Gotham Greek Medium',sans-serif;
}
.weather-wrapper .date {
    margin-bottom: 15px;
    padding-right: 15px;
    border-right: 3px solid rgba(75, 74, 69, 1);
    /*width: 35%;*/
}
.weather-wrapper .weath span:first-of-type{
    font-size:22px;
}
.weather-wrapper .weath span:nth-child(2){
    font-size:18px;
}
.wea {
    padding-left:15px;
}
.weather-wrapper .nmd span:first-of-type{
    font-size:12px;
    font-family: 'Gotham Greek Medium',sans-serif;
}
.weather-wrapper .nmd span:nth-child(2){
    font-size:14px;
    font-family:'Source Serif 4 SemiBold Italic' ,sans-serif;
}
.weather-wrapper .nmd{
    padding-top:5px;
}
.category{
    display: block;
    font-size: 16px;
    padding: 8px 0 18px;
    z-index: 1;
    position: relative;
    font-weight: 700;
    font-family:'Source Serif 4 Bold Italic',sans-serif ;
}
.main-articles-wrapper .article-title h3{
    font-size:26px;
    line-height: 28px;
    font-weight: 900;
    font-family:'Gotham Greek Black',sans-serif ;
}
.article-title h4{
    font-size:17px;
    padding:8px 0;
    font-family: 'Source Serif 4 Italic', sans-serif;
}
.main-center .article-title h3{
    font-size:38px;
    line-height: 42px;
}
.time{
    font-size:12px;
}
time{
    font-size:12px;
    font-family: 'Gotham Greek Book',sans-serif;
}
.time img{
    width:17px;
    height:17px;
}
.time span{
    color:rgba(46, 79, 197, 1);
    font-weight: 700;
    display: block;
    padding-left:5px;
}
.main-news-wrapper{
    padding: 24px 80px;
}
.latest-wrapper{
    padding:0 36px;
    width:calc(100%/6);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.latest-wrapper h2{
    font-size:24px;
    font-family:'DM Serif Text', sans-serif;
    font-weight:600;
    padding-top:16px;
    border-top:1px solid rgba(133, 126, 122, 1);
    border-bottom:8px solid rgba(231, 229, 228, 1);
    margin-bottom:10px;
    line-height: 90%;
}
/*.news{
    padding-bottom: 20px;
}*/
.small-title h3{
    font-size:14px;
    font-family: 'Gotham Greek Bold',sans-serif;
}
.small-title{
    padding:10px 0;
}
.small-title span img{
    width:6px;
    height:5px;
}
.small-title span:last-of-type{
    font-size: 12px;
    /*font-family: 'Gotham Greek Book',sans-serif;*/
}
.latest-wrapper .more-btn{
    font-size:18px;
    font-family:'Source Serif 4 Bold Italic',sans-serif;
    display: block;
    padding:10px 0;
    border-top: 1px solid rgba(133, 126, 122, 1);
    border-bottom: 1px solid rgba(133, 126, 122, 1);

}
.news-wrapper{
    width:67%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-wrapper .main-left, .news-wrapper .main-center{
    border:none;
    padding-right: 0;
}
.news-wrapper .article-rect{
    padding:0 32px;
    width:50%;
}
.article-title h3{
    font-size: 20px;
    line-height: 110%;
    font-weight: 900;
}
.news-wrapper .article-rect .article-title h3{
    font-size:26px;
    line-height: 31px;
}
.tag-wrapper{
    padding: 10px 0 13px;
    border-top: 1px solid rgba(133, 126, 122, 1);
    border-bottom: 1px solid rgba(133, 126, 122, 1);
}
.tag-wrapper span{
    font-family: 'Source Serif 4 SemiBold Italic' , sans-serif;
    display: block;
    padding-right: 15px;
}
.latest-wrapper.miss .small-title{
    padding:0;
}

.miss .category{
    padding: 10px 0 2px;
}
.latest-wrapper.miss h2{
    margin-bottom:0;
    display: flex;
    line-height: 90%;
}
.lt-wrapper img{
    width: 15px;
    height: 23px;
    object-fit: cover;
}
.category-main-wrapper{
    padding:20px 80px;
}
.cat-title h2{
   font-size: 58px;
    font-family: 'DM Serif Text',sans-serif;
    line-height: 52px;
    letter-spacing: 0;
    padding-top: 20px;
    font-weight: 600;
    border-top: 1px solid rgba(133, 126, 122, 1);
    border-bottom: 8px solid rgba(231, 229, 228, 1);
    margin-bottom: 10px;
    text-wrap: wrap;
    padding-right: 10px;
}
.fin.gre .main-pol-art-title{
    min-width: 400px;
}
.main-pol-art .article-title h3{
    font-size:26px;
}
.main-pol-art .article-title{
    padding-top:20px;
    padding-right: 40px;
}
.main-pol-art-title{
    width:50%;
}
.main-pol-art{
    width:50%;
}
.cat-title{
    padding-top: 20px;
}
.main-pol-art .img-square{
    width:50%;
}
.articles-cat{
    width:50%;
    gap:32px;
    padding-left: 32px;
}
.articles-cat .img-square{
    width:100%;
}
.articles-cat .article{
    width: calc((100% - 360px) / 2);
}

.placeholder{
    width:300px;
    height:auto;
    background-color: #e5e5e581;
}
.placeholder.sidebar .asd {
    height: 50%;
    margin-bottom: 8px;
}
.placeholder.sidebar .asd > div {
    position: sticky;
    top: 8px;
}

.tag-wrapper span.more-btn{
    font-size: 18px;
    font-family: 'Source Serif 4 Bold Italic', sans-serif;
    width:17%;
}
.cat-wrapper{
    padding-bottom:20px;
}
.stock-det span{
    width:50%;
    font-size: 12px;
    font-family: 'Gotham Greek Book', sans-serif;

}
.stock-det span:first-of-type , .stock-det span:nth-of-type(2){
    font-family: 'Gotham Greek Bold', sans-serif;
}
.stock-det{
    flex-wrap: wrap;
    padding-left: 10px;
}
.stock img{
    width:14px;
    object-fit: contain;
}
.stock{
    border-bottom:1px solid rgba(133, 126, 122, 1);
}
.stock-wrapper{
    padding:40px;
}

.fin .articles-cat{
    width:55%;
}
.busi .article{
    padding: 40px 36px 20px;
}
.busi .main-pol-art .img-square{
    width: 85%;
}
.busi .article .article-title h3{
    font-size:16px;
    padding:8px 0;
}
.fin .main-pol-art-title{
    width: 17%;
    min-width: 300px;
}
.fin .news-wrapper .article-rect{
    padding:0;
    width:45%;
}
.fin .news-wrapper{
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 260px);
}
.fin .news{
    width: calc(100% - 300px);
    padding-right:32px;
    gap: 32px;
}
.fin .news-wrapper .main-left {
    width: calc((55% / 2) - 16px);
}
.busi .main-pol-art-title .img-square{
    width:80%;
}
.highlights-wrapper .cat-title{
    width:20%;
    padding-top: 0;
}
.highlights-wrapper .cat-title h2{
    border-top: none;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 15px;
}
.highlights-wrapper{
    padding: 20px 0 20px 80px;
    background-image: url('../assets/icons/Vector31.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    margin-right: 80px;
    background-position-y: 80px;
    background-size: 85%;
}
.high-title span{
    font-size: 80px;
    line-height:55px;
    color:rgba(133, 126, 122, 1);
    font-family: 'Gotham Greek Thin Italic',sans-serif;
}
.high-title{
    padding-left:16px;
    width: 170px;
}
.high-title h5{
    font-size: 12px;
    text-transform:uppercase;
    padding:8px 0;
    font-family: 'Gotham Greek Black',sans-serif;
}
.highlights-wrapper .article{
    width: calc((100% / 3) - 110px);
    justify-content: center;
}
.highlights-wrapper .article:first-of-type{
    width: calc(100% / 3);
}

.high-title h3{
    font-size:16px;
    font-family: 'Gotham Greek Bold',sans-serif;
    line-height: 110%; /* 17.6px */
    letter-spacing: -0.16px;
}
.highlights-wrapper .img-rect{
    width: calc(100% - 170px);
}

.img-vert img{
    object-fit: cover;
}
.img-vert{
    width:142px;
    aspect-ratio: 0.8;
}
.high-row:nth-child(2){
    padding-top: 6%;
    padding-bottom: 30px;
    justify-content: flex-start;
}
.high-row .img-rect img ,.high-row .img-vert img{
    box-shadow: 20px 18px 40px 0px rgba(39, 36, 33, 0.25);
}
.high-row .img-vert img {
    aspect-ratio:0.8;
}
.special-wrapper{
    padding: 20px 175px 70px 175px;
    background-color: rgba(242, 239, 236, 1);
    margin: 20px 80px;
    border-radius: 20px;
}
.special-wrapper .cat-title h2{
    border-top:none;
}
.special-wrapper .cat-title{
    text-align: center;
}
.destSwiper .swiper-slide img{
    aspect-ratio: 2.14;
    width:100%;
    height:100%;
    object-fit: cover;
}
.destSwiper .swiper-slide{
    height:unset;
}
.destSwiper{
    border-radius: 10px;
}
.destSwiper .slide-text{
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: calc(100% - 205px);
    padding: 100px 0 45px;
    justify-content: space-between;
    align-items: center;
}
.destSwiper svg{
    position: absolute;
    top: 0;
    z-index: 1;
    right:0;
    pointer-events: none;
}
.article-title h3{
    padding-top:6px;
}
.plan-btn{
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    height: 100%;
}
.destSwiper .plan-btn span{
    line-height: normal;
    padding: 8px 16px;
    background: #F2F2F2;
    box-shadow: 14px 14px 44px 0px rgba(39, 36, 33, 0.10);
    border-radius: 50px;
    margin-top: 25px;
    font-size: 18px;
    font-family:'Source Serif 4 Bold',sans-serif ;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 155px;
    right: 10%;
    margin: 0 auto;
    z-index: 3;
}
.destSwiper .slide-text h2{
    font-family:'DM Serif Text',sans-serif ;
    font-weight:600;
    color:#fff;
    font-size:78px;
    padding-top: 10%;
    padding-bottom: 20px;
    margin: 0 auto;
}
.destSwiper .slide-text h3{
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.75);
    font-family:'DM Serif Text',sans-serif ;
    font-weight:600;
    width: 45%;
    min-width: 500px;
    padding: 0 0 3%;
}
.vector img{
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
    aspect-ratio: 1.77;
    width: 75%;
    display: none;
}
.dest-article{
    width:calc(100%/6);
}
.dest-article img{
    aspect-ratio: 1;
    width:100%;
    border-radius: 10px;
}
.dest-article:nth-of-type(3) img{
    aspect-ratio: 1.8;
}
.dest-article:nth-of-type(3){
    width: calc(2*((100% - 10%) / 6));
}
.dest-wrapper{
    padding:40px 100px;
    justify-content: space-between;
}
.special-wrapper .tag-wrapper{
    justify-content: center;
    flex-wrap: wrap;
}
.dest-article h3{
    font-size:14px;
    font-weight: 900;
    padding-top:5px;
}
.dest-article h5{
    font-family:'Source Serif 4 SemiBold Italic',sans-serif ;
    font-size:16px;
    padding-top:15px;
}
.fin.gre .main-pol-art-title{
    width:25%;
}
.busi.gre .main-pol-art-title .img-square {
    width: 65%;
}
.gre .article-rect{
    width: calc(35% + 20px);
}
.second-articles{
    width: 40%;
    border-top: 1px solid rgba(133, 126, 122, 1);
    padding-top: 20px;
    margin-top: 20px;
}
.gre .second-articles .article-rect{
    margin: 0 32px;
    width: calc(60% - 15px);
}
.gre .second-articles .main-left{
    width: calc(40% - 17px);
    border: none;
}
.busi.gre .article-title h3 {
    font-size: 20px;
}
.gre .second-articles h3{
    font-size: 20px;
    font-weight: 900;
}
.busi.gre .article-rect .article-title h3{
    font-size:26px;
}
.sec-art-wrapper{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.life .main-pol-art {
    width: 60%;
}
.life .main-pol-art-title {
    width: calc(40% + 12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 32px;
}
.life .main-pol-art .img-square {
    width: calc(60% - 12px);
}
.life .tag-wrapper span.more-btn{
    width:60%;
}

.life.gre .second-articles .article-rect{
    margin:0;
}
.life.gre .second-articles .main-left{
    margin-left:32px;
}
.life.gre .second-articles{
    padding-bottom: 100px;
}
.life.category-main-wrapper{
    position: relative;
}
.life .second-articles{
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 32px;
}
.life .cat-wrapper {
    padding-bottom: 40px;
}
.life .tag-wrapper{
    position: absolute;
    width: calc(100% - 160px);
    margin: 0 auto;
    bottom: 90px;
    z-index: -1;
    left: 0;
    right: 0;
}
.diasp-cat-wrapper{
    padding:0 80px;
}
.diasp-cat-wrapper .cat-title{
    text-align: center;
    padding-top: 0;
}
.articles-wrapper .article{
    width: calc(100% / 6);
}
.articles-wrapper{
    gap:41px;
    padding-top:15px;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background:#000;
}
.pod-wrapper{
    margin: 0 auto;
    text-align: center;
    padding: 20px 80px;
    max-width: 1060px;
}
.podSwiper .swiper-slide img{
    aspect-ratio: 1.5;
}
.podSwiper .swiper-slide{
    aspect-ratio: 1.37;
}
.podSwiper .swiper-slide{
    text-align: left;
    font-size:14px;
}
.podSwiper .swiper-pagination-bullet{
    background-color: rgba(182, 174, 169, 1);
}
.podSwiper .swiper-pagination-bullet-active{
    background: #000;
}
.pod-wrapper .tag-wrapper{
    justify-content: center;
}
.footer-logo{
    text-align: center;
    position: relative;
    padding-top:50px;
}
.footer-logo::before{
    content: "";
    display: block;
    width: 45%;
    border-bottom: 1px solid rgba(133, 126, 122, 1);
    position: absolute;
    bottom: 6px;
    left:0;
    z-index: -1;
}
.footer-logo::after{
    content: "";
    display: block;
    width: 45%;
    border-bottom: 1px solid rgba(133, 126, 122, 1);
    position: absolute;
    bottom: 6px;
    right:0;
    z-index: -1;
}
.footer-logo img{
    width:8%;
    object-fit: cover;
    min-width:100px;
}
.footer-social img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 10px;
}
.footer-social{
    padding:15px;
    justify-content: center;
    border-bottom:1px solid rgba(133, 126, 122, 1);
}
.footer-menu-wrapper span{
    display: block;
    font-family: 'Gotham Greek Bold',sans-serif;
}
.growth-wrapper span{
    display: block;
    font-family: 'Gotham Greek Book',sans-serif;
    padding: 7px 0;
}
.footer-menu-wrapper{
    justify-content: center;
    padding: 10px;
    border-bottom:1px solid rgba(133, 126, 122, 1);
}
.growth-wrapper{
    text-align: center;
    padding: 10px;
    border-bottom:1px solid rgba(133, 126, 122, 1);
}
.copyright-wrapper{
    justify-content: space-between;
}
.copyright-wrapper span:first-of-type{
    font-weight: 700;
}
.copyright-wrapper{
    padding:10px 100px;
    font-family: 'Gotham Greek Book',sans-serif;
}
.title-wrapper{
    display: none;
}
/*category*/
.category-wrapper .category-main-wrapper {
    padding:38px 105px 0 146px;
}
.category-wrapper .main-pol-art {
    width: 100%;
    padding-right: 37px;
    padding-bottom:40px;
    border-right: 1px solid rgba(133, 126, 122, 0.5);
}
.category-wrapper .main-pol-art-title{
    width:40%;
}
.category-wrapper .main-pol-art .img-rect{
    width:60%;
}
.category-wrapper .main-pol-art .article-title{
    padding-right:58px;
}
.category-wrapper .ads{
    padding-left: 37px;
}
.category-wrapper .cat-title h2{
    border-top:none;
    padding-top:0;
}
.category-wrapper .cat-title{
    padding-top:0;
}
.category-wrapper .news{
    padding-right:37px;
    padding-bottom: 50px;
    border-right: 1px solid rgba(133, 126, 122, 0.5);
}
.category-wrapper .main-left{
    border-right: none;
    padding-right:0;
}
.category-wrapper .news .article-rect:first-of-type{
    width: 40%;
    padding-right: 40px;
}
.category-wrapper .news .article-rect:nth-of-type(3){
    width: 40%;
    padding-left: 40px;
}
.category-wrapper .news .main-left{
    width: calc(20% + 5px);     
}
.category-wrapper .more-art-cat .main-pol-art .article-title{
    border-top: 8px solid rgba(133, 126, 122, 0.2);
}
.category-wrapper .more-art-cat .main-pol-art{
    width: 80%;
    margin: 0 auto;
    padding-right:0;
    border-right: none;
}
.more-art-cat{
    border-right: 1px solid rgba(133, 126, 122, 0.5);
}
.more-art-cat.nb{
    border-right:none;
}
.category-wrapper .more-articles-cat-wrapper {
    padding: 0 105px 38px 146px;
}
.category-wrapper .cat-wrapper{
    padding-bottom:0;
}
.more-articles-cat-wrapper .ads{
    padding-top:30px;
}
.load-more-btn{
    text-align: center;
    width:fit-content;
    padding:8px 32px;
    margin:0 auto;
    border: 1px solid rgba(58, 49, 43, 1);
    box-shadow: 14px 14px 44px 0px rgba(39, 36, 33, 0.10);
    border-radius: 50px;
}

/*article*/
.article-page-title h5{
    font-size: 24px;
    font-family: 'Source Serif 4 Bold' , sans-serif;
    line-height: 90%; 
    letter-spacing: -0.72px;
    padding-bottom: 12px;
}
.article-page-title h2{
    font-size: 50px;
    line-height: 110%;
    letter-spacing: -0.5px;
    font-family: 'Gotham Greek Black',sans-serif;
    padding-bottom: 12px;
}
.article-page-title h4{
    font-size: 20px;
    font-family: 'Source Serif 4 Italic';
    line-height: 130%;
    letter-spacing: -0.2px;
    padding-bottom: 12px;
}
.share-social img{
    width:22px;
    height:22px;
}
.article-page-title{
    padding: 27px 0 20px;
    max-width: 790px;
    margin:0 auto;
}
.article-main-img {
    padding-bottom: 30px;
    margin-left: auto;
}
.article-main-img img{
    aspect-ratio: 1.77;
}
.article-wrapper .placeholder{
    margin-right: 76px;
    margin-left: auto;
}
.article-main-content{
    width: calc(100% - 800px);
    margin-left:400px;
}
.article-info span{
    font-family: 'Gotham Greek Medium',sans-serif;
    font-size: 16px;
}
.article-info{
    padding-bottom:30px;
    margin-left: auto;
}
.article-info span, .article-info time{
    max-width: 640px;
    margin: 0 auto;
    display: block;
}
.article-info time svg{
    margin: 0 8px;
}
.article-text{
    margin-left: auto;
    padding-bottom:30px;
}
.article-text p{
    max-width: 640px;
    margin: 0 auto;
    font-size:19px;
    line-height: 150%;
    letter-spacing: -0.19px;
}
.article-text p a{
    color:#2343B5;
    text-decoration: underline;
    font-family: 'Source Serif 4 Bold',sans-serif;
}
.article-img, .quote , .related-wrapper{
    margin-left: auto;
}
.article-img{
    text-align: center;
}
.article-img img{
    max-width: 100%;
}
figure{
    padding-bottom: 24px;
}
figcaption{
    font-size:12px;
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Gotham Greek Book',sans-serif;
    display: block;
    padding:0 12px;
}
.article-text h4{
    font-family: 'Source Serif 4 Bold',sans-serif;
    font-size: 26px;
    padding-bottom: 16px;
    max-width: 640px;
    margin: 0 auto;
}
.quote h4{
    font-family: 'Source Serif 4 Bold Italic', sans-serif;
    font-size: 24px;
    padding: 0 30px 30px;
    max-width: 640px;
    margin: 0 auto;
    line-height: 130%;
    letter-spacing: -0.24px;
    position: relative;
}
.quote span{
    font-family: 'Source Serif 4 Bold Italic', sans-serif;
    font-size: 110px;  
    line-height: 70%;
    letter-spacing: -1.1px;
}
.quote span:first-of-type{
    position: absolute;
    left: -6px;
    top: -6px;
}
.quote span:last-of-type{
    position: absolute;
    bottom: -25px;
}
.related-wrapper h5{
    padding-bottom:16px;
    border-bottom:1px solid #857E7A;
    font-family:'Source Serif 4 Bold',sans-serif;
    line-height: 90%;
    letter-spacing: -0.66px;
    font-size: 22px;
}
.related-wrapper h3{
    font-size:14px;
    font-family: 'Gotham Greek Bold',sans-serif;
    color:#2343B5;
}
.related-wrapper h5, .related-articles , .related-wrapper svg{
    max-width: 500px;
    margin:0 auto;
}
.related-wrapper svg{
    display: block;
}
.related-articles{
    padding: 16px 0;
    justify-content: space-between;
}
.relart{
    width: calc((100% - 32px) / 3);
}
.related-wrapper{
    padding-bottom:35px;
}
.article-text .share-social, 
.article-main-content .tag-wrapper,
.article-main-content .more-btn{
    max-width: 640px;
    margin: 0 auto;
}
.article-main-content .more-btn{
    display: block;
    padding:8px 0;
    border-bottom:1px solid #B6AEA9;
    font-family: 'Source Serif 4 SemiBold Italic',sans-serif;
    font-size:16px;
}
.share-social img{
    margin-right:16px;
}
.comment-btn span{
    padding:9px 32px;
    display: block;
    width:fit-content;
    margin:0 auto;
    background-color: #2343B5;
    border-radius: 50px;
    font-size: 18px;
    color:#fff;
    font-family: 'Source Serif 4 Bold', sans-serif;
}
.comment-btn{
    padding:30px 0;
}
.article-main-content .latest-wrapper{
    width:100%;
    max-width: 640px;
    margin:0 auto;
    padding:0;
    padding-bottom: 16px;
}
.article-main-content .latest-wrapper .small-title h3{
    color:#2343B5;
    text-decoration: underline;
}
.article-main-content .latest-wrapper .lt-wrapper{
    padding-bottom:16px;
}
.article-main-content .latest-wrapper h2{
    font-size:38px;
    border-top: none;
    border-bottom: none;
    font-family: 'Source Serif 4 SemiBold',sans-serif;
    padding: 0 16px;
}
.article-main-content .latest{
    padding: 0 16px;
}
.follow-text{
    padding:16px;
    background-color: rgba(133, 126, 122, 0.10);
    border-radius: 8px;
}
.follow-text p:first-of-type{
    padding-bottom:16px;
}
.follow-text a{
    color:#2343B5;
    text-decoration: underline;
    font-family: 'Gotham Greek Medium',sans-serif;
}
.latest-wrapper.in-art{
    padding:8px 0 58px;
}
.article-main-content .latest{
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-main-content .in-art  .latest .small-title{
    width:calc((100% - 24px) / 2);
}
.article-main-content .in-art .latest .small-title h3{
    color:rgba(58, 49, 43, 1);
    text-decoration: none;
}
.in-art .more-btn{
    text-align: center;
}
.in-art .small-title{
    border-bottom:1px solid #857E7A;
}

.in-art .small-title:last-of-type,
.in-art .small-title:nth-of-type(7){
    border-bottom: none;
}
.article-main-content .main-pol-art-title{
    width:40%;
}
.article-main-content .img-rect{
    width:60%;
}
.article-main-content .img-rect img{
    aspect-ratio: 1.52;
}
.article-main-content .main-pol-art{
    width:100%;
}
.article-main-content .art-more-articles{
    justify-content: space-between;
    padding-top:45px;
}
.article-main-content .art-more-articles .article{
    width:calc((100%/4) - 25px);
}
.article-main-content .art-more-articles .article .img-rect{
    width:100%;
}
.article-main-content .art-more-articles .article .img-rect img{
    aspect-ratio: 1.27;
}
.art-more-articles .article-title h3{
    font-size:16px;
    padding-bottom:12px;
}
.article-wrapper{
    padding-bottom:100px;
}
.article-wrapper .highlights-wrapper{
    display: none;
}
/*menu*/
nav{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    transition: all 0.3s ease-in-out;
    width: 0;
    padding:52px 0;
    opacity: 0;
    height:100vh;
    z-index: -1;
}
nav.on{
    padding: 52px 21px 52px 35px;
    width: 280px;
    opacity: 1;
    z-index: 2;
}
.menu-header img{
    width:77px;
}
.menu-header{
    justify-content: space-between;
    padding-bottom:16px;
    border-bottom: 1px solid #000;
}
.menu-open{
    padding: 14px 32px 0 0;
    border-bottom: 1px solid #000;
}
.menu-open li{
    padding-bottom: 16px;
    font-size: 16px;
    font-family: 'Gotham Greek Bold',sans-serif;
}
.menu-footer span{
    font-size: 16px;
    font-family: 'Gotham Greek Bold',sans-serif;
    display: block;
}
.menu-footer span:last-of-type{
    font-size: 14px;
    font-family: 'Gotham Greek Book',sans-serif;
    padding:16px 0;
}
.menu-footer{
    padding: 30px 0 24px;
}
.menu-footer .social-wrapper{
    width:100%;
    justify-content: flex-start;
    padding:0;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
}
.menu-footer .cloudevo h6 img{
    width: 140px;
    margin-left: 5px;
    margin-top: 7px;
}
.menu-footer .cloudevo h6{
    font-size:14px;
    padding-top: 10px;
}
.menu-footer .cloudevo{
    padding:0;
}
.menu-footer .social-icon {
    padding: 0;
    padding-right:24px;
}
.menu-header svg{
    cursor: pointer;
}
.weather-wrapper.mob{
    display: none;
}
.small-mob .small-mob-img img{
    display:none;
}
.cat-title.mob , .stock-wrapper-mob{
    display:none;
}
.highSwiper{
    display: none;
}
.mob-tags{
    display: none;
}
.more-btn.dest{
    display: none;
}
.plan-btn svg:last-of-type{
    display: none;
}
.medSwiper{
    display: none;
}
.med{
    padding-bottom:0;
}
.articles-wrapper .article-title h3 , 
.articles-wrapper .article-title .category , 
.articles-wrapper .article-title .time{
    display: none;
}
.search-icon{
    position: relative;
    z-index: 2;
}
.search-wrapper{
    cursor: pointer;
}
.search-wrapper.mob{
    display: none;
}
.search-wrapper.active .search-icon{
    z-index: 0;
}
.search-wrapper.active input{
    height: 80px;
    transition: height 0.3s ease-in-out;
    opacity: 1;
}
.search-wrapper input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:0;
    padding: 0 30px;
    font-size: 16px;
    font-family: 'Source Serif 4', sans-serif;
    opacity: 0;
    transition: height 0.3s ease-in-out;
}
#searchButton , #searchButtonMob{
    position: absolute;
    right: 85px;
    top: 30px;
    border: none;
    background-color: transparent;
    font-size:16px;
    font-family: 'Source Serif 4 Medium', sans-serif;
    opacity:0;
}
.close-icon{
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 30px;
    opacity: 0;
}
.active #searchButton , .active .close-icon , .active #searchButtonMob{
    opacity:1;
    cursor:pointer;
}
.home-btn{
    display: none;
}
@media screen and (max-width:1600px){
    .main-articles-wrapper, .main-news-wrapper, .category-main-wrapper {
    	padding: 30px 24px;
    }
    .special-wrapper {
        margin: 20px 24px;
	padding: 20px 100px 70px 100px;
    }
    .highlights-wrapper {
    	padding: 20px 0 20px 24px;
    	margin-right: 24px;
    	background-position-y: 40%;
    	background-size: 85%;
     }
     .copyright-wrapper{
	padding:10px 24px;
     }

}
@media screen and (max-width:1500px){
    .latest-wrapper{
        padding: 0 25px 0 0;
    }
    .latest-wrapper.miss{
        padding: 0 0 0 25px;
    }
    .highlights-wrapper .img-rect{
        width: 142px;
    }
    .high-row .img-rect img{
        aspect-ratio: 0.8;
    }
    .special-wrapper {
        padding: 20px 80px;
    }
    .sec-art-wrapper{
        min-height: unset;
    }
    .gre .second-articles h3{
        padding-bottom:8px;
    }
    /*article*/
    .article-main-content {
        width: calc(100% - 600px);
        margin-left: 200px;
    }
    .article-page-title{
        max-width: 1080px;
        width:80%;
        padding:27px 50px 20px;
    }
    .weather-wrapper .date{
	width:unset;
    }
}
@media screen and (max-width:1440px){
    .main-pol-art{
        width:calc(70% - 150px);
    }
    .busi.gre .article-title h3{
    	font-size:16px;
    }
    .article-title h3{
    	font-size:18px;
    }
    .news-wrapper .article-rect .article-title h3{
    	font-size:18px;
	line-height:120%;
    }
    .articles-cat {
        width: calc(30% + 150px);
        gap: 16px;
        padding-left: 16px;
    }
    .articles-cat .article:nth-of-type(2){
    	display:none;
    }
    .fin .news{
        flex-wrap: wrap;
        gap:16px;
    }
    .highlights-wrapper .cat-title {
        width: 100%;
        padding-bottom: 20px;
    }
    .highlights-wrapper{
        background-size:93%;
        background-position-y: 50%;
    }
    .articles-cat .article {
        width: calc(100% - 332px);
    }
    .high-row:nth-child(2) .article{
        width:calc((100%/3) - 50px);
    }
    .high-row:nth-child(2){
        justify-content: flex-end;
    }
    .high-row{
        flex-wrap: wrap;
    }
    .highlights-wrapper .cat-title h2{
        min-width: 350px;
        width: 350px;
    }
    .highlights-wrapper .article{
        width:calc((100% / 3) - 50px);
    }
    /*category*/
    .category-wrapper .category-main-wrapper{
        padding:38px 80px 0;
    }
    .category-wrapper .more-art-cat .main-pol-art{
        width:100%;
        padding-right:37px;
    }
    .category-wrapper .more-articles-cat-wrapper{
        padding: 0 80px;
    }
    .article-title h3{
    	font-size: 18px;
    }
    .news-wrapper .article-rect .article-title h3{
    	font-size:18px;
    	line-height: 120%;
    }

}

@media screen and (max-width:1200px) {
    .header-wrapper{
        padding:11px 50px 0;
    }
    .main-articles-wrapper .article-title h3 {
        font-size: 23px;
        line-height: 25px;
    }
    .main-center .article-title h3 {
        font-size: 32px;
        line-height: 34px;
    }
    .date span:first-of-type {
        font-size: 50px;
    }
    .weather-wrapper .date span:nth-child(2) {
        font-size: 20px;
    }
    .weather-wrapper span {
        font-size:14px;
    }
    .weath img {
        width: 30px;
        height: 30px;
    }
    .weather-wrapper .weath span:first-of-type {
        font-size: 20px;
    }
    .weather-wrapper .weath span:nth-child(2) {
        font-size: 17px;
    }
    .news-wrapper .article-rect {
        padding: 0 25px;
    }
    .articles-cat {
        width:40%;
    }
    .fin .news{
        width:100%;
        padding-right: 0;
    }
    .articles-cat .placeholder{
        display: none;
    }
    .main-pol-art-title {
        width: 17%;
        min-width: 260px;
    }
    .main-pol-art .img-square {
        width: calc(100% - 17%);
    }
    .main-pol-art{
        width: 60%;
    }
    .articles-cat .article {
        width: 50%;
    }
    .fin .news-wrapper .main-left {
        width: calc((100% / 4) - 16px);
    }
    .fin .news-wrapper .article-rect {
        width: calc(50% - 10px);
    }
    .highlights-wrapper .article, .high-row:nth-child(2) .article{
        width:calc(100%/3);
    }
    .destSwiper .slide-text h2{
        font-size: 60px;
        line-height: 50px;
    }
    .destSwiper .slide-text{
        height: calc(100% - 195px);
        padding: 100px 0 20px;
    }
    .special-wrapper{
        padding:20px 50px;
    }
    .dest-wrapper{
        padding:40px 50px;
    }
    .destSwiper .slide-text h3{
    	padding: 0 0 1%;
        min-width:450px;
    }
    .destSwiper .slide-text h2{
    	padding-top:5%;
    }
    .gre .second-articles .main-left{
        padding-right: 0;
    }
    .gre .second-articles .article-rect {
        margin: 0 25px;
    }
    .busi.gre .main-pol-art-title .img-square{
        width:80%;
    }
    .gre .second-articles .article-title h4{
        display: none;
    }
    .life.gre .second-articles{
        padding-right:0;
    }
    .life.gre .second-articles .main-left{
        margin:0 25px;
    }
    .life .tag-wrapper span.more-btn{
        width:17%;
    }
    .life .main-pol-art .article-title{
        padding-bottom:100px;
    }
    .life .tag-wrapper{
        width:calc(100% - 100px);
    }
    .life .tag-wrapper span.more-btn,
    .tag-wrapper span.more-btn {
        width: unset;
    }
    .diasp-cat-wrapper{
        padding:0 50px;
    }
    .articles-wrapper{
        flex-wrap:wrap;
        gap: 30px;
    }
    .articles-wrapper .article{
        width: calc((100% / 3) - 20px);
    }
    .pod-wrapper{
        padding: 20px 50px;
    }
    .footer-logo::before,
    .footer-logo::after{
        width: calc((100% - 135px) / 2);
    }
    /*category*/
    .category-wrapper .category-main-wrapper{
        padding:38px 50px 0;
    }
    .category-wrapper .category-main-wrapper .main-pol-art .img-rect img{
        aspect-ratio: 1;
    }
    .category-wrapper .news .article-rect:first-of-type{
        padding-right:20px;
    }
    .category-wrapper .news .article-rect:nth-of-type(3){
        padding-left:20px;
    }
    .category-wrapper .more-articles-cat-wrapper{
        padding: 0 50px;
    }
    /*article*/
    .article-page-title h2 {
        font-size: 40px;
    }
    .article-main-content {
        width: calc(100% - 500px);
        margin-left: 100px;
    }
    .highSwiper {
        display: block;
    }
    .highlights-wrapper .article, .high-row:nth-child(2) .article {
        display: none;
    }
    .high-row:nth-child(2) {
        display: none;
    }
    .highlights-wrapper .img-rect , .highlights-wrapper .img-vert{
        width: calc(100% - 170px);
        aspect-ratio: 1.77;
    }
    .img-vert img{
        aspect-ratio: 1.77;
    }
    .highSwiper .swiper-slide{
        display: flex;
        flex-direction: row;
    }
    .highlights-wrapper{
        background: none;
        margin-right: 0;
        padding-left: 24px;
    }
    .highlights-wrapper .img-rect, .highlights-wrapper .img-vert{
        aspect-ratio: 1.5;
    }
    .swiper-pagination-bullet{
        background:#857e7a43;
    }
    .swiper-pagination-bullet-active{
        background:#857E7A;
    }
    .highSwiper img{
	height:unset;
    }
    .articles-cat .article:nth-of-type(2){
    	display:block;
    }
    .copyright-wrapper {
    	padding: 10px 50px;
    }

}

@media screen and (max-width:1025px){
    .desktop-menu{
        display: none;
    }
    .main-right {
        padding-left: 20px;
    }
    .main-center{
        padding: 0 20px;
    }
    .main-left{
        padding-right: 20px;
    }
    .main-articles-wrapper {
        padding: 20px 25px;
    }
    .category-menu{
        border-top: 1px solid rgba(133, 126, 122, 0.5);
        border-bottom:  1px solid rgba(133, 126, 122, 0.5);
        padding: 10px 0px;
    }
    .main-articles-wrapper .article-title h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .main-center .article-title h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .date span:first-of-type {
        font-size: 40px;
    }
    .weather-wrapper .date span:nth-child(2) {
        font-size: 18px;
    }
    .weather-wrapper .weath span:first-of-type {
        font-size: 18px;
    }
    .weather-wrapper .weath span:nth-child(2) {
        font-size: 15px;
    }
    .wea {
        padding-left: 10px;
    }
    .main-news-wrapper {
        padding: 20px 25px;
    }
    .news-wrapper .article-rect {
        padding: 0 18px;
    }
    .latest-wrapper h2 {
        font-size: 20px;
    }
    .news-wrapper .article-rect .article-title h3 {
        font-size: 24px;
        line-height: 26px;
    }
    .latest-wrapper {
        padding: 0 17px 0 0;
    }
    .latest-wrapper.miss {
        padding: 0 0 0 17px;
    }
    .cat-title h2{
        font-size:46px;
    }
    .category-main-wrapper{
        padding:20px 25px;
    }
    .highlights-wrapper {
        padding: 20px 0 20px 25px;
    }
    .destSwiper .slide-text h2 {
        font-size: 30px;
	padding-top: 10%;
    }
    .destSwiper .slide-text h3{
    	font-size: 18px;
    	line-height: 18px;
	min-width: 300px;
    }

    .destSwiper .slide-text {
        height: calc(100% - 125px);
        padding: 50px 0 20px;
    }
    .destSwiper .plan-btn span{
	bottom: 6%;
    }
    .destSwiper svg{
    	height: 90%;
    	width: 78%; 
    }
    .special-wrapper {
        padding: 20px 25px;
        margin: 20px 25px;
    }
    .dest-wrapper {
        padding: 20px 25px;
    }
    .gre .second-articles h3{
        order:2;
    }
    .gre .second-articles .img-rect{
        order:1;
    }
    .gre .second-articles h3 {
        font-size: 18px;
        line-height: 21px;
    }
    .busi.gre .article-rect .article-title h3 {
        font-size: 23px;
    }
    .life .tag-wrapper{
        width:calc(100% - 50px);
    }
    .diasp-cat-wrapper {
        padding: 0 25px;
    }
    .pod-wrapper{
        padding:20px 25px;
    }
    .sec-art-wrapper{
	flex-direction:column;
    }
    /*category*/
    .category-wrapper .category-main-wrapper{
        flex-direction: column;
        padding-bottom:40px;
    }
    .category-wrapper .main-pol-art,
    .category-wrapper .news{
        padding-right: 0;
        border: none;
    }
    .category-wrapper .category-main-wrapper .main-pol-art .img-rect img{
        aspect-ratio: 1.77;
    }
    .category-wrapper .ads{
        padding-left:0;
    }
    .category-wrapper .more-articles-cat-wrapper .ads{
        padding-left:20px;
    }
    .placeholder{
        margin:0 auto;
    }
    .category-wrapper .more-art-cat .main-pol-art{
        padding-right:20px;
    }
    .more-art-cat .img-rect img {
        aspect-ratio: 1;
    }
    .category-wrapper .main-pol-art .article-title{
        padding-right:20px;
    }
    /*article*/
    .article-page-title{
        width:100%;
    }
    .article-main-content {
        width: 100%;
        margin-left: 0;
    }
    .article-main{
        flex-direction: column;
    }
    .article-info, .article-main-img  {
        padding-bottom: 24px;
    }
    .article-main-content .art-more-articles{
        padding:45px 50px;
    }
    .article-main-content .main-pol-art{
        padding: 0 50px;
    }
    .article-main-content .art-more-articles .article {
        width: calc((100% / 4) - 10px);
    }
    .article-wrapper .placeholder{
        margin: 0 auto;
    }
    .copyright-wrapper {
        padding: 10px 24px;
    }
    .life .main-pol-art .article-title{
    	padding-bottom:0;
    }
    .life .cat-wrapper{
	flex-direction:column;
    }
    .life .main-pol-art, .life.gre .second-articles{
	width:100%;
    }	
    .life.gre .second-articles .main-left {
        margin: 0 25px 0 0;
    }
     /*.fin.busi .cat-wrapper {
    	flex-wrap: wrap;
    }
    .fin.gre .main-pol-art-title{
	width:44%;
    }
    .fin.gre .article-rect{
	width:56%;
    }
    .life .main-pol-art{
	flex-direction: column;
    }
    .life .main-pol-art-title{
	width: 100%;
    }
    .life .main-pol-art .img-square{
	width: 100%;
    	padding-bottom: 100px;
    }
    .life.gre .second-articles .main-left{
	width: calc(100% - 25px);
	margin-left:25px;
        padding-bottom: 30px;
    }
    .life.gre .second-articles .flex{
	flex-direction: column;
    	height: 100%;
    	justify-content: flex-end;
    }
    .life.gre .second-articles .article-rect{
	width: 100%;
    	padding-left: 25px;
    }
    .fin.gre .main-pol-art-title {
    	min-width: 310px;
    }*/

}
@media screen and (max-width:850px){
    .wea {
        padding-left: 5px;
    }
    .main-right {
        padding-left: 10px;
    }
    .main-center {
        padding: 0 10px;
    }
    .main-left {
        padding-right: 10px;
    }
    .weather-wrapper .date{
        padding-right:10px;
    }
    .main-articles-wrapper {
        padding: 20px;
    }
    .destSwiper .slide-text {
        height: calc(100% - 85px);
        padding: 20px 0 15px;
    }
    .gre .second-articles .article-rect {
        margin: 0 25px 0 0;
    }
    .second-articles{
        width:100%;
    }
    .gre .article-rect{
        width:60%;
    }
    .cat-wrapper{
        flex-wrap: wrap;
    }
    .fin.gre .main-pol-art-title {
        width: 40%;
        min-width: unset;
    }
    .fin .news {
        justify-content: space-between;
        flex-direction: row;
        gap: 10px;
        padding-right: 10px;
    }
    .category-main-wrapper.fin .cat-wrapper {
        flex-direction: row;
    }
    .fin .cat-wrapper {
    	flex-wrap:nowrap; 
    }
    .fin.gre .cat-wrapper {
    	flex-wrap:wrap; 
    }

    .life .main-pol-art{
        width:100%;
    }
    .tag-wrapper span.more-btn , .life .tag-wrapper span.more-btn{
        width:unset;
    }
    .life .main-pol-art .article-title{
        padding-bottom: 0;
    }
    .life.gre .second-articles .main-left {
        margin: 0 25px 0 0;
    }
    /*category*/
    .category-wrapper .more-articles-cat-wrapper{
        flex-direction: column;
    }
    .more-art-cat .img-rect img{
        aspect-ratio: 1.77;
    }
    .category-wrapper .more-art-cat .main-pol-art{
        padding-right:0;
    }
    .more-art-cat{
        border-right: none;
    }

}
@media screen and (max-width: 768px){
    .main-articles-wrapper{
        flex-direction: column;
        padding:20px 0 0;
        border-bottom: none;
    }
    .article-title{
        padding: 0 10px;
    }
    .main-articles-wrapper .main-left{
        width: 100%;
        padding-right: 0;
        border-right: none;
        padding-bottom: 20px;
        order: 2;
    }
    .main-articles-wrapper .main-center{
        width: 100%;
        padding: 0;
        border-right: none;
        order:1;
        padding-bottom: 20px;
    }
    .main-articles-wrapper .main-right{
        width:100%;
        order:3;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .img-square img{
        aspect-ratio: 1.77;
    }
    .main-center .article-title h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .weather-wrapper{
        display: none;
    }
    .weather-wrapper.mob{
        display: flex;
        border-bottom:none;
        margin-bottom:0;
        align-items: center;
        padding: 19px 20px 11px;
        border-top:1px solid #857e7a;
    }
    .weather-wrapper.mob .date{
        padding-bottom: 0;
        width: calc(100% / 2);
        border-right: 1px solid #857e7a80;
        display: flex;
        flex-direction: column;
        align-items: center;
    	margin-bottom: 0;
    }
    
    .weather-wrapper.mob .weath{
        border-bottom: none;
        width: calc(100% / 2);
        justify-content: center;
        padding: 0 15px;
    }
    .weather-wrapper.mob .nmd{
        width: calc(100% / 4);
        padding-top: 0;
        border-left: 1px solid #857e7a80;
        padding-left: 15px;
    }
    .date span:first-of-type{
        font-family: 'Gotham Greek Medium',sans-serif;
        font-size:14px;
        line-height:15px;
    }
    .date .date-mob span:first-of-type{
        font-family:'Source Serif 4 SemiBold', sans-serif;
        font-size:28px;
        line-height:110%;
    }
    .date .date-mob .my span{
        font-family:'Gotham Greek Book', sans-serif;
        font-size:11px;
    }
    .date-mob{
        align-items: center;
    }
    .header-wrapper{
        padding:11px 20px 5px;
    }
    .highlights-wrapper{
    	padding-left:0;
    }
    .highSwiper {
        margin-left: 20px;
    }
    .weather-wrapper.mob .nmd span:first-of-type{
        font-size: 14px;
    }
    .weather-wrapper.mob .nmd span:nth-child(2){
        padding-top: 10px;
        font-size: 14px;
        font-family: 'Gotham Greek Medium',sans-serif;
        overflow-x: scroll;
        text-wrap: nowrap;
    }
    .weather-wrapper.mob .weath span:first-of-type {
        font-size: 14px;
    }
    .weather-wrapper.mob .weath span:nth-child(2){
        font-size: 21px;
        font-family: 'Source Serif 4 SemiBold',sans-serif;
    }
    .my{
        padding-left: 6px;
    }
    .category-menu {
        overflow-x: scroll;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        justify-content: flex-start;
    }
    .category-menu li{
        font-family: 'Source Serif 4 SemiBold Italic',sans-serif;
    }
    .img-square{
        padding: 0 10px;
    }
    .main-right .img-rect{
        padding:0 10px;
    }
    .main-news-wrapper{
        flex-direction: column;
        padding: 20px 0;
    }
    .latest-wrapper{
        width:100%;
        padding:0;
    }
    .latest{
        padding: 0 20px;
    }
    .news-wrapper{
        width:100%;
        padding: 40px 10px 20px;
    }
    .latest-wrapper h2{
        border-top: none;
        font-size: 38px;
        font-weight:400;
        border-bottom: 1px solid #3A312B;
        padding-top:0;
        padding-left: 10px;
    }
    .news{
        flex-direction: column;
        padding-bottom: 0;
    }
    .news .img-square{
        padding:0;
    }
    .news-wrapper .main-left, .news-wrapper .main-center{
        width:100%;
        padding-bottom: 24px;
    }
    .news-wrapper .article-rect{
        width:100%;
        padding:0;
        padding-bottom: 24px;
    }
    .news-wrapper .article-title{
        padding:0;
    }
    .news-wrapper .tag-wrapper{
        display: none;
    }
    .latest-wrapper .more-btn{
        padding-left:20px;
    }
    .latest-wrapper.miss{
        background-color: #F2EFEC;
        padding: 8px 16px 24px;
    }
    .latest-wrapper.miss h2{
        padding: 8px 0;
        justify-content: space-between;
        align-items: center;
    }
    .latest-wrapper.miss .latest{
        padding: 0;
    }
    .latest-wrapper.miss .small-title{
        padding: 16px 10px 24px 0;
    }
    .latest-wrapper.miss .more-btn{
        padding-left: 0;
        border-top: none;
    }
    .miss .category {
        padding: 10px 0 4px;
        color: #2E4FC5;
    }
    .small-mob .small-mob-img img{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: block;
    }

    .small-mob{
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #857E7A;
    }
    .news .article-title h4{
        display: none;
    }
    .news .article-title time{
        padding-top: 8px;
        display: block;
    }
    .news .article-title h3{
        font-size:22px;
    }
    .category-main-wrapper{
        padding:20px 0;
    }
    .category-main-wrapper img{
        aspect-ratio: 1;
    }
    .cat-wrapper{
        flex-direction: column;
    }
    .main-pol-art{
        width:100%;
    }
    .articles-cat{
        width:100%;
        padding-left: 0;
        gap: 0;
        padding-top: 25px;
    }
    .cat-title{
        padding-top: 0;
    }
    .cat-title h2{
        border-top: none;
        padding-top: 0;
        padding-left: 10px;
    }
    .main-pol-art .article-title{
        padding-right: 10px;
        padding-top: 10px;
    }
    .main-pol-art .article-title h3 {
        font-size: 24px;
    }
    .main-pol-art .img-square{
        padding: 0 10px 0 0;
    }
    .articles-cat .article-title h4{
        display: none;
    }
    .articles-cat .article-title time{
        padding-top:8px;
    }
    .tag-wrapper span:not(.more-btn){
        display: none;
    }
    .tag-wrapper span.more-btn{
        width:100%;
    }
    .mob-tags{
        display: flex;
        /*flex-wrap:wrap;*/
        overflow-x: auto;
    }
    .tag-wrapper .mob-tags span{
        display: flex;
        line-height: 170%;
        flex: 0 1;
        width: max-content;
    }
    .tag-wrapper .mob-tags span a {
        display: flex;
        flex: 1 1;
        width: max-content;
    }
    .tag-wrapper .mob-tags span:last-of-type{
        width:100%;
        /*padding:10px 0 0 10px;
        border-top: 1px solid #B6AEA9;*/
    }
    .tag-wrapper span{
        padding-left:10px;
        display: block;
    }
    .fin .news {
        justify-content: space-between;
        flex-direction: row;
        gap: 10px;
        padding-right: 10px;
    }
    .category-main-wrapper.fin .cat-wrapper{
        flex-direction: row;
    }
    .fin .news-wrapper .news div:first-child{
        width:100%;
    }
    .fin .news-wrapper .main-left {
        width: calc(50% - 8px);
    }
    .fin .news-wrapper{
        padding:0;
    }
    .stock-wrapper{
        padding:40px 20px;
    }
    .news-wrapper .article-rect .article-title h3 {
        font-size: 22px;
        line-height:110%;
    }
    .fin .news .article-title h3 {
        font-size: 20px;
    }
    .destSwiper .swiper-slide img {
        aspect-ratio: 1.5;
    }
    .destSwiper .slide-text {
        height: calc(100% - 155px);
        padding: 60px 0 15px;
        left: 5%;
        right: 5%;
    }
    .dest-article:nth-of-type(3) img{
        aspect-ratio: 1;
    }
    .dest-article, .dest-article:nth-of-type(3){
        width:calc((100% / 5) - 10px );
    }
    .destSwiper .slide-text h3{
        width: 95%; 
        min-width: 400px;
    }
    .dest-wrapper{
        padding: 20px 0;
    }
    .more-btn.dest{
        display: block;
    }
    .special-wrapper{
        margin:0;
    }
    .destSwiper svg{
        height: 100%;
        width: 93%;
    }
    .gre .second-articles .article-rect{
        padding:0 10px;
        margin:0;
        width: 50%;
    }
    .gre .second-articles .main-left{
        width:50%;
        padding: 0 10px;
    }
    .gre .main-left .img-square{
        padding:0;
    }
    .gre .article-rect{
        padding-right:10px;
    }
    .busi .article {
        padding: 40px 20px;
    }
    .life.gre .second-articles .main-left{
        margin:0;
    }
    .life .tag-wrapper{
        position: unset;
    }
    .life.gre .second-articles{
        padding-bottom: 0;
    }
    .cul .tag-wrapper .mob-tags span:last-of-type{
        /*padding: 5px 0 5px 10px;
        border-bottom: 1px solid #B6AEA9;*/
    }
    .cul .tag-wrapper{
        display: block;
    }
    .cul .tag-wrapper .more-btn{
        padding-top:5px;
    }
    .life .tag-wrapper{
        width:100%;
    }
    .med .tag-wrapper{
        display: block;
        margin-top: 24px;
    }
    .med .tag-wrapper .mob-tags span:last-of-type{
        /*padding: 5px 0 5px 10px;
        border-bottom: 1px solid #B6AEA9;*/
    }
    .life .main-pol-art .article-title{
        padding-left:10px;
    }
    .articles-wrapper .article {
        width: calc((100% / 3));
    }
    .diasp-cat-wrapper{
        padding:0;
    }
    .med.life .cat-wrapper{
        padding-bottom:0;
    }
    .copyright-wrapper{
        flex-direction: column;
        padding: 20px 10px 30px;
        text-align: center;
    }
    .search-wrapper.mob{
        display: flex;
        width:calc(100% / 3);
        justify-content: flex-end;
    }
    .header-wrapper .social-wrapper{
        display: none;
    }
    .bs-wrapper .search-wrapper{
        display: none;
    }
    .bs-wrapper{
        padding:0
    }
    .search-wrapper.active input {
        height: 70px;
    }
    .close-icon{
        right: 20px;
        top: 15px;
    }
    #searchButtonMob{
        right: 60px;
        top: 24px;
    }
    .articles-wrapper{
        gap:0;
    }
    /*category*/
    .category-wrapper .category-main-wrapper .main-pol-art .img-rect img{
        aspect-ratio: 1;
    }
    .category-wrapper .category-main-wrapper{
        padding:30px 20px;
    }
    .category-wrapper .news .article-rect:first-of-type{
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .category-wrapper .news .article-rect img,.category-wrapper .news .img-square img {
        aspect-ratio: 1.77;
    }
    .category-wrapper .news .article-title{
        padding:0;
    }
    .category-wrapper .news .main-left{
        width:100%;
        padding-bottom: 30px;
    }
    .category-wrapper .news .article-rect:nth-of-type(3){
        padding-left:0;
        width:100%;
    }
    .category-wrapper .more-articles-cat-wrapper{
        padding: 0 20px;
    }
    .category-wrapper .more-art-cat .main-pol-art .article-title{
        padding: 10px 10px 0 0;
    }
    .category-wrapper .more-art-cat .main-pol-art .article-title h3{
        font-size:20px;
    }
    .category-wrapper .more-articles-cat-wrapper .ads {
        padding-left: 0;
    }
    .category-wrapper .main-pol-art{
        padding-bottom:32px;
    }
    /*article*/
    .article-page-title{
        padding: 27px 20px 20px;
    }
    .article-page-title h2 {
        font-size: 32px;
    }
    .article-info{
        padding: 0 12px 24px;
    }
    .article-text{
        padding: 0 12px 30px;
    }
    .article-wrapper .tag-wrapper span{
        display: block;
    }
    .article-wrapper .tag-wrapper{
        flex-wrap: wrap;
    }
    .article-main-content .more-btn{
        padding: 8px 0 8px 10px;
    }
    .article-main-content .art-more-articles {
        padding: 45px 20px;
        flex-wrap: wrap;
    }
    .article-main-content .main-pol-art{
        padding: 0 20px;
    }
    .article-main-content .art-more-articles .article {
        width: calc((100% / 2) - 10px);
        padding-bottom:20px;
    }
    .copyright-wrapper.flex > *{
    	width:100%;
    }

}   
@media screen and (max-width:650px){
    .special-wrapper{
        margin:0;
    }
    .special-wrapper .cat-title h2{
        border-bottom:none;
    }
    .special-wrapper .cat-title{
        text-align: left;
    }
    .destSwiper .swiper-slide img {
        aspect-ratio: 1.3;
    }
    .article-main-content .img-rect img{
        aspect-ratio: 1;
    }
    .article-main-content .art-more-articles .article .img-rect img{
        aspect-ratio: 1;
    }
}

@media screen and (max-width:500px){
    .img-rect img {
        aspect-ratio: 1;
    }
    .img-square img{
        aspect-ratio: 1;
    }
    .article-title {
        padding: 0 10px;
    }
    .main-pol-art{
        flex-direction: column;
    }
    .main-pol-art-title{
        width:100%;
        order: 3;
    }
    .main-pol-art .img-square{
        width: 100%;
        padding: 0 10px;
        order: 2;
    }
    .cat-title.mob{
        display:block;
        order:1;
    }
    .main-pol-art-title .cat-title{
        display: none;
    }
    .cat-title.mob h2 , .fin.busi .cat-title.mob h2{
        margin-bottom: -19px;
        border-bottom: 45px solid #857e7a30;
        line-height: 12px;
    }
    .main-pol-art .article-title{
        padding-top:6px;
    }
    .main-pol-art .article-title h3{
        padding-top:0;
    }
    .articles-cat .img-square{
        padding:0 8px 0 10px;
    }
    .articles-cat .article-title h3{
        font-size:16px;
    }
    .category-main-wrapper.fin .cat-wrapper {
        flex-direction: column;
        padding-bottom: 0;
    }
    .fin .main-pol-art-title{
        display:none;
    }
    .stock-wrapper-mob{
        order:2;
        width:100%;
    }
    .fin .news-wrapper{
        order:3;
        width: 100%;
        padding: 0 10px;
    }
    .fin .cat-title.mob h2{
        border-bottom: 168px solid #857e7a30;
        margin-bottom:-140px;
    }
    .fin .news{
        padding-right:0;
    }
    .stock-wrapper-mob{
        display: flex;
        padding: 25px 20px;
        border-top: 1px solid #857E7A;
        border-bottom:1px solid #857E7A;
        overflow-x: scroll;
        margin-bottom: 18px;
    }
    .stock-det-mob{
        flex-direction: column;
    }
    .stock-mob{
        align-items: center;
        padding-left: 8px;
        padding-right: 16px;
    }
    .stock-mob.up{
        border-left: 4px solid #00bc6e80;
    }
    .stock-mob.down{
        border-left: 4px solid #e45f687c;
    }
    .stock-det-mob span{
        font-size:14px;
        font-family:'Gotham Greek Bold',sans-serif;
        text-wrap: nowrap;
    }
    .stock-mob.up .stock-det-mob span:nth-of-type(2){
        color:#00BC6D;
    }
    .stock-mob.down .stock-det-mob span:nth-of-type(2){
        color:#E45F67;
    }
    .fin .news .article-title h3 {
        font-size: 16px;
    }
    .fin .news div:first-child .article-title h3 {
        font-size: 22px;
    }
    .fin .news div:first-child .article-title h4{
        display: block;
    }
    .fin.busi .news-wrapper .article-rect{
        width:47%;
    }
    .category-main-wrapper .title-wrapper h5{
        display: block;
        font-size:14px;
        font-family: 'Gotham Greek Bold',sans-serif;
        border-top:1px solid #857e7a83;
        padding:16px 0 0;
    }
    .category-main-wrapper .title-wrapper{
        padding:0 10px 16px;  
        display: block;   
    }
    .articles-cat{
        margin-bottom: 24px;
    }
    .title-wrapper .article-title{
        padding:0;
    }
    .highlights-wrapper .cat-title{
        display:none;
    }
    .highlights-wrapper .cat-title.mob{
        display:block;
    }
    .highSwiper .img-rect img{
        aspect-ratio: 1.77;
        box-shadow: 20px 18px 40px 0px rgba(39, 36, 33, 0.25);
    }
    .highlights-wrapper .cat-title.mob h2{
        line-height: 90%;
        width:100%;
        min-width: unset;
        border-bottom: 24px solid #857e7a30;
        padding-bottom: 0;
    }
    .highSwiper{
        padding-top: 34px;
    }

    .highlights-wrapper .img-rect, .highlights-wrapper .img-vert{
        aspect-ratio: 1.5;
    }
    .highlights-wrapper .tag-wrapper{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .special-wrapper{
        background-color: transparent;
        padding:20px 0 20px 10px;
    }
    .destSwiper{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .dest-article, .dest-article:nth-of-type(3){
        width: calc((100% / 2) - 10px);
        flex-shrink: 0;
        padding-right: 20px;
    }
    .dest-wrapper{
        overflow-x: scroll;
    }
    .plan-btn svg:first-of-type{
        display: none;
    }
    .plan-btn svg:last-of-type{
        display: block;
        width: 100%;
        height: 93%;
    }
    .destSwiper .swiper-slide img{
        height: 530px;
    }
    .destSwiper .swiper-slide{
        aspect-ratio: 0.54;
        background-color: #E0DEDC;
        display: block;
    }
    .destSwiper .plan-btn span{
        bottom: 35px;
        color:#6A4750;
        font-size:16px;
        font-family: 'Source Serif 4 Bold Italic',sans-serif;
    }
    .destSwiper .slide-text h3 {
        width: 80%;
        min-width: unset;
        color:#6A4750;
        height:unset;
        text-shadow: none;
        font-family: 'Source Serif 4 ExtraBold', sans-serif;
        font-size: 26px;
        line-height: 26px;
        letter-spacing: -0.52px;
    }
    .destSwiper .slide-text{
        width: 100%;
        padding: 20px 0 85px;
        position: unset;
        height: unset;;
    }
    .destSwiper .slide-text h2{
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        font-size: 68px;
        line-height: 90%;
    }
    .gre .article-rect{
        order:2;
        width: 100%;
        padding:0 10px;
    }
    .second-articles{
        order:3;
        border-top:none;
        padding-bottom: 24px;    
    }
    .category-main-wrapper.gre .title-wrapper{
        order:4;
    }
    .gre .second-articles .article-title{
        display: none;
    }
    .life .main-pol-art .img-square{
        width:100%;
    }
    .life .main-pol-art-title{
        width:100%;
    }
    .life .main-pol-art{
        order: 2;
    }
    .life.gre .article-title h4{
        display: none;
    }
    .life.gre .main-pol-art .article-title h3{
        padding-bottom:8px;
    }
    .life.gre .second-articles{
        padding-top:0;
        margin-top:0;
    }
    .life.gre .main-pol-art .img-square img{
        aspect-ratio: 1.47;
    }
    .main-pol-art .article-title h3,
    .busi.gre .article-rect .article-title h3 {
        font-size: 22px;
    }
    .gre .article-title{
        padding:0;
    }
    .life.gre .article-title{
        padding: 0 10px;
    }
    .cul .second-articles{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .cul .second-articles .article-rect,
    .cul .second-articles .main-left{
        width:100%;
    }
    .cul .second-articles img{
        aspect-ratio: 1.47;
    }
    .cul.gre .second-articles h3{
        font-size:22px;
    }
    .cul .sec-art-wrapper{
        padding-bottom:32px;
    }
    .tag-wrapper span.more-btn{
        font-size:16px;
    }
    .med .cat-title.mob h2{
        line-height: 40px;
    }
    .med .main-pol-art{
        display: none;
    }
    .medSwiper{
        width:100%;
        order:2;
        padding-left:10px;
        padding-bottom: 32px;
        display: block;
    }
    .medSwiper .img-square{
        padding:0;
    }
    .life.gre  .medSwiper .article-title{
        padding-left: 0;
    }
    .medSwiper .swiper-slide:first-of-type .img-square img{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .medSwiper .article-title h3{
        padding-bottom: 8px;
    }
    .gre .second-articles h3{
        font-size:16px;
    }
    .articles-wrapper .article {
        width: calc((100% / 2));
    }
    .articles-wrapper .article img{
        aspect-ratio: 1.46;
    }
    .articles-wrapper .article-title h4{
        display:none;
    }
    .articles-wrapper .article-title h3{
        display: block;
        font-size: 16px;
        padding-bottom:8px;
    }
    .articles-wrapper .article-title .category,
    .articles-wrapper .article-title .time{
        display: block;
    }
    .articles-wrapper .article-title .time img{
        width:6px;
        height:5px;
    }
    .articles-wrapper .article-title{
        padding-bottom:35px;
    }
    .articles-wrapper .article:last-of-type,
    .articles-wrapper .article:nth-last-of-type(2){
        width:100%;
        border-top:1px solid #B6AEA9;
        margin:0 10px;
    }
    .articles-wrapper .article:last-of-type .article-title,
    .articles-wrapper .article:nth-last-of-type(2) .article-title{
        padding: 8px 0;
    }
    .articles-wrapper .article:last-of-type .img-square,
    .articles-wrapper .article:last-of-type .category,
    .articles-wrapper .article:nth-last-of-type(2) .img-square,
    .articles-wrapper .article:nth-last-of-type(2) .category{
        display: none;
    }
    .placeholder{
        margin: 0 auto 20px;
    }
    .podSwiper{
        aspect-ratio: 0.7;
        margin-top: -33px;
    }
    .podSwiper .swiper-slide img{
        aspect-ratio: 0.8;
    }
    .pod-wrapper{
        padding: 50px 0 20px;
    }
    .pod-wrapper .tag-wrapper{
        display: none;
    }
    .diasp-cat-wrapper .cat-title h2{
        text-align: left;
        border-bottom: 1px solid #3A312B;
        font-size: 38px;
        line-height: 90%;
    }
    .pod-wrapper .cat-title h2{
        text-align: left;
        font-size: 38px;
        border-bottom: 45px solid #857e7a30;
        line-height: 12px;
    }
    #searchButtonMob {
        right: 50px;
    }
    .close-icon {
        right: 15px;
    }
    .search-wrapper input{
        padding: 0 20px;
    }
    /*category*/
    .category-wrapper .main-pol-art-title,
    .category-wrapper .main-pol-art .img-rect{
        width:100%;
    }
    .category-wrapper .more-art-cat .main-pol-art .article-title{
        border-top:0;
    }
    .category-wrapper .more-articles-cat-wrapper{
        padding: 0 12px;
    }
    .category-wrapper .category-main-wrapper{
        padding: 30px 0;
    }
    .category-wrapper .category-main-wrapper .main-pol-art .img-rect{
        order:2;
        padding: 0 12px;
    }
    .category-wrapper .main-pol-art-title{
        order:3;
    }
    .category-wrapper .cat-title.mob a{
        position: relative;
    }
    .category-wrapper .main-pol-art .article-title{
        padding:0 12px;
    }
    .category-wrapper .cat-title.mob h2{
        line-height: 17px;
    }
    .category-wrapper .news{
        padding:0 12px;
    }
    .more-art-cat .img-rect img{
        aspect-ratio: 1.45;
    }
    .category-main-wrapper .news .article-title h4 {
        display: block;
    }
    .category-wrapper .news .article-rect img, .category-wrapper .news .img-square img {
        aspect-ratio: 1;
    }
    /*article*/
    .article-page-title {
        padding: 27px 12px 20px;
    }
    .article-main-img img{
        aspect-ratio: 1;
    }
    .article-text h4{
        font-size: 22px;
        line-height: 131%;
    }
    .quote{
        padding: 0 12px;
    }
    .quote h4{
        font-size:22px;
    }
    .quote span:last-of-type {
        bottom: -20px;
    }
    .quote span {
        font-family: 'Source Serif 4 SemiBold Italic', sans-serif;
        font-size: 90px;
        letter-spacing: -0.9px;
    }
    .related-wrapper {
        padding: 0 12px 35px;
    }
    .relart{
        min-width: 170px;
        padding: 0 8px;
    }
    .related-articles{
        overflow-x: scroll;
	overflow-y: hidden;
    }
    .related-wrapper svg{
        max-width: 100%;
    }
    .article-wrapper .tag-wrapper span{
        display: block;
        padding: 0 20px 8px 12px;
    }
    .article-main-content .latest-wrapper h2, .article-main-content .latest{
        padding: 0 22px;
    }
    .follow-text p{
        font-size: 14px;
    }
    .follow-text {
        margin: 0 12px;
    }
    .article-main-content .in-art .latest .small-title{
        width:100%;
    }
    .in-art .more-btn{
        text-align: left;
        padding-left: 22px;
    }
    .article-main-content .img-rect{
        order: 2;
        width: 100%;
    }
    .article-main-content .main-pol-art-title {
        width: 100%;
        order: 3;
    }
    .article-main-content .main-pol-art{
        padding:0;
    }
    .article-main-content .main-pol-art .img-rect img{
        padding: 0 12px;
    }
    .article-main-content .art-more-articles{
        padding:24px 12px;
    }
    .art-more-articles .article-title{
        padding:0;
    }
    .article-wrapper .highlights-wrapper{
        display: block;
        padding-bottom: 30px;
    }
    .article-wrapper .highlights-wrapper .tag-wrapper span{
        display: none;
    }
    .article-wrapper .highlights-wrapper .tag-wrapper .mob-tags span{
        display: block;
    }
    .home-btn{
        display: block;
        text-align: center;
        width:fit-content;
        margin:0 auto;
        padding: 8px 32px;
        border: 1px solid #3A312B;
        border-radius: 50px;
        box-shadow: 14px 14px 44px 0px rgba(39, 36, 33, 0.10);
        font-size: 18px;
        font-family: 'Source Serif 4 Bold',sans-serif;
        margin-top: 30px;
    }
}

@media screen and (max-width: 400px){
    .plan-btn svg:last-of-type{
        height: 100%;
    }
    .destSwiper .slide-text h3 {
        width: 90%;
    }
}


.main-left, .main-center , .article-rect , .main-pol-art-title,
.article , .dest-article , .category-wrapper .main-pol-art{
    position: relative;
}

.main-left a , .main-center a , .article-rect a,
.main-pol-art-title .article-title a , .article a , 
.swiper-slide a , .dest-article a ,
.category-wrapper .main-pol-art a{
    position: absolute;
    width:90%;
    height:100%;
    z-index: 1;
}
.swiper-slide a {
    z-index: 3;
}
