@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sourse Sans Pro";
    src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff"), url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------html,body-----------------------------------*/
html, body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans";
    font-weight: 400;
    background: #ECECEC;
    font-style: normal;
    line-height: normal;
}

:root {
    --main: #0D74BB;
    --bg: #ECECEC;
    --hover: #E7F1F8;
    --white: #FFF;
    --table_line: #F8F8FA;
    --lines: #D9D9D9;
    --table_bg: #F6F9FA;
    --text-active: #002333;
    --text-inactive: #6C6D70;
    --common-placeholder: #6C6D70;
    --text-inactive-border: #A8A8A8;
    --text-active: #002333;
    --common-primary: #002333;
    --common-Primary-red: #DD052B;
    --red-text: #DC0032;
    --red-border: #DC0032;
}

/*--------------------------------------------wrapper-------------------------------------*/
.wrapper {
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}

/*--------------------------------------------container-----------------------------------*/
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px;
}

@media (max-width: 1199.98px) {
    .container {
        padding: 0 15px;
    }
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 66px;
    padding-bottom: 55px;
}

.title {
    color: #0A1729;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

@media (max-width: 1199.98px) {
    .title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .title {
        font-size: 26px;
    }
}

.title-h1 {
    color: var(--text-active);
    font-size: 18px;
    line-height: normal;
}

.title-h1--contract {
    color: var(--text-active);
    font-size: 24px;
}

.title-h2 {
    color: var(--text-active);
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.024px;
    text-transform: uppercase;
}

.title-h2 span:not(.title-h2--link) {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.title-h3 {
    color: var(--text-active);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.title--contract-subtitle {
    color: var(--text-active);
    font-size: 14px;
}

.contract .title--contract-subtitle {
    margin-bottom: -15px;
}

.title--tranche-financing {
    color: var(--text-inactive);
    font-size: 14px;
    letter-spacing: 0.021px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    padding: 0px 16px;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--main);
    color: var(--white);
    border: 1px solid var(--main);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.175px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.button:disabled {
    background-color: #0D74BB69;
    border-color: #0D74BB69;
}

@media (max-width: 1399.98px) {
    .button {
        min-width: 20%;
    }
}

@media (max-width: 1199.98px) {
    .button {
        min-width: 30%;
    }
}

@media (max-width: 767.98px) {
    .button {
        min-width: 48%;
    }
}

@media (max-width: 575.98px) {
    .button {
        min-width: 100%;
    }
}

.button:hover {
    color: var(--main);
    background: var(--white);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.button--clear {
    color: var(--text-active);
    border: 1px solid var(--text-active);
    background: var(--white);
}

.button--delete {
    color: #DC0032;
    border: 1px solid var(--common-Primary-red);
    background: var(--white);
}

.button--delete:hover {
    color: var(--white);
    background: var(--common-Primary-red);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.button-edit {
    border: none;
    outline: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/edit.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button-add {
    border: none;
    outline: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/add.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button-del {
    border: none;
    outline: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/delete.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button-doc {
    border: none;
    outline: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/document.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button-pen {
    border: none;
    outline: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/pen.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button-history {
    border: none;
    outline: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/history.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button-hide {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.button-hide .button-hide__text {
    text-align: left;
    color: var(--main);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.button-hide__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/expand_less.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.button-hide__icon.show {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.button-hide .button-hide__text--default {
    display: block;
}

.button-hide .button-hide__text--active {
    display: none;
}

.button-hide.active .button-hide__icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.button-hide.active .button-hide__text--active {
    display: block;
}

.button-hide.active .button-hide__text--default {
    display: none;
}

@media (min-width: 1400px) {
    .buttons-block--right .button {
        min-width: 15%;
    }
}

.card-item--entry-info .buttons-block {
    padding: 10px 20px;
}

.table-btn-green {
    background: #41BC9A;
    height: 30px;
    border: 1px solid #41BC9A;
}

.table-btn-green:hover {
    color: #41BC9A;
    background: var(--white);
    border: 1px solid #41BC9A;
}

.field {
    border-radius: 4px;
    border: 1px solid var(--common-placeholder);
    background: var(--common-white);
    outline: none;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: var(--text-active);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.field::-webkit-input-placeholder {
    color: var(--text-inactive);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field::-moz-placeholder {
    color: var(--text-inactive);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -moz-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field:-ms-input-placeholder {
    color: var(--text-inactive);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field::-ms-input-placeholder {
    color: var(--text-inactive);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field::placeholder {
    color: var(--text-inactive);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field:focus:-ms-input-placeholder {
    color: transparent;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field:focus::-ms-input-placeholder {
    color: transparent;
    -ms-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field:focus::placeholder {
    color: transparent;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field:disabled {
    border: 1px solid var(--text-inactive);
    background: var(--table_line);
}

.field--select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/icons/expand_more_black.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: calc(100% - 10px) center;
    /*color: var(--text-inactive);*/
    color: var(--text-active);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    cursor: pointer;
}

.field--select::-ms-expand {
    display: none;
}

.field--select::-webkit-scrollbar {
    display: none;
}

.field--m-width-265 {
    max-width: 265px;
}

.field--m-width-300 {
    max-width: 300px;
}

.multiselect.margin-0 {
    margin: 0;
}

.multiselect.field {
    padding: 0;
    border: 1px solid var(--common-placeholder);
}

.multiselect.is-active.field {
    border: 1px solid var(--common-placeholder);
    box-shadow: none;
}

.multiselect .multiselect-wrapper {
    min-height: auto;
}

.multiselect .multiselect-option.is-selected {
    background: var(--main);
    color: var(--ms-option-color-selected, #fff);
}

.dp__main.field {
    padding: 0;
}

@media (max-width: 1199.98px) {
    .field--m-width-265 {
        max-width: none;
        min-width: none;
        width: 49%;
    }

    .field--m-width-300 {
        max-width: none;
        min-width: none;
        width: 49%;
    }
}

@media (max-width: 767.98px) {
    .field--m-width-265 {
        width: 100%;
    }

    .field--m-width-300 {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .field--m-width-265 {
        min-width: 265px;
    }

    .field--m-width-300 {
        min-width: 265px;
    }
}

.field--select option {
    max-width: 100%;
    background: var(--white);
    padding: 14px 15px;
    color: var(--text-inactive);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field--select option:hover {
    color: var(--text-active);
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(32, 33, 36, 0.28);
    box-shadow: 0px 1px 6px 0px rgba(32, 33, 36, 0.28);
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.field--select.field--viewing:disabled option {
    color: var(--text-active);
    border: 1px solid var(--text-inactive);
    background: var(--table_line);
}

.title-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    color: var(--common-placeholder, #6C6D70);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.048px;
}

.title-field--relative {
    position: relative;
}

.field--add-icon-green {
    background-image: url("../img/icons/add_green.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 10px) center;
}

.link-select-item {
    position: absolute;
    top: 75%;
    right: 10px;
    transform: translate(0%, -75%);
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-color: #fff;
    z-index: 20;
}

.field--add-icon-green .field--viewing:disabled {
    background-image: none;
}

.field--textarea {
    vertical-align: top;
    min-height: 100px;
    padding: 10px 15px;
    resize: none;
}

.field--calendar {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/icons/calendar.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 10px) center;
    height: auto;
}

.field--file {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px dashed #6C6D70;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.field--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.field--downloaded-file {
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    padding: 0;
}

.interval-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    gap: 8px;
}

.interval-fields span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 25px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #6C6D70;
}

@media (max-width: 767.98px) {
    .interval-fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }
}

.link {
    color: #0A1729;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.link:hover {
    color: var(--main);
    text-decoration-line: none;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.link-black {
    color: #111111;
    text-decoration: none;
}

.link-black:hover {
    text-decoration: underline;
}

.link--big {
    color: #002333;
    font-weight: 600;
    text-transform: uppercase;
}

.link--color-main {
    color: var(--main);
}

.link--color-main:hover {
    text-decoration: none;
}

.link--fs12 {
    font-size: 12px;
}

.link--error {
    color: #DD052B;
    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.024px;
    text-decoration: none;
}

.breadcrumbs-container {
    position: relative;
    max-width: 100%;
    background: var(--white);
}

.breadcrumbs-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
}

@media (max-width: 1199.98px) {
    .breadcrumbs {
        padding-bottom: 15px;
        flex-wrap: wrap;
        row-gap: 8px;
    }
}

.breadcrumbs * {
    line-height: 1;
}

.breadcrumbs li {
    white-space: nowrap;
    display: inline;
    margin-right: 5px;
    font-size: 18px;
}

.breadcrumbs li:last-child {
    color: var(--text-active);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.breadcrumbs li a {
    text-decoration: none;
    color: var(--main);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.breadcrumbs li a:hover {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.breadcrumbs li:not(:first-child)::before {
    display: inline;
    content: "/";
    text-decoration: none;
    color: var(--text-active);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.filters-container {
    position: relative;
    max-width: 100%;
    border-top: 0.8px solid #CFE2F0;
    background: #FFF;
    padding-top: 20px;
}

.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding-block: 5px;
}

@media (max-width: 1199.98px) {
    .filters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.filters__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
}

@media (max-width: 1199.98px) {
    .filters__body {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .filters__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
    }
}

.filters__text {
    color: #0A1729;
    font-size: 12px;
    line-height: 20px;
}

.table-responsive {
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199.98px) {
    .table-responsive {
        width: 100%;
        overflow-y: auto;
    }
}

.table-responsive--padding {
    padding: 20px 40px 40px 40px;
}

@media (max-width: 1199.98px) {
    .table-responsive--padding {
        padding: 20px 15px;
    }
}

.table-responsive--bg-color-white {
    background: var(--white);
}

.table {
    width: 100%;
    font-size: 14px;
    color: var(--text-active);
    text-align: left;
    border-collapse: collapse;
    background: var(--white);
}

@media (max-width: 1199.98px) {
    .table {
        width: 100%;
        min-width: 390px;
        max-width: 100%;
    }
}

.region-list tr th {
    color: var(--text-inactive);
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid var(--bg);
    background: var(--white);
}

.region-list tr th {
    padding: 20px 25px 20px 0px;
}

.region-list tr th:first-child {
    padding: 20px 25px;
}

.region-list tbody tr:nth-child(even) {
    background: var(--table_line);
}

.region-list tbody tr td {
    padding: 25px 10px 35px 0px;
    width: 20%;
}

.region-list tbody tr td:nth-child(2) {
    width: 40%;
}

.region-list tbody tr td:first-child {
    padding: 25px 10px 35px 25px;
    white-space: nowrap;
    text-align: left;
}

.region-list.region-list--npa tbody tr td:last-child {
    max-width: 400px;
}

.register-contracts tbody tr td {
    color: var(--text-inactive);
}

.table-container {
    display: block;
    width: 100%;
    overflow-x: auto;
}

@media (max-width: 1199.98px) {
    .table-container {
        width: 100%;
        overflow-y: auto;
    }
}

.table-container--pad-inline {
    padding-inline: 20px;
}

.table--table-mini thead {
    background: var(--main);
}

.table--table-mini thead tr th {
    padding: 8px 15px;
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
}

.table--table-mini tbody tr td {
    padding: 10px 15px;
    color: var(--text-inactive);
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    border-bottom: 1px solid var(--lines);
    vertical-align: middle;
}

.table--table-mini tbody tr td:last-child .button-delete {
    margin-left: auto;
}

.card-item .table--table-mini {
    background: transparent;
}

.card-item .table--table-mini .td-text-bold {
    color: var(--text-active);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.175px;
    text-transform: uppercase;
}

.card-item .table--table-mini .td-text-bold span {
    margin-left: 25px;
}

.card-item .table--table-mini td {
    text-align: left;
}

.card-item .table--table-mini td .link {
    text-align: left;
}


.table--table-mini-white thead {
    background: var(--white);
}

.table--table-mini-white thead tr th {
    color: var(--text-inactive);
    border-bottom: 1px solid var(--lines);
}

.table--table-mini-white tbody tr td {
    color: var(--text-active);
}

.table--text-align-right thead tr th:last-child {
    text-align: right;
}

.table.table--programs-rfrp thead tr th:last-child {
    text-align: left;
}

.table.table--programs-rfrp thead tr th:nth-child(3) {
    text-align: right;
}

.table--text-align-right .table-button-block,
.table--table-mini .table-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
}

.entry-info__item .table-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    width: 25%;
}

.table--guarantee-capital thead tr th {
    color: var(--common-placeholder);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.048px;
}

.table--guarantee-capital tbody tr td {
    padding: 10px 0px;
}

@media (max-width: 1199.98px) {
    .table--guarantee-capital {
        width: 992px;
    }
}

.table.capitalisation {
    font-size: 12px;
    font-style: normal;
}

.capitalisation thead {
    background: var(--main);
}

.capitalisation thead tr th {
    padding: 12px 12px 12px 0px;
    padding-block: 12px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    line-height: 157%;
    text-transform: uppercase;
}

.capitalisation thead tr th:first-child {
    width: 50%;
}

.capitalisation tbody tr td {
    padding: 12px 12px 12px 0px;
    color: #0A1729;
    font-weight: 400;
    line-height: 173.406%;
}

.capitalisation tbody .title-td {
    color: #0A1729;
    font-weight: 700;
    line-height: 171.858%;
}

.capitalisation .title-row td {
    color: #0A1729;
    font-weight: 800;
    line-height: 170.337%;
}

.capitalisation .table-first-level td:first-child {
    padding: 12px 12px 12px 30px;
}

.capitalisation .table-second-level td:first-child {
    padding: 12px 12px 12px 50px;
}

.capitalisation .table-third-level td:first-child {
    padding: 12px 12px 12px 70px;
}

.capitalisation .total-row td {
    border-top: 0.8px solid #0D74BB;
    border-bottom: 0.8px solid #0D74BB;
}

.capitalisation .table-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.buttons-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.button-download {
    border: none;
    outline: none;
    background: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    background: var(--text-active);
}

.header__wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 22px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-item a {
    padding: 15px;
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.021px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.menu-item:hover a {
    color: var(--main);
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.menu-item.current a {
    color: var(--white);
}

.header__right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.header__help-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/help.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.user-profile {
    position: relative;
}

.user-profile__user {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    gap: 8px;
}

.user-profile__user-name {
    color: var(--white);
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.021px;
}

.user-profile__chevron-icon {
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/chevron-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.user-profile__chevron-icon.active {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.user-profile__window {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 6px;
    background: var(--white);
    -webkit-box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 6px 20px 0px rgba(0, 0, 0, 0.15);
    z-index: 160;
    list-style: none;
}

.user-profile__window.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-profile__window-top {
    padding: 15px 14px;
    border-bottom: 0.5px solid #C4C4C4;
}

.user-profile__window-bottom {
    padding: 15px 14px;
}

.user-profile__window-top a, .user-profile__window-bottom a {
    color: var(--common-primary);
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.021px;
    text-decoration: none;
    cursor: pointer;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--text-active);
}

.footer__wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 99px;
    height: 29px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.modal-overlay {
    display: none;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -5;
}

.modal-overlay.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 250;
}

.popup {
    /*position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    max-width: 570px;
    width: 100%;
    min-height: 190px;
    max-height: 80vh;
    gap: 30px;
    padding: 25px 35px;
    border-radius: 6px;
    background: #FFF;
    overflow-y: initial;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
    .popup {
        max-width: 90%;
    }
}

.popup.popup-oy-auto {
    overflow-y: auto;
}

.popup.popup-670 {
    max-width: 670px;
}

.popup .file-report-history {
    font-size: 14px;
}

.popup .file-report-history .title-report {
    font-weight: bold;
    padding-bottom: 4px;
}

.popup .history-budget-outer {
    text-align: left;
}

.popup .history-budget-outer h2 {
    padding-bottom: 4px;
}

.popup .history-budget-outer h2 .year {
    background: aquamarine;
}

.popup .history-budget-outer .history-budget-inner {
    border: 0;
    overflow-y: auto;
    max-height: 240px;
    margin-bottom: 8px;
}

.popup .history-budget-outer .history-budget-inner .line {
    border-bottom: 1px dotted #C4C4C4;
    padding: 2px 0;
    margin-bottom: 2px;
}

.popup .history-budget-outer .history-budget-inner .line span {
    font-weight: bold;
}

.popup .history-budget-outer .history-budget-inner .line .value {
    padding-bottom: 4px;
}

.modal-title {
    color: #0A1729;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal-body {
    color: var(--common-primary);
    text-align: center;
    font-size: 14px;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

.modal-bottom {
    margin-top: auto;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.modal-bottom.button-dialog-center {
    justify-content: center;
}

.modal-bottom .buttons-block {
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-bottom .buttons-block .button {
    min-width: 15%;
}

.popup.popup-close {
    gap: 15px;
}

.ubuntu-font {
    font-family: "Ubuntu";
}

.inter-font {
    font-family: "Inter";
}

.content {
    position: relative;
    max-width: 100%;
}

.content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 40px 0;
}

.content__wrapper--centered {
    padding: 0;
    height: calc(100vh - 190px);
    justify-content: center;
}

.content__contract {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 6px;
    background: var(--white);
    padding: 40px 25px 20px 25px;
}

.contract {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    width: 100%;
    gap: 35px;
}

.contract__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 35px;
    width: 100%;
    gap: 180px;
}

@media (max-width: 1499.98px) {
    .contract__row {
        gap: 90px;
    }
}

@media (max-width: 1399.98px) {
    .contract__row {
        gap: 45px;
    }
}

@media (max-width: 991.98px) {
    .contract__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.contract__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    max-width: 730px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .contract__item {
        max-width: 100%;
    }
}

.content__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.content__title--contract {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--lines);
}

.content__title--margin {
    margin-top: 100px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .content__title--margin {
        margin-top: 40px;
    }
}

.content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.content__text {
    color: #002333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.img-contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.img--ceo {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.region-list__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 35px 25px;
    background: var(--white);
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid var(--bg);
}

@media (max-width: 1399.98px) {
    .region-list__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.region-list__form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1500px;
    width: 100%;
}

@media (max-width: 1399.98px) {
    .region-list__form-body {
        width: 100%;
    }
}

.region-list__counter {
    color: var(--text-inactive);
    font-size: 12px;
    white-space: nowrap;
    margin-left: auto;
}

.buttons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

@media (max-width: 1399.98px) {
    .buttons-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1400px) {
    .buttons-block--right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.tranche-financing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 730px;
    gap: 15px;
    margin-top: 65px;
}

@media (max-width: 1199.98px) {
    .tranche-financing {
        max-width: 100%;
        margin-top: 0;
    }
}

.contract__item--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.entry-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 6px;
}

.entry-info.marginTop60 {
    margin-top: 60px;
}

.entry-info.marginTop80 {
    margin-top: 80px;
}

.entry-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 15px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid var(--lines);
    color: var(--text-inactive);
    line-height: 130%;
}

.entry-info__item span {
    text-align: right;
}

.entry-info__item a {
    text-align: right;
}

.entry-info--width50 {
    max-width: 730px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .entry-info--width50 {
        max-width: 100%;
    }
}

.entry-info--region-card .entry-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 0;
    border: none;
    color: var(--text-inactive);
    line-height: 130%;
    border-bottom: 1px solid var(--bg);
}

.grid-bg .entry-info__item:nth-child(even) {
    background: var(--table_line);
}

.card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.card-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1199.98px) {
    .card-item-wrapper {
        width: 100%;
    }
}

.card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px 25px 20px;
    border-radius: 6px;
    background: var(--table_bg);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(20, 20, 20, 0.08);
    box-shadow: 0px 2px 6px 0px rgba(20, 20, 20, 0.08);
    width: 48%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .card-item {
        width: 100%;
    }
}

.card-item--bg-white {
    background: var(--white);
}

.card-item-wrapper .card-item {
    width: 100%;
}

.card-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .card-item__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.card-item__body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 430px;
    padding: 15px;
    border-radius: 6px;
    background: var(--table_line);
    color: var(--text-active);
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.021px;
}

@media (max-width: 1199.98px) {
    .card-item__body-item {
        max-width: 100%;
    }
}

.card-item__body-item span {
    color: var(--text-active);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.card-item__body-item-m-width100 {
    min-width: 100%;
}

.card-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ECECEC;
}

.card-item--entry-info {
    padding: 0;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid var(--bg);
    background: var(--white);
    gap: 0;
}

.card-item--entry-info.paddingTopBottom-60 {
    padding: 20px 0 20px 0;

}

.card-item--entry-info .card-item__title {
    border-bottom: none;
    padding-bottom: 0;
    padding: 15px;
}

.card-item__title-icon {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../img/icons/expand_less_black.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.card-item__title-icon.show {
    transform: rotate(0deg);
}

.card-item__title--clickable {
    cursor: pointer;
}

.--clickable {
    cursor: pointer;
}

.card-item__title.active .card-item__title-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 10px;
}

.comment-item__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
}

.comment-item__title {
    color: var(--text-active);
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.021px;
}

.comment-item__text {
    color: var(--common-placeholder);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.048px;
}

.align-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.color-active {
    color: var(--text-active);
}

.width-60percent {
    width: 60%;
}

.gap-40 {
    gap: 40px;
}

.hidden {
    display: none;
}

.entry-info__item.hidden {
    display: none;
}

.white-space-no {
    white-space: nowrap;
}

.multiselect.field .multiselect-search, .multiselect.field .multiselect-option.is-selected, .multiselect.field .multiselect-single-label-text {
    color: var(--text-active);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.multiselect.field .multiselect-placeholder, .multiselect.field .multiselect-option, .multiselect.field .multiselect-no-options {
    color: var(--text-inactive);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.multiselect.field .multiselect-option.is-selected.is-pointed {
    color: var(--white);
    background: var(--main);
}

.table.region-list.region-list--npa .padding-right-130 {
    padding: 25px 130px 35px 25px;
}

.table.region-list.region-list--npa th {
    white-space: nowrap;
}

.table.region-list.region-list--npa td {
    padding: 25px 50px 35px 0px;
}

table.region-list.region-list--npa td:first-child {
    padding: 10px 15px;
    white-space: normal;
    position: sticky;
    left: 0;
    top: 0;
    background-color: #fff;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-700 {
    max-width: 700px;
}

.word-wrap {
    word-wrap: break-word;
}

.table--table-mini tbody tr .word-wrap {
    vertical-align: top;
}

.field--select.unvalidate {
    border-color: red !important;
}

.field--calendar.unvalidate {
    border-color: red !important;
}

.card-item-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 18px;
}

.card-item-box__img {
    position: relative;
    display: flex;
    width: 113px;
    height: 119px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: #D9D9D9;
}

.card-item-box__img.ceoPic {
    margin-left: 18px;
}

.card-item-box__img-icon {
    display: flex;
    width: 77px;
    height: 80px;
    flex-shrink: 0;
    background-image: url('../img/icons/Person.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.card-item-box__img .img {
    position: absolute;
    top: 0;
    left: 0;
}

.vue-tel-input.unvalidate {
    border-color: red !important;
}

.field.field--select.padding-right-25 {
    padding: 0px 25px 0px 15px;
}

.interval-fields span {
    background: transparent;
    margin-bottom: 0;
    height: 0;
}

.entry-info__item.entry-info__item--clickable {
    cursor: pointer;
}

.button-hide__icon.button-hide__icon--active {
    transform: rotate(0deg);
}

.card-item__title-icon.card-item__title-icon--active {
    transform: rotate(0deg);
}

.label-add-file {
    width: 100%;
}

.label-add-file.drag-started span.field {
    border-color: #0D74BB;
    background: #1880C863;
    color: #fff;
}

/*.dp--menu-wrapper {
  position: absolute;
  z-index: 99999;
  top: 0 !important;
}*/
.title-field__doc {
    display: flex;
    align-items: center;
}

.dp__input {
    border-width: 0 !important;
}


/** Пагинация */
.pagination-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 0;
    margin-top: 10px;
    column-gap: 10px;
}

.pagination-list {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.pagination-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination-list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    padding: 0;
    line-height: 1;
    border-radius: 4px !important;
    color: #002333;
    font-weight: 600;
    font-size: 14px;
    width: 32px;
    height: 32px;
    text-decoration: none;
    border: 1px solid #fff;
    background-color: #fff;
}

.pagination-list > li > a:hover {
    background: #0d74bb;
    color: #fff;
    border: 1px solid #0d74bb;
    color: #fff;
    text-decoration: none;
}

.pagination-list > li.active > a {
    background: #0d74bb;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0d74bb;
}

.pagination-sorting-all {
    color: #23527c;
    font-weight: 600;
    font-size: 14px;
}

.width-auto {
    width: auto;
    justify-content: space-between;
}

.justify-content-space-between {
    justify-content: space-between;
    flex-wrap: wrap;
}

.error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1050px;
    width: 100%;
    align-self: center;
}

.error-container__img {
    position: relative;
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.error-container__img--403 {
    background-image: url('../img/icons/403-error.svg');
}

.error-container__img--404 {
    background-image: url('../img/icons/404-error.svg');
}

.error-container__img--500 {
    background-image: url('../img/icons/500-error.svg');
}

.error-container__description {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.error-title {
    color: #6C6D70;
    text-align: center;
    font-family: Ubuntu;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 24px;
}

.error-subtitle {
    color: #6C6D70;
    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.024px;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.loader {
    border: 8px solid var(--white);
    border-top: 8px solid var(--main);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*
.field--calendar-static .dp__outer_menu_wrap.dp--menu-wrapper{
    position: static;
}

.field--calendar-static .dp__outer_menu_wrap.dp--menu-wrapper .dp__arrow_top{
    display: none;
}*/

.contacts-table th {
    white-space: nowrap;
}

.--desktop {
}

.--mobile {
    display: none;
}

.stl-no-wrap {
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .table-calendar-wrapper {
        overflow-y: visible;
        padding-inline: 0;
    }

    .table-calendar-wrapper table {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        overflow-x: auto;
        overflow-y: visible;
    }

    .table.region-list.region-list--npa .padding-right-130 {
        padding: 25px 35px;
    }
}

@media (max-width: 767.98px) {
    .header__wrapper {
        padding: 12px 0;
    }

    .page {
        padding-top: 45px;
    }

    .table--programs-rfrp a.button {
        max-width: 120px;
        min-width: auto;
        height: 35px;
    }

    .filters-container {
        padding-top: 15px;
    }

    .region-list tbody tr td:nth-child(2) {
        width: auto;
    }

    .table.region-list.region-list--npa td {
        padding: 10px 10px;
    }

    .table.region-list.region-list--npa td.max-width-400 {
        width: auto;
        max-width: auto;
    }

    .table-no-overflow {
        overflow-x: visible !important;
    }

    .table-no-overflow .table--table-mini {
        min-width: 100% !important;
    }

    .content__wrapper {
        padding: 25px 0;
    }

    .table-calendar-wrapper table tbody tr td {
        padding: 10px 5px;
    }

    .table-calendar-wrapper table tbody tr td .field {
        padding: 0 5px;
    }

    .table-calendar-wrapper table tbody tr td.table-calendar-td {
        width: 160px;
    }

    .table-calendar-wrapper table tbody tr td.table-calendar-td .dp__input_icon_pad {
        padding-right: 5px;
    }

    .table-calendar-wrapper table tbody tr td.table-calendar-td .dp--clear-btn svg {
        padding: 6px 3px;
        margin-top: 4px;
    }

    .table-calendar-wrapper table tbody tr td.table-calendar-td .dp__input_icon {
        margin-top: 1px;
    }

    .region-list tbody tr td, .region-list tr th {
        padding: 10px;
    }

    .region-list__form {
        padding: 15px;
    }

    .card-row {
        gap: 25px;
    }

    .entry-info--region-card .entry-info__item {
        column-gap: 10px;
        font-size: 14px;
        padding: 10px 5px;
    }

    .card-item-box {
        padding-right: 0px;
    }

    .card-item-box__img, .card-item-box__img.ceoPic {
        margin-left: 10px;
    }

    .entry-info--region-card .entry-info__item {
        font-size: 14px;
    }

    .stl-text-ecl {
        overflow-x: hidden;
        text-overflow: ellipsis;
    }

    .stl-text-ecl a {
        white-space: nowrap;
    }

    .card-item {
        padding: 15px 10px;
    }

    .region-list tbody tr td:first-child {
        padding: 10px 15px;
        white-space: normal;
        position: sticky;
        left: 0;
        top: 0;
        background-color: #fff;
    }

    .region-list thead tr th:first-child {
        padding: 10px 15px;
    }

    .region-list tbody tr td {
        vertical-align: middle;
    }

    .region-list thead tr th:first-child {
        position: sticky;
        left: 0;
        top: 0;
        background-color: #fff;
    }

    .table--table-mini tbody tr td {
        padding: 10px;
    }

    .table.region-list.region-list--npa .padding-right-130 {
        padding: 10px 15px;
    }

    .popup {
        padding: 20px 15px;
    }

    .modal-bottom .buttons-block {
        gap: 8px;
    }

    .table-mobile-style {
        min-width: 100%;
    !important;
    }

    .breadcrumbs-wrapper {
        padding: 13px 0;
    }

    .breadcrumbs {
        padding: 0;
    }

    .breadcrumbs li, .breadcrumbs li a {
        white-space: normal;
        display: flex;
    }

    .breadcrumbs li:last-child, .breadcrumbs li a, .breadcrumbs li, .breadcrumbs li:not(:first-child)::before {
        font-size: 13px;
    }

    .content__wrapper .card-row:first-child {
        margin-top: 5px;
    }

    .table--table-mini thead tr th {
        padding: 8px 10px;
    }

    .card-item--entry-info.paddingTopBottom-60 {
        padding: 15px 10px;
    }
    .user-profile__user-name {
        white-space: nowrap;
    }
}

@media (max-width: 667.98px) {
    .user-profile__user-name {
        max-width: 400px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .mobile-styles-fd {
        display: flex;
        flex-direction: column;
        row-gap: 3px;
    }
}

@media (max-width: 567.98px) {
    .user-profile__user-name {
        max-width: 200px;
    }
    .--desktop {
        display: none;
    }

    .--mobile {
        display: block;
    }

    .title {
        font-size: 20px;
        padding-left: 0px;
    }

    .table-no-overflow .table--table-mini thead tr th {
        padding: 8px 5px;
    }

    .table-no-overflow .table--table-mini tbody tr td {
        padding: 6px;
    }

    .content__contract {
        padding: 40px 15px 25px;
    }

    .popup {
        max-width: 97.9%;
    }

    .card-item--entry-info .card-item__title {
        padding: 10px 5px;
    }
}

@media (max-width: 420.98px) {
    .main-menu .menu-item a {
        padding: 15px 5px;
    }

    .user-profile__user-name {
        max-width: 160px;
    }

    .modal-bottom .buttons-block {
        column-gap: 4px;
        row-gap: 8px;
    }

    .modal-bottom .buttons-block .button {
        font-size: 12px;
        padding: 0 10px;
    }

    .table-mobile-style-container {
        overflow-x: auto;
    }

    .table-mobile-style-container .table-mobile-style {
        min-width: 410px;
    }
}

@media (max-width: 380.98px) {
    .user-profile__user-name {
        max-width: 130px;
    }
}

.multiselect.field .multiselect-option.is-selected {
    color: #ffffff !important;
}