@import '../../../root/css/root.css';

/* ___NEWS-MORE-SECTION___ */
.news-more-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-more_wrapper {
    display: flex;
    flex-direction: column;
}

/* ___heading-wrapper___ */
.news-more-heading_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background: url('../media/images/conf.jpg') no-repeat no-repeat center;
    padding: 85px;
}

.news-more-heading-covering {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

.news-more-heading-title_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    width: 1810px;
    z-index: 1;
}

@media all and (max-width: 1810px) {
    .news-more-heading-title_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-self: center;
        width: 100%;
    }
}

.news-more-heading-title_wrapper .to-home-link {
    margin: 0 0 30px var(--main-indent);
    align-self: flex-start;
}

.news-more-heading-title_wrapper .to-home-link-image-color {
    fill: var(--white-color);
}

.news-more-heading-title_wrapper .to-home-link-text {
    color: var(--white-color);
}

.news-more-heading-time {
    font-family: Exo2-Light, sans-serif;
    font-size: 32px;
    font-weight: 100;
    color: var(--white-color);
    margin: 0 var(--main-indent) 0 var(--main-indent);
}

.news-more-heading-title {
    font-family: Exo2-Bold, sans-serif;
    font-size: 48px;
    font-weight: 100;
    color: var(--white-color);
    margin: 0 var(--main-indent) 0 var(--main-indent);
}

/* ___text-wrapper___ */
.news-more-text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    width: 1728px;
    margin: 110px 0 110px 0;
}

@media all and (max-width: 1728px) {
    .news-more-text_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-self: center;
        width: 100%;
        margin: 110px 0 110px 0;
    }
}

.news-more-text {
    white-space: pre-wrap;
    margin: 0 calc(var(--main-indent)*2) 0 calc(var(--main-indent)*2);
}

@media all and (max-width: 1610px) {
    .news-more-heading_wrapper {
        padding: 70px;
    }
    .news-more-heading-title_wrapper .to-home-link {
        margin: 0 0 25px var(--main-indent);
        align-self: flex-start;
    }

    .news-more-heading-time {
        font-size: 26px;
    }

    .news-more-heading-title {
        font-size: 40px;
    }

    .news-more-text_wrapper {
        margin: 91px 0 91px 0;
    }
}

@media all and (max-width: 1450px) {
    .news-more-heading_wrapper {
        padding: 63px;
    }
    .news-more-heading-title_wrapper .to-home-link {
        margin: 0 0 22px var(--main-indent);
        align-self: flex-start;
    }

    .news-more-heading-time {
        font-size: 23px;
    }

    .news-more-heading-title {
        font-size: 36px;
    }

    .news-more-text_wrapper {
        margin: 82px 0 82px 0;
    }
}

@media all and (max-width: 1240px) {
    .news-more-heading_wrapper {
        padding: 53px;
    }
    .news-more-heading-title_wrapper .to-home-link {
        margin: 0 0 19px var(--main-indent);
        align-self: flex-start;
    }

    .news-more-heading-time {
        font-size: 20px;
    }

    .news-more-heading-title {
        font-size: 30px;
    }

    .news-more-text_wrapper {
        margin: 70px 0 70px 0;
    }
}

@media all and (max-width: 1030px) {
    .news-more-heading-title_wrapper .to-home-link {
        margin: 0 0 19px 0;
    }

    .news-more-heading-time, .news-more-heading-title {
        text-align: center;
        margin: 0;
    }
}

@media all and (max-width: 600px) {
    .news-more-heading_wrapper {
        padding: 40px;
    }

    .news-more-text_wrapper {
        margin: 50px 0 50px 0;
    }

    .news-more-heading-time {
        font-size: 18px;
    }

    .news-more-heading-title {
        font-size: 28px;
    }
    }

@media all and (max-width: 505px) {
    .news-more-text_wrapper {
        margin: 30px 0 30px 0;
    }
}

@media all and (max-width: 440px) {
    .news-more-heading_wrapper {
        padding: 30px;
    }

    .news-more-heading-time {
        font-size: 17px;
        text-align: start;
    }

    .news-more-heading-title {
        font-size: 26px;
        text-align: start;
    }
}