

/* Start:/local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #070E13;
	font-size:15px;
}

.bx_pagination_bottom .bx_pagination_section_one{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 120px;
}
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/new/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color: #070E13;
	font-size:15px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: flex;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #070E13;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #73A8BA;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: flex;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}

	.bx_pagination_bottom .bx_pagination_page li{
		font-size:12px;
		width: 30px;
		height: 30px;
	}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/new/components/adv/investment.funds.dinamic.list/full_tab/style.css?17599149679718*/
.invest-button {
    padding: 12px 18px 12px 18px;
    gap: 10px;
    /*border-radius: 7px;*/
    background: #73A8BA;
    color: #ffffff;
    transition: .5s;
    outline: solid 1px rgba(115, 168, 186, 1);
    border-radius: 4px;
}

.invest-button:hover {
    transition: .5s;
    background: rgba(115, 168, 186, 1)!important;
    color: #fff!important;
    text-decoration: none;
}

.invest-button__container {
    width: 170px;
}

.table tr.tr-select td:first-child {
    padding-left: 15px;
}

.funds-menu-bar {
    margin-bottom: 10px;
}

.funds-menu-content {
    display: flex;
    margin: 0;
    padding: 0;
}

.funds-menu-content-item {
    padding: 0 0 12px 14px;
    gap: 10px;
    border-radius: 7px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.funds-menu-content-item:first-child {
    padding-left: 0;
}

.funds-menu-content-item > a {
    color: #7F8990;
    text-decoration: none;
    overflow: hidden;
}

.funds-menu-content-item > a:hover {
    color: #000000;
    text-decoration: none;
}

sup a {
    color: #000000;
}

.table-dynamics .type_fond {
    height: 45px;
    border-radius: 5px;
    padding: 16px 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #070E13;
    border: solid 1px #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.table-dynamics .type_fond-active {
    border: solid 1px #73A8BA;
    transition: .5s;
}
.table-dynamics .type_fond:hover,
.table-dynamics .type_fond:focus,
.table-dynamics .type_fond:active {
    border: solid 1px #73A8BA;
    transition: .5s;
    cursor: pointer;
}
.table-dynamics .type_fonds-container {
    margin-bottom: 40px;
}
.dynamic-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Сортировка */
.sortable-header {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 3px;
    transition: background-color 0.2s;
    font-size: 12px;
}

.sortable-header:hover {
    background-color: #f8f9fa;
}

.sort-icon {
    font-size: 10px;
    color: #6c757d;
    transition: color 0.2s;
    position: relative;
}

.sortable-header:after {
    display: block;
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background: url('/local/templates/new/images/double.svg') no-repeat center;
    top: 30%;
    right: -8px;
}

.sortable-header.asc:after {
    display: block;
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background: url('/local/templates/new/images/down-grey.svg') no-repeat center;
    top: 30%;
    right: -8px;
}

.sortable-header.desc:after {
    display: block;
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background: url('/local/templates/new/images/up-grey.svg') no-repeat center;
    top: calc(30% - 2px);
    right: -8px;
}

.dynamic-row {
    transition: background-color 0.2s;
}

.dynamic-row:hover {
    background-color: #f8f9fa;
}

/* Адаптивные стили для сортируемых заголовков в маленьких колонках */
.checked-mini .sortable-header {
    font-size: 12px;
    gap: 2px;
    padding: 2px;
}

.checked-mini .sort-icon {
    font-size: 8px;
}

/* Мультиселект */
.custom-multiselect {
    position: relative;
}

.multiselect-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.multiselect-text {
    flex: 1;
    text-align: left;
    color: #495057;
    position: relative;
}

.multiselect-arrow {
    font-size: 12px;
    color: #6c757d;
    transition: transform 0.2s;
}

.multiselect-toggle.active .multiselect-arrow {
    transform: rotate(180deg);
}

.multiselect-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.multiselect-dropdown.show {
    display: block;
}

.multiselect-option {
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.multiselect-option:hover {
    background-color: #f8f9fa;
}

.multiselect-option input[type="checkbox"] {
    margin-right: 0.5rem;
    cursor: pointer;
}

.multiselect-option label {
    margin: 0;
    cursor: pointer;
    flex: 1;
}

/* Выбранные фильтры */
.selected-filters {
    margin-bottom: 20px;
    padding: 15px 0;
}

.selected-filters-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #495057;
}

.clear-all-filters {
    color: #dc3545;
    text-decoration: none;
    padding: 0;
    border: none;
    background: none;
    font-size: 14px;
}

.clear-all-filters:hover {
    color: #c82333;
    text-decoration: underline;
}

.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-group {
    display: none;
}

.filter-group-label {
    display: none;
}

.filter-tags-list {
    display: none;
}

.filter-tag {
    display: block;
    padding: 5px 18px;
    background: #73A8BA;
    color: #ffffff;
    transition: .5s;
    outline: solid 1px rgba(115, 168, 186, 1);
    border-radius: 4px;
}

.filter-tag-remove {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    opacity: 0.7;
}

.filter-tag-remove:hover {
    opacity: 1;
}

#clearAllFilters {
    font-size: 14px;
}

.row.bpif-filter-block {
    margin-bottom: 1rem;
}

.row.bpif-filter-block.active {
    display: flex;
}

.bpif-filter-block div.bpif-type_fond {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 45px;
    cursor: pointer;
    /*flex: 0 0 25%;
    max-width: 25%;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 15px;
    border: 1px solid #EFEFEF;*/
}

.bpif-filter-block div.bpif-type_fond.type_fond-active {
    border: 1px solid #73A8BA;
}

.bpif-filter-block div.bpif-type_fond:hover {
    border: 1px solid #73A8BA;
}

/* Скрытые строки */
.dynamic-row.filtered-hidden {
    display: none !important;
}

.with-down-arrow:after {
    content: '';
    width: 13px;
    height: 13px;
    margin-left: 5px;
    margin-bottom: 5px;
    background: url("/local/templates/new/images/down-fil-grey.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: 4px
}

.to-prev-val span {
    background-color: #F5F9FB;
    font-weight: bold;
}

.d-none.d-md-block.col-md-1.text-center.align-middle span,
.d-none.d-xl-block.col-xl-1.text-center.align-middle span,
.d-none.d-md-block.col-md-2.text-center.align-middle span {
    padding: 10px;
    border-radius: 6px;
}

.fund-image {
    display: none;
}

.dynamic-row.tr-select:hover {
    background: #F5F9FB;
}

.dynamic-row:hover .invest-button.invest-button_table {
    float: left;
    width: 75%;
}

.dynamic-row:hover .fund-image {
    display: block;
    height: 32px;
    margin: auto;
}

.fun-type-title {
    margin-bottom: .5rem;
}

.row.filter_table-main-page.main-filter-element {
    margin-top: 20px;
}

.header-table-fonds {
    background: #F5F9FB !important;
}

/* Адаптивность для фильтров */
@media (max-width: 1480px) {
    .table-dynamics .down:after,
    .table-dynamics .up:after {
        display: none;
    }
    .table-dynamics .up {
        color: #32E047;
    }
    .table-dynamics .down {
        color: #E13A3A;
    }
}
@media (max-width: 1200px) {
    .td-name-item {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .filter-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-group-label {
        min-width: auto;
    }
}
@media (max-width: 654px) {
    .filter-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-group-label {
        min-width: auto;
    }

    .bpif-filter-block div.bpif-type_fond {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .table-dynamics .type_fond {
        font-size: 14px;
    }

    .with-down-arrow:after {
        right: -16px;
    }
    .filter_table-main-page .form-control {
        padding-right: 20px;
        line-height: 0;
    }

    .multiselect-text.with-down-arrow {
        font-size: 14px !important;
    }

    #allFilterTags .filter-tag span {
        font-size: 14px !important;
    }

    .selected-filters-header span {
        font-size: 14px !important;
    }
}
/* End */
/* /local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374 */
/* /local/templates/new/components/adv/investment.funds.dinamic.list/full_tab/style.css?17599149679718 */
