#allrecords ol {
    padding-left: 25px;
}
.uc-yamap {
    zoom: 1 !important;
}


.t-slds__container {
    border-radius: 18px;
    overflow: hidden;
}
.t-slds__thumbsbullet-border { border-radius: 8px; }
.t-slds__thumbsbullet {
    margin-right: 10px !important;
    margin-top: 10px !important;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 640px) {
    .t-slds__container {  border-radius: 12px; }
    .t-slds__thumbsbullet { border-radius: 6px; }
}

.elavt-tabs {
    width: 100%;
    font-family: var(--t-text-font);
}
.elavt-tabs__nav {
    list-style: none;
    display: flex;
    align-items: center;
    width: fit-content;
    background-color: #f5f5f5;
    padding: 4px !important;
    margin: 0 auto !important;
    border-radius: 18px;
}
.elavt-tabs__nav > li {
    height: 100%;
    white-space: nowrap;
}
.elavt-tab {
    all: unset;
    font: inherit;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 16px;
    opacity: .8;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.elavt-tab.active {
    border-radius: 14px;
    background-color: #00FF88;
    color: #2d2d2f;
    opacity: 1;
    pointer-events: none;
}
.elavt-tabs__body { padding: 40px 0 0; }
.elavt-tabs__body::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #ededed;
    border-radius: 1px;
    max-width: 960px;
    margin: 40px auto 0;
}
.elavt-tabs__content {
    display: none;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
    font-size: 16px;
    line-height: 1.55;
}
.elavt-tabs__content.active { display: block; }
.elavt-tabs h2 {
    margin-bottom: .8em;
    font-size: 1.25rem;
    font-weight: 600;
}
.elavt-tabs__content h4 {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 600;
}
.elavt-tabs__content p { margin-bottom: 1em; }
.elavt-tabs__content ul {
  /*padding-left: 18px;*/
  margin-bottom: 1em;
}
.elavt-tabs__content ul:last-child { margin-bottom: 0; }
@media screen and (max-width: 960px) {
    .elavt-tabs__nav {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 4px;
    }
}
@media (max-width: 640px) {
    .elavt-tabs__nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: stretch;
    }
    .elavt-tabs__nav > li { display: flex; }
    .elavt-tab {
        flex: 1;
        justify-content: center;
        flex-shrink: 0;
    }
    .elavt-tabs__content { padding: 0; }
}
.elavt-tabs table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    border-radius: 8px;
    overflow: hidden;
}
.elavt-tabs table th {
    background-color: #00FF88;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 10px 16px;
    text-align: left;
    border-right: 1px solid #00eb7d;
}
.elavt-tabs table th:last-child {
    border-right: none;
}
.elavt-tabs td {
    vertical-align: middle;
    padding: 10px 16px;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
}
.elavt-tabs tr > td:first-child {
    font-weight: 500;
    width: 50%;
    background-color: #fcfcfc;
}
.elavt-tabs tr.group-header td {
    background-color: #f3f3f3;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 10px 16px;
    border-bottom: 2px solid #e0e0e0;
}
tr:not(.group-header):nth-child(even) td {
    background-color: #fcfcfc;
}
.sub-param {
    padding-left: 28px !important;
    font-weight: 300 !important;
}
.badge {
    display: inline-block;
    background-color: #f3f3f3;
    color: #474747;
    padding: 2px 12px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin: 3px 6px 3px 0;
    border: 1px solid #e0e0e0;
}
.value-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
}
@media (max-width: 600px) {
    td, th {
        padding: 10px 10px;
        font-size: 14px;
    }
    .sub-param {
        padding-left: 16px !important;
    }
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}