main.news {
    background: #f9f9f9;
    color: #575757;
    /*padding-top: 120px;*/
}

main.news .carousel {
    background: #f9f9f9;
}

main.news .carousel .article__title {
    color: #f9f9f9;
}

main.news .carousel__news__item {
    /*margin: 20px 15px;
    width: 620px !important;
    height: 400px;*/
    width: unset!important;
    height: 420px;
    margin: 20px 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #f8f9fa;
}

main.news .carousel__news__item .article__content__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 45px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
}

main.news .carousel__news__item .article__content__wrapper a {
    color: #f8f9fa;
    margin: 0;
    padding: 0px 0;
}

main.news .carousel__news__item .article__content__wrapper .carousel__news__label {
    overflow: hidden;
}

main.news .carousel__news__item .article__content__wrapper .carousel__news__label .article__label {
    position: relative;
    top: 0;
    left: -10px;
    margin: 15px 0;
}

main.news .carousel__news .slick-slide {
    opacity: .4;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

main.news .carousel__news .slick-current,
main.news .carousel__news .slick-active {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    main.news .carousel__news__item {
        width: 520px !important;
        height: 360px;
    }
}

@media screen and (max-width: 480px) {
    main.news .carousel__news__item {
        width: 400px !important;
    }
}

main.news .popular {
    padding: 50px 0;
}

main.news .popular__slider__item {
    padding: 0 10px;
}

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

main.news .news__updates__header .nav.nav-tabs {
    border: none;
    font-weight: 300;
}

main.news .news__updates .article {
    margin: 20px 0;
}

@media screen and (max-width: 991px) {
    main.news .news__updates__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    main.news .news__updates__header .nav.nav-tabs {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 20px 0;
    }
    main.news .news__updates .m-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
    main.news .news__updates .m-scroll ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    main.news .news__updates .article {
        margin: 10px 0;
    }
}

main.news .carousel__news__item {
    position: relative;
}

main.news .carousel__news__item .article__content__wrapper {
    padding: 30px;
    position: absolute;
    bottom: 0 !important;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: 100% !important;
    height: unset !important;
    max-width: unset !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}

.news .slick-arrow {
    position: absolute;
    font-size: 45px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
}

.news .slick-arrow:hover {
    cursor: pointer;
}

.news .slick-prev {
    left: 50px;
}

.news .slick-next {
    right: 50px;
}
.article__title {
    padding: 5px 0;
    margin-bottom: 5px;
    color: #575757;
}