html{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sitepage_news .f7{
    background: #fff;
    padding: 0 0 80px;
}
.news-filter-wrap{
    margin: 0 auto 36px;
    font-size: 15px;
    align-items: center;
    justify-content: space-between;
    color: #777;
}
.news-filter__list{
    border: 1px solid #eeeeee;
    display: flex;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 400;
}
.news-filter__item{
    padding: 22px 28px;
    color: #000;
    border-right: 1px solid #eeeeee;
    transition: color ease .3s;
}
a.news-filter__item:hover{
    color: #12b6c8;
}
span.news-filter__item{
    background: #FAFAFA;
}
.content.flex{
    align-items: flex-start;
    padding: 0;
}
.flex .left_menu{
    float: none;
    margin: 0;
    flex: none;
    width: 200px;
    border-bottom: #ecf1f5 1px solid;
}
.news-list__wrap{
    flex: 1;
    padding: 0 0 0 30px;
    max-width: 1045px;
}
.news-list.flex{
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 0 27px;
}
.news-list__item{
    border-radius: 3px;
    border: 1px solid #ececec;
    overflow: hidden;
    width: 31.75%;
    margin: 0 0 27px;
    padding: 0 0 40px;
    position: relative;
}
.news-list__item.empty{
    border: none;
    align-self: flex-start;
    margin: 0;
}
.news-list__item-pic{
    display: block;
}
.news-list__item img{
    width: 100%;
    max-height: 237px;
    display: block;
    object-fit: cover;
}
.news-list__item-name{
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 13px;
}
.news-list__item-text{
    font-size: 14px;
    line-height: 20px;
}
.news-list__item-text p{
    text-align: left;
}
.news-list__item-text br{
    display: none;
}
.news-list__item-wrap{
    padding: 20px 24px 19px;
}
.news-list__item-date{
    color: #999;
    font-size: 14px;
    margin: 0 0 8px;
}
.pagination{
    font-size: 15px;
    font-weight: 400;
    text-align: right;
}
.small .pagination__button:after {
    width: 4px;
    height: 4px;
    border-width: 1px;
    position: relative;
    top: -1px;
}
.news-filter__select{
    font-weight: 400;
    position: relative;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #333;
    /* border: 1px solid #ececec; */
    line-height: normal;
    font-size: 13px;
    letter-spacing: .8px;
    text-transform: uppercase;
    display: none;
    min-width: 110px;
}
.news-filter__select:after{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: #000 1px solid;
    border-bottom: #000 1px solid;
    transform: rotate(45deg);
    transition: border-color ease .2s;
    position: absolute;
    right: 0;
    top: 3px;
}
.news-filter__selected {
    /* padding: 15px 55px 13px 25px; */
    padding: 0 13px 0 0;
    display: block;
}
.news-filter__select i{
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: -1px 0 0;
}
.news-filter__select-sub{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 1;
    width: 362px;
    display: none;
    margin: 20px 0 0;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}
.news-filter__select-sub li:not(:last-child){
    border-bottom: 1px solid #ececec;
}

.news-filter__select-sub a, .news-filter__select-sub span{
    display: block;
    padding: 15px 25px;
    transition: color ease .3s;
}
.news-filter__select-sub span, .news-filter__select-sub a:hover{
    /* background: #fafafa; */
    color: #12b6c8;
}
.sitepage_news .left_menu a{
    font-size: 16px;
    font-weight: 400;
    border-top: #ecf1f5 1px solid;
    position: static;
    line-height: normal;
    padding: 20px 20px 16px;
    display: block;
    transition: color ease .3s;
}
.sitepage_news .left_menu li, .sitepage_news .left_menu li:hover{
    height: auto;
    background: none;
}
.sitepage_news .left_menu li.active, .sitepage_news .left_menu a:hover{
    background: none;
    color: #12b6c8;
}
.more-link{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 25px;
    left: 24px;
    transition: color ease .3s;
}
.more-link:not(.no-arrow):after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: #000 1px solid;
    border-bottom: #000 1px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    margin: 0 0 0 3px;
    -webkit-transition: border-color ease .2s;
    -o-transition: border-color ease .2s;
    transition: border-color ease .2s;
}
.news-list__item:hover .more-link{
    color: #12b6c8;
}
.news-list__item:hover .more-link:after{
    border-color: #12b6c8;
}
h1 span:after{
    content: "";
    display: block;
    height: 1px;
    width: 99%;
    background: #434343;
    margin: 5px auto 0;
    transition: background ease .2s;
}
.sitepage_news .main_title{
    padding: 45px 0 51px;
}
.pagination-wrap{
    border-top: #ecf1f5 1px solid;
    border-bottom: #ecf1f5 1px solid;
    padding: 15px 0 16px;
    margin: 0 0 28px;
    min-height: 57px;
}
.pagination-wrap.flex{
    justify-content: flex-end;
}
.news-list + .pagination-wrap{
    border-top: none;
    padding-top: 0;
    margin: 0;
}

@media screen and (max-width: 1280px) {
    .flex .left_menu{
        width: 256px;
    }
    .news-list__wrap{
        padding: 0 0 0 34px;
    }
    .news-list__item {
        width: 31.1%;
    }
    .news-list__item img{
        max-height: 191px;
    }
}
@media screen and (max-width: 1100px) {
    .flex .left_menu{
        width: 298px;
    }
    .news-list__item {
        width: 48%;
    }
    .news-list__item img {
        max-height: 220px;
    }
}
@media screen and (max-width: 960px) {
    .flex .left_menu{
        display: none;
    }
    .news-list__wrap{
        padding: 0;
    }
    .news-filter__select{
        display: block;
    }
}
@media screen and (max-width: 768px){
    .sitepage_news .pagination{
        margin: 0;
        text-align: right;
    }
    .sitepage_news .pagination li{
        height: auto;
    }
    .sitepage_news .pagination li a{
        font-size: 15px;
        line-height: normal;
        padding: 0;
    }
    .sitepage_news .pagination li .current{
        color: #04b2c5;
    }
}
@media screen and (max-width: 500px){
    .news-list__wrap .pagination-wrap:first-child .pagination{
        display: none;
    }
    .news-list__wrap .pagination-wrap:first-child{
        padding: 0;
        min-height: 0;
        border: none;
    }
    .news-filter__select{
        border: #d4d8d8 1px solid;
        border-radius: 2px;
        width: 100%;
    }
    .news-filter__selected{
        padding: 14px 45px 13px 15px;
    }
    .news-filter__select:after{
        right: 20px;
        top: 20px;
        height: auto;
        width: auto;
        transform: none;
        border-bottom: none;
        border-top: #4a4a4a 4px solid;
        border-right: transparent 4px solid;
        border-left: transparent 4px solid;
    }
    .news-filter__select-sub{
        margin: 0;
        left: -1px;
        width: calc(100% + 2px);
        border: #d4d8d8 1px solid;
        box-shadow: none;
    }
    .news-filter__select-sub a, .news-filter__select-sub span{
        padding: 17px 15px 16px;
    }
    .news-filter__select-sub li:not(:last-child){
        border-color: #d4d8d8;
    }
    .news-list__item{
        width: 100%;
        margin: 0 0 24px;
    }
    .news-list__item img{
        max-height: none;
    }
    .pagination-wrap:last-child{
        padding: 0 0 31px;
        min-height: 0;
    }
    .sitepage_news .pagination-wrap:last-child .pagination{
        text-align: center;
    }
    .sitepage_news .f7{
        padding: 0 0 63px;
    }
    .news-list.flex{
        margin: 0;
    }
}