
.news-slider-section {
    overflow: hidden;
}

#slider-news {
    margin-bottom: 24px;
}

@media print, screen and (max-width: 39.99875em) {
    #slider-news {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media print, screen and (max-width: 63.99875em) {
    #slider-news {
        margin-left: -15px;
        margin-right: -15px;
    }

    #slider-news .swiper-slide {
        height: auto;
    }

    #slider-news .news-slide {
        height: 100%;
        box-sizing: border-box;
    }
}

@media print, screen and (min-width: 64em) {
    #slider-news {
        overflow: visible;
        margin-bottom: 40px;
    }

    #slider-news .swiper-wrapper {
        overflow: visible;
    }

    #slider-news:before, #slider-news:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

    #slider-news:before {
        right: 100%;
        background: -webkit-gradient(linear, right top, left top, from(rgba(246, 247, 249, 0)), color-stop(30%, #F6F7F9));
        background: linear-gradient(to left, rgba(246, 247, 249, 0), #F6F7F9 30%);
    }

    #slider-news:after {
        left: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 249, 0)), color-stop(30%, #F6F7F9));
        background: linear-gradient(to right, rgba(246, 247, 249, 0), #F6F7F9 30%);
    }
}


.news-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 330px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
    color: #ffffff;
}

@media print, screen and (min-width: 40em) {
    .news-slide {
        padding: 30px;
        min-height: 400px;
    }
}

@media print, screen and (min-width: 64em) {
    .news-slide {
        padding: 30px 70px;
        min-height: 500px;
        border-radius: 8px;
    }
}

.news-slide__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.news-slide__img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-slide__data {
    width: 100%;
    max-width: 90%;
}

@media print, screen and (min-width: 40em) {
    .news-slide__data {
        max-width: 75%;
    }
}

@media print, screen and (min-width: 64em) {
    .news-slide__data {
        max-width: 50%;
    }
}

.news-slide__top {
    padding-bottom: 24px;
}

@media print, screen and (min-width: 64em) {
    .news-slide__top {
        margin-bottom: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.news-slide__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #ACACB5;
    margin-bottom: 10px;
}

.news-slide__date svg {
    fill: #ACACB5;
    margin-right: 6px;
    position: relative;
    top: 1px;
    width: 12px;
    height: 12px;
}

.news-slide__title {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 8px;
    font-style: normal;
    color: #ffffff;
}

@media print, screen and (min-width: 40em) {
    .news-slide__title {
        font-size: 32px;
    }
}

.news-slide__text {
    color: #ACACB5;
}

.news-slide__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-slide__author, .bgs-card__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    color: #ACACB5;
    font-size: 12px;
}

.news-slide__author-photo {
    border-radius: 100%;
    margin-right: 8px;
}

.news-slide__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    font-size: 14px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-right: 5px;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.news-slide__more span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px;
    height: 46px;
    width: 34px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(29, 185, 84, 0);
    -webkit-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
}

.news-slide__more span svg {
    fill: #1DB954;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

@media screen and (min-width: 992px) {
    .news-slide__more:hover {
        color: #ffffff;
    }

    .news-slide__more:hover span {
        background-color: #1DB954;
        border-color: #1DB954;
    }

    .news-slide__more:hover span svg {
        fill: #ffffff;
    }
}

.slider-news-large-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
}

.slider-news-large-pagination__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 40px 44px 40px;
    position: relative;
    cursor: pointer;
}

.slider-news-large-pagination__item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #ffffff;
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
    /*-webkit-transition: background-color .2s;*/
    /*transition: background-color .2s;*/
}

.slider-news-large-pagination__item.tns-nav-active:after {
    background: #1DB954;
}

.slider-news-large-pagination__item.tns-nav-active .slider-news-large-pagination__title {
    color: #1DB954;
}

@media screen and (min-width: 992px) {
    .slider-news-large-pagination__item:hover .slider-news-large-pagination__title {
        color: #1DB954;
    }
}

.slider-news-large-pagination__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9797B2;
    font-size: 12px;
    margin-bottom: 12px;
}

.slider-news-large-pagination__date svg {
    fill: #9797B2;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.slider-news-large-pagination__title {
    font-weight: bold;
    color: #2D2C4E;
    -webkit-transition: color .2s;
    transition: color .2s;
}


.ns-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
}

@media print, screen and (min-width: 64em) {
    .ns-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 554px;
        margin-bottom: 40px;
    }

    .ns-card > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.ns-card__img {
    margin-bottom: 8px;
}

@media print, screen and (min-width: 64em) {
    .ns-card__img {
        margin-bottom: 0;
        padding-right: 14px;
    }
}

.ns-card__img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.ns-card__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

h4.ns-card__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
}

h4.ns-card__title a {
    color: #2D2C4E;
    -webkit-transition: color .2s;
    transition: color .2s;
}

@media screen and (min-width: 992px) {
    h4.ns-card__title a:hover {
        color: #1DB954;
    }
}

.ns-card__text {
    font-size: 14px;
    margin-bottom: 12px;
}

.ns-card__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #ACACB5;
    margin-top: auto;
}

.ns-card__author a {
    color: #ACACB5;
}

@media screen and (min-width: 992px) {
    .ns-card__author a:hover {
        text-decoration: underline;
    }
}

.ns-card__date, .bgs-card__meta-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.ns-card__date svg, .bgs-card__meta-date svg {
    fill: #ACACB5;
    margin-right: 5px;
}

.all-news-slider-section {
    padding-top: 40px;
}


.section-head__st-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.section-head__st-1 > * {
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section-head__st-1 .section-title, .section-head__st-1 .lined-section-title {
    padding-right: 20px;
    margin-right: auto;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.section-head__st-1 .button-mobile-large {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
