.news {
    margin-top: 5px;
    padding-bottom: 50px
}

.news .tab-c,
.news .tabs-news .tabs-services .tabs-name .news-button,
.news .tabs-news .tabs-services .tabs-name .news-button .title {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.news .tabs-news .tabs-services {
    max-width: none;
    width: 100%
}

.news .tabs-news .tabs-services .tabs-name {
    display: block;
    margin-bottom: 34px;
    overflow: hidden
}

.news .tabs-news .tabs-services .tabs-name .tab-active {
    background: #91c749;
    border-bottom: none !important
}

.news .tabs-news .tabs-services .tabs-name .tab-active .title {
    color: #fff !important;
    text-decoration: none
}

.news .tabs-news .tabs-services .tabs-content .tab-c {
    font-size: 0px
}

.news .tabs-news .tabs-services .tabs-content .tab-c .b-news-container {
    display: inline-block;
    width: 80%;
    padding-top: 10px
}

.news .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news {
    overflow: hidden;
    margin-bottom: 20px
}

.news .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news .data {
    font-size: 11px;
    color: #414141
}

.news .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news .link-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #91c749;
    text-decoration: none;
    margin: 4px 0
}

.news .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news .link-title:hover {
    text-decoration: underline
}

.news .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news .text-news {
    font-size: 14px;
    color: #414141;
    line-height: 1.6
}

.news .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news .text-news p {
    margin: 0
}

.b-news {
    padding: 0 10px 0 10px;
}

.text-news {
    text-align: justify;
}

.text-news > p > span {
    line-height: 1.6;
}

.news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block {
    display: inline-block;
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
    font-size: 12px;
    vertical-align: top;
    padding: 0 15px;
    margin-left: 30px
}

.news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block .news-search {
    position: relative;
    border-bottom: 1px solid #b2b8bf
}

.news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block .news-search input {
    margin-bottom: 20px
}

.news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block .news-search:after {
    position: absolute;
    right: 12px;
    top: 17px;
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATNJREFUeNqUkrFLAnEUx88DIdQhRXALTxNqLadAmoxoq6CtCGpzsMb2/oigxVmohowg13aHCAero6EhCHJKCuT8PHjmz9PsfPDhe7/33vf3e7+7C3meZ0nMO04YOYVjCFuDOIOTJ9dtW74IiRnjLM8vEId7qMA37MIayAk5NngeZ37leQ6WaGiYDdQc5EGXCeo//ZpNsaTGZb9RgpyLLEBUrzWIbDr9CW8ywSToqUPXzNn45b5V6/+40Eljv2P37xLAHFXtmuYm7AQwH8AH76BjmsswwziHf7mobSCLsGfmbXaqo1dwTtPRGOM+cqPLx5HvrE2XyKbma/qTbOv6CyLwDgUObJkvTL7nFlKEa8jDKtxpLgmyeQoaHJQdOjlIYLpF1kH+85WpzP7rTW02Jsj0BBgA4pGFrJKNBz0AAAAASUVORK5CYII=");
}

.news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block .news-year {
    border-bottom: 1px solid #b2b8bf;
    padding: 12px 0;
    font-size: 18px
}

.news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block .news-year a {
    color: #3b4952;
    text-decoration: none
}

.news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block .news-year a.active {
    color: #91c749
}


.news .tabs-news .tabs-services .tabs-name .news-button,
.news .tabs-news .tabs-services .tabs-name .news-button .title {
    -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;
}
.news .tabs-news .tabs-services .tabs-name .news-button {
    float: left;
    border-radius: inherit;
    border: 1px solid #91c749;
    border-right: none;
    width: 160px;
    height: 40px;
}

.news .tabs-news .tabs-services .tabs-name .news-button .title {
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #3b4952;
}

.news .tabs-news .tabs-services .tabs-name .news-button .title:hover {
    background-color: #489600;
    color: #fff
}

.news .tabs-news .tabs-services .tabs-name .news-button:last-child {
    border-right: 1px solid #91c749
}

.news .tabs-news .tabs-services .tabs-name .news-button:first-of-type {
    border-radius: 3px 0 0 3px
}

.news .tabs-news .tabs-services .tabs-name .news-button:last-of-type {
    border-radius: 0 3px 3px 0
}


@media only screen and (max-width: 768px) {

    .news .tabs-news .tabs-services .tabs-content .tab-c .b-news-container {
        width: 100%;
        background-color: #fff;
        padding-top: 0;
        padding: 10px;
        margin-top: 50px
    }

    .news .tabs-news .tabs-services .tabs-content .tab-c .b-news-container .b-news {
        margin-top: 20px
    }

    .news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block .news-year {
        display: none
    }

    .news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block .news-search input {
        width: 200px;
        padding: 10px;
        margin-left: -115px
    }

    .news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block {
        margin-left: -118px;
        width: auto
    }

    .news .tabs-news .tabs-services .tabs-content .tab-c .news-search-block .news-search {
        border-bottom: none
    }

    .main-content .tabs-services .tabs-name {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    section.news img {
        width: 100%
    }
}