div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.header-content {
    position: absolute;
    top: 48%;
    left: 1%;
}

.header-wrap {
    overflow: hidden;
    min-height: 700px;
}

@media screen and (max-width: 1500px) {
    .header-content {
        position: absolute;
        top: 52%;
        left: 1%;
    }

    .header-wrap {
        overflow: hidden;
        min-height: 650px;
    }
}

@media screen and (max-width: 1350px){
    .header-wrap {
        min-height: 600px;
    }

    .header-content {
        top: 44%;
    }
}

@media screen and (max-width: 1300px) {
    .header-content {
        top: 40%;
    }
}

@media screen and (max-width: 1250px) {
    .header-wrap {
        min-height: 570px;
    }

    .header-content {
        top: 30%;
    }
}


@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .header-wrap {
        height: max-content !important;
        padding-bottom: unset !important;
    }

}

@media only screen and (max-width: 1200px) {
    .header-content {
        top: 28% !important;
    }

    .header-wrap {
        min-height: 550px;
    }
}

@media screen and (max-width: 1150px) {
    .header-content {
        top: 26% !important;
    }

    .header-wrap {
        min-height: 520px;
    }
}

@media screen and (max-width: 1100px) {
    .header-content {
        top: 54% !important;
    }

    .header-wrap {
        min-height: 500px;
    }
}

@media screen and (max-width: 1050px) {
    .header-content {
        top: 50% !important;
    }

    .header-wrap {
        min-height: 480px;
    }
}

@media only screen and (max-width: 1030px) {
    .header-content {
        top: 52% !important;
    }
}

@media screen and (max-width: 1020px) {
    .header-content {
        position: absolute;
        top: 46% !important;
        left: 1%;
    }

    .header-wrap {
        min-height: 35.5vw
    }
}

@media screen and (max-width: 768px) {
    .header-content {
        position: absolute;
        top: unset !important;
        bottom: 3%;
        left: 1%;
    }

    .header-wrap {
        min-height: 100vh;
    }
}


@media screen and (max-width: 699px) {
    .header-content {
        position: absolute;
        bottom: 3%;
        top: unset;
        left: 1%;
    }
}

.header-content span span {
    margin-top: 1%;
}

.slick-list {
    position: relative;
}

@media screen and (min-width: 768px) {
    .slick-slide {
        background-size: contain !important;
        background-position: top center !important;
    }
}

@media screen and (max-width: 768px) {
    .slick-slide {
        background-size: cover !important;
        background-position: center center !important;
    }
}


.header-content .page-title {
    font-weight: 800;
    font-size: 44px;
    line-height: 100%;
}

.header-content .page-title span {
    font-weight: 800;
    font-size: 89px;
    line-height: 100%;
    text-transform: uppercase;
}

.header-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 998;
    background: linear-gradient(180.3deg, rgba(0, 0, 0, 0) 33.94%, rgba(0, 0, 0, 0.8) 78.71%) !important;
}

.header-top {
    z-index: 1000;
}

.header-content {
    z-index: 999;
}

@media screen and (max-width: 768px) {
    .header-wrap button {
        display: none !important;
    }

    .header-wrap::after {
        background: #000000B2 !important;
    }

    .language-links {
        top: 26% !important;
        height: 32px !important;
        width: 54px !important;
    }

    .current_lang {
        width: 54px !important;
        font-size: 16px !important;
        font-weight: 700;
    }

    .ru::after {
        width: 16px !important;
    }

    .en::after {
        width: 16px !important;
    }
}

@media screen and (max-width: 1100px) and (min-width: 360px) {
    .header-content .page-title {
        font-weight: 800;
        font-size: 24px;
        line-height: 100%;
    }

    .header-content .page-title span {
        font-weight: 800;
        font-size: 48px;
        line-height: 120%;
        text-transform: uppercase;
    }
}

.slider-header-arrow-left {
    z-index: 1250;
}
.slider-header-arrow-right {
    z-index: 1250;
}


