@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --status-1: #49897A;
    --status-2: #6FA598;
    --status-3: #DF9B36;
    --status-4: #CB6772;
    --status-5: #B64955;

    --status-bg-1: #E4F3F0;
    --status-bg-2: #E4F3F0;
    --status-bg-3: #FFEACB;
    --status-bg-4: #FFD0D5;
    --status-bg-5: #FFD0D5;

    --statusActiveBg: var(--status-bg-1);
    --statusActive: var(--status-1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 0.02em;
}

body {
    font-family: "Montserrat", sans-serif;
    background: #aaa;
    color: #717787;
}
/*body {*/
/*    font-family: "DejaVu Serif", sans-serif;*/
/*    background: #aaa;*/
/*    color: #717787;*/
/*}*/

h1 {
    font-size: 20px;
    color: #16263A;
}

.fz-18 {
    font-size: 18px;
}

p {
    font-size: 12px;
}

a {
    color: inherit;
}

#app {
    background: #fff;
    width: 795px;
    margin: 0 auto;
    position: relative;
    /*left: -9px;*/
    /*transform: translateX(-9px);*/
}

.horizon {
    padding: 0 30px;
}

.sheet {
    padding: 30px 0;
    height: 1120px;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
}

.sheet_1 {
    --statusActive: var(--status-1);
    --statusActiveBg: var(--status-bg-1);
}

.sheet_2 {
    --statusActive: var(--status-2);
    --statusActiveBg: var(--status-bg-2);
}

.sheet_3 {
    --statusActive: var(--status-3);
    --statusActiveBg: var(--status-bg-3);
}

.sheet_4 {
    --statusActive: var(--status-4);
    --statusActiveBg: var(--status-bg-4);
}

.sheet_5 {
    --statusActive: var(--status-5);
    --statusActiveBg: var(--status-bg-5);
}

.sheet-header {
    display: flex;
    justify-content: space-between;
}

.sheet-header-action {
    display: flex;
    align-items: center;
    gap: 4px;
    /*--color: #7AB5A7;*/
    /*color: var(--color);*/
    color: #717787;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 12px;
}

.sheet-header p {
    margin-top: 4px;
}

.sheet-inn {
    display: flex;
    gap: 6px;
    font-size: 13px;
    padding: 7px 25px;
    border-radius: 5px;
    background: #F4F4F4;
    align-self: flex-end;

    span {
        font-weight: 600;
        color: #41546C;
    }
}

.sheet-body {
    flex-grow: 1;
}

.header {
    display: flex;
    justify-content: space-between;
}

.header-left {
    display: flex;
    gap: 20px;
}

.header img {
    display: block;
}

.header-logo img {
    margin-top: 1px;
}

.header-title {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
    color: #41546C;
}

.header-text {
    line-height: 140%;
    margin-top: 1px;
    width: 270px;
}

.header-status {
    margin-top: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    background: #B64955;
    color: #fff;
    margin-bottom: 35px;
}

.footer {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.footer-page {
    color: #16263A;
    font-weight: 600;
}

.graphics {
    margin-top: 35px;
}

.graphics h1 {
    color: #41546C;
    margin-bottom: 16px;
}

.graphics-wrapper {
    display: flex;
    gap: 20px;
}

.graphics-left,
.graphics-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(50% - 10px);
}

.graphics-item {
    border-radius: 5px;
    background: #627184;
    padding: 16px 20px;
    color: #fff;
}

.graphics-item.first {
    background: #41546C;
}

.graphics-item.first .input-value {
    background: var(--statusActive);
    color: #fff;
}

.graphics-item.big {
    flex-grow: 1;
}

.graphics-item-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 120%;
}

.input {
    margin-top: 16px;
}

.input-label {
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 6px;
}

.input-value {
    border-radius: 5px;
    background: #fff;
    padding: 6px 20px 7px;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #16263A;
    display: flex;
    gap: 10px;
    align-items: center;
}

.input-value-check {
    width: 27px;
    height: 27px;
    stroke: var(--statusActive);
}

.range {
    margin-top: 16px;
}

.range-value {
    /*display: flex;*/
    /*justify-content: space-between;*/
    font-size: 13px;
    line-height: 120%;
    height: 1.2em;
    position: relative;
}

.range-value span {
    position: absolute;
    transform: translateX(-50%);
}

.range-value span:first-child {
    transform: none;
}

.range-value span:last-child {
    right: 0;
    transform: none;
}


.range-line {
    margin-top: 6px;
    height: 4px;
    position: relative;
    background: #4E5F75;
    display: flex;
}

.range-line span {
    width: 1px;
    background: #4E5F75;
    height: 8px;
    top: -2px;
    position: absolute;
    transform: translateX(-50%);
}

.range-line span:first-child {
    transform: none;
}

.range-line span:last-child {
    right: 0;
    transform: none;
}

.range-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: var(--width);
    background: var(--statusActive);
}

.interest {
    margin-top: 20px;
    font-size: 13px;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.interest-item {
    display: flex;
    opacity: .7;
}

.interest-item i {
    font-style: normal;
    margin-left: 2px;
    margin-right: 2px;
}

.interest-item span {
    width: 67px;
    flex-shrink: 0;
    white-space: nowrap;
}

.graphics-table {
    margin-top: 16px;
    border-radius: 5px;
    border: 1px solid rgba(224, 224, 224, .2);
    font-size: 10px;
    text-align: center;
    color: rgba(255, 255, 255, .5);
}

.graphics-table table {
    width: 100%;
    border-collapse: collapse;
}

.graphics-table th {
    line-height: 110%;
    font-weight: 400;
    padding: 8px 3px;
    border-bottom: 1px solid rgba(224, 224, 224, .2);
}

.graphics-table .active td {
    position: relative;
    font-weight: 600;
    color: #fff;
    z-index: 1;
}

.graphics-table .active td:before {
    background: var(--statusActive);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: .5;
    z-index: -1;
}

.graphics-table th:not(:first-child),
.graphics-table td:not(:first-child) {
    border-left: 1px solid rgba(224, 224, 224, .2);
}

.graphics-table td {
    line-height: 140%;
    white-space: nowrap;
    padding: 8px 3px;
}

.scheme {
    position: relative;
}

.scheme-circle {
    position: absolute;
    border-radius: 50%;
    color: #fff;
}

.scheme-circle img {
    display: block;
}

.scheme-circle_one {
    left: 272px;
    top: 0;
    width: 200px;
    height: 200px;
    background: var(--statusActive);
    padding: 60px 24px;
}

.scheme-circle-h1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
}

.scheme-circle-status {
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
}

.scheme-circle__two {
    width: 170px;
    height: 170px;
    background: #627184;
    padding: 60px 20px 40px;
}

.scheme-circle__two_1 {
    top: 119px;
    left: 41px;
}

.scheme-circle__two_2 {
    top: 230px;
    left: 285px;
    padding-top: 50px;
}

.scheme-circle__two_3 {
    top: 119px;
    right: 42px;
}

.scheme-circle-h2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
}

.scheme-circle-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-top: 2px;
}

.scheme-circle__three {
    width: 160px;
    height: 160px;
    background: #B4BECA;
    padding: 50px 12px;
    color: #41546C;
}

.scheme-circle__three_1 {
    left: 0;
    top: 329px;
}

.scheme-circle__three_2 {
    bottom: 16px;
    left: 160px;
}

.scheme-circle__three_3 {
    bottom: 16px;
    right: 162px;
}

.scheme-circle__three_4 {
    top: 329px;
    right: 2px;
}

.scheme-circle__three .scheme-circle-value {
    font-size: 18px;
    color: #16263A;
    white-space: nowrap;
}

.scheme-footer {
    width: 381px;
    border-radius: 5px;
    background: #F5F5F5;
    padding: 12px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

.scheme-footer p {
    line-height: 120%;
}

.scheme-footer .interest {
    margin-top: 10px;
}

.scheme-footer .interest-item {
    opacity: 1;
}

.scheme-top {
    padding: 12px;
    width: 384px;
    border-radius: 5px;
    background: var(--statusActiveBg);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 125px;
    position: relative;
}

.scheme-top img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 4px);
}

.scheme-description {
    position: absolute;
    border-radius: 5px;
    padding: 12px;
    background: #F5F5F5;
    line-height: 1.13;
    width: 280px;
}

.scheme-description p:not(:last-child) {
    margin-bottom: 1.2em;
}

.scheme-description_1 {
    left: -6px;
    top: -68px;
    width: 271px;
}

.scheme-description_2 {
    right: -10px;
    top: -112px;
}

.sheet_3 .sheet-header p {
    font-weight: 500;
}

.sheet-title {
    color: #41546C;
    margin-bottom: 16px;
}

.contacts {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contacts-group {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
}

.contacts-item {
    font-size: 13px;
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.contacts-item span {
    font-weight: 600;
    font-size: 13px;
    color: #41546C;
}

.contacts-item_phone {
    width: 100%;
    gap: 0 20px;
}

.contacts-item_phone span {
    width: 100%;
    margin-bottom: 6px;
}

.contacts-item_phone a {
    width: calc(50% - 10px);
    line-height: 160%;
    text-decoration: none;
}

.contacts-item_100 {
    width: 100%;
}

.sheet-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sheet-list-item {
    position: relative;
    padding-left: 20px;
}

.sheet-list-item img,
.sheet-list-item svg {
    position: absolute;
    top: 0;
    left: 0;
    fill: #C94959;
}

.sheet-list-item.primary svg {
    fill: #7AB5A7;
}

.sheet-list-item.danger svg {
    fill: #C94959;
}

.sheet-list-item.warning svg {
    fill: #CE8452;
}

.sheet-list-item-title {
    font-size: 15px;
    line-height: 110%;
    font-weight: 600;
    color: #41546C;
    margin-bottom: 6px;
}

.sheet-list-item p {
    font-size: 13px;
    line-height: 140%;
}

.sheet-date {
    border: 1px solid #DDE6EF;
    border-radius: 5px;
    overflow: hidden;
}

.sheet-date-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 13px;
    color: #16263A;
}

.sheet-date-item:nth-child(odd) {
    background: #EBEEF1;
}

.sheet-date-item span {
    max-width: 430px;
}

.sheet-date-item strong {
    font-weight: 600;
}

.sheet-table {
    margin-top: 50px;
    border-radius: 5px;
    border: 1px solid #DDE6EF;
    overflow: hidden;
}

.mb-20 {
    margin-bottom: 20px;
}

.sheet-table table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

.sheet-table table th {
    font-weight: 600;
}

.sheet-table thead th {
    background: #41546C;
    color: #fff;
}

.sheet-table tbody tr:nth-child(odd) th,
.sheet-table tbody tr:nth-child(odd) td {
    background: #EBEEF1;
}

.sheet-table table th,
.sheet-table table td {
    padding: 10px;
    text-align: left;
}

/*последняя таблица начало*/

.table-last table {
    width: 100%;
    border-collapse: collapse;
}

.table-last td {
    font-size: 10px;
    line-height: 140%;
    color: #16263A;
    /*padding: 10px 5px 10px 10px;*/
    padding: 5px 5px 5px 10px;
    white-space: nowrap;
}

.table-last th {
    font-size: 12px;
    text-align: left;
}

.table-last thead tr th {
    background: #41546C;
    padding: 10px 5px 10px 10px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    font-weight: 600;
}

.table-last tbody th {
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    /*padding: 8px 5px 8px 10px;*/
    padding: 6px 5px 6px 10px;
    color: #16263A;
}

.table-last thead tr th:last-child {
    border-top-right-radius: 5px;
}

.table-last thead tr th:first-of-type {
    border-top-left-radius: 5px;
}

.table-last tbody tr:nth-child(even) th,
.table-last tbody tr:nth-child(even) td {
    background: #EBEEF1;
}

.table-last tbody tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.table-last tbody tr:first-child th,
.table-last tbody tr:first-child td,
.table-last tbody tr:last-child th,
.table-last tbody tr:last-child td {
    background: #D3DBE2;
}

.table-last tbody * {
    position: relative;
}

.table-last tbody tr :first-child:before {
    content: '';
    border-left: 1px solid #DDE6EF;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: inherit;
}

.table-last tbody tr :last-child:before {
    content: '';
    border-right: 1px solid #DDE6EF;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: inherit;
}

.table-last tbody tr:last-child :first-child {
    border-bottom-left-radius: 5px;
}

.table-last tbody tr:last-child :last-child {
    border-bottom-right-radius: 5px;
}

/*последняя таблица конец*/