

/* 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.list/news/style.css?17501572243950*/
.notmain .content-wrap:has(.news){
    box-shadow: none;
    padding: 0;
}

.notmain .content-wrap .filter_block.border_block{
    border: none !important;
    padding: 0 !important;
}

.news .item .image a.clearfix {height: 100%;}

.news .item .image a.clearfix img {object-fit: cover; height: 100%;}
    
.notmain .content-wrap .filter_block.border_block ul{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.notmain .content-wrap .filter_block.border_block ul li{
    padding: 14px 0 !important;
}

.notmain .content-wrap .filter_block.border_block ul li span{
    color: white !important;
    background-color: rgba(0, 70, 150, 1) !important;
    padding: 12px 24px !important;
    border: 1px solid rgba(0, 70, 150, 1) !important;
    border-radius: 4px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.notmain .content-wrap .filter_block.border_block ul li a{
    color: rgba(0, 70, 150, 1) !important;
    padding: 12px 24px !important;
    border: 1px solid rgba(0, 70, 150, 1) !important;
    border-radius: 4px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.notmain .news {
   
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.notmain .news .item.col {
	display: flex;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
}

.notmain .news .item + .item  {margin-top: 32px;}

.notmain .col.image a img {
    width: 100% !important;
}

.aprimary-descr-data--block{
    padding: 24px 24px 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.name a.aprimary {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 14px ;
    line-height: 120% !important;
}
.news .item .image {
	flex: 0 0 280px;
}

.news-no-photo {
	max-height: 201px;
    object-fit: cover;
}
.news .descr {margin: 0;}

.inner-subscribe-block {
	background-color: #10458F;
    color: #fff;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

a[href="/news/"] + ul.lvl2, ul.nav-sidebar li.dropdown-submenu a[href="/news/"] > i {
	display: none
}


.descr {
    margin-top: 16px;
}

.descr a {
    color: rgba(79, 79, 79, 1) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 120% !important;
}

.detail-divider{
    border-top: 0.5px solid rgba(0, 70, 150, 1) !important;
}

.data-type_news--block {
    border-top: 0.5px solid rgba(16, 69, 143, 0.2);
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
	margin-top: auto;
}

.data-type_news--block .date{
    margin: 0 !important;
    color: rgba(0, 70, 150, 1) !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    line-height: 120% !important;
}

.data-type_news--block .type_news{
    color: rgba(0, 70, 150, 1);
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
}

.notmain .news .date{
    background: none !important;
    padding: 0 !important;
}


.descr {
    display: -webkit-box; 
    -webkit-box-orient: vertical; /* Устанавливаем ориентацию */
    overflow: hidden; /* Скрываем переполнение */
    -webkit-line-clamp: 3; /* Ограничиваем до 3 строк */
    line-height: 1.5; /* Устанавливаем высоту строки */
    max-height: 4.5em; /* Ограничиваем максимальную высоту блока */
    margin-bottom: 24px;
}

@media (max-width: 767px) {
	body .notmain .news .item.col {flex-direction: column;}	
	body .notmain .news .item .image {margin-bottom: 0;}   
	body .news .item .image {flex: unset;}
	body .news .item .image img { border-radius: 8px 8px 0 0;}
}
/* End */
/* /local/templates/cor/components/bitrix/news/corp/style.css?17501572243263 */
/* /local/templates/cor/components/bitrix/news.list/news/style.css?17501572243950 */
