body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure{
    margin:0;
    padding:0;
    font-weight: normal;
    font-size: unset;
    font-family: 'Roboto' , sans-serif;
}
h1,h2,h3,h4{
    font-family: 'Roboto Black' , sans-serif;
}
.article h5, .article h6, .article strong {
    font-family: 'Roboto Bold' , sans-serif;
}
body{
    position: relative;
    margin:0 auto;
    -webkit-text-size-adjust: 100%;
}
main {
    max-width: 1920px;
    margin:0 auto;
}
a{
    text-decoration: none;
    color: inherit;
    cursor:pointer;
}
li{
    list-style-type: none;
}
ol li{
    list-style-type: decimal;
}
html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
img{
    max-width:100%;
    height: auto;
    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;
}
.header-wrapper{
    padding:22px 120px;
    align-items: center;
}

.burger-menu span:first-of-type{
    display: block;
    width:35px;
    border-top:3px solid #000;
    position: relative;
}
.burger-menu span:first-of-type::before{
    content:"";
    display: block;
    width:35px;
    border-top:3px solid #000;
    position: absolute;
    top:-11px;
}
.burger-menu{
    cursor: pointer;
}

.burger-menu span:first-of-type::after{
    content:"";
    display: block;
    width:35px;
    border-top:3px solid #000;
    position: absolute;
    top:5px;
}
.burger-menu, .logo-wrapper, .search-wrapper{
    width: calc(100%/3);
    align-items: center;
}
.logo-wrapper{
    text-align: center;
}
.search-wrapper{
    text-align: right;
    position: relative;
}
.search-icon{
    position: absolute;
    top: 13px;
    right: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
}
.search-icon::after{
    content: "";
    display: block;
    width: 7px;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: -5px;
    top: 11px;
}
.burger-menu span:last-of-type{
    padding-left:12px;
    font-size: 14px;
}
.search-wrapper input{
    border-radius: 23px;
    outline: none;
    border:1px solid #000;
        padding: 10px 35px 10px 15px;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    
}
.search-wrapper input::placeholder{
    font-family: 'Roboto',sans-serif;
}
.desktop-menu-wrapper{
    padding:25px 120px;
}
.desktop-menu-wrapper li{
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 18px;
}
.desktop-menu-wrapper li:not(:last-of-type){
    padding-right:8px;
}
.desktop-menu-wrapper nav{
    width: 90%;
    margin: 0 auto;
}
.main-wrapper{
    padding: 0 120px 100px;
}
.front-articles-wrapper{
    width:72%;
}
.hero-card-wrapper{
    width: calc(100% - (100%/3));
}
.hero-card-wrapper img{
    aspect-ratio: 1.56;
    object-fit: cover;
    width:100%;
}
.scnd-card-wrapper{
    width: calc(100% / 3);
    padding-left: 20px;
}
.card-wrapper img{
    aspect-ratio: 1.47;
    object-fit: cover;
}
.cat{
	display: block;
    font-family: 'Roboto Black',sans-serif;
    font-size:16px;
    text-transform: uppercase;
	padding-top: 8px;
}
.hero-card-title h4 {
    padding-top: 10px;
    font-family: Roboto, sans-serif;
}
.hero-card-title h2{
    font-family: 'Roboto Black', sans-serif;
    font-size: 35px;
    padding-bottom:15px;
    padding-top: 8px;
}
.hero-card-title h4{
    font-size:20px;
}
.hero-card-title h3{
    font-family: 'Roboto Black', sans-serif;
    font-size: 25px;
    padding-top:8px;
}
.hero-card-title h5{
    font-size:16px;
    padding:10px 0;
}
.scnd-card-wrapper .hero-card-title{
    min-height: 252px;
    border-bottom: 1px solid #000;
}
.scnd-card-wrapper .title-wrapper{
    padding-top:16px;
}
.scnd-card-wrapper .title-wrapper h5{
    padding-top:13px;
}
.hero-wrapper{
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
.first-articles-wrapper .card-wrapper{
    width:calc((100% - 60px) / 3);
}
.first-articles-wrapper{
    padding-top:35px;
    flex-wrap: wrap;
}
.first-articles-wrapper .hero-card-title h3{
    font-size:22px;
}
.trending{
    width: calc((100% - 72%) - 22px);
    padding: 36px 0 43px;
    background: var(--med-beige);
}
.trending .cat::before{
    content:"";
    display: block;
    width: 94px;
    height:3px;
    background: #000;
    position: absolute;
    left: 0;
    top: -10px;
}
.trending .cat{
    display: block;
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;

}
.trend-title-wrapper{
    padding: 0 30px;
}
.trending span:last-of-type{
    font-family: 'Roboto Black', sans-serif;
    font-size:16px;
    text-decoration: underline;
    display: block;
    padding:40px 0 0 30px;
}
.trend-title{
    padding:15px 0;
    font-size: 16px;
}
.section-wrapper , .must-wrapper{
    padding: 0 120px 100px;
}
.section-title{
    border-bottom: 4px solid #000;
}
.section-title h2{
    font-size:160px;
    font-family: 'Roboto Condensed',sans-serif;
    letter-spacing: -8px;
    line-height: 145px;
}
.section-main-article{
    padding:40px 0;
}
.main-article-img{
    width: calc(100% - (100% /3) - 20px);
}
.adplace{
    width:300px;
    height:250px;
    background-color: #E2E2E2;
}

.section-main-article .main-article{
    width: calc(100% - (100% /4));
}
.main-article-title{
    width: calc(100% / 3);
    padding: 0 15px;
}
.main-article-title h3{
    font-size:35px;
    font-family: 'Roboto Medium',sans-serif;
    padding-top:15px;
    padding-bottom:20px;
}
.main-article-img img{
    aspect-ratio: 1.56;
    width:100%;
}
.main-article-title h5{
    font-size:16px;
    line-height: 20px;
}
.section-more-articles .card-wrapper{
    width: calc((100% - 120px )/ 4);
    padding-top:55px;
    border-top:1px solid #000;
}
.section-more-articles .card-wrapper .hero-card-title h3{
    font-size: 22px;
}
.must-title{
    padding-bottom:42px;
}
.must-title h2{
    font-size:59px;
    font-family: 'Roboto Condensed' ,sans-serif;
    letter-spacing: -3px;
    border-bottom: 4px solid #000;
    line-height: 59px;
}
.must-article{
    background: #F2F2F2;
}
.must-read{
    width:calc((100% - 35px)/2);
}
.must-img{
    width: 50%;
    padding:25px 0 0 25px;
}
.must-img img{
    aspect-ratio: 1.47;
}
.must-art-title{
    padding: 33px 117px 65px 25px;
}
.must-art-title h3{
    font-size: 25px;
    font-family: 'Roboto Medium',sans-serif;
}
.must-art-title h5{
    font-size: 16px;
    padding-top:12px;
}
.most-article .number{
    font-size:73px;
    font-family: 'Roboto Condensed',sans-serif;
    border-top:3px solid #000;
    padding: 0 15px 69px;
}
.most-title{
    padding-left:22px;
    padding-top:20px;
    width:60%;
}
.most-title h4{
    font-size:20px;
    line-height: 30px;
    padding-top:20px;
}
.section-main-article .hero-card-title{
    padding-top:30px;
}
.section-main-article .hero-card-title h4{
    font-size:16px;
}
.other-article{
    border-bottom:1px solid #000;
    padding:40px 0;
}
.other-article:last-of-type{
    border-bottom: none;
}
.main-article-img.envir{
    width: calc(100% - (100% /2) - 20px);
}
.other-sec-wrapper{
    width:calc(100% /2);
}
.other-img{
    width: calc(100% / 4);
}
.other-img img{
    aspect-ratio: 1.47;
}
.other-title h3{
    font-size:25px;
    font-family: 'Roboto Medium', sans-serif;
}
.other-title h5{
    font-size:16px;
    padding-top:10px;
}
.other-title{
    width:calc(100% - (100%/4));
    padding-left: 30px;
}
.other-article:first-of-type{
    padding-top:0;
}
.env{
    color:#048309;
    font-family: 'Roboto Condensed',sans-serif;
    padding-bottom:6px;
    display: block;
    font-size:15px;
}
.read-more-wrapper{
    background: var(--med-light-green);
}
.read-more{
    padding:30px 270px;
    margin-bottom:100px;
}
.read-title{
    text-align: center;
}
.read-title h2{
    font-size:47px;
    font-family: 'Roboto Condensed',sans-serif;
    border-bottom: 1px solid #000;
    padding-bottom:8.5px;
}
.more-articles {
    padding-top:25px;
}
.more-articles .article-title{
    width:calc((100% - 65px) / 4);
}
.article-title h3{
    font-family: 'Roboto Bold',sans-serif;
    font-size: 22px;
}
.article a{
    background-color:#FFF840;
}
.article h2{
    font-size:25px;
}
.opinions-wrapper{
    padding: 0 120px 100px;
}
.opinion-title{
    text-align: center;
    border-bottom:1px solid #000;
}
.opinion-title h2{
    font-size:30px;
    font-family: 'Roboto Condensed',sans-serif;
    letter-spacing: 9px;
    padding-bottom:10px;
}
.op-img img{
    max-width: unset;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.op-details span{
    font-size: 20px;
}
.op-details h4{
    font-size: 25px;
    font-family: 'Roboto Bold',sans-serif;
    padding-top:19px;
}
.opinion{
    width:calc(100% / 3);
    position: relative;
    padding: 0 400px 0 0;
}
.opinion .quote{
    font-size:400px;
    font-family: 'Roboto Bold',sans-serif;
}
.op-wrapper{
    position: absolute;
    top: 110px;
    left: 86px;
}
.op-details{
    padding:100px 16px 0;
}
.opinions{
    border-bottom: 1px solid #000;
    padding-bottom: 100px;
}
.pol{
    font-family: 'Roboto Condensed',sans-serif;
    padding-bottom:6px;
    display: block;
    font-size:15px;
    color:#0045FF;
}
.tren{
    font-family: 'Roboto Condensed',sans-serif;
    padding-bottom:6px;
    display: block;
    font-size:15px;
    color:#FF0000;
}
.section-title h3{
    font-size: 70px;
    align-self: flex-end;
    font-family: 'Roboto Condensed',sans-serif;
    padding-left:20px;
    letter-spacing: -3.5px;
}
.section-subtitle{
    padding-top:40px;
    border-bottom:4px solid #000;
}
.section-subtitle h3{
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 59px;
    letter-spacing: -2.96px;
}
.footer-wrapper{
    padding:0 120px 35px;
}
.logo-footer h1{
    font-size:47px;
    border-bottom: 4px solid #000;
}
.terms-wrapper{
    text-align: right;
    justify-content: end;
}
.terms-wrapper span{
    padding: 30px 0 0 40px;
    display: block;
}

/*category*/
.category .section-title h2{
    font-size: 101px;
    line-height: 94px;
}
.category .section-title h3{
    font-size:44px;
    letter-spacing: -2.2px;
}
.section-wrapper.category{
    padding-top:100px;
}
.more-wrapper{
    padding:0 120px;
}
.more-title h4{
    font-size:45px;
    font-family: 'Roboto Medium',sans-serif;
    border-bottom:1px solid #000;
    letter-spacing: -1.26px;
}
.category-articles{
    flex-wrap: wrap;
    width: 50%;
    padding-right:20px;
    position: relative;
}
.category-articles .card-wrapper{
    width: calc((100% - 40px) / 2);
    padding-bottom: 40px;
}
.placeholder{
    width: 300px;
    background: #E2E2E2;
    margin: 0 auto;
}
.category-articles-wrapper{
    padding:58px 0 90px;
}
.dot{
    width: 8px;
    height:8px;
    background: #CBCBCB;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.dot::before{
    content:"";
    width: 8px;
    height:8px;
    background: #CBCBCB;
    border-radius: 50%;
    position: absolute;
    left: -30px;
}
.dot::after{
    content:"";
    width: 8px;
    height:8px;
    background: #CBCBCB;
    border-radius: 50%;
    position: absolute;
    left: -15px;
}

/*article*/
.article-wrapper{
    padding: 90px 0;
    width: 63%;
    position: relative;
    margin: 0 auto;
}
.article-category{
    font-size:15px;
    letter-spacing: 0.3px;
    padding-bottom:15px;
}
.article-date{
    padding:0 14px 0 29px;
}
.article-date , .article-time{
    font-size:13px;
    font-family: 'Roboto Medium', sans-serif;
    color:#3C3C3C;
    opacity:0.6;
}
.article-in-title h1{
    font-family: Roboto Black;
    font-size:32px;
    padding-bottom:10px;
}
.article-in-title h2{
    font-family: Roboto Black;
    font-size:28px;
    padding-bottom:10px;
}
.article-in-title h3{
    font-family: Roboto Medium;
    font-size:20px;
    padding-bottom:23px;
    padding-right: 100px;
}
.article-container{
    width: calc(100% - 360px);
}
.article h1 {
    font-size: 34px;
}
.article h2 {
    font-size: 32px;
}
.article h3 {
    font-size: 28px;
}
.article h4 {
    font-size: 24px;
}
.article h5 {
    font-size: 22px;
}
.article h6 {
    font-size: 20px;
}
figcaption {
    font-size: 12px;
    color: #646464;
    padding: 10px 0 15px;
    border-bottom: 1px solid var(--med-light-green);
    font-style: italic;
}
.share{
    padding-top:15px;
}
.share img{
    width:20px;
    height:20px;
}
.share span{
    display: block;
    padding-left:9px;
    font-size:15px;
    letter-spacing: 0.3px;
}
.article-container p, .article-container ul, .article-container ol {
    padding:30px 0 10px;
    font-size:18px;
    line-height: 28px;
    width:90%;
}
.article-container li{
    font-size:18px;
    line-height: 28px;
    width:90%;
    margin-inline-start: 1rem;
}
.newsletter-wrapper{
    background: #000;
    color:#fff;
    text-align: center;
    padding: 35px;
    width:90%;
}
.newsletter-wrapper h3{
    font-size:25px;
    font-family: 'Roboto Bold' , sans-serif;
    padding-bottom:20px;
}
.newsletter-wrapper input[type=email]{
    background: transparent;
    outline: none;
    border: 1px solid #fff;
    width:423px;
    padding:10px;
    color:#fff;
    font-size: 16px;
}

input[type=checkbox]{
    width: 18px;
    height: 18px;
    font-size: 17px;
    opacity: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    margin: 0;
}
.chkbox{
    position: relative;
}
.chkbox span{
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    top: 0;
    left: 0;
}
.chkbox span:before,
.chkbox span::before {
    content: " ";
    background-color: #000;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}
.chkbox span:after,
.chkbox span::after {
    content: " ";
    background-color: #fff;
    display: block;
    width: 8px;
    height: 8px;
    opacity: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 4px;
    z-index: 2;
}
.chkbox input[type=checkbox]:checked ~ span:after, 
.chkbox input[type=checkbox]:checked ~ span::after{
  content: "";
  width:8px;
  height:8px;
  background-color: #fff;
  display:block;
  opacity: 1;
  position: absolute;
  left: 6px;
  top: 6px;
}
.custom-chk label span{
    padding: 6px;
    font-size:12px;
}
.custom-chk{
    width:423px;
    margin:0 auto;
    padding-top:20px;
}
.subscribe-wrapper{
    position: relative;
    width: 423px;
    margin: 0 auto;
}
.icon-sub img{
    width:20px;
    height:20px;
}
.icon-sub{ 
    position: absolute;
    top:6px;
    right:5px;
    background: transparent;
    outline: none;
    border:none;
}
.relative-wrapper{
    padding:0 0 65px;
    width:63%;
    margin:0 auto;
}
.relative-wrapper h2{
    border-top:1px solid #C6C6C6;
    font-size: 50px;
    font-family: 'Roboto Bold';
    padding:37px 0 32px;
}
.relative-articles , .also-wrapper{
    flex-wrap: wrap;
}
.relative-wrapper .card-wrapper{
    width:calc((100% - 70px) / 3);
    padding-bottom:50px;
}
.relative-wrapper .card-wrapper span{
    opacity:0.6;
    font-family: 'Roboto Condensed',sans-serif;
    font-size:15px;
}
.relative-wrapper .hero-card-title h3{
    font-size:18px;
}
.relative-wrapper h4{
    padding: 25px 0;
    border-top:1px solid #C6C6C6;
    font-family: 'Roboto Bold',sans-serif;
    font-size:22px;
}

.taboola{
    text-align: right;
    border-bottom:1px solid #C6C6C6;
    display: block;
    padding:15px 0;
    font-size:12px;
}

.article-wrapper .placeholder{
    position: absolute;
    top: 100px;
    right: 0;
    height: calc(100% - 200px);
}
.menu-open{
    width: 400px;
    z-index: 100;
    position: absolute;
    top: 120px;
    left: 0;
    background: #fff;
    opacity: 0;
    z-index: -1;
    height: 100%;
}
.menu-open.on{
    opacity: 1;
    z-index:1;
}
.menu-open.on ~ main{
    filter: blur(7px);
}
.burger-menu.on span:first-of-type{
    transform: rotate(45deg);
    transition: transform 0.5s ease-in;
    width: 31px;
}
.burger-menu.on span:first-of-type::after{
    top: -2px;
    transform: rotate(90deg);
    transition: transform 0.5s ease-in;
    width: 31px;
}
.burger-menu.on span:first-of-type::before{
    display: none;
}
.menu-open ul{
    padding: 30px;
}
.menu-open li{
    padding-bottom:23px;
}
.menu-open .menu-title{
    font-size:30px;
    font-family: 'Roboto Condensed',sans-serif;
    cursor:pointer;
}
.menu-open .selected .menu-title{
    padding-bottom:15px;
    border-bottom:4px solid #000;
}
.social-wrapper img{
    width: 32px;
    height: 22px;
    padding: 0 5px;
}
.menu-footer{
    padding: 0 30px;
}
.footer-list{
    border-top:1px solid #000;
    padding: 30px 0;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}
.footer-list span, .social-wrapper{
    padding: 0 0px;
}
.menu-open .card-wrapper{
    width:calc(100% / 5);
    padding-right:20px;
}
.menu-open .card-wrapper span{
    font-size: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    border-bottom: 1px solid #000;
}
.menu-open .card-wrapper .hero-card-title{
    padding:0;
}
.subnav{
    padding-top:30px;
}
.card-wrapper.more-btn{
    text-align: center;
    align-self: center;
    padding-bottom:80px;
}
.subnav{
    display: none;
    justify-content: flex-start;
}
.selected .subnav{
    display: flex;
}
.category .main-article-title h5{
    font-size: 20px;
}
.mob-search{
    display: none;
}
@media screen and (max-width:1600px) {
    .desktop-menu-wrapper nav{
        width:100%;
    }
}

@media screen and (max-width:1440px) {
    .header-wrapper {
        padding:22px 80px;
    }
    .desktop-menu-wrapper{
        padding:25px 80px;
    }
    .main-wrapper, .section-wrapper ,.must-wrapper{
        padding: 0 80px 100px;
    }
    .footer-wrapper{
        padding: 0 80px 35px;
    }
    .first-articles-wrapper .card-wrapper {
        width: calc((100% - 50px) / 3);
    }
    .main-article{
        width:calc(100% - 300px);
    }
    .other-img {
        width: calc(100% /2);
    }
    .read-more {
        padding: 30px 100px;
    }
    .more-wrapper{
        padding:0 80px;
    }
    .opinions-wrapper{
        padding: 0 80px 100px;
    }
    .section-title h2{
        font-size: 120px;
        line-height: 110px;
    }
    .section-title h3 {
        font-size: 55px;
    }
    .article-wrapper .placeholder{
        display: none;
    }
    .article-container{
        width:100%;
    }
    .menu-open ul{
        padding:27px 80px;
    }
    .menu-footer {
        padding: 0 80px;
    }
}
@media screen and (max-width:1393px){
    .opinions{
    	overflow-x: scroll;
	padding-bottom: 120px;
    }

}
@media screen and (max-width:1290px) {
    .desktop-menu-wrapper li{
        font-size: 16px;
    }
    .main-article{
        flex-direction: column;
    }
    .main-article-img, .main-article-title{
        width: calc(100% - 50px);
    }
    .most-title{
        width:90%;
    }
    .must-img{
        width:100%;
        padding: 25px 25px 0;
    }
}
@media screen and (max-width:1150px) {
    .desktop-menu-wrapper{
        display: none;
    } 
    .trending{
        display: none;
    }
    .front-articles-wrapper{
        width:100%;
    }
    .main-wrapper, .section-wrapper, .must-wrapper{
        padding: 0 60px 100px;
    }
    .header-wrapper{
        padding:22px 60px;
    }
    .hero-card-title h2{
        font-size:30px;
    }
    .hero-card-title h4{
        font-size: 18px;
    }
    .section-more-articles{
        flex-wrap: wrap;
    }
    .section-more-articles .card-wrapper{
        width:calc((100% - 40px )/ 2);
    }
    .section-main-article .main-article{
        width: 100%;
        flex-direction: row;
        padding-bottom: 40px;
    }
    .section-main-article{
        flex-direction: column;
    }
    .adplace{
        align-self: center;
    }
    .main-article-title h3{
        padding-top:0;
    }
    .scnd .section-main-article{
        flex-direction: row;
    }
    .read-more {
        padding: 30px 60px;
    }
    .more-wrapper{
        padding: 0 60px;
    }
    .footer-wrapper{
        padding:0 60px 35px;
    }
    .opinions-wrapper{
        padding: 0 60px 100px;
    }
    .section-title h3 {
        font-size: 45px;
    }
    .section-title h2 {
        font-size: 100px;
        line-height: 90px;
    }
    .article-container{
        padding:0 60px;
    }
    .article-wrapper{
        width:100%;
    }
    .article-container p{
        width:75%;
    }
    .newsletter-wrapper{
        width: 75%;
        margin: 20px auto;
    }
    .relative-wrapper{
        width: 100%;
        padding: 0 60px 65px;
    }
    .menu-open{
        top:90px;
    }
    .menu-open ul{
        padding:27px 60px;
    }
    .menu-open .card-wrapper:nth-child(3){
        display: none;
    }
    .menu-open .card-wrapper{
        width: calc((100% - 30px) / 4);
    }
    .menu-footer{
        padding: 0 60px;
    }
}
@media screen and (max-width:900px) {
    .hero-card-wrapper{
        width:100%;
    }
    .hero-wrapper{
        flex-direction: column;
    }
    .scnd-card-wrapper{
        width: 100%;
        padding-left: 0;
    }
    .scnd-card-wrapper .card-wrapper a{
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-top:35px;
    }
    .scnd-card-wrapper .hero-card-title{
	padding-left:15px;
    }
    .header-wrapper{
        padding: 22px 35px;
    }
    .main-wrapper, .section-wrapper, .must-wrapper{
        padding: 0 35px 50px;
    }
    .search-icon::after{
        width: 10px;    
        right: -8px;
        top: 15px;
    }
    .search-wrapper input{
        display: none;
    }
    .search-icon{
        top: -5px;
        right: 12px;
        width: 15px;
        height: 15px;
    }
    .header-wrapper{
        padding:20px 22px 10px;
    }
    .main-wrapper, .section-wrapper, .must-wrapper{
        padding:0 22px 50px;
    }
    .first-articles-wrapper .card-wrapper {
        width: calc((100% - 25px) / 3);
    }
    .must-read {
        width: 100%;
        padding-top: 30px;
    }
    .must-img {
        width: 60%;
    }
    .must-wrapper{
        flex-direction: column;
    }
    .main-article-img.envir{
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
	display: flex;
    	justify-content: space-between;
    }
    .scnd .section-main-article{
        flex-direction: column;
    }
    .other-sec-wrapper{
        width: 100%;
        display: flex;
        justify-content: space-between;    
        padding-top: 40px;
    }
    .other-article{
        border-bottom: none;
        padding:0;
        width: calc((100% - 20px)/ 3);
        flex-direction: column;
    }
    .other-img{
        width:100%;
    }
    .other-title {
        width: 100%;
        padding-left: 0;
    }
    .must-read .other-article{
        flex-direction: row;
        width:100%;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    .must-read .other-img {
        width: calc((100% + 21px) /3);
    }
    .must-read .other-title{
        width:calc(100% - (100%/3));
        padding-left:20px;
    }
    .more-wrapper{
        padding: 0 22px;
    }
    .category-articles{
        padding-right: 0;
        width:100%;
    }
    .placeholder{
        display: none;
    }
    .footer-wrapper{
        padding: 0 40px 35px;
    }
    .opinions-wrapper{
        padding: 0 22px 100px;
    }
    .article-wrapper{
        padding-top:60px;
    }
    .article-container{
        padding:0 22px;
    }
    .relative-wrapper{
        padding: 0 22px 65px;
    }
    .menu-open .card-wrapper:nth-child(2){
        display: none;
    }
    .menu-open .card-wrapper{
        width: calc((100% - 20px) / 3);
    }
    .menu-open ul{
        padding:27px 22px;
    }
    .menu-open {
        top: 75px;
    }
    .menu-footer{
        padding: 0 22px;
    }
    .section-main-article .hero-card-title{
	padding-left:15px;
    }
}
@media screen and (max-width:768px){
    .first-articles-wrapper .card-wrapper{
        width:calc((100% - 20px) / 2);
        padding-bottom:30px;
    }
    .scnd-card-wrapper .card-wrapper a{
        flex-direction: column;
    }
    .scnd-card-wrapper .hero-card-title{
	padding-left:0;
    }
    .scnd-card-wrapper .card-wrapper img, .scnd-card-wrapper .hero-card-title{
        width:100%;
        min-height: unset;
    }
    .main-article-img, .main-article-title {
        width: 100%;
        padding:0;
    }
    .section-main-article .main-article{
        flex-direction: column;
    }
    .main-article-title{
        padding-top: 20px;
    }
    .section-title h2{
        font-size: 100px;
        line-height: 90px;
    }
    .main-article-img.envir img, .section-main-article .hero-card-title{
        width:100%;
    }
    .main-article-img.envir{
        flex-direction: column;
    }
    .other-article{
        padding-bottom: 30px;
        width: calc(100% / 2);
        border-bottom: 1px solid #000;
    }
    .other-article:nth-child(odd) .other-img,
    .other-article:nth-child(odd) .other-title {
        padding-right: 10px;
    }
    .other-article:nth-child(even) .other-img,
    .other-article:nth-child(even) .other-title {
        padding-left: 10px;
    }
    .last .other-article:nth-child(even) .other-img{
    padding-left:0;
    }
    .last .other-article:nth-child(odd) .other-img{
    padding-right:0;
    }
    .other-article .other-title{
        padding-top:10px;
    }
    .other-sec-wrapper{
        flex-wrap: wrap;
    }
    .article-title h3{
        padding: 15px 15px;
    }
    .more-articles{
        overflow-x: scroll;
    }
    .read-more {
        padding: 30px 0;
    }
    .more-articles .article-title{
        width: calc((100%) / 1.5);
        flex: 1 0 calc((100%) / 1.5);
    }
    .read-title{
        padding: 0 15px;
    }
    .section-title h3, .category .section-title h3 {
        display: none;
    }
    .section-title h2, .category .section-title h2 {
        font-size: 80px;
        line-height: 70px;
    }
    .newsletter-wrapper{
        width:100%;
        padding:35px 15px;
    }
    .article-container p{
        width:100%;
    }
    .relative-wrapper .card-wrapper {
        width: calc((100% - 20px) / 2);
    }
    .search-wrapper{
        display: none;
    }
    .burger-menu, .search-wrapper{
        width:unset;
    }
    .burger-menu span:last-of-type{
        display: none;
    }
    .header-wrapper{
        flex-direction: row-reverse;
        height: 115px;
    }
    .logo-wrapper{
        width:60%;
    }
    .menu-open {
        top: 100px;
    }
    .other-article, .other-article:first-of-type{
        padding-top:25px;
    }
    .section-main-article .hero-card-title{
	padding-left:0;
    }
}

@media screen and (max-width:500px){
    .header-wrapper{
        padding: 26px 13px 13px;
        height: unset;
    }
    .main-wrapper{
        padding:15px 13px 50px;
    }
    .must-wrapper{
        padding:0 13px 70px;
    }
    .section-wrapper{
        padding:0;
    }
    .section-title{
        margin:0 13px;
    }
    .main-article{
        padding: 40px 13px;
    }
    .hero-card-title{
        padding:12px 0 0;
    }
    .hero-card-title h2{
        font-size: 25px;
        padding-top: 4px;
    }
    .hero-card-title h4{
        font-size: 20px;
    }
    .scnd-card-wrapper .card-wrapper{
        padding-top:27px;
    }
    .scnd-card-wrapper .title-wrapper{
        padding: 23px 0;
    }
    .hero-wrapper{
        border-bottom:none;
        padding-bottom:0;
    }
    .first-articles-wrapper .card-wrapper{
        width:100%;
    }
    .first-articles-wrapper .card-wrapper .hero-card-title h5{
        display: none;
    }
    .first-articles-wrapper{
        flex-direction: column;
        padding-top:0;
    }
    .adplace{
        display: none;
    }
    .main-wrapper{
        flex-direction: column;
    }
    .trending{
        display:block;
        width:100%;
    }
    .trend-title {
        padding: 10px 0;
    }
    .section-title h2 , .category .section-title h2{
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -3.5px;
    }
    .main-article-title h3{
        padding-bottom: 20px;
        line-height: 40px;
    }
    .section-main-article{
        padding:0;
    }
    .section-more-articles .card-wrapper{
        width: 50%;
        padding: 27px 10px;
    }
    .section-more-articles .card-wrapper .hero-card-title h5{
        display: none;
    }
    .section-more-articles .card-wrapper .hero-card-title h3 {
        font-size: 18px;
    }
    .must-img{
        width:100%;
        padding:0;
    }
    .must-title{
        padding-bottom:30px;
    }
    .must-read .other-article{
        padding: 25px 0;
        border-bottom: 1px solid #000;
    }
    .must-read .other-article:last-child{
        border-bottom: none;
    }
    .must-read .other-article:first-child{
        padding-top:0;
    }
    
    .must-art-title {
        padding: 23px 13px 30px;
    }
    .must-art-title h3{
        font-size: 25px;
    }
    .most-title h4{
        padding-top:13px;
        line-height: 23px;
    }
    .most-article .number{
        padding-bottom:0;
    }
    .most-title{
        padding-top:0;
        padding-bottom:45px;
    }
    .other-title{
        width:100%;
    }
    .other-title h5{
        display:none;
    }
    .other-article, .other-article:first-of-type{
        flex-direction: column;
    }
    .other-title h3{
        font-size:18px;
    }
    .read-more {
        padding: 20px 0;
        margin-bottom: 80px;
    }
    .opinions-wrapper{
        padding:0 10px;
    }
    .opinions{
        border-bottom: none;
        padding-bottom:50px;
        overflow: scroll;
    }
    .opinion{
        width:100%;
        padding: 0 300px 0 0;
    }
    .opinion-title h2{
        padding: 50px 0 10px;
    }
    .op-img img {
        width: 100px;
        height: 100px;
    }
    .op-details {
        padding: 60px 0 0 10px;
    }
    .op-details span {
        font-size: 16px;
    }
    .op-details h4 {
        padding-top: 15px;
    }
    .op-wrapper {
        top: 100px;
        left: 55px;    
    }
    .main-article-img.envir{
        padding:40px 0;
        margin:0 10px;
        width:unset;
    }
    .must-read .other-title h5{
        display: none;
    }
    .must-read .other-title{
        padding: 0 15px;
    }
    .other-sec-wrapper{
        padding:0 10px;
    }
    .section-title h3{
        display: none;
    }
    .section-more-articles{
        padding-bottom: 48px;
    }
    .section-subtitle{
        border-bottom: none;
        padding: 20px 10px 0;
    }
    .section-subtitle h3{
        font-size: 40px;
    }
    .section-main-article .hero-card-title{
        padding-top:20px;
    }
    .footer-wrapper{
        padding: 0 20px 35px;
    }
    .terms-wrapper{
        justify-content: center;
    }
    .terms-wrapper span{
        padding: 15px 13px;
    }
    .category-articles .card-wrapper{
        width: calc((100% - 20px) / 2);
        padding-bottom:27px;
    }
    .more-wrapper{
        padding: 0 10px;
    }
    .hero-card-title h5{
        display: none;
    }
    .hero-card-title h3{
        font-size: 18px;
    }
    .dot{
        bottom:-45px;
        left: 25px;
    }
    .logo-footer{
        text-align: center;
    }
    .section-wrapper.category{
        padding-top:45px;
    }
    .category .section-more-articles .card-wrapper{
        width:100%;
        border-top: none;
    }
    .category .section-more-articles .card-wrapper:first-of-type .hero-card-title h3{
        font-size:25px;
    }
    .category .section-more-articles .card-wrapper:not(:first-of-type) .hero-card-title h3{
        font-size:20px;
    }
    .category .section-more-articles .card-wrapper:first-of-type .hero-card-title h5{
        display: block;
    }
    .category .section-more-articles .card-wrapper:nth-of-type(2){
        border-top:1px solid #000;
    }
    .section-more-articles-wrapper{
        padding: 0 10px;
    }
    .article-container{
        padding: 0 13px;
    }
    .article-wrapper{
        padding-top:43px;
        padding-bottom:75px;
    }
    .article-in-img figcaption{
        border-bottom: none;
        padding: 5px 0 20px;
    }
    .share{
        padding-top: 0;
    }
    .article-container p{
        padding: 25px 0 0;
    }
    .newsletter-wrapper input[type=email], .subscribe-wrapper{
        width:100%;
    }
    .newsletter-wrapper{
        margin:38px auto 20px;
    }
    .relative-wrapper .card-wrapper span, .relative-wrapper h4, .also-wrapper, .taboola{
        display: none;
    }
    .relative-wrapper .hero-card-title h3{
        padding-top:0;
    }
    .relative-wrapper h2{
        padding-top:0;
        padding-bottom:5px;
        border-bottom:1px solid #000;
        border-top:none;
        font-size:40px;
    }
    .relative-articles{
        padding-top:27px;
    }
    .relative-wrapper{
        padding: 0 13px 50px;
    }
    .must-title h2{
        font-size: 40px;
        line-height: 49px;
        letter-spacing: -2px;
    }
    .most-article:first-of-type{
        padding-top:30px;
    }
    .menu-open{
        top: 76px;
        padding: 0 25px;
    }
    .menu-footer{
        padding: 0;    
        text-align: center;
    }
    .menu-open .selected .menu-title{
        border-bottom: none;
        padding-bottom:0;
    }
    .selected .subnav{
        display: none;
    }
    .menu-open ul{
        padding:45px 0 15px;
    }
    header.on{
        position: fixed;
        z-index: 100;
        width: 100%;
        background: #fff;
    }
    .footer-list{
        flex-direction: column;
        border-top: 4px solid #000;
        padding: 15px 0;
    }
    .footer-list span, .social-wrapper{
        padding: 5px 20px;
    }
    .mob-search{
        display:block;
        position: relative;
    }
    .mob-search input[type=search]{
        padding: 15px 45px;
        border: 1px solid #000;
        outline: none;
        border-radius: 20px;
        width: 100%;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .search-icon{
        right: unset;
        left: 15px;
        top: 15px;
    }
    .scnd-card-wrapper .card-wrapper a{
	padding-top:0;
    }
    .other-article:last-of-type{
	width:100%;
    }
    .other-article:last-of-type .other-img{
	padding-right:0;
    }
    .article h2{
    	font-size:22px;
    }

}