

/* 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/news.detail/news/style.css?17399561414937*/
.col-main {
	width: 70%;
	background-color: transparent;
	padding: 0px;
}
.news-detail {
	padding-right: 50px;
}
.news-detail img.detail_picture {
	margin: 0px 0px 40px;
}
.news-detail .news-info {
	width: 100%;
	font-size: 18px;
	margin-bottom: 45px;
}
.news-detail iframe {
    width: 100%;
	min-height: 400px;
	margin-top: 44px;
}
.quote {
	position: relative;
	background-image: linear-gradient(#01CBB11A, #39DD901A);
	padding: 10px 56px 15px 20px;
	margin: 19px 0;
}
.quote::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-image: linear-gradient(#01CBB1, #39DD90);
	border-radius: 3px;
}
.quote svg {
	position: absolute;
	top: 10px;
	right: 10px;
}
.row-news {
	margin-bottom: 50px;
}
.col-aside {
    padding: 0 30px;
}
span.line {
	display: none;
}
.list-container-side .list {
	margin-bottom: 20px;
}	
.news-tabs {
	margin-bottom: 20px;
}
.news-detail .news-date {
    margin-right: 60px;
    line-height: 24px;
	width: auto;
}
.news-detail .news-views {
    line-height: 24px;
	width: auto;
}
.news-detail h3 {
	margin-bottom: 40px;
}
@media (max-width: 700px) {
    .col-main {
        width: 100%;
    }
	.news-detail .news-info {
		width: 100%;
	}
	.news-views {
		justify-content: flex-end;
	}
	.news-detail img.detail_picture {
		min-height: 200px;
		object-fit: cover;
	}
	.news-detail h3 {
		font-size: 3.5rem;
		line-height: 1;
	}
	.news-detail iframe {
		width: 100%;
		max-height: 153px;
		min-height: 153px;
		margin-top: 25px;
	}
	.list-container-side .list {
		margin-bottom: 0;
	}	
}
@media (max-width: 425px) { 
	.news-detail {
		padding-right: 0px;
	}
	.news-detail .news-info {
		font-size: 1em !important;
		margin: 10px 0 40px;
		justify-content: space-between;
	}	
}

/* COMMENTS */
.comments {
	margin-top: 40px;
}
.comments form {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.comments form input, .comments form textarea {
	border-radius: 5px;
	background-color: #EDEFF3;
	border: 0.93px solid #C8C9D3;
	padding: 11.2px 15px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-family: 'Montserrat';
	font-size: 14px;
}
.comments form input::placeholder, .comments form textarea::placeholder {
	font-family: 'Montserrat';
}
textarea {
	resize: none;
	height: 111px;
}
.comments form button {
	width: 50%;
	padding: 11.2px;
	color: #fff;
	background: linear-gradient(98.66deg, #03072A 37.93%, #00B999 62.07%);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	font-family: 'Montserrat';
}
.comments form button:disabled {
	opacity: .85;
}
.answer {
	position: relative;
	width: 100%;
}
.textarea-counter {
	position: absolute;
	display: flex;
    bottom: 20px;
    right: 10px;
    color: #0003205C;
}
.textarea-counter * {
	font-size: 12px;
}
.comments-list {
	margin-top: 21px;
}
.comments-item {
	margin-bottom: 21px;
}
.comment-name {
	font-size: 14px;
	font-weight: 700;
}
.comment-text {
	margin: 14px 0;
	line-height: normal;
	font-size: 12px;
}
.comment-like {
	display: flex;
	line-height: 17px;
}
.comment-like svg {
	margin-right: 6px;
}
#commentFormMessage {
	display: none;
	margin-bottom: 10px;
}
.share {
	margin-top: 40px;
	margin-bottom: 40px;
}
.share_title:before {
	content: '';
	background-image: url('/local/templates/mining/img/fi_3989188.png');
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 7px;
}
.share_title {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.share ul {
	display: flex;
}
.share ul li {
	margin-right: 5px;
}
.share ul li img {
	width: 21px;
	height: 22px;
}
.news-detail p,
.news-detail div {
	margin-bottom: 10px;
}
.news-detail span {
	display: inline;
}
.news-detail ul,
.news-detail ol {
	margin-left: 30px !important;
}
.news-detail ul {
	list-style: disc;
}
.news-detail ol {
	list-style: decimal;
}

.news-page .news-title {
	font-size: 5.5rem;
	line-height: 105%;
	font-weight: 700;
}
.news-detail h1 {
	font-size: 3.5rem;
	line-height: 114%;
	font-weight: 700;
	margin-bottom: 40px;
}
.news-detail h2 {
	font-size: 2.8rem;
	line-height: 114%;
	font-weight: 600;
	margin-bottom: 30px;
}
.news-detail h3 {
	font-size: 2rem;
	line-height: 114%;
	font-weight: 600;
	margin-bottom: 30px;
}
.news-detail table {
	border: 1px dotted #5e6368;
}
.news-detail table td {
	border: 1px dotted #5e6368;
	padding: 5px 10px;
}
.news-detail table td p{
	margin-bottom: 0;
}
.news-detail a {
	display: inline;
	text-decoration: underline;
}
@media(max-width: 425px) {
	.share {
		display: flex;
		margin-top: 20px;
		justify-content: space-between;
	}
}
/* 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/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/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/news.list/banners/style.css?1735035391532*/
.banner-item {
    border-radius: 7px;
}

.banner-name {
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    color: #FFF;
}

.banner-undname {
    font-size: 11.84px;
    font-weight: 400;
    line-height: 13.93px;
    color: #FFFFFF;
}

.banner-btn {
    width: 270px;
    height: 37.4px;
    background: linear-gradient(180deg, #01CBB1 0%, #39DD90 100%);
    border-radius: 4px;
}

.btn-text {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #131631;
}
/* End */


/* Start:/local/templates/mining/components/bitrix/news.list/news_other/style.css?17340061701081*/
.news-list-other {
    display: flex;
    width: 70%;
    background-image: linear-gradient(#FFFFFF, #F3F5F8);
    padding: 2.2vw;
    margin-top: 20px;
    margin-bottom: 50px;
}
.news-list-other .news-item {
    width: 33%;
    padding-right: 3.4rem;

}
.news-list-other .news-item a .preview_picture {
    height: 184px;
}
.news-item a b {
    font-size: 1.4rem;
}
.news-item {
    font-size: 1rem;
}
@media (max-width: 700px) {
    .news-list-other {
        width: 100%;
    }
    .news-date {
        width: 60%;
    }
    .news-views {   
        width: 20%;
    }
    .news-comments {
        justify-content: flex-end;
        width: 20%;
    }
}
@media (max-width: 425px) {
    .news-list-other .news-item {
        flex: 0 0 70%; 
    }
    .news-list-other {
        margin-top: 30px;
        display: flex;
        overflow-x: auto;
        padding: 30px 0;
    }
    .news-list-other::-webkit-scrollbar {
        height: 0; 
    }
    .news-list-other .news-item a .preview_picture {
        margin: 3vw 0;
    }
}
/* End */
/* /local/templates/mining/styles/news.css?17351293742705 */
/* /local/templates/mining/components/bitrix/news.detail/news/style.css?17399561414937 */
/* /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/catalog.section.list/tabs_side/style.css?1734951552807 */
/* /local/templates/mining/components/bitrix/search.form/flat/style.css?17349537711150 */
/* /local/templates/mining/components/bitrix/news.list/banners/style.css?1735035391532 */
/* /local/templates/mining/components/bitrix/news.list/news_other/style.css?17340061701081 */
