.up-side {
    height: 25em;
    overflow: hidden;
    text-align: center;
    background-image: url("/ru/static/images/news/news-bg2_upscaled.png");
    background-position: 50% 53%;
    background-size: 100%;
    margin-bottom: 4em;
}

.main-img-text {
    margin-top: 5em;
    padding-left: 12em;
    padding-right: 12em;
}

.main-img-text .heading.h-01 {
    font-size: 86px;
    margin-bottom: 24px;
}

.main-img-text .sub-header.copy-02 {
    font-size: 24px;
}

.heading {
    color: black;
}

.main-news {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    padding: 0 16em;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);

.news-card {
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 250px;
    max-width: 310px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.news-card * {
    box-sizing: border-box;
}

.news-card:after {
    position: absolute;
    top: 12px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #000467;
    content: '';
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

.news-card img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.image {
    display: flex;
    justify-content: center;
    height: 175px;
}

.news-card figcaption {
    padding: 20px 20px 30px;
    background-color: #ffffff;
}

.news-card .date {
    background-color: rgb(0, 3, 102);
    top: 15px;
    color: #fff;
    right: 15px;
    min-height: 48px;
    min-width: 48px;
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50%;
    padding: 10px 0;
}

.news-card .date span {
    display: block;
    line-height: 14px;
}

.news-card .date .month {
    font-size: 11px;
}

.news-card h3,
.news-card p {
    margin: 0;
    padding: 0;
}

.news-card h3 {
    height: 54px;
    align-items: center;
}

.news-card p {
    height: 60px;
}

.news-card h3 {
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 25px;
}

.news-card p {
    font-size: 0.8em;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.news-read-more {
    padding: 5px;
    border: 1px solid #000000;
    color: #000000;
    font-size: 0.7em;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    opacity: 0.65;
    width: 47%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 2em;
    margin-bottom: 2em;
}

.news-read-more:hover {
    opacity: 1;
    color: #000000;
}

.news-card:hover:after,
.news-card.hover:after {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.other-news {
    margin-top: 1em;
    text-align: center;
    margin-bottom: 2em;
}

.other-news .btn {
    width: 700px;
}


#page-2 {
    display: none;
}



/* #page:not(:nth-child(-n +1)) {
    display: none;
} */

@media (max-width: 1280px) {
    .up-side {
        width: 100%;
        height: 15em;
        background-size: 250%;
        background-position: 50% 50%;
    }

    .main-news {
        padding-left: 1em;
        padding-right: 1em;
    }

    .main-img-text {
        margin-top: 3em;
        padding-left: 1em;
        padding-right: 1em;
    }


    .other-news .btn {
        width: 300px;
    }
}

@media (max-width:968px) {
    .sub-header.copy-02 {
        line-height: 22px;
    }

    .main-img-text .heading.h-01 {
        font-size: 36px;
    }

    .main-img-text .sub-header.copy-02 {
        font-size: 14px;
    }

    .main-img-text {
        margin-top: 5em;
        padding-left: 2em;
        padding-right: 2em;
    }

    .row {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin: 0;
    }

    .col-lg-4 {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin: 0;
    }
}