

/* Start:/local/templates/mining/styles/news.css?17351293742705*/
.news-title {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
body {
    background-color: var(--grey-light);
}
.news-page h1 {
    font-size: 5.5rem;
    color: #131631;
}
header.header {
    position: relative;
}
header .header-top,
header .header-bottom {
    z-index: 2;
    position: relative;
}
header.header::before {
    content: '';
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.row-news {
    display: flex;
}
.col-main {
    width: 70%;
    padding: 40px;
}
.col-aside {
    width: 30%;
}
.news-list {
    display: flex;
    flex-wrap: wrap;
}
.news-item {
    width: 50%;
    margin-bottom: 4.5vh;
    font-size: 1.3rem;
    line-height: normal;
}
.news-item:nth-child(odd) {
    padding-right: 3.4rem;
}
.news-item a {
    margin-bottom: 1vh;
    font-size: 1.5rem;
    font-weight: 600;
}
.news-item a b {
    font-size: 1.8rem;
    font-weight: 600;
}
.news-info{
    display: flex;
    font-size: 12px;
    font-weight: 500;
}
.news-date {
    width: 70%;
}
.news-views {
    display: flex;
    width: 30%;
}
.news-comments {
    display: flex;
}
.news-info div svg {
    margin: auto 4px auto 0;
}
.news-item a .preview_picture {
    margin: 1vw 0;
    height: 240px;
    object-fit: cover;
}
.load-more-btn {
    padding: 11px 90px;
    border-radius: 6px;
    background-image: linear-gradient(90deg, #03072A, #00B999);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: auto;
    cursor: pointer;
}
.col-aside {
    padding: 0 30px;
}
.news-load-more {
    text-align: center;
}
.d-mobile {
    display: none;
}
.cursor {
    cursor: pointer;
}
@media (max-width: 700px) {
    .col-main {
        padding: 15px;
    }
    .news-item a b {
        line-height: normal;
        font-size: 1rem;
    }
    .news-item {
        line-height: normal;
    }
    .news-item {
        font-size: 10px;
        line-height: 1;
    }
    .news-item .news_title {
        font-size: 12px;
        font-weight: 600;
    }
    .news-item a .preview_picture {
        height: 127px;
    }
}
@media (max-width: 425px) {
    .row-news {
        flex-direction: column;
    }
    .col-main {
        width: 100%;
        background: none;
        padding: 0;
    }
    .news-item {
        margin-bottom: 2vh;
    }
    .news-item:nth-child(odd) {
        padding-right: 1rem;
    }
    .d-mobile {
        display: block;
    }
    .news-info{
        font-size: 10px !important;
    }
}
/* End */


/* Start:/local/templates/mining/components/bitrix/search.form/flat/style.css?17349537711150*/
.search-form-aside form {
    position: relative;
    width: 100%;
}
.search-form-aside form #inp_search {
    box-sizing: border-box;
    border: 0.93px solid #C3C3C3;
    font: 15px "Montserrat";
    width: 100%;
    padding: 12px;
}
.search-form-aside form #inp_search::placeholder {
    color: #000320;
    opacity: 1;
}
.search-form-aside form #inp_search::-ms-input-placeholder { /* Edge 12 -18 */
    color: #000320;
}
.search-form-aside form #search_subm {
    background: unset;
    border: none;
    position: absolute;
    top: 12px;
    right: 12px;
}
@media (max-width: 700px) {
    .col-aside {
        padding: 0 15px;
    }
}
@media (max-width: 425px) {
    .search-form-aside {
        display: none;
    }
    .d-mobile .search-form-aside {
        display: block;
    }
    .col-aside {
        padding: 0;
        width: 100%;
    }
    .search-form-aside {
        margin-top: 55px;   
    }
    .search-form-aside form #inp_search {
        padding-left: 35px;
    }
    .search-form-aside form #search_subm {
        top: 12px;
        left: 6px;
        right: auto;
    }
}
/* End */


/* Start:/local/templates/mining/components/bitrix/catalog.section.list/tabs/style.css?17349522462748*/
.list-container {
    padding: 30px 0;
}
.list-container {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.tabs-item {
    display: inline-block;
    margin-right: 22px;
    position: relative;
}

.tabs-item a:hover {
    font-weight: bold;
    transition: 0.2s ease;
}

.tabs-link {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 0px;
}

.tabs-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #01CBB1;
    transition: width 0.3s ease;
}

.tabs-link.active:after,
.tabs-item.active .tabs-link:after {
    width: 100%;
}

.tabs-link.active,
.tabs-item.active .tabs-link {
    font-weight: bold;
}

@media (max-width: 768px) {
    .tabs-link:after {
        display: none;
    }
    .list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        position: relative;
    }

    .list > * {
        flex: 0 0 auto; 
        white-space: nowrap;
    }
    .list-container {
        padding: 20px 0;
    }
    .list-container::after,
    .list-container::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
    }

    .list-container::after {
        right: 0;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"), linear-gradient(90deg, rgba(243, 245, 248, 0) 0%, #F3F5F8 100%);
    }

    .list-container::before {
        left: 0;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E"), linear-gradient(90deg, rgba(243, 245, 248, 0) 0%, #F3F5F8 100%);
    }

    .list-container[data-scroll-right="true"]::after {
        display: block;
    }
    
    .list-container[data-scroll-middle="true"]::before,
    .list-container[data-scroll-middle="true"]::after {
        display: block;
    }
    
    .list-container[data-scroll-end="true"]::before {
        display: none;
    }
    
    .list-container[data-scroll-start="true"]::after {
        display: none;
    }
}
/* End */


/* Start:/local/templates/mining/components/bitrix/catalog.section.list/tabs_side_mob/style.css?17349567031807*/
@media (max-width: 425px) {
    .list-container-side {
        margin-bottom: 15px;
    }
    .col-aside .list-container-side {
        display: none;
    }
    .list-container-side .dropdown-header  {
        box-sizing: border-box;
        padding: 20px 10px 20px 0px !important;
    }
    .list-container-side .list .tabs-link {
        box-sizing: border-box;
        padding: 5px 0 !important;
    }
    .d-mobile .list-container-side::after,
    .d-mobile .list-container-side::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(180deg, #01CBB1 0%, #39DD90 100%);
    }
    span.line {
        display: none;
    }
    .list-container-side .list .tabs-item svg {
        display: block;
    }
    .list-container-side .list .tabs-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dropdown-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .dropdown-header .arrow {
        transition: transform 0.3s ease;
    }
    .list-container-side.open .dropdown-header .arrow {
        transform: rotate(180deg);
    }
    .list-container-side .list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .list-container-side.open .list {
        max-height: 500px;
    }
    .list-container-side .list .tabs-item {
        padding-bottom: 10px;
    }
    .list-container-side .list .tabs-item.active .tabs-link {
        font-weight: bold;
    }
    .search-form {
        margin-top: 55px;
    }
    .list-container-side .list .tabs-item.active {
        display: none;
    }
}
/* End */


/* Start:/local/templates/mining/components/bitrix/news.list/news/style.css?1734952868352*/
.col-main {
    background: linear-gradient(#FFFFFF, #F3F5F8);
}

.empty_search {
    text-align: center;
    width: 100%;
}
.empty_search p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 60px;
}
.empty_search img {
    width: 112px;
    margin: 60px auto;
}
@media(max-width: 425px) {
    .col-main {
        background: none;
    }
}
/* End */


/* Start:/local/templates/mining/components/bitrix/catalog.section.list/tabs_side/style.css?1734951552807*/
.list-container-side .list {
    display: flex;
    flex-direction: column;
}
.list-container-side .list .tabs-link {
    padding: 0;
    padding-bottom: 22px;
}
.list-container-side .list .tabs-link.active {
    font-weight: 600;
}
.list-container-side .list .tabs-link.active::after {
    content: none;
}
span.line {
    width: 100px;
    height: 1px;
    background-image: linear-gradient(180deg, #01CBB1 0%, #39DD90 100%);
    margin: 6px 0 28px 0;
}

.list-container-side .list .tabs-item svg {
    display: none;
}
.dropdown-header {
    display: none;
}
.dropdown-header div {
    font-weight: 600;
    text-decoration: underline;
}
.list-container-side .list .tabs-link {
    font-weight: 400;
}
.list-container-side .list .tabs-link:hover {
    opacity: 0.85;
}
/* End */


/* Start:/local/templates/mining/components/bitrix/news.list/news_side/style.css?1734953425534*/
.news-side-title {
    font-size: 20px;
    font-weight: 700;
    margin: 27.8px 0 25.2px 0;
}
.news-side-item {
    margin-bottom: 15px;
}
.news-side-item a {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}
.news-side-item .news-info {
    font-weight: 700;
    font-size: 9px;
}
@media (max-width: 425px) {
    .news-side-title {
        margin-top: 30px;
    }
    .news-side-list {
        margin-bottom: 50px;  
    }
    .news-side-item a {
        margin-bottom: 5px;
    }
}
/* End */
/* /local/templates/mining/styles/news.css?17351293742705 */
/* /local/templates/mining/components/bitrix/search.form/flat/style.css?17349537711150 */
/* /local/templates/mining/components/bitrix/catalog.section.list/tabs/style.css?17349522462748 */
/* /local/templates/mining/components/bitrix/catalog.section.list/tabs_side_mob/style.css?17349567031807 */
/* /local/templates/mining/components/bitrix/news.list/news/style.css?1734952868352 */
/* /local/templates/mining/components/bitrix/catalog.section.list/tabs_side/style.css?1734951552807 */
/* /local/templates/mining/components/bitrix/news.list/news_side/style.css?1734953425534 */
