#bgp{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		z-index: 99998;
		top: 0;
		left: 0;
	}
	#pov{
		display: none;
		position: fixed;
		width: 90%;
		background: #fff;
		z-index: 99999;
		border-radius: 20px;
		padding: 100px 0;
		text-align: center;
		bottom: 5%;
	}
	#pov input{
		width: 200px;
		padding: 6px 15px;
		border: 1px solid #e0e0e0;
	}
	#pov button{
		border: 0;
		background: transparent;
		border: 1px solid #e0e0e0;
		padding: 6px 15px;
	}
	#potb_descr{
		display: inline-block;
		margin-left: 15px;
		font-size: 13px;
		line-height: 13px;
	}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 0;
  border-radius: 0;
  cursor: text;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  min-height: 2px;
  height: 100%;
}
.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 14px;
    width: 14px;
    margin-right: 20px;
	border:1px solid #3697ff;
	vertical-align: middle;
	padding-left: 2px;
}
.select2-results__option.select2-results__option--selected::before {
    content: "✓";
	font-size: 12px;
	line-height: 12px;
	color: #d3e8ff;
	background-color: #3697ff;
}
.select2-results__option {
  padding: 0 3px;
  margin: 0 0 0 20px;
}
.arrow_down{
	cursor:pointer;
}

.company-columns-settings {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    width: 360px;
    margin-top: 8px;
}

.company-columns-settings.open {
    display: block;
}

.company-columns-settings-inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.company-columns-settings-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
}

.company-columns-close {
    border: 0;
    background: none;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    padding: 0 2px;
    color: #777;
}

.company-columns-settings-info {
    padding: 10px 16px;
    font-size: 12px;
    color: #888;
}

.company-columns-list {
    max-height: 420px;
    overflow-y: auto;
    padding: 4px 0;
}

.company-column-item {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.company-column-item:hover {
    background: #f8f8f8;
}

.company-column-item.dragging {
    opacity: .5;
}

.company-column-drag {
    width: 25px;
    flex: 0 0 25px;
    color: #aaa;
    font-size: 18px;
    cursor: grab;
    user-select: none;
}

.company-column-drag:active {
    cursor: grabbing;
}

.company-column-label {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 1;
    cursor: pointer;
    font-size: 14px;
}

.company-column-checkbox {
    margin: 0;
}

.company-columns-settings-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-top: 1px solid #eee;
}

.company-columns-reset {
    border: 0;
    background: none;
    padding: 7px 0;
    color: #777;
    cursor: pointer;
}

.company-columns-reset:active {
    transform: translateY(1px);
    opacity: .5;
}

.company-columns-apply {
    border: 0;
    border-radius: 4px;
    padding: 8px 18px;
    background: #333;
    color: #fff;
    cursor: pointer;
}

.company-columns-apply:hover {
    opacity: .9;
}

.company-column-item {
    cursor: grab;
}

.company-column-item.dragging {
    opacity: 0.5;
}

.company-column-drag {
    cursor: grab;
    margin-right: 8px;
}

.company-columns-settings-message {
    display: none;
    margin-top: 10px;
    margin-left: 15px;
    color: #d00;
    font-size: 13px;
}

.company-columns-settings-message.show {
    display: block;
}

.company-columns-apply:disabled {
    opacity: 0.5;
    cursor: default;
}

.company-columns-settings-save {
    margin-top: 12px;
    margin-left: 15px;
    font-size: 13px;
}

.company-columns-settings-save label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.company-selected-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 15px;
}

.company-selected-filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border-radius: 6px;
	border: 1px solid #ccc;
    font-size: 13px;
}

.company-selected-filter-remove {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

.company-multi-select {
    position: relative;
    width: 100%;
}

.company-multi-select-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.company-multi-select-arrow {
    font-size: 10px;
    margin-left: 10px;
}

.company-multi-select-dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,.12);
}

.company-multi-select.open .company-multi-select-dropdown {
    display: block;
}

.company-multi-select-option {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    cursor: pointer;
    font-weight: normal;
}

.company-multi-select-option:hover {
    background: #f5f5f5;
}

.company-multi-select-option input {
    margin: 0;
}

.company-multi-select-group {
    border-bottom: 1px solid #eee;
}

.company-multi-select-sector {
    font-weight: 600;
}

.company-multi-select-industries .company-multi-select-option {
    padding-left: 28px;
}

.filter_item.strani {
    overflow: visible;
}

.company_total_row {
    background: #f3f8fc !important;
}

.company-total-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-right: 5px;

    font-size: 12px;
    color: #777;
    font-weight: 500;
}

.company-total-mode {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    margin-right: 2px;

    border-radius: 4px;

    font-size: 12px;
    color: #999;

    cursor: pointer;
}

.company-total-mode:hover {
    background: #f1f1f1;
    color: #555;
}

.company-total-mode.active {
    background: #e5e5e5;
    color: #333;
    font-weight: 600;
}

.company-total-value {
    margin-left: 4px;
}

.company-total-cell {
    position: relative;
}

.company-total-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	background: #f1f1f1;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    border-radius: 4px;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.company-total-current:hover,
.company-total-current.active {
    background: #e5e5e5;
    color: #333;
    font-weight: 600;
}

.company-total-static {
    background: none;
    cursor: default;
}

.company-total-static:hover {
    background: none;
    color: #777;
    font-weight: normal;
}

.company-total-menu {
    display: none;

    position: absolute;
    top: 28px;
    left: 0;

    z-index: 20;

    min-width: 120px;

    padding: 4px;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;

    box-shadow: 0 3px 10px rgba(0,0,0,.12);
}

.company-total-cell.menu-open .company-total-menu {
    display: block;
}

.company-total-menu-item {
    display: flex;
    align-items: center;
    gap: 7px;

    padding: 5px 8px;

    border-radius: 4px;

    font-size: 12px;
    color: #555;

    cursor: pointer;
}

.company-total-menu-item:hover {
    background: #f5f5f5;
}

.company-total-menu-item.active {
    background: #e9e9e9;
    color: #333;
    font-weight: 600;
}

.company-total-value {
    margin-left: 2px;
}

.company-total-calculate-wrap {
    align-self: flex-start;
}

.company-total-calculate {
    border: 0;
    background: none;
    padding: 0;
    color: #2f80c0;
    font-size: 13px;
    cursor: pointer;
}

.company-total-calculate:hover {
    text-decoration: underline;
}

.company-total-loading {
    display: none;
    margin-left: 8px;
    vertical-align: middle;
}

.company-total-loading img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/* Флаги */
.company-filter-picker-flag {
    width: 18px;
    height: 13px;
    object-fit: cover;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 1px;
}

.company-selected-filter-flag {
    width: 18px;
    height: 13px;
    object-fit: cover;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 1px;
}

/* Крестик сброса фильтров */
.filter-reset-cross {
    font-size: 20px;
    line-height: 0;
    vertical-align: -2px;
}

/* Строка поиска внутр модалки страны отрасли */
.company-industry-search {
    margin-bottom: 10px;
}

.company-industry-search input {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    font-size: 13px;
}

.company-industry-search input:focus {
    border-color: #2f80c0;
    outline: none;
}

/* Кнопки фильтров */

.company-filter-picker {
    position: relative;
    display: flex;
    align-items: stretch;

    min-height: 34px;
    width: 100%;

    border: 1px solid #d9dce1;
    border-radius: 6px;
    background: #fff;

    box-sizing: border-box;
}

.company-filter-picker:hover {
    border-color: #bfc4ca;
}

.company-filter-picker-values {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;

    flex: 1;
    min-width: 0;

    padding: 4px 8px 4px 12px;
}

.company-filter-picker-placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #777;
    white-space: nowrap;
}

.company-filter-picker-toggle {
    flex: 0 0 34px;

    border: 0;
    border-left: 1px solid #e5e7ea;
    border-radius: 0 18px 18px 0;

    background: transparent;

    font-size: 9px;
    color: #777;

    cursor: pointer;
}

.company-filter-picker-toggle:hover {
    background: #f6f7f8;
}


.company-filter-picker-value {
    display: inline-flex;
    align-items: center;
    gap: 3px;

    font-size: 12px;
    line-height: 20px;
    color: #444;

    white-space: nowrap;
}

.company-filter-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.company-columns-btn {
    border: 0;
    background: none;
    padding: 0;

    font-size: 13px;
    color: #777;

    cursor: pointer;
}

.company-columns-btn:hover {
    color: #333;
    text-decoration: underline;
}


/* Общий popup */

.company-filter-modal {
    display: none;

    position: fixed;
    inset: 0;

    z-index: 1000;
}

.company-filter-modal.open {
    display: block;
}

.company-filter-modal-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.25);
}


.company-filter-modal-window {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 520px;
    max-width: calc(100vw - 30px);
    max-height: calc(70vh - 50px);

    display: flex;
    flex-direction: column;

    background: #fff;
    border-radius: 12px;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);

    overflow: hidden;
}


/* Заголовок popup */

.company-filter-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 48px;
    padding: 0 16px;

    border-bottom: 1px solid #eee;
}

.company-filter-modal-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.company-filter-modal-close {
    width: 30px;
    height: 30px;

    padding: 0;

    border: 0;
    background: transparent;

    font-size: 22px;
    line-height: 30px;
    color: #888;

    cursor: pointer;
}

.company-filter-modal-close:hover {
    color: #222;
}


/* Содержимое */

.company-filter-modal-body {
    overflow-y: auto;
    padding: 12px 16px;
}


/* Одна группа: сектор + отрасли */

.company-multi-select-group {
    padding: 4px 0 7px;
}


/* Строки с checkbox */

.company-multi-select-option {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    padding: 3px 0;

    font-size: 13px;
    line-height: 1.3;

    color: #333;

    cursor: pointer;
}

.company-multi-select-option input {
    flex: 0 0 auto;

    margin: 2px 0 0;
}


/* Сектор */

.company-multi-select-sector {
    padding-top: 5px;
    padding-bottom: 3px;

    font-weight: 600;
}


/* Отрасли */

.company-multi-select-industries {
    padding-left: 23px;
}

.company-multi-select-industry {
    font-weight: 400;
}


/* Чтобы длинные названия нормально переносились */

.company-multi-select-option span,
.company-multi-select-option strong {
    min-width: 0;

    white-space: normal;
    overflow-wrap: anywhere;
}


/* Нижняя часть */

.company-filter-modal-footer {
    display: flex;
    justify-content: flex-end;

    padding: 10px 16px;

    border-top: 1px solid #eee;
}

.company-filter-modal-done {
    height: 34px;
    padding: 0 16px;

    border: 0;
    border-radius: 17px;

    background: #333;
    color: #fff;

    font-size: 13px;

    cursor: pointer;
}

.company-filter-modal-done:hover {
    opacity: 0.9;
}

/* Показатели — условия */

.company-param-conditions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.company-param-condition {
    padding: 10px 0 12px;
    border-bottom: 1px solid #eee;
}


/* Выбор показателя */

.company-param-condition-row {
    display: flex;
    align-items: center;
}

.company-param-select {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0 10px;

    border: 1px solid #d9dce1;
    border-radius: 7px;
    background: #fff;

    font-size: 13px;
    color: #333;

    outline: none;
}

.company-param-select:focus {
    border-color: #bfc4ca;
}


/* Значения */

.company-param-values {
    margin-top: 7px;
    gap: 7px;
}

.company-param-value {
    display: block !important;

    width: 105px !important;
    height: 32px !important;
    box-sizing: border-box;

    padding: 0 9px !important;

    border: 1px solid #d9dce1 !important;
    border-radius: 7px !important;

    background: #fff !important;

    font-size: 13px !important;
    line-height: 32px;

    color: #333 !important;

    outline: none;
}

.company-param-value:hover {
    border-color: #c8ccd1 !important;
}

.company-param-value:focus {
    border-color: #aaa !important;
    box-shadow: none !important;
    outline: none !important;
}

.company-param-dash {
    color: #888;
    font-size: 13px;
}


/* Единица измерения */

.company-param-meas {
    min-width: 42px;

    font-size: 12px;
    color: #777;
}


/* Кнопка добавления */

.company-filter-param-add {
    margin-top: 10px;

    padding: 0;

    border: 0;
    background: transparent;

    font-size: 13px;
    color: #555;

    cursor: pointer;
}

.company-filter-param-add:hover {
    color: #111;
}

.company-param-condition-row:first-child {
    gap: 7px;
}

.company-param-select {
    flex: 1;
    min-width: 0;
}

.company-param-unit {
    width: 78px;
    height: 34px;
    padding: 0 8px;

    border: 1px solid #d9dce1;
    border-radius: 7px;
    background: #fff;

    font-size: 13px;
    color: #333;

    outline: none;
}

.company-total-elements {
    color: #2f80c0;
    cursor: pointer;
    font-size: 12px;
}

.company-total-elements:hover {
    text-decoration: underline;
}

.company-total-elements-menu {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 20;
    min-width: 220px;
    max-height: 300px;
    overflow-y: auto;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
}

.company-total-cell {
    position: relative;
}

.company-total-cell.menu-open .company-total-elements-menu {
    display: block;
}

.company-total-elements-item {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 5px 8px;
    font-size: 12px;
    color: #555;
    white-space: nowrap;
}

.company-total-elements-item-count {
    font-weight: 600;
    color: #333;
}

.company-data-warning-wrap {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.company-data-warning {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e9e9e9;
    color: #555;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
    vertical-align: middle;
}

.company-data-warning-message {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 9999;
    min-width: 190px;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
    color: #555;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    white-space: nowrap;
}

.company-data-warning-wrap.message-open .company-data-warning-message {
    display: block !important;
}

.company-data-warning:hover,
.company-data-warning.active {
    background: #e0e0e0;
    color: #333;
}

.company-data-info-wrap {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.company-data-info {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e9e9e9;
    color: #555;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
    vertical-align: middle;
}

.company-data-info-message {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 9999;
    min-width: 190px;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
    color: #555;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    white-space: normal;
	text-decoration: none !important;
}

.company-data-info-wrap:hover .company-data-info-message {
    display: block !important;
}

.company-data-info:hover {
    background: #e0e0e0;
    color: #333;
}

.company-columns-settings-loading {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 32px;
    padding: 0;
    font-size: 12px;
    color: #777;
}

.company-columns-settings-loading img {
    display: block;
    width: 16px;
    height: 16px;
}

.address-map-popup{
    position:fixed;
    inset:0;
    display:none;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.45);
    z-index:99999;
}

.address-map-window{
    width:900px;
    max-width:95vw;
    height:600px;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
}

.address-map-header{
    height:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 20px;
    border-bottom:1px solid #ddd;
}

.address-map-close{
    cursor:pointer;
    border:0;
    background:none;
    font-size:20px;
}

#address-map{
    width:100%;
    height:550px;
}

.company-address{
    cursor:pointer;
    color:#1a73e8;
    text-decoration:underline;
}

.company-address:hover {
    text-decoration: underline;
}

/* Новый поиск */
.company-search-holder{
    position:relative;
    width:100%;
    height:42px;
}

.company-search{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:760px;
    max-width:calc(100vw - 30px);
    z-index:10;
}

.company-search-input-wrap{
    position:relative;
    width:100%;
}

.company-search-input-wrap input{
    width:100%;
    height:42px;

    box-sizing:border-box;

    padding:0 45px 0 14px;

    border:1px solid #ccc;
    border-radius:6px;

    background:#fff;

    font-size:14px;
    outline:none;
}

.company-search-input-wrap input:focus{
    border-color:#aaa;
}

.company-search-btn{
    position:absolute;

    top:50%;
    right:12px;

    transform:translateY(-50%);

    width:22px;
    height:22px;

    padding:0;
    border:0;
    background:none;

    cursor:pointer;
}

.company-search-btn svg{
    display:block;
}


/* Выпадающее окно */

#company-search-results{
    position:absolute;
    top:42px;
    left:0;
    right:0;

    background:#fff;

    border-left:1px solid #ccc;
    border-right:1px solid #ccc;

    border-radius:0 0 6px 6px;

    box-shadow:0 6px 18px rgba(0,0,0,.12);

    overflow-y:auto;
    overflow-x:hidden;

    max-height:440px;
}

.company-search-result:last-child{
    border-bottom:1px solid #eee;
}


/* Результаты */

.company-search-result{
    display:grid;

    grid-template-columns:
		minmax(0,1fr)
		150px
		170px
		140px
		130px;

    align-items:center;

    gap:12px;

    min-height:44px;

    padding:0 14px;

    box-sizing:border-box;

    color:#333;
    text-decoration:none;

    border-bottom:1px solid #eee;

    font-size:13px;
}

.company-search-name,
.company-search-symbol,
.company-search-industry,
.company-search-country{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.company-search-result:last-child{
    border-bottom:0;
}

.company-search-result:hover{
    background:#f7f7f7;
}

.company-search-name{
    font-weight:600;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.company-search-symbol{
    color:#777;
    white-space:nowrap;
}

.company-search-industry,
.company-search-country{
    color:#666;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.company-search-market-cap{
    text-align:right;
    white-space:nowrap;
}

.company-search-empty{
    padding:14px;
    color:#777;
}

.company-search-input-wrap{
    position:relative;
    width:100%;
}

.company-search-input-wrap input{
    width:100%;
    height:42px;
    box-sizing:border-box;
    padding:0 45px 0 14px;

    border:1px solid #ccc;
    border-radius:6px;

    background:#fff;

    font-size:14px;
    outline:none;
}

.company-search-input-wrap input:focus{
    border-color:#aaa;
}

.company-search-btn{
    position:absolute;
    top:50%;
    right:12px;
    transform:translateY(-50%);

    width:22px;
    height:22px;

    padding:0;
    border:0;
    background:none;

    cursor:pointer;
}

.company-search-btn svg{
    display:block;
}


/* Строка результата */

.company-search-result{
    display:grid;
    grid-template-columns:
        minmax(250px, 1fr)
        90px
        130px
        80px
        80px;

    align-items:center;

    gap:12px;

    min-height:44px;

    padding:0 14px;

    box-sizing:border-box;

    color:#333;
    text-decoration:none;

    border-bottom:1px solid #eee;

    font-size:13px;
}

.company-search-result:last-child{
    border-bottom:0;
}

.company-search-result:hover{
    background:#f7f7f7;
}

.company-search-name{
    font-weight:600;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.company-search-symbol{
    color:#777;
    white-space:nowrap;
}

.company-search-industry{
    color:#666;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.company-search-country{
    color:#666;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.company-search-market-cap{
    text-align:right;
    white-space:nowrap;
}

.company-search-empty{
    padding:14px;
    color:#777;
    font-size:13px;
}


@media (max-width: 992px){
	#potb_descr{
		display: block;
		margin: 5px 0 0;
	}
	
    .company-param-value {
        width: 85px !important;
    }
	
	.company-columns-settings {
        width: 320px;
    }

    .company-columns-settings-info {
        padding: 7px 12px;
        font-size: 11px;
    }

    .company-columns-list {
        max-height: 300px;
    }

    .company-column-item {
        min-height: 34px;
        padding: 0 10px;
    }

    .company-column-drag {
        width: 22px;
        flex: 0 0 22px;
        font-size: 16px;
    }

    .company-column-label {
        gap: 7px;
        font-size: 13px;
    }

    .company-columns-settings-bottom {
        padding: 8px 12px;
    }
	
	 .company-search{
        width:100%;
    }

    .company-search-result{
        grid-template-columns:minmax(0, 1fr) 70px 100px;
        gap:8px;
        padding:0 10px;
    }

    .company-search-industry{
        display:none;
    }

    .company-search-country{
        display:none;
    }

    .company-search-market-cap{
        text-align:right;
    }

}
	
	
}

@media (max-width: 600px) {

    .company-filter-modal-window {
        max-width: calc(100vw - 20px);
    }

	
}