.main-page-banner{
    margin-top: 35px;
}
.burger-top{
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}
.burger-top .burger-line{
    background: #818181;
    border-radius: unset;
    width: 12px;
}
.header-top-links{
    display: flex;
    align-items: center;
}
.main-banner-content{
    position: absolute;
    text-align: center;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;
    width: 52%;
}
.main-banner-text{
    padding: 0 105px;
    width: 65%;
    margin: 15px auto 0 auto;
}
.main-banner-title{
    font-size: 60px;
    font-weight: 700;
}
.feature-articles-title.top-title{
    margin: 20px 0;
}
.grey-line{
    width: 100%;
    height: 1px;
    background: #e2e2e2;
}
.table-site-preview{
    position: relative;
    margin: 30px 0 50px 0;
}
.table-site-preview img{
    /*margin-left: -30px;*/
    /*margin-top: 30px;*/
    /*width: 107.5%;*/
    /*max-width: unset;*/
}
.table-site-preview-text-content{
    display: flex;
    width: 61%;
    position: absolute;
    bottom: 0px;
    right: 30px;
}
.site-order-number{
    font-size: 72px;
    font-weight: 700;
}
.ranked-name-description{
    justify-content: center;
}
.ranked-name{
    margin-bottom: 10px;
    font-size: 22px;
}
.ranked-name-description {
    margin-top: 7px;
}
.ranked-name-red{
    color: #dc0d5f;
    font-weight: 700;
}
.coming-soon{
    opacity: 0.5;
}
.coming-soon:before{
    content: "comming soon";
    position: absolute;
    top: 40px;
    left: 0;
    padding: 6px 12px;
    background: #c9b674;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.coming-soon .site-order-number{
    color: #91919073;
}
.coming-soon .ranked-name-red{
    color: #292929;
}
.right-column{
    width: 34%;
}
.featured-articles{
    width: 100%;
}
.reportage{
    position: relative;
    margin-top: 40px;
}
.reportage img{
    width: 100%;
}
.reportage-content{
    position: absolute;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #ffffff;
}
.main-reportage-content{
    display: flex;
    width: 100%;
    height: 81.5%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.reportage-tag{
    font-size: 7px;
    text-transform: uppercase;
    padding: 4px 10px;
    background: rgba(000,000,000, 0.3);
    border-radius: 5px;
    width: max-content;
    margin-bottom: 35px;
}
.reportage-title{
    font-size: 24px;
    font-weight: 500;
    width: 60%;
    text-align: center;
    line-height: 38px;
}
.reportage-footer{
    height: 18.5%;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 0 25px 5px 32px;
}
.reportage-footer i{
    font-size: 22px;
}
.reportage-statistics{
    display: flex;
}
.comment-count{
    margin-left: 20px;
}
.count-number{
    margin-left: 10px;
}
.latest-news .articles-title{
    font-size: 12px;
    line-height: 24px;
}
.latest-news .articles-text{
    padding: 0;
}
.latest-news .read-more{
    padding-top: 10px;
}
.feature-articles-item{
    position: relative;
}
.articles-text.image-text{
    position: absolute;
    color: #ffffff;
    padding: 21px 23px;
}
.articles-text.image-text .articles-title{
    font-weight: 600;
}
.articles-text.image-text .articles-title, .articles-text.image-text .read-more{
    color: #ffffff;
}
.top-border{
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
}

@media (max-width: 1400px) {
    .main-banner-title {
        font-size: 40px;
    }

    .site-order-number {
        font-size: 50px;
    }

    .ranked-name {
        font-size: 18px;
    }

    .table-site-preview-text-content {
        /*bottom: 10px;*/
    }

    .articles-text.image-text {
        padding: 10px;
    }
}
@media (max-width: 1100px) {
    .ranked-order-table {
        flex-direction: column;
    }

    .table-site-items {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .table-site-preview-text-content {
        bottom: 10px;
    }
    .site-order-number{
        font-size: 70px;
    }
    .ranked-name{
        font-size: 22px;
    }
}
@media (max-width: 1000px) {
    .main-banner-text{
        width: unset;
        padding: 0 30px;
    }
    .main-banner-title {
        font-size: 24px;
    }
    .table-site-preview-text-content{
        bottom: 0;
    }
    .site-order-number{
        font-size: 40px;
    }
    .ranked-name {
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    .ranked-description{
        font-size: 10px;
    }
    .ranked-name {
        font-size: 12px;
    }
    .table-site-preview-text-content{
        width: 68%;
        right: 0;
        bottom: -10px;
    }
    .main-banner-content{
        width: 80%;
    }
    .reportage{
        display: none;
    }
}

@media (max-width: 600px) {
    .table-site-preview-text-content{
        bottom: -15px;
    }
    .main-banner-title {
        font-size: 16px;
    }
    .main-banner-text{
        font-size: 12px;
    }
}

@media (max-width: 450px) {
    .table-site-preview-text-content{
        bottom: -35px;
    }
    .main-banner-content{
        width: 90%;
    }
    .container {
        margin: 0 15px;
    }
    .coming-soon:before {
        top: 20px;
        font-size: 12px;
        padding: 2px 8px;
    }
}