

/* Start:/bitrix/components/atta/form.result.list.fast/templates/.default/style.css?17821303519017*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/components/atta/form.result.list.fast/templates/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

table.form-filter-table
{
	background-color:white;
	font-size:100%;
	border-collapse:collapse;
}

table.form-filter-table th
{
	background-image:url(/bitrix/components/atta/form.result.list.fast/templates/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: center;
	font-size:100%;
	color:#25639A;
}

table.form-filter-table td, table.form-filter-table th
{
	padding:3px;
	border:1px solid #ADC3D5;
}

table.form-filter-table td
{
	vertical-align: top;
}


.form-filter-none {
	display: none;
}

.form-filter-inline {
	display: inline;
}

table.form-table table.form-results-header-inline td, table.form-table table.form-results-header-inline th {
	border: 0px !important;
	padding: 0px !important;
	background: none !important;
}

.form-anstext {color:#166122;}
.form-ansvalue {color:#FF0000;}

.form-filteron {color:#FF0000;}
.form-filteroff {color:#1C7729;}
.profile-full__inner {touch-action: auto!important;}

.header_line {
    position: relative;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.expired {
    width: 100%;
    height: 100%;
    margin: 4% 12%;
    font-weight: 700;
    color: red;
}

.map-modal__subfilter {
    display: none;
    margin: 12px 0 4px;
    position: relative;
}

.map-modal__subfilter.is-visible {
    display: block;
}

.map-modal__subfilter-label {
    color: #7a8793;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.map-modal__subfilter-current {
    background: #fff;
    border: 1px solid #d5dde5;
    border-radius: 4px;
    color: #2d3741;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.35;
    min-height: 36px;
    padding: 9px 34px 9px 12px;
    position: relative;
}

.map-modal__subfilter-current::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #7a8793;
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.map-modal__subfilter-options {
    background: #fff;
    border: 1px solid #d5dde5;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(45, 55, 65, .16);
    display: none;
    left: 0;
    max-height: 240px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 70;
}

.map-modal__subfilter.is-open .map-modal__subfilter-options {
    display: block;
}

.map-modal__subfilter-option {
    color: #2d3741;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.35;
    padding: 9px 12px;
}

.map-modal__subfilter-option:hover,
.map-modal__subfilter-option.is-selected {
    background: #eef3f8;
}


.floating-chart-launcher {
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 1001;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px 0 11px;
    border: 1px solid rgba(197, 208, 66, 0.5);
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background: rgba(38, 48, 57, 0.78);
    box-shadow: 0 8px 24px rgba(12, 18, 23, 0.22);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    backdrop-filter: blur(8px);
    transition: background-color 160ms ease, padding 160ms ease, border-color 160ms ease;
}

.floating-chart-launcher:hover,
.floating-chart-launcher:focus-visible {
    padding-left: 15px;
    border-color: #c5d042;
    background: rgba(38, 48, 57, 0.94);
    outline: none;
}

.floating-chart-launcher__icon {
    color: #c5d042;
    font-size: 20px;
    line-height: 1;
}

.floating-chart-launcher[hidden] {
    display: none;
}

@media only screen and (min-width: 1800px) and (min-height: 900px) {
    .floating-chart-launcher {
        gap: 10px;
        min-height: 52px;
        padding: 0 18px 0 15px;
        font-size: 16px;
    }

    .floating-chart-launcher:hover,
    .floating-chart-launcher:focus-visible {
        padding-left: 19px;
    }

    .floating-chart-launcher__icon {
        font-size: 24px;
    }
}

@media only screen and (min-width: 2560px) and (min-height: 1200px) {
    .floating-chart-launcher {
        gap: 12px;
        min-height: 60px;
        padding: 0 22px 0 18px;
        font-size: 18px;
    }

    .floating-chart-launcher:hover,
    .floating-chart-launcher:focus-visible {
        padding-left: 22px;
    }

    .floating-chart-launcher__icon {
        font-size: 28px;
    }
}

.floating-box {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1000;
    display: none;
    flex-direction: column;
    width: min(760px, calc(100vw - 36px));
    height: min(520px, calc(100vh - 48px));
    min-width: 520px;
    min-height: 340px;
    overflow: hidden;
    resize: both;
    box-sizing: border-box;
    border: 1px solid rgba(197, 208, 66, 0.3);
    border-radius: 8px;
    background: rgba(38, 48, 57, 0.97);
    box-shadow: 0 18px 48px rgba(10, 16, 21, 0.34);
    color: #fff;
    backdrop-filter: blur(10px);
}

.floating-box.is-open {
    display: flex;
}

.floating-box.is-fullscreen {
    inset: 16px !important;
    width: auto !important;
    height: auto !important;
    max-width: none;
    max-height: none;
    resize: none;
}

.floating-box-header {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 10px 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(25, 32, 38, 0.96);
    cursor: move;
    user-select: none;
}

.floating-box-title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}

.floating-box-title::before {
    content: '';
    width: 4px;
    height: 18px;
    border-radius: 2px;
    background: #c5d042;
}

.floating-box-buttons {
    display: flex;
    gap: 4px;
}

.floating-box-minimize-button,
.floating-box-maximize-button,
.floating-box-close-button {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    cursor: pointer;
    font: inherit;
    font-size: 17px;
    line-height: 1;
    transition: background-color 150ms ease, color 150ms ease;
}

.floating-box-minimize-button:hover,
.floating-box-maximize-button:hover,
.floating-box-minimize-button:focus-visible,
.floating-box-maximize-button:focus-visible {
    background: rgba(197, 208, 66, 0.14);
    color: #dce66a;
    outline: none;
}

.floating-box-close-button:hover,
.floating-box-close-button:focus-visible {
    background: rgba(239, 75, 76, 0.18);
    color: #ff8b8c;
    outline: none;
}

.floating-box-content {
    flex: 1 1 auto;
    width: 100% !important;
    height: 100% !important;
    min-height: 0;
}

@media only screen and (max-width: 768px) {
    .floating-chart-launcher,
    .floating-box {
        display: none !important;
    }
}

.map-modal__move-btn {
    background-color: #ffc107 !important; /* жёлтая */
    border-color: #e0a800 !important;
    color: #000 !important;
    margin: 4px 0;            /* равные вертикальные отступы */
    padding: 6px 12px;        /* как у обычной кнопки */
    font-size: 1rem;
}
.map-modal__move-btn:hover,
.map-modal__move-btn:focus,
.map-modal__move-btn:active {
    background-color: #ffc107 !important; /* не меняется при hover */
    border-color: #e0a800 !important;
    color: #000 !important;
}


.chart-legend-container {
  flex: 0 0 auto;
  width: 100%;
  overflow: hidden;
  padding: 8px 12px 2px;
  background: rgba(255, 255, 255, 0.025);
}

#chart-legend-marquee {
  display: inline-flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}

#chart-legend-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 28px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}

#chart-legend-marquee span::before {
  content: '';
  width: 14px;
  height: 3px;
  border-radius: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

@keyframes chart-legend-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* End */
/* /bitrix/components/atta/form.result.list.fast/templates/.default/style.css?17821303519017 */
