.news-list-wrp {
    color: #707070;
    min-height: calc(100% - 326px);
    align-content: flex-start;
    padding-bottom: 180px;
    margin-top: 140px;
}

.news-list-h2 {
    text-transform: uppercase;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 54px;
}

.news-list-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
}

.news-list-filters__item {
    border: 1px solid #c7c7c7;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 25px;
    margin-right: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    flex-shrink: 0;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #707070;
    transition: all .5s ease-Out;
}

.news-list-filters__item.selected {
    color: #E96758;
    border: 1px solid #E96758;
}

.news-list-filters__item.selected:hover {
    border: 1px solid #9e180e;
}

.news-list-filters__item.selected:after {
    background-color: #E96758;
}

.news-list-filters__item.selected:before {
    background-color: #9e180e;
}

.news-list-filters__item:hover {
    color: #E96758;
    border: 1px solid #E96758;
}
.news-list-filters__item-years {
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: 100%;
}

.news-list-filters__item-years span {
    display: inline-block;
    margin-right: 8px;
}

.news-years-select {
    border: 1px solid #dddddd;
    line-height: 30px;
    font-size: 14px;
    padding: 0 18px;
    border-radius: 15px;
    color: #707070;
    height: 30px;
    margin-left: 8px;
    background-color: #f7f7f7;
    outline: none;
}

.news-list {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 22px;
    padding-top: 32px;
}

.news-list__item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 45px;
}

.news-image-wrp {
    width: 376px;
    height: 235px;
    margin-right: 65px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.news-link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    flex: 0 0 auto; /* IE */
    object-fit: scale-down; /* FF */
}

.news-text-wrp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 376px - 65px);
    box-sizing: border-box;
}

.news-date {
    font-size: 16px;
    color: #707070;
    opacity: 0.7;
    letter-spacing: 1px;
    margin-right: 20px;
    box-sizing: border-box;
}

.news-title {
    font-size: 24px;
    color: #707070;
    letter-spacing: 1px;
    margin-top: 20px;
}

.news-category {
    text-transform: uppercase;
    font-size: 14px;
    color: #E96758;
    letter-spacing: 1px;
    margin-top: 14px;
}

.news-text p {
    font-size: 16px;
    color: #707070;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
}

.news-view-detail-wrp {
    margin-top: 20px;
    position: relative;
}

.news-view-detail {
    color: #E96758;
    border: 1px solid #E96758;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.main-news-detail-wrp {
    min-height: calc(100% - 276px);
    padding-bottom: 0;
}

.news-detail-wrp {
    align-content: flex-start;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
}

.news-wrp {
    column-count: 2;
    column-gap: 20px;
    column-fill: revert;
    max-width: 1200px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.news-desc p {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-weight: 500;
}

.news-content p  {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-weight: 400;
}
.news-content li   {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-weight: 400;
    margin-bottom: 10px;
    list-style-type: disc;
}
.news-content p.news__gray-color {
    color: #9c9c9c;
}

.news-content p.news__quotation {
    margin-left: 44px;
    border-left: 2px solid #E96758;
    padding-left: 24px;
    box-sizing: border-box;
    font-weight: 500;
}

.news-content a {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    color: #329bf4;
}

.news-content a:hover {
    border-bottom: 1px dashed #329bf4;
}

.news-content strong {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-weight: 500;
}

.news-date-wrp {
    margin-top: 8px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.news-footer-wrp {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-bottom: 20px;
}

.news-nav {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.prev-news {
    align-content: flex-start;
    text-align: left;
}

.next-news {
    align-content: flex-end;
    text-align: right;
    align-items: flex-end;
}

.next-news .news-date {
    margin-right: 0;
}

.news-nav__news-title {
    font-size: 16px;
    margin-top: 0;
}

.news-nav__news-category {
    text-decoration: none;
}

.selectric-news-years-select .selectric {
    padding: 4px;
    color: #575757;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background-color: #f7f7f7;
    border-radius: 15px;
    height: 22px;
    outline: none;
    width: 140px;
}

.selectric-news-years-select .selectric .label {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #575757;
    line-height: 25px;
    height: 22px;
}

.selectric-news-years-select .selectric .button {
    height: 32px;
    width: 32px;
    top: 0;
}

.selectric-news-years-select .selectric-items li {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #575757;
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selectric-news-years-select .selectric-items {
    top: calc(100% - 7px);
}

.selectric-news-years-select .selectric.isOpen {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.Button-DetailsText:after {
    top: -2px;
}

.Button-Details {
    height: 40px;
    text-decoration: none;
    border: 1px solid #E96758;
    color: #E96758;
    width: 168px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 0;
    justify-content: center;
    transition: .5s;
}

.news-nav-btn {
    text-decoration: none;
    border: 1px solid #E96758;
    color: #E96758;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    height: 32px;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.news-nav-btn__prev:before {
    content: "«";
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 20px;
    font-size: 22px;
    transition: all 0.5s ease 0s;
}

.news-nav-btn__prev:hover {
    padding-left: 10px;
}

.news-nav-btn__prev:hover:before {
    opacity: 1;
    left: 15px;
}

.news-nav-btn__next:before {
    content: "»";
    position: absolute;
    opacity: 0;
    top: -1px;
    right: 40px;
    font-size: 22px;
    transition: all 0.5s ease 0s;
}

.news-nav-btn__next:hover {
    padding-right: 10px;
}

.news-nav-btn__next:hover:before {
    opacity: 1;
    right: 30px;
}


@media screen and (max-width: 1025px) {
    .news-list-h2 {
        font-size: 36px;
        margin-bottom: 36px;
    }

    .news-detail-wrp {
        width: 100%;
        box-sizing: border-box;
    }

    .news-image-wrp {
        margin-right: 45px;
    }
}

@media screen and (max-width: 769px) {
    .news-list-h2 {
        font-size: 36px;
        margin-bottom: 36px;
    }

    .news-detail-wrp {
        width: 100%;
        box-sizing: border-box;
    }

    .news-image-wrp {
        width: 250px;
        height: 160px;
        margin-right: 45px;
    }

    .news-wrp {
        column-count: 1;
    }

    .news-text-wrp {
        width: calc(100% - 295px);
    }
}

@media screen and (max-width: 430px) {
    .news-image-wrp {
        width: 100%;
        height: auto;
    }

    .news-list__item {
        flex-direction: column;
    }

    .news-text-wrp {
        width: 100%;
    }

    .news-list-filters {
        flex-wrap: wrap;
        justify-content: center;
    }

    .news-list-filters__item {
        padding: 0 12px;
        margin-bottom: 8px;
    }

    .news-list-filters__item:nth-child(4) {
        margin-right: 0;
    }

    .news-list-filters__item-years {
        width: unset;
    }

    .selectric-hide-select.selectric-is-native select {
        top: -4px;
        left: -8px;
    }
}



