

/* Start:/local/templates/cor/components/bitrix/news/corp/style.css?17501572243263*/
.notmain:has(.col.left-menu){
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 32px;
}


@media(max-width:1124px){
    .notmain:has(.col.left-menu){
        grid-template-columns: 1fr;
    }
}

.news-filter-container {
    margin-bottom: 30px;
}

.filter-wrapper {

    margin-bottom: 20px;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
	gap: 24px;
}

.filter-item {
    margin-bottom: 32px;
    flex: 1;
	font-size: 14px;

}

.filter-item label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
	font-size: 14px;
}

.filter-item select,
.filter-item input {
    width: 100%;
    padding: 10px 16px 9px;
    border: 1px solid #10458F;
    border-radius: 21px;
	height: 42px;
}

.filter-item select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url(/upload/footer-svg/select-arrow-blue.svg) calc(100% - 14px) center no-repeat;
}

.detail_subs .input-group {background-color: #fff; border-radius: 20px; overflow: hidden;}
.detail_subs .input-group .input-group-btn > .btn {
	border: 1px solid #fff; 
	padding: 0; 
	background: #10458F url(/upload/footer-svg/arrow-btn.svg) center center no-repeat; 
	width: 40px; 
	height: 40px; 
	border-radius: 20px;
}

.filter-item select option[selected] {color: #10458F;}

.detail_subs .input-group .form-control {
	border: none;
    background-color: transparent;
}

.search-wrapper {
    position: relative;
    display: flex;
}

.search-wrapper input {
    flex: 1;
    padding-right: 70px;
}
.filter-item-cartegory {flex: 0 0 144px}
#categoryFilter	{width: fit-content;}
.filter-item-cartegory label {white-space: nowrap;}
.filter-item-year {flex: 0 0 120px}
.filter-item-month {flex: 0 0 166px}
.filter-row .search-item {flex: 1 0 163px;}

.search-wrapper #searchButton {
    right: 0;
    width: 50px;
    line-height: 49px;
}

.search-wrapper button {
    position: absolute;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
}

.search-wrapper #searchButton {
    right: 0;
    width: 40px;
}

.search-wrapper #searchClearBtn {
    right: 40px;
    width: 30px;
    font-size: 18px;
    font-weight: bold;
}

.search-wrapper button:hover {
    color: blue;
}

/* Loading indicator */
.loading #newsListContainer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

#ajaxLoadingIndicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
	
    .filter-item { flex: 1 0;margin-bottom: 0;  }
	.filter-row {margin-bottom: 24px;}
	.filter-item select, .filter-item input {flex: 1 0;}
}

.search-wrapper .fa-search {
	width: 18px;
    height: 18px;
    background: url(/upload/footer-svg/search.svg) center center no-repeat;
}

#searchInput::placeholder {color: #10458F}

.search-wrapper .fa-search:before {display: none;}
/* End */


/* Start:/local/templates/cor/components/bitrix/news.detail/imageleft/style.css?17501572231172*/
.notmain .content-wrap{
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.newsdetail-column {
	display: flex; 
	flex-direction: column;
} 


.date__type--block{
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    align-items: center;
	order: 3;
}

.newsdetail .activefrom {
    background: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.dot {
    width: 4px;
    height: 4px;
    background-color: rgba(0, 70, 150, 1);
    border-radius: 50%;
}

.backshare {display: none;}

.activefrom,
.type {
    color: #10458F;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
}

.col.text {order: 1;}

.newsdetail .pic {
	order: 2;
    margin-bottom: 32px !important;
}

.col.text p span,
.col.text p 
{
    color: black;
}

.yashare {
    display: none !important;
}

.pdf-download a{
    display: flex;
    align-items: center;
    gap:5px;
}

.newsdetail .col.pic img {
	max-width: 535px;
}

@media (max-width: 767px) {
	body .newsdetail .col.pic img {
		width: auto;
		max-width: 100%;
	}

}
/* End */
/* /local/templates/cor/components/bitrix/news/corp/style.css?17501572243263 */
/* /local/templates/cor/components/bitrix/news.detail/imageleft/style.css?17501572231172 */
