﻿/* COMMON start */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    outline: none;
}

html {
    height: 100%;
}

body,
html {
    min-height: 100%;
    width: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20.8px;
    color: var(--blue-color);
    font-variation-settings: "wdth" 100;
}

ol,
ul,
p {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    min-height: 87px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--blue-color);
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a.link-blue-light {
    transition: color .2s ease;
    color: var(--blue-light-color-3);
}

a.link-blue-light:hover {
    color: var(--blue-light-color-6);
}

.text-muted {
    color: var(--grey-light-color);
}

.text-size-18 {
    font-size: 18px;
    line-height: 23.4px;
}

.text-break {
    word-break: break-all;
}

.title-page-28 {
    font-size: 28px;
    line-height: 36.4px;
    font-weight: 700;
}

.container-1470 {
    max-width: 1470px;
    margin: 0 auto;
}

.container-1770 {
    max-width: 1770px;
    margin: 0 auto;
}

#PageContent {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.remove-safe-gutters {
    margin-left: -10px;
    margin-right: -10px;
}

.cursor-pointer {
    cursor: pointer;
}

/* COMMON end */

/* REDESIGN BOOTSTRAP start */
.own-dropdown .dropdown-toggle.nav-link {
    padding-left: 0;
}

.own-dropdown .dropdown-toggle::after {
    content: '';
    border: 0;
    width: 10px;
    height: 5px;
    margin-left: 7px;
    vertical-align: 3px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzFENDM3QyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat;
    background-size: contain;
}

.own-dropdown.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.own-dropdown .dropdown-menu {
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    border-color: var(--blue-color);
}

.own-dropdown .dropdown-item {
    height: 37px;
    padding: 10px 34px 10px 12px;
    line-height: 1.4;
    font-size: 14px;
    color: var(--blue-color);
    cursor: pointer;
}

.own-dropdown .dropdown-item.active,
.own-dropdown .dropdown-item:hover {
    background-color: var(--blue-light-color);
}

/* REDESIGN BOOTSTRAP end */

/* HEADER start */
.header {
    padding: 12px 10px;
    margin: 0 -10px;
    box-shadow: 0px 4px 20px 0px #415E7233;
    z-index: 2;
}

.header__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header__part-1 {
    display: flex;
}

.header__part-2,
.header__part-3 {
    display: flex;
    align-items: center;
}

.header__part-2 {
    flex-grow: 1;
    justify-content: end;
}

.header__contacts,
.header__socials {
    margin-right: 24px;
}

.header__options {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.header__logo-uub {
    margin-right: 12px;
}

.header__logo-prozorro {
    align-self: flex-end;
}

.header__contacts-wrapper {
    display: flex;
}

.header__user-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header__user-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.spare-number {
    display: none;
}

.logo-uub {
    width: 157px;
}

.logo-prozorro {
    width: 163px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-prozorro__img {
    padding: 0 11px;
}

.socials {
    width: 196px;
    display: flex;
    justify-content: space-between;
}

.socials__item {
    transition: transform .2s ease;
}

.socials__item:hover {
    transform: scale(1.1);
}

.socials__item:focus {
    outline: 2px solid #000;
    border-radius: 8px;
}

.contacts {
    position: relative;
}

.contacts__modal {
    display: none;
    padding: 16px;
    border: 1px solid var(--blue-color);
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    line-height: 18.2px;
    font-size: 14px;
    background: #fff;
}

.contacts:hover .contacts__modal {
    display: block;
}

.contacts__modal-item {
    margin-bottom: 8px;
}

.contacts__modal-item:last-child {
    margin-bottom: 0;
}

.lang-choice__dropdown {
    height: 24px;
    cursor: pointer;
}

.lang-choice .dropdown-toggle::after {
    width: 24px;
    height: 24px;
    margin: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjIwMTY2IDIuMzk1MTlDNy4yNjEwNiAyLjk1ODE3IDUuNTM1ODggNC4wOTA1OCA0LjI1MTIxIDUuNjQ0NjlDMi45NjY1NCA3LjE5ODc5IDIuMTgyMDIgOS4xMDI0MyAyIDExLjEwNzJINi41ODk3OUM2Ljg1NzMzIDguMDU2NDUgNy43NDU1IDUuMDkxNzkgOS4yMDAyMyAyLjM5Mzc2TTYuNTg5NzkgMTIuODkyOEgyQzIuMTgxNjQgMTQuODk3NyAyLjk2NTgzIDE2LjgwMTUgNC4yNTAyNSAxOC4zNTU5QzUuNTM0NjYgMTkuOTEwMiA3LjI1OTY4IDIxLjA0MyA5LjIwMDIzIDIxLjYwNjNDNy43NDU1IDE4LjkwODIgNi44NTczMyAxNS45NDM2IDYuNTg5NzkgMTIuODkyOFpNMTEuNTAwOSAyMS45ODc3QzkuNzYxODggMTkuMjQwOSA4LjY5NTcxIDE2LjEyNTUgOC4zODg0MSAxMi44OTI4SDE1LjYxMDJDMTUuMzAyOSAxNi4xMjU1IDE0LjIzNjcgMTkuMjQwOSAxMi40OTc3IDIxLjk4NzdDMTIuMTY1NiAyMi4wMDQxIDExLjgzMjkgMjIuMDA0MSAxMS41MDA5IDIxLjk4NzdaTTE0Ljc5OTggMjEuNjA0OEMxNi43NDAxIDIxLjA0MTYgMTguNDY1IDE5LjkwOTEgMTkuNzQ5NCAxOC4zNTVDMjEuMDMzOCAxNi44MDA5IDIxLjgxODEgMTQuODk3NCAyMiAxMi44OTI4SDE3LjQxMDJDMTcuMTQyNyAxNS45NDM2IDE2LjI1NDUgMTguOTA4MiAxNC43OTk4IDIxLjYwNjNNMTcuNDEwMiAxMS4xMDg3SDIyQzIxLjgxODQgOS4xMDM3OCAyMS4wMzQyIDcuMTk5OTYgMTkuNzQ5OCA1LjY0NTZDMTguNDY1MyA0LjA5MTIzIDE2Ljc0MDMgMi45NTg1IDE0Ljc5OTggMi4zOTUxOUMxNi4yNTQ1IDUuMDkzMjIgMTcuMTQyNyA4LjA1Nzg4IDE3LjQxMDIgMTEuMTA4N1pNMTEuNTAwOSAyLjAxMjM2QzExLjgzMzQgMS45OTU4OCAxMi4xNjY2IDEuOTk1ODggMTIuNDk5MSAyLjAxMjM2QzE0LjIzNzYgNC43NTkyMyAxNS4zMDMzIDcuODc0NjcgMTUuNjEwMiAxMS4xMDcySDguMzg5ODRDOC43MDEwOSA3Ljg1NDY4IDkuNzY5NjUgNC43MzY0IDExLjUwMDkgMi4wMTIzNloiIGZpbGw9IiMxRDQzN0MiLz4KPC9zdmc+Cg==) no-repeat;
    transition: transform .2s ease;
}

.lang-choice__dropdown:hover::after {
    transform: scale(1.1);
}

.lang-choice .dropdown-menu {
    min-width: auto;
}

.lang-choice .dropdown-item {
    padding-right: 12px;
}

.theme-choice {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDNDMTAuODA2NSA0LjE5MzQ3IDEwLjEzNiA1LjgxMjE3IDEwLjEzNiA3LjVDMTAuMTM2IDkuMTg3ODMgMTAuODA2NSAxMC44MDY1IDEyIDEyQzEzLjE5MzUgMTMuMTkzNSAxNC44MTIyIDEzLjg2NCAxNi41IDEzLjg2NEMxOC4xODc4IDEzLjg2NCAxOS44MDY1IDEzLjE5MzUgMjEgMTJDMjEgMTMuNzggMjAuNDcyMiAxNS41MjAxIDE5LjQ4MzIgMTcuMDAwMUMxOC40OTQzIDE4LjQ4MDIgMTcuMDg4NyAxOS42MzM3IDE1LjQ0NDIgMjAuMzE0OUMxMy43OTk2IDIwLjk5NjEgMTEuOTkgMjEuMTc0MyAxMC4yNDQyIDIwLjgyNzFDOC40OTgzNiAyMC40Nzk4IDYuODk0NzIgMTkuNjIyNiA1LjYzNjA0IDE4LjM2NEM0LjM3NzM3IDE3LjEwNTMgMy41MjAyIDE1LjUwMTYgMy4xNzI5NCAxMy43NTU4QzIuODI1NjcgMTIuMDEgMy4wMDM5IDEwLjIwMDQgMy42ODUwOSA4LjU1NTg1QzQuMzY2MjggNi45MTEzMSA1LjUxOTgzIDUuNTA1NzEgNi45OTk4NyA0LjUxNjc3QzguNDc5OTEgMy41Mjc4NCAxMC4yMiAzIDEyIDNaIiBmaWxsPSIjMUQ0MzdDIi8+Cjwvc3ZnPgo=) no-repeat;
}

.login-btns {
    display: flex;
}

.login-btns__btn:first-child {
    margin-right: 8px;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info__data {
    margin-right: 24px;
}

.user-info__name,
.user-info__email,
.user-info__id {
    display: block;
}

.user-info__name {
    font-weight: 700;
}

.user-info__email-text,
.user-info__name-text {
    display: block;
    max-width: 320px;
}

.user-info__email,
.user-info__id {
    color: var(--grey-light-color);
}

.user-info__logout {
    cursor: pointer;
    transition: transform .2s ease;
}

.user-info__logout:hover {
    transform: scale(1.1);
}

.burger-menu-modal,
.burger-menu {
    display: none;
}

.burger-menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    backdrop-filter: blur(4px);
}

.burger-menu-modal__bg {
    flex-grow: 1;
    background: #152640;
    opacity: 0.7;
}

.burger-menu-modal__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 256px;
    padding: 32px 10px 56px 10px;
    background: #fff;
}

.burger-menu-modal__close-icon {
    width: 24px;
    align-self: end;
}

.burger-menu-modal__contacts {
    margin-bottom: 30px;
}

.burger-menu__socials {
    margin-bottom: 30px;
}

.burger-menu__options {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

/* HEADER end */

/* CUSTOM BLOCKS - start */

.main {
    flex-grow: 1;
    background-color: var(--grey-color);
}

.main__content {
    flex-grow: 1;
}

.main__wrapper {
    padding: 30px;
}

.main__tabs-content {
    display: flex;
    justify-content: center;
}

.main__tabs {
    max-width: 1000px;
    flex-grow: 1;
}

.custom-block {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 20px 0px #415E7233;
}

.custom-block_one-block {
    margin-bottom: 0 !important;
}

.custom-block__title {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36.4px;
    text-align: center;
}

.custom-block__title_mb_12 {
    margin-bottom: 12px;
}

.custom-block__subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
}

.custom-block__text {
    line-height: 20.8px;
    margin-bottom: 12px;
}

.custom-block__text_fz_14 {
    line-height: 18.2px;
    font-size: 14px;
}

.custom-block__text_mb_16 {
    margin-bottom: 16px;
}

.custom-block_theme_white {
    background-color: var(--white-color);
}

.custom-block_theme_white .custom-block__subtitle,
.custom-block_theme_white .custom-block__title,
.custom-block_theme_white .custom-block__text {
    color: var(--blue-color);
}

.custom-block_theme_blue {
    background-color: var(--blue-color-2);
}

.custom-block_theme_blue .custom-block__subtitle,
.custom-block_theme_blue .custom-block__title,
.custom-block_theme_blue .custom-block__text {
    color: var(--white-color);
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 855px;
    width: 100%;
    padding: 30px 16px;
    border-radius: 12px;
    background: rgba(41, 95, 175, 0.6);
    box-shadow: 10px 11px 30px 0px rgba(28, 57, 109, 0.4), 4px 4px 8.7px 0px rgba(234, 241, 250, 0.3) inset;
    backdrop-filter: blur(8px);
}

.form__content {
    max-width: 615px;
    width: 100%;
}

.form__content .text-danger {
    color: var(--danger-color-6) !important;
}

.form__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36.4px;
    text-align: center;
    margin-bottom: 12px;
    color: var(--white-color);
}

.form__label {
    margin-bottom: 4px;
    font-weight: 700;
    line-height: 20.8px;
    color: var(--white-color);
}

.form__field {
    border-color: transparent;
}

.form__field:last-of-type {
    margin-bottom: 12px;
}

.form__password {
    position: relative;
}

.form__password-view {
    width: 24px;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
}

.form__info {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18.2px;
    text-align: center;
    color: var(--white-color);
}

.form__info-link {
    font-weight: 700;
    text-decoration: underline;
    color: var(--white-color);
}

.form__info-link:hover {
    color: var(--white-color);
}

.form__tip {
    font-size: 12.2px;
    line-height: 15.6px;
    color: var(--white-color);
    margin-top: 4px;
}

.form__btns {
    display: flex;
    justify-content: center;
}

.form__button {
    background-color: var(--white-color);
    color: var(--blue-color-2);
}

.password-strength-meter {
    display: none;
}

.password-strength-meter__meter {
    height: 3px;
    transition: 1s;
}

.password-strength-meter__text {
    font-size: 14px;
}

.cheked-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cheked-items__chip {
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 12px;
    background: var(--blue-light-color);
    border: 1px solid var(--blue-light-color-2);
    font-size: 12px;
    line-height: 15.6px;
    color: var(--blue-color);
    cursor: pointer;
    transition: background .2s ease;
}

.cheked-items__chip:hover {
    background: var(--blue-light-color-4);
}

.cheked-items__chip:focus {
    outline: 2px solid #000;
    outline-offset: 1px;
}

.cheked-items__icon {
    display: block;
    width: 18px;
    height: 18px;
}

.cheked-items__chip_reset {
    border: none;
    background: var(--danger-color);
    color: var(--white-color);
}

.cheked-items__chip_reset:hover {
    background: var(--danger-color-3);
}

.row-igroup {
    display: flex;
    align-items: center;
    gap: 12px;
}

.row-igroup .input-group-prepend {
    margin: 0;
}

.row-igroup .input-group-text {
    padding: 0 12px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    background: none;
    border: none;
    color: var(--white-color);
}

.row-igroup__wrapper {
    flex-grow: 1;
}

.row-igroup__input {
    position: relative;
    flex-grow: 1;
}

.row-igroup__input input::placeholder {
    color: var(--blue-light-color-2);
}

.row-igroup_with-icon .row-igroup__input input {
    padding-right: 50px;
}

.row-igroup_with-icon .row-igroup__input::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjUgMjFMMTcuMTYgMTYuNjZNMTkuNSAxMUMxOS41IDE1LjQxODMgMTUuOTE4MyAxOSAxMS41IDE5QzcuMDgxNzIgMTkgMy41IDE1LjQxODMgMy41IDExQzMuNSA2LjU4MTcyIDcuMDgxNzIgMyAxMS41IDNDMTUuOTE4MyAzIDE5LjUgNi41ODE3MiAxOS41IDExWiIgc3Ryb2tlPSIjMUQ0MzdDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.row-igroup__btn {
    max-width: 160px;
    width: 100%;
    max-width: 160px;
    color: var(--blue-color-2);
    background: var(--white-color);
    transition: background .2s ease;
}

.row-igroup__btn:hover {
    background: var(--blue-light-color-5);
}

.row-igroup__btn:focus {
    outline: 2px solid #000;
    outline-offset: 1px;
}

.ui-menu {
    border-radius: 8px;
}

.ui-widget.ui-widget-content {
    border: 1px solid var(--blue-color);
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    width: 400px;
    height: 246px;
    overflow: auto;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: #fff;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #999;
}

.ui-menu .ui-menu-item {
    padding: 10px 12px;
}

.ui-menu-item .ui-menu-item-wrapper {
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18.2px;
    color: var(--blue-color);
}

.ui-menu-item .ui-icon {
    display: none;
}

.ui-menu-item .ui-state-active {
    background: none;
    border-color: transparent;
    color: var(--blue-color-2);
}

.ui-menu-item:hover {
    background: var(--blue-light-color);
}

.ui-dialog {
    border-radius: 12px;
    padding: 24px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0;
    border: 0;
    background: #fff;
    margin-bottom: 16px;
    position: initial;
}

.ui-dialog .ui-dialog-title {
    font-size: 18px;
    color: var(--blue-color);
    margin: 0;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-dialog .ui-dialog-content .form-item label {
    font-weight: 700;
    color: var(--blue-color);
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    background: #fff;
    padding: 0;
    top: 20px;
    right: 8px;
    transition: transform 0.3s ease;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    transform: scale(0.9);
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDFMMSAxM00xIDFMMTMgMTMiIHN0cm9rZT0iIzFENDM3QyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) center no-repeat;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 16px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
    gap: 4px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    user-select: none;
    border: 0;
    margin: 0;
    padding: 6px 28px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    color: #fff;
    background-color: var(--blue-color-2);
    border-color: var(--blue-color-2);
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover {
    background-color: var(--blue-light-color-3);
}

.own-select {
    line-height: 20px;
    position: relative;
    min-width: 190px;
    user-select: none;
    background: var(--white-color);
}

.own-select__selected {
    min-height: 46px;
    border: 1px solid var(--blue-color);
    border-radius: 6px;
    padding: 12px 50px 12px 16px;
    color: var(--blue-color);
    cursor: pointer;
    position: relative;
    transition: border .2s ease;
}

.own-select__selected:hover {
    border: 1px solid var(--blue-light-color-6);
}

.own-select__selected:focus {
    border-color: transparent;
    outline: 2px solid var(--blue-color);
}

.own-select__selected.disabled {
    pointer-events: none;
    border: 1px solid var(--grey-light-color);
    background-color: var(--grey-light-color-2);
    color: var(--grey-light-color);
}

.own-select__selected::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzFENDM3QyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) center no-repeat;
    background-size: 12px 12px;
    transition: transform 0.3s ease;
}

.own-select.open .own-select__selected::after {
    transform: translateY(-50%) rotate(180deg);
}

.own-select__selected.disabled::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) center no-repeat;
}

.own-select__items {
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white-color);
    border: 1px solid var(--blue-color);
    border-radius: 6px;
    margin-top: 4px;
    display: none;
    flex-direction: column;
    z-index: 10;
}

.own-select__items::-webkit-scrollbar,
.own-select__items::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.own-select__items::-webkit-scrollbar-track,
.own-select__items::-webkit-scrollbar-track {
    background: #fff;
}

.own-select__items::-webkit-scrollbar-thumb,
.own-select__items::-webkit-scrollbar-thumb {
    background: #999;
}

.own-select__items div {
    padding: 10px 12px;
    font-size: 16px;
    color: var(--blue-color);
    cursor: pointer;
    transition: background 0.2s;
}

.own-select__items div:hover {
    background: var(--blue-light-color);
}

.own-select__items div[disabled] {
    color: var(--grey-light-color);
    cursor: not-allowed;
    opacity: 0.6;
}

.own-select__items div[disabled]:hover {
    background: transparent;
}

.own-select.open .own-select__items {
    display: flex;
}

.main-notifications {
    position: relative;
    background-color: var(--warning-color);
    box-shadow: 0px 4px 10px 0px #415E7233;
}

.main-notifications__container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.main-notifications__content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-notifications__icon {
    width: 24px;
    height: 24px;
    display: block;
}

.main-notifications__text {
    font-weight: 700;
    font-size: 12px;
    line-height: 15.6px;
}

.main-notifications__button {
    height: 36px;
    padding: 0 15px;
}

.tabs__wrapper:first-child {
    margin-bottom: 16px;
}

.tabs__row {
    min-height: 38px;
    padding: 3px;
    display: flex;
    flex-wrap: wrap;
    background: #EAF1FA;
    border-radius: 12px;
}

.tabs__tab {
    flex-grow: 1;
    min-width: 142px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    color: #1D437C;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    transition: background 0.3s ease;
}

.tabs__tab:hover {
    background: var(--blue-light-color-4);
}

.tabs__row_small-tab .tabs__tab {
    min-width: 124px;
}

.tabs__row_xsmall-tab .tabs__tab {
    min-width: 100px;
    padding-left: 8px;
    padding-right: 8px;
}

.tabs__tab.active {
    background: #295FAF;
    color: #FFFFFF;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.tabs__icon {
    width: 20px;
    height: 20px;
    display: block;
}

.tabs__tab.active:hover {
    color: var(--white-color);
}

.tabs__tab.active .tabs__icon path {
    stroke: var(--white-color);
}

.tabs__text {
    white-space: nowrap;
}

.tabs__label {
    height: 16px;
    margin-left: 2px;
    padding: 0 5px;
    border-radius: 10px;
    background: var(--white-color);
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0.015em;
    text-align: center;
}

.tabs__tab.active .tabs__label {
    color: var(--blue-color);
}

@media (max-width: 560px) {
    .tabs__wrapper {
        row-gap: 12px;
    }
}

.form-fields-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.form-label {
    font-weight: 700;
    margin-bottom: 4px;
}

.form-tips {
    font-size: 12px;
    line-height: 15.6px;
    margin-top: 4px;
}

.form-in-group__with-icon {
    position: relative;
}

.form-in-group__with-icon .form-control {
    padding-right: 50px;
}

.form-in-group__icon {
    position: absolute;
    top: 10px;
    right: 16px;
}

.form-in-group_row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-in-group_row .form-label {
    margin-bottom: 0;
}

.form-password {
    position: relative;
}

.form-password__view {
    width: 24px;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
}

.SHdivTitle {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 36px;
    color: #295eaf !important;
    text-align: center;
    transition: color .2s ease;
    border-bottom: 1px solid #dee2e6 !important;
    border-color: #295eaf !important;
}

.SHdivTitle:hover {
    color: var(--blue-light-color-6);
}

.SHdivTitle__icon {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzFENDM3QyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.SHdivTitle__icon.ui-icon-circle-triangle-n {
    transform: rotate(180deg);
}

.SHdivTitle + * {
    width: 100% !important;
}

.documents-block__head-row {
    height: 28px;
}

.documents-block__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.documents-card {
    padding: 12px 16px;
    border: 1px solid var(--blue-light-color-4);
    border-radius: 12px;
    background: var(--white-color);
}

.documents-card_old {
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--blue-light-color-4);
}

.documents-card_old .documents-card__item-title {
    display: none;
}

.documents-card_opened-prev .documents-card_old,
.documents-card_opened-prev {
    background: var(--blue-light-color-5);
}

.documents-card_old:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.documents-card__wrapper {
    display: grid;
    grid-template-columns: minmax(80px, 661px) repeat(2, minmax(0, 305px)) minmax(168px, auto);
}

.documents-card__item {
    position: relative;
    display: flex;
    align-items: center;
}

.documents-card__item:nth-child(2) {
    padding-right: 16px;
}

.documents-card__name-content {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.documents-card__name {
    padding-right: 16px;
    gap: 16px;
}

.documents-card__name-p7s:hover {
    text-decoration: underline;
}

.documents-card__name-wrapper {
    max-width: calc(100% - 55px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.documents-card__date {
    font-size: 12px;
    color: var(--grey-light-color);
}

.documents-card__actions {
    gap: 8px;
}

.documents-card__item-title {
    display: none;
}

.documents-card:first-child:not(.documents-card_old)>.documents-card__wrapper .documents-card__item-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-color);
    position: absolute;
    top: -38px;
    left: 0;
}

.documents-card:first-child:not(.documents-card_old)>.documents-card__wrapper .documents-card__name .documents-card__item-title {
    left: 60px;
}

.documents-card__prev-docs {
    margin-top: 8px;
}

.documents-card__confidentiality {
    margin-top: 8px;
    font-size: 15px;
}

.prev-docs__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-light-color-3);
    cursor: pointer;
}

.prev-docs__toggle-icon {
    width: 10px;
    transition: transform 0.3s ease;
}

.prev-docs__toggle-icon_rotated {
    transform: rotate(180deg);
}

.prev-docs__list {
    display: none;
}

.action {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease;
}

.action:focus {
    outline: 2px solid #000;
    outline-offset: 1px;
}

.action_view {
    background-color: var(--blue-light-color-5);
}

.action_download {
    background-color: var(--blue-light-color-5);
}

.action_download:hover {
    background-color: var(--blue-light-color);
}

.action_update {
    background-color: var(--green-light-color);
}

.action_update:hover {
    background-color: var(--green-light-color-2);
}

.action_delete {
    background-color: var(--red-light-color);
}

.action_delete:hover {
    background-color: var(--danger-color-4);
}

.own-igroup {
    display: flex;
    align-items: center;
}

.own-igroup__content {
    min-height: 37px;
    display: flex;
}

.own-igroup__prepend {
    border: 1px solid var(--blue-color);
    border-radius: 8px 0 0 8px;
    border-right: 0;
    padding: 7px 10px;
    display: flex;
    align-items: center;
}

.own-igroup__prepend:nth-child(2) {
    border-radius: 0;
    border-left: 0;
}

.own-igroup__wrapper,
.own-igroup__inputs-group {
    display: flex;
}

.own-igroup__input {
    border: 1px solid var(--blue-color);
    border-left: 0;
    border-radius: 0 8px 8px 0;
    padding: 7px 10px;
    color: var(--blue-color);
}

.own-igroup__input_type_date {
    height: 100%;
    width: 100%;
    max-width: 135px;
}

.own-igroup__input-with-icon {
    position: relative;
}

.own-igroup__input-with-icon .own-igroup__input {
    padding-right: 44px;
}

.own-igroup__input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
}

.own-igroup__l-separator {
    border-left: 1px solid var(--blue-color);
}

.own-igroup .own-igroup__select {
    min-width: initial;
    border: 1px solid var(--blue-color);
    border-radius: 0 8px 8px 0;
    border-left: 0;
}

.own-igroup__select .own-select__selected {
    border: 0;
    padding: 7px 44px 7px 10px;
    height: 100%;
    border-radius: 8px;
    min-height: auto;
}

.own-igroup__select .own-select__items {
    right: initial;
}

.own-select--drop-up .own-select__items {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 4px;
}

.own-igroup__prepend {
    background-color: var(--blue-light-color);
}

.own-igroup__close-btn {
    flex-shrink: 0;
    cursor: pointer;
    transition: transform .2s ease;
}

.own-igroup__close-btn:hover {
    transform: scale(0.9);
}

.own-igroup__el-valueAmount .own-igroup__input:first-child,
.own-igroup__el-period .own-igroup__input-with-icon:first-child .own-igroup__input_type_date,
.own-igroup__el-period .own-igroup__select {
    border-radius: 0;
    border-right: 0;
}

.own-checkbox {
    margin: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.own-checkbox input {
    display: none;
}

.own-checkbox__box {
    width: 24px;
    height: 24px;
    border: 2px solid var(--blue-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    transition: 0.2s ease;
}

.own-checkbox__box::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNUw1LjUgOC41TDEyIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=) center no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.own-checkbox input:checked+.own-checkbox__box {
    background-color: var(--blue-color);
}

.own-checkbox input:checked+.own-checkbox__box::after {
    opacity: 1;
}

.own-checkbox__label {
    margin-left: 10px;
}

.scrollup {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid var(--blue-color-2);
    box-shadow: 0px 4px 20px 0px #415E7233;
    background: var(--white-color);
    position: fixed;
    bottom: 15%;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999999;
    transition: background-color .2s ease;
}

.scrollup:hover {
    background: var(--blue-light-color-5);
}

.scrollup:focus {
    outline: 2px solid #000;
    outline-offset: 1px;
}

.msg-err {
    font-size: 12px;
    line-height: 15.6px;
}

.dotted-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dotted-list__item {
    display: grid;
    grid-template-columns: minmax(min-content, 731px) repeat(2, 1fr);
    gap: 8px;
}

.dotted-list__part-1,
.dotted-list__part-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.dotted-list__part-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.dotted-list__part-1,
.dotted-list__part-2,
.dotted-list__part-3,
.dotted-list__part-4 {
    background-color: var(--blue-light-color-5);
    border: 1px solid var(--blue-light-color-4);
    padding: 16px;
}

.dotted-list__part-1 {
    position: relative;
    border-radius: 12px 0 0 12px;
    padding-right: 55px;
}

.dotted-list__part-3 {
    border-radius: 0 12px 12px 0;
}

.dotted-list__part-4 {
    grid-column: span 3 / span 3;
    border-radius: 0 0 12px 12px;
}

.dotted-list__part-1.state-1 {
    border-radius: 12px 0 0 0;
}

.dotted-list__part-3.state-1 {
    border-radius: 0 12px 0 0;
}

.dotted-list__part-2.state-2,
.dotted-list__part-3.state-2,
.dotted-list__part-3.state-3 {
    border-radius: 0;
}

.dotted-list__text-small {
    font-size: 12px;
    line-height: 15.6px;
}

.dotted-list__text-light-grey {
    color: var(--grey-light-color);
}

.dotted-list__text-light-grey-2 {
    color: var(--grey-color-3);
}

.dotted-list__text-light-blue {
    color: var(--blue-light-color-3) !important;
}

.dotted-list__text-success {
    color: var(--success-color-2);
}

.dotted-list__border {
    border: 1px solid var(--blue-color-2);
    border-radius: 8px;
    text-align: center;
    line-height: 29px;
    padding: 0 10px;
    align-self: flex-start;
}

.dotted-list__lots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.dotted-list__lots.single-lot {
    grid-template-columns: 1fr;
}

.dotted-list__lots-item {
    background: linear-gradient(180deg, #EEF7FD 0%, #E0E6F4 100%);
    padding: 16px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.add-remove-favorite__item {
    cursor: pointer;
}

.ui-datepicker {
    max-width: 368px;
    width: 100%;
    min-height: 357px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 4px 20px 0px #415E7233;
}

.ui-datepicker.ui-widget.ui-widget-content {
    border: 0;
}

.ui-datepicker-header.ui-widget-header {
    height: 32px;
    background: var(--white-color);
    border: 0;
    padding: 0;
    margin-bottom: 16px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    border-radius: 50%;
    cursor: pointer;
}

.ui-datepicker-prev .ui-icon {
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMzMyNjggMS4zMzMyOUwxLjY2NjAyIDcuOTk5OTZMOC4zMzI2OCAxNC42NjY2IiBzdHJva2U9IiMxRDQzN0MiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.ui-datepicker-next .ui-icon {
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjY3MzIgMS4zMzMyOUw4LjMzMzk4IDcuOTk5OTZMMS42NjczMiAxNC42NjY2IiBzdHJva2U9IiMxRDQzN0MiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
    background: var(--blue-light-color-4);
}

.ui-datepicker-title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-color);
}

.ui-datepicker-calendar thead th {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--grey-light-color);
}

.ui-datepicker-calendar td {
    padding: 0;
}

.ui-datepicker-calendar .ui-state-default {
    border: 0;
    border-radius: 8px;
    background: var(--white-color);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-color);
}

.ui-datepicker-calendar .ui-state-default.ui-state-active {
    color: var(--blue-color);
}

.ui-datepicker-calendar .ui-state-default.ui-state-hover {
    background: var(--blue-light-color);
}

.ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    background: var(--blue-color);
    color: var(--white-color);
}

.row-igroup-w-btn {
    display: flex;
    align-items: center;
}

.row-igroup-w-btn_simple .row-igroup-w-btn__field {
    border: 1px solid var(--blue-color);
    border-radius: 8px 0 0 8px;
    padding: 7px 10px;
    height: 36px;
}

.row-igroup-w-btn_simple .row-igroup-w-btn__append-btn {
    height: 36px;
    border-radius: 0 8px 8px 0;
}

.advantages-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.advantages-info_two-columns {
    grid-template-columns: repeat(2, 1fr);
}

.advantages-info__item {
    background: var(--blue-color-3);
    border-radius: 12px;
    padding: 20px;
}

.advantages-info__item-title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 700;
    color: var(--white-color);
}

.advantages-info__item-text {
    font-size: 14px;
    line-height: 18.2px;
    margin-bottom: 0;
}

.advantages-info__two-columns {
    grid-column: span 3;
    display: flex;
    gap: 30px;
}

.advantages-info__two-columns .advantages-info__item {
    flex-basis: 50%;
}

.table-blue {
    border: 1px solid var(--blue-light-color-4);
    border-radius: 12px;
}

.table-blue thead th {
    background-color: var(--blue-color-2);
    color: var(--white-color);
    border: 0;
    vertical-align: middle;
}

.table-blue th:first-child {
    border-top-left-radius: 8px;
}

.table-blue th:last-child {
    border-top-right-radius: 8px;
}

.table-blue tbody td {
    vertical-align: middle;
    border: 0;
}

.table-blue tbody tr:nth-child(even) {
    background-color: var(--blue-light-color-5);
}

.table-blue tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table-blue tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.carte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 165px;
    min-height: 165px;
    padding: 20px;
    border-radius: 12px;
    background: rgba(41, 95, 175, 0.6);
    box-shadow: 12px 12px 30px 0px rgba(28, 57, 109, 0.2), 4px 4px 8.7px 0px rgba(234, 241, 250, 0.3) inset;
    color: var(--white-color);
    transition: .3s;
    cursor: pointer;
}

.carte:last-child {
    margin-right: 0;
}

.carte:hover {
    background: rgba(41, 95, 175, 0.9);
    box-shadow: 4px 4px 8.7px 0px rgba(234, 241, 250, 0.3) inset;
    color: var(--white-color);
}

.carte__icon {
    width: 58px;
    margin-bottom: 12px;
}

.carte__text {
    font-weight: 700;
    line-height: 23.4px;
    font-size: 18px;
}

.carte_grey {
    align-items: center;
    background: var(--grey-color);
    box-shadow: none;
    border: 0;
}

.carte_grey:hover {
    background: var(--blue-light-color);
    box-shadow: 0px 6px 0px 0px var(--blue-color-2);
}

.carte_grey .carte__text {
    text-align: center;
    font-size: 14px;
    line-height: 18.2px;
    color: var(--blue-color-2);
}

.row-info-blocks {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.row-info-blocks__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    gap: 12px;
}

.row-info-blocks__item_bg_grey {
    background-color: var(--grey-color);
    border-radius: 12px;
    padding: 20px;
}

.row-info-blocks__item_bg_blue {
    background-color: var(--blue-color-2);
    border-radius: 12px;
    padding: 20px;
    color: var(--white-color);
}

.row-info-blocks__text {
    font-weight: 700;
    text-align: center;
}

.row-info-blocks__text_large {
    font-size: 18px;
}

.row-info-blocks__text-small {
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 700;
}

.row-info-blocks__text-w-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.row-info-blocks__btns {
    display: flex;
    gap: 12px;
}

.return-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.progress-circle {
    position: relative;
    width: 240px;
    height: 240px;
}

.progress-circle svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: -7px 7px 16.8px 0px #325DBA4D;
}

.progress-circle__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.progress-circle__number {
    font-size: 36px;
    line-height: 46.8px;
    font-weight: bold;
    color: var(--blue-color-2);
}

.progress-circle__text {
    font-size: 14px;
    line-height: 18.2px;
}

.progress-circle__dot {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
    height: 21px;
    background: #5A8CD8;
    border-radius: 50%;
    z-index: 2;
}

.rectangle-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--warning-color);
}

.rectangle-info_info {
    background: var(--blue-light-color-5);
}

.rectangle-info__text {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 23px;
}

.fields-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fields-grid__item {
    display: grid;
    grid-template-columns: minmax(auto, 308px) 1fr;
    gap: 20px;
}

.fields-grid__label-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fields-grid__item .form-label {
    margin-bottom: 0;
    align-self: center;
}

.modal-body .fields-grid__item .form-value {
    min-width: 215px;
}

.switch-tabs__tabs {
    display: flex;
    gap: 4px;
}

.switch-tabs__tab {
    height: 32px;
    overflow: hidden;
    flex-grow: 1;
    max-width: 250px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 4px 20px 0px #415E7233;
    gap: 4px;
}

.switch-tabs__tab-link {
    display: block;
    line-height: 32px;
    text-align: center;
    height: 100%;
    background-color: var(--blue-light-color-5);
    font-size: 14px;
    font-weight: 700;
}

.switch-tabs__tab-link.active {
    background-color: var(--blue-color-2);
    color: var(--white-color);
}

.switch-tabs__content {
    position: relative;
    z-index: 1;
    padding: 16px;
    border-radius: 0 0 8px 8px;
    background: var(--white-color);
    box-shadow: 0px 4px 20px 0px #415E7233;
}

.criterias-block .SHdivTitle {
    margin-bottom: 8px;
    text-align: left;
}

.criterias-block .tab-pane>#pnWrap_>.SHdivTitle {
    margin-bottom: 0;
}

.criterias-block__list {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.requirement-response__validate-tips:not(:empty) {
    margin-bottom: 16px;
}

.menu-buttons {
    position: relative;
}

.menu-buttons .btn {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.menu-buttons__arrow {
    width: 24px;
    transition: transform 0.3s ease;
}

.menu-buttons.open .menu-buttons__arrow {
    transform: rotate(-180deg);
}

.menu-buttons__menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    z-index: 10;
    width: 100%;
}

.menu-buttons.open .menu-buttons__menu {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user-messages {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform .2s ease;
}

.user-messages:hover {
    transform: scale(1.1);
}

.user-messages__badge {
    position: absolute;
    top: -5px;
    right: -15px;
    min-width: 17px;
    height: 17px;
    border-radius: 16px;
    background-color: var(--danger-color);
    color: var(--white-color);
    font-size: 10px;
    padding: 0 5px;
    text-align: center;
    line-height: 18px;
}

.drop-tabs {
    position: relative;
}

.drop-tabs__toggle {
    width: 100%;
    min-height: 36px;
    background: var(--blue-color-2);
    color: var(--white-color);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.drop-tabs__toggle:focus {
    outline: none;
}

.drop-tabs__arrow {
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center center;
    transition: 0.3s ease;
}

.drop-tabs.open .drop-tabs__arrow {
    transform: rotate(180deg);
}

.drop-tabs__menu {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    background: var(--white-color);
    border-radius: 8px;
    border: 1px solid var(--blue-color-2);
    overflow: hidden;
    z-index: 3;
}

.drop-tabs.open .drop-tabs__menu {
    display: block;
}

.drop-tabs__item {
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    color: var(--blue-color);
    cursor: pointer;
    transition: background 0.2s ease;
}

.drop-tabs__item--active {
    background: var(--blue-color-2);
    color: var(--white-color);
}

.drop-tabs__item:hover {
    background: var(--blue-light-color-5);
}

.drop-tabs__divider {
    height: 1px;
    background: var(--blue-light-color-4);
    margin: 8px 0;
}

#pn_documents_control_ {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.switch-tabs-mobile {
    position: relative;
}

.switch-tabs-mobile__toggle {
    width: 100%;
    min-height: 32px;
    background: var(--blue-color-2);
    color: var(--white-color);
    border: none;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    box-shadow: 0px 4px 20px 0px #415E7233;
}

.switch-tabs-mobile__toggle:focus {
    outline: none;
}

.switch-tabs-mobile__arrow {
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center center;
    transition: 0.3s ease;
}

.switch-tabs-mobile.open .switch-tabs-mobile__arrow {
    transform: rotate(180deg);
}

.switch-tabs-mobile__menu {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    background: var(--white-color);
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--blue-color-2);
    overflow: hidden;
    z-index: 3;
}

.switch-tabs-mobile.open .switch-tabs-mobile__menu {
    display: block;
}

.switch-tabs-mobile__item {
    display: block;
    padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.switch-tabs-mobile__item--active {
    background: var(--blue-color-2);
    color: var(--white-color);
}

.switch-tabs-mobile__item:hover {
    background: var(--blue-light-color-5);
}

.document-previewer__content {
    width: 100%;
    height: 100%;
    background: var(--white-color);
    overflow: hidden;
}

.document-previewer__content iframe {
    position: relative;
    top: -1px;
    left: -1px;
    border: 0;
    width: 100%;
    min-height: 650px;
}

.tender-status {
    position: relative;
    min-height: 29px;
    padding: 4px 10px 4px 27px;
    border-radius: 8px;
}

.tender-status::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.tender-status_color_grey {
    background: var(--grey-color);
    color: var(--grey-color-3);
}

.tender-status_color_grey::before {
    background: var(--grey-color-3);
}

.tender-status_color_blue {
    background: var(--blue-light-color-4);
    color: var(--blue-color);
}

.tender-status_color_blue::before {
    background: var(--blue-color);
}

.tender-status_color_green {
    background: var(--green-color-2);
    color: var(--green-color-3);
}

.tender-status_color_green::before {
    background: var(--green-color-3);
}

.tender-status_color_red {
    background: var(--danger-color-4);
    color: var(--danger-color-5);
}

.tender-status_color_red::before {
    background: var(--danger-color-5);
}

.tender-type {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-calendar {
    transition: transform .2s ease;
}

.user-calendar:hover {
    transform: scale(1.1);
}

.btn-settings {
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 502.596 502.596' xml:space='preserve' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath style='fill:%232d78c8;' d='M336.98,141.061c-3.135-12.539-8.359-25.078-14.629-36.571l12.539-29.257l-43.886-42.841 l-29.257,12.539c-11.494-6.269-22.988-11.494-36.571-14.629L214.727,0h-61.649l-11.494,30.302 c-12.539,3.135-25.078,8.359-36.571,14.629L75.755,32.392L32.914,75.233l12.539,29.257c-6.269,11.494-11.494,22.988-14.629,36.571 L0.522,152.555v61.649l30.302,11.494c3.135,12.539,8.359,25.078,14.629,36.571l-12.539,29.257L76.8,334.367l29.257-12.539 c11.494,6.269,22.988,11.494,36.571,14.629l11.494,30.302h60.604l11.494-30.302c12.539-3.135,25.078-8.359,36.571-14.629 l29.257,12.539l43.886-42.841l-12.539-29.257c6.269-11.494,11.494-22.988,14.629-36.571l30.302-11.494v-61.649L336.98,141.061z M183.38,258.09c-41.796,0-75.233-33.437-75.233-75.233s33.437-75.233,75.233-75.233s75.233,33.437,75.233,75.233 S225.176,258.09,183.38,258.09z'/%3E%3Cg%3E%3Cpath style='fill:%23144d8a;' d='M236.669,236.147c-29.257,29.257-76.278,29.257-105.535,0l-27.167,27.167 c43.886,43.886,115.984,43.886,159.869,0s43.886-114.939,0-159.869l-27.167,27.167C265.927,159.869,265.927,206.89,236.669,236.147 z'/%3E%3Cpath style='fill:%23144d8a;' d='M103.967,103.445c-43.886,43.886-43.886,114.939,0,159.869l27.167-27.167 c-29.257-29.257-29.257-76.278,0-105.535s76.278-29.257,105.535,0l27.167-27.167C219.951,59.559,147.853,59.559,103.967,103.445z'/%3E%3C/g%3E%3Cpath style='fill:%234bb0e2;' d='M354.743,428.408c1.045-6.269,1.045-11.494,0-17.763l10.449-10.449l-10.449-26.122h-14.629 c-3.135-4.18-8.359-8.359-12.539-12.539v-14.629l-26.122-10.449l-10.449,10.449c-6.269-1.045-11.494-1.045-17.763,0l-10.449-10.449 l-26.122,10.449v14.629c-4.18,3.135-8.359,8.359-12.539,12.539h-14.629l-10.449,26.122l10.449,10.449 c-1.045,6.269-1.045,11.494,0,17.763l-10.449,10.449l10.449,26.122h14.629c3.135,4.18,8.359,8.359,12.539,12.539v14.629 l26.122,10.449l10.449-10.449c6.269,1.045,11.494,1.045,17.763,0l10.449,10.449l26.122-10.449v-14.629 c4.18-3.135,8.359-8.359,12.539-12.539h14.629l10.449-26.122L354.743,428.408z M271.151,450.351 c-17.763-7.314-26.122-27.167-18.808-43.886c7.314-17.763,27.167-26.122,43.886-18.808c17.763,7.314,26.122,27.167,18.808,43.886 C307.722,449.306,287.869,457.665,271.151,450.351z'/%3E%3Cpath style='fill:%23381ebe;' d='M491.624,291.527c1.045-6.269,1.045-11.494,0-17.763l10.449-10.449l-10.449-26.122h-14.629 c-3.135-4.18-8.359-8.359-12.539-12.539v-14.629l-26.122-10.449l-10.449,10.449c-6.269-1.045-11.494-1.045-17.763,0l-10.449-10.449 l-26.122,10.449v14.629c-4.18,3.135-8.359,8.359-12.539,12.539h-14.629l-10.449,26.122l10.449,10.449 c-1.045,6.269-1.045,11.494,0,17.763l-10.449,10.449l10.449,26.122h14.629c3.135,4.18,8.359,8.359,12.539,12.539v14.629 l26.122,10.449l10.449-10.449c6.269,1.045,11.494,1.045,17.763,0l10.449,10.449l26.122-10.449v-14.629 c4.18-3.135,8.359-8.359,12.539-12.539h14.629l10.449-26.122L491.624,291.527z M406.988,314.514 c-17.763-7.314-26.122-27.167-18.808-43.886c7.314-17.763,27.167-26.122,43.886-18.808c17.763,7.314,26.122,27.167,18.808,43.886 C444.604,313.469,424.751,321.829,406.988,314.514z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    transition: all 0.15s ease;
    cursor: pointer;
}

.btn-settings:hover {
    background-color: aliceblue;
    border-radius: 0.25rem;
    box-shadow: 0 0 .5rem .3rem rgba(0, 123, 255, .25);
}

.ln-menu {
    background: var(--white-color);
    padding: 30px 24px;
    height: 100%;
    min-width: 236px;
}

.ln-menu__title {
    font-size: 14px;
    color: var(--grey-light-color);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ln-menu__divider {
    margin: 24px 0;
    background: var(--blue-light-color-4);
    height: 1px;
}

.ln-menu__tabs {
    padding: 3px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ln-menu__tab {
    padding: 6px 8px;
    height: 32px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    color: var(--blue-color);
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ln-menu__tab:hover {
    background: var(--blue-light-color-5);
}

.ln-menu__tab.active {
    background: var(--blue-color-2);
    color: var(--white-color);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.ln-menu__tab.active:hover {
    color: var(--white-color);
}

.ln-menu__tab.active .ln-menu__tab-icon path {
    stroke: var(--white-color);
}

.ln-menu__tab-text {
    white-space: nowrap;
}

.stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.stats__stat-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--white-color);
    border: 1px solid var(--blue-light-color-4);
    border-radius: 8px;
    padding: 6px 16px;
    flex: 1;
    min-width: 120px;
}

.stats__stat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.stats__stat-dot--success {
    background: #28A447;
}

.stats__stat-dot--warning {
    background: #FFD500;
}

.stats__stat-dot--danger {
    background: #E65151;
}

.stats__stat-dot--neutral {
    background: #999999;
}

.stats__stat-dot--navy-light {
    background: #1D437C;
}

.stats__stat-num {
    font-size: 18px;
    font-weight: 700;
}

.stats__stat-lbl {
    font-size: 14px;
    line-height: 1.5;
}

.ukraine-map__region {
    cursor: pointer;
    transition: fill .15s ease;
}

.ukraine-map__region:hover,
.ukraine-map__region--active {
    fill: var(--blue-light-color-4);
}

.wallet-balance {
    align-self: center;
    gap: 4px;
}

.wallet-balance__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
}

/* CUSTOM BLOCKS - end */

/* OLD STYLES - start */
.description-hide {
    display: block;
    overflow: hidden;
    max-height: 200px;
}

.title-hide {
    display: block;
    overflow: hidden;
    max-height: 93px;
    transition: 0.35s linear all;
}

.account-btn-list {
    display: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    position: fixed;
    top: 130px;
    left: auto;
    right: 2%;
    padding: 10px;
    background-color: rgba(42, 64, 63, .06);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: 1
}

.account-btn-list div {
    background: #00b0f0;
    width: 100px;
    height: 100px;
    padding-top: 35px;
    color: #fff;
    border-radius: 50%
}

.required::after {
    content: "*\00a0";
    color: red;
    margin-left: 0.25rem;
}

.no-validated {
    background: #fddfdf;
}

.floating-btn-sign {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 134px;
    position: fixed;
    top: 45%;
    right: 3.8%;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid var(--green-light-color-5);
    background-color: var(--white-color);
    cursor: pointer;
}

.floating-btn-sign div {
    padding: 10px 10px 0 10px;
    display: flex;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    color: var(--white-color);
}

.floating-btn-sign div.danger {
    background: var(--danger-color);
}

.floating-btn-sign div.success {
    background: var(--green-light-color-4);
}

.floating-btn {
    display: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    position: fixed;
    top: 260px;
    left: auto;
    right: 10px;
    padding: 10px;
    background-color: rgba(42, 64, 63, .06);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: 2
}

.floating-btn div {
    background: #d45252;
    width: 100px;
    height: 100px;
    padding-top: 35px;
    color: #fff;
    border-radius: 50%
}

.account-btn-list {
    display: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    position: fixed;
    top: 130px;
    left: auto;
    right: 2%;
    padding: 10px;
    background-color: rgba(42, 64, 63, .06);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: 1
}

.account-btn-list div {
    background: #00b0f0;
    width: 100px;
    height: 100px;
    padding-top: 35px;
    color: #fff;
    border-radius: 50%
}

.btn-soft-secondary {
    background-color: rgba(116, 120, 141, .1);
    border-color: transparent;
    color: #74788d;
    transition: all .5s ease
}

.btn-soft-secondary:active,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
    background-color: #74788d;
    border-color: transparent;
    color: #fff
}

.btn-soft-info {
    background-color: rgba(80, 165, 241, .2);
    border-color: transparent;
    color: #50a5f1;
    transition: all .5s ease
}

.btn-soft-info:active,
.btn-soft-info:focus,
.btn-soft-info:hover {
    background-color: #50a5f1;
    border-color: transparent;
    color: #fff
}

.btn-soft-primary {
    background-color: rgba(85, 110, 230, .1);
    border-color: transparent;
    color: #556ee6;
    transition: all .5s ease
}

.btn-soft-primary:active,
.btn-soft-primary:focus,
.btn-soft-primary:hover {
    background-color: #556ee6;
    border-color: transparent;
    color: #fff
}

.btn-soft-success {
    background-color: rgba(52, 195, 143, .1);
    border-color: transparent;
    color: #34c38f;
    transition: all .5s ease
}

.btn-soft-success:active,
.btn-soft-success:focus,
.btn-soft-success:hover {
    background-color: #34c38f;
    border-color: transparent;
    color: #fff
}

.btn-soft-warning {
    background-color: rgba(241, 180, 76, .2);
    border-color: transparent;
    color: #f1b44c;
    transition: all .5s ease
}

.btn-soft-warning:active,
.btn-soft-warning:focus,
.btn-soft-warning:hover {
    background-color: #f1b44c;
    border-color: transparent;
    color: #fff
}

.btn-soft-danger {
    background-color: hsla(0, 86%, 69%, .2);
    border-color: transparent;
    color: #f46a6a;
    transition: all .5s ease
}

.btn-soft-danger:active,
.btn-soft-danger:focus,
.btn-soft-danger:hover {
    background-color: #f46a6a;
    border-color: transparent;
    color: #fff
}

.btn-soft-pink {
    background-color: rgba(232, 62, 140, .1);
    border-color: transparent;
    color: #e83e8c;
    transition: all .5s ease
}

.btn-soft-pink:active,
.btn-soft-pink:focus,
.btn-soft-pink:hover {
    background-color: #e83e8c;
    border-color: transparent;
    color: #fff
}

.btn-soft-light {
    background-color: rgba(239, 242, 247, .1);
    border-color: transparent;
    color: #eff2f7;
    transition: all .5s ease
}

.btn-soft-light:active,
.btn-soft-light:focus,
.btn-soft-light:hover {
    background-color: #eff2f7;
    border-color: transparent;
    color: #fff
}

.btn-soft-dark {
    background-color: rgba(52, 58, 64, .1);
    border-color: transparent;
    color: #343a40;
    transition: all .5s ease
}

.btn-soft-dark:active,
.btn-soft-dark:focus,
.btn-soft-dark:hover {
    background-color: #343a40;
    border-color: transparent;
    color: #fff
}

.legend {
    font-size: 1.5rem;
    font-weight: bold;
}

.fw-semibold {
    font-weight: 600;
}

.bg-fon {
    background-color: #e8f0fe
}

.bg-old-document {
    background-color: #ffedb8
}

.banner_YYB {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    font-size: 20px;
    background: linear-gradient(to right, #295eaf -10%, #17a2b8 80%);
    transition: transform 1s
}

.banner_YYB:hover {
    background: linear-gradient(to right, #17a2b8 -10%, #295eaf 80%);
    transform: scale(1.1)
}

.btn-video-instruction {
    background-color: rgba(175, 33, 33, .6);
    border-color: transparent;
    color: #343a40;
    transition: all .5s ease
}

.btn-video-instruction:active,
.btn-video-instruction:focus,
.btn-video-instruction:hover {
    background-color: rgba(175, 33, 33, .8);
    border-color: transparent;
    color: #fff
}

/* old after ready redesign - start */

.with-info-icon {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.fw-medium {
    font-weight: 500;
}

.select2-container.no-validated .select2-selection {
    background: #fddfdf !important;
}

.pmt-dropdown-slPosition .select2-results__option--highlighted .text-muted {
    color: rgba(255, 255, 255, 0.85) !important;
}

.pmt-dropdown-slPosition .select2-results__option .text-muted {
    line-height: 1;
    font-size: 0.7em;
}

.pmt-dropdown-slPosition .select2-results__option {
    padding: 0.2em 0.2em !important;
    white-space: normal !important;
}

.pmt-dropdown-slPosition .select2-results__option {
    white-space: normal !important;
}

/* Invalid state */
.form-control.is-invalid {
    padding-right: 1.5rem !important;
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    /* IMPORTANT: no shadow by default (even when invalid) */
    box-shadow: none !important;
}

/* Invalid + Focused → red glow */
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.4) !important;
    outline: none;
}

/* Valid state */
.form-control.is-valid {
    padding-right: 1.5rem !important;
    border-color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    box-shadow: none !important;
}

/* Valid + Focused → green glow */
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    outline: none;
}

/* Warning state */
.form-control.is-warning {
    border-color: #ffc107 !important;
    box-shadow: none !important;
}

/* Warning + Focused → yellow/amber glow */
.form-control.is-warning:focus {
    border-color: #ffc107 !important;
    box-shadow: 0 0 0 0.15rem rgba(255, 193, 7, 0.4) !important;
    outline: none;
}

/* Default focused state (no validation class) — standard Bootstrap-like blue */
.form-control:focus:not(.is-valid):not(.is-invalid):not(.is-warning) {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
    outline: none;
}

/* Remove background image when field has no validation state */
.form-control:not(.is-valid):not(.is-invalid) {
    background-image: none !important;
}
/* old after ready redesign - end */

/* OLD STYLES - end */

/* STYLES FOR NOT REDESIGNED PAGE - start */
.page-position-cancellations .SHdivTitle,
.page-position-questions .SHdivTitle,
.page-position-form .SHdivTitle,
.page-position-complaints .SHdivTitle,
.page-plan-form .SHdivTitle {
    justify-content: initial;
}

/* STYLES FOR NOT REDESIGNED PAGE - end */

/* FOOTER - start */
.footer {
    margin: 0 -10px;
    padding: 12px 10px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 20px 0px #415E7233;
}

.footer_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__info {
    max-width: 540px;
    display: flex;
    align-items: center;
}

.footer__logo-uub {
    flex-shrink: 0;
    margin-right: 12px;
}

.footer__all-rights-reserved-item {
    font-weight: 700;
    font-size: 14px;
    line-height: 18.2px;
}

.footer__all-rights-reserved-item:last-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
}

.footer__certificates {
    display: flex;
    gap: 4px;
}

.footer__certificates-item {
    width: 70px;
    flex-shrink: 0;
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 1193px;
    margin-left: 12px;
}

.footer__nav-item {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 700;
}

.footer__nav-item a {
    transition: color .2s ease;
}

.footer__nav-item a:hover {
    color: var(--blue-color-4);
}

.footer__nav-item a:focus {
    outline: 2px solid #000;
    outline-offset: 2px;
    border-radius: 2px;
}

/* FOOTER - end */

@media (max-width: 1579px) {

    #PageContent {
        padding: 0 30px;
    }

    .remove-safe-gutters {
        margin-left: -30px;
        margin-right: -30px;
    }

    .header {
        padding: 12px 30px;
        margin: 0 -30px;
    }

    .header__part-1 {
        margin-bottom: 10px;
        margin-right: 55px;
    }

    .header__part-2 {
        justify-content: space-between;
    }

    .header__socials,
    .header__options {
        margin: 0;
    }

    .header__contacts {
        margin-right: 12px;
    }

    .header__part-3 {
        flex-grow: 1;
        justify-content: space-between;
    }

    .login-btns__btn {
        width: 227px;
    }

    /* CUSTOM BLOCKS - start */
    .custom-block {
        margin-bottom: 20px;
    }

    .main__wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .advantages-info {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .scrollup {
        width: 48px;
        height: 48px;
    }

    .main-notifications__content {
        align-items: initial;
    }

    .dotted-list__item {
        gap: 4px;
        grid-template-columns: repeat(2, 1fr);
    }

    .dotted-list__part-1 {
        border-radius: 12px 12px 0 0;
        grid-column: span 2 / span 2;
    }

    .dotted-list__part-2 {
        border-radius: 0 0 0 12px;
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .dotted-list__part-3 {
        border-radius: 0 0 12px 0;
        grid-column-start: 2;
        grid-row-start: 2;
    }

    .dotted-list__part-4 {
        grid-column: span 2 / span 2;
    }

    .dotted-list__lots {
        grid-template-columns: 1fr;
    }

    .table-blue {
        border: none;
    }

    .floating-btn-sign {
        width: 94px;
        height: 94px;
        right: 2.8%;
    }

    .floating-btn-sign div {
        width: 82px;
        height: 82px;
        font-size: 12px;
        line-height: 15.6px;
        padding: 8px 8px 0 8px;
    }

    .stats {
        gap: 8px;
    }

    /* CUSTOM BLOCKS - end */

    .footer {
        padding: 20px 30px;
        margin: 0 -30px;
    }

    .footer_content {
        flex-direction: column;
    }

    .footer__info {
        max-width: initial;
        margin-bottom: 15px;
    }

    .footer__all-rights-reserved {
        margin-right: 12px;
        flex-shrink: 0;
    }

    .footer__nav {
        margin-left: 0;
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-template-rows: repeat(3, 1fr);
        grid-auto-flow: column;
        row-gap: 21px;
        column-gap: 76px;
    }
}

@media (max-width: 905px) {

    #PageContent {
        padding: 0 10px;
    }

    .remove-safe-gutters {
        margin-left: -10px;
        margin-right: -10px;
    }

    .header {
        padding: 12px 10px;
        margin: 0 -10px;
    }

    .header__part-1 {
        margin-right: 40px;
    }

    .header__tender-email {
        display: none;
    }

    .login-btns__btn {
        width: auto;
    }

    #site-choice .dropdown-toggle {
        padding-right: 0;
    }

    .burger-menu {
        display: block;
        order: 1;
    }

    .header__user-info .header__user-info-wrapper,
    .header__part-2 .header__options .lang-choice,
    .header__part-2 .header__options .theme-choice {
        display: none !important;
    }

    .header__options {
        gap: 24px;
    }

    /* CUSTOM BLOCKS - start */
    .custom-block {
        padding: 20px 16px;
    }

    .main__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .advantages-info {
        grid-template-columns: none;
        grid-template-rows: repeat(6, 1fr);
        gap: 10px;
    }

    .row-igroup__wrapper .input-group {
        display: flex;
        flex-direction: column;
    }

    .row-igroup__wrapper .input-group-prepend {
        margin-bottom: 12px;
    }

    .row-igroup__btn {
        align-self: flex-end;
    }

    .documents-card__wrapper {
        display: grid;
        grid-template-columns: minmax(80px, 661px) repeat(2, minmax(0, 165px)) minmax(168px, auto);
    }

    .main-notifications__container {
        padding: 12px 16px;
        flex-direction: column;
    }

    .ui-datepicker {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .modal-content {
        padding: 16px;
    }

    /* CUSTOM BLOCKS - end */

    .footer {
        padding: 20px 10px;
        margin: 0 -10px;
    }

    .footer__nav {
        grid-template-columns: repeat(3, auto);
        grid-template-rows: repeat(4, 1fr);
        column-gap: 160px;
    }
}

@media (max-width: 719px) {

    .header__part-1 {
        margin-right: 22px;
    }

    .header__logo-uub {
        margin: 0;
    }

    .header__socials {
        display: none;
    }

    .header__part-3 {
        flex-wrap: wrap;
        justify-content: initial;
    }

    .header__user-info {
        flex-grow: 1;
    }

    .header__user-info .user-info {
        justify-content: space-between;
        flex-grow: 1;
    }

    #site-choice .dropdown-toggle {
        margin-right: 60px;
    }

    #site-choice,
    .header__contacts {
        margin-bottom: 10px;
    }

    .login-btns {
        width: 100%;
    }

    .login-btns__btn {
        flex-grow: 1;
    }

    /* CUSTOM BLOCKS - start */

    .row-igroup {
        flex-direction: column;
        align-items: flex-start;
    }

    .row-igroup__btn {
        align-self: flex-start;
    }

    .row-igroup__wrapper {
        width: 100%;
    }

    .ui-autocomplete {
        left: 26px !important;
        right: 26px !important;
        width: auto !important;
    }

    .documents-card__wrapper {
        grid-template-columns: none;
        grid-template-rows: repeat(4, auto);
        gap: 16px;
    }

    .documents-block__head-row {
        display: none;
    }

    .documents-card__item-title {
        position: static !important;
    }

    .documents-card__actions .documents-card__item-title {
        display: none !important;
    }

    .documents-card__item-title {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: var(--blue-color);
    }

    .documents-card__item {
        gap: 16px;
        padding: 0;
    }

    .documents-card__name {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        overflow: hidden;
    }

    .documents-card_old .documents-card__item-title {
        display: block;
    }

    .documents-card__item:nth-child(2) {
        padding-right: 0;
    }

    .documents-card__actions {
        gap: 8px;
    }

    .dotted-list__part-2 {
        border-radius: 0;
        grid-column: span 2 / span 2;
        grid-row-start: 2;
    }

    .dotted-list__part-3 {
        border-radius: 0 0 12px 12px;
        grid-column: span 2 / span 2;
        grid-row-start: 3;
    }

    .own-igroup__wrapper {
        flex-grow: 1;
    }

    .own-igroup__input {
        width: 100%;
    }

    .own-igroup__el-long-text,
    .own-igroup__el-period {
        flex-wrap: wrap;
    }

    .own-igroup__el-period .own-igroup__select {
        border-right: 1px solid var(--blue-color);
        margin-right: -1px;
        flex-grow: 1;
    }

    .own-igroup__el-period .own-igroup__input-with-icon,
    .own-igroup__el-period .own-igroup__inputs-group {
        flex-grow: 1;
    }

    .own-igroup__el-period .own-igroup__input_type_date {
        max-width: initial;
    }

    .own-igroup__el-period_without-select .own-igroup__prepend,
    .own-igroup__el-long-text .own-igroup__prepend,
    .own-igroup__el-long-text .own-igroup__select {
        flex-grow: 1;
    }

    .own-igroup__el-period_without-select.has-multiple-rows .own-igroup__prepend,
    .own-igroup__el-long-text.has-multiple-rows .own-igroup__prepend {
        border-right: 1px solid var(--blue-color);
    }

    .own-igroup__el-period_without-select.has-multiple-rows .own-igroup__inputs-group,
    .own-igroup__el-long-text.has-multiple-rows .own-igroup__select {
        border-left: 1px solid var(--blue-color);
    }

    .ui-datepicker {
        min-height: initial;
        max-width: 340px;
    }

    .ui-datepicker-calendar .ui-state-default {
        width: 44px;
        height: 44px;
        font-size: 14px;
        padding: 6px;
    }

    #pn_documents_control_ {
        flex-direction: column;
    }

    .fields-grid__item {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    /* CUSTOM BLOCKS - end */

    .footer__info {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__all-rights-reserved {
        max-width: 230px;
        margin-right: 0;
    }

    .footer__certificates {
        margin-top: 12px;
    }

    .footer__nav {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 18px;
    }
}

@media (max-width: 469px) {

    .header__part-1 {
        margin-right: 44px;
    }

    .header__logo-prozorro {
        display: none;
    }

    .header__contacts,
    #site-choice .dropdown-toggle {
        margin-right: 0;
    }

    .header__part-3 {
        justify-content: space-between;
    }

    .login-btns__btn {
        padding: 6px 22px !important;
    }

    /* CUSTOM BLOCKS - start */
    /* CUSTOM BLOCKS - end */

    .footer__logo-uub {
        margin-bottom: 12px;
        margin-right: 0;
    }

    .footer__all-rights-reserved {
        text-align: center;
        max-width: initial;
    }

    .footer__nav {
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(6, 1fr);
        column-gap: 78px;
    }
}

/* DocStoragePicker */
.ds-picker-wrap {
    position: relative;
}

.ds-picker-toggle {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 4px 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    flex-wrap: wrap;
    gap: 4px;
}

.ds-picker-toggle:hover {
    border-color: #80bdff;
}

.ds-picker-placeholder {
    color: #6c757d;
    font-size: .875rem;
}

.ds-picker-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    flex: 1;
}

.ds-picker-tag {
    display: inline-flex;
    align-items: center;
    background: #e2f0ff;
    border: 1px solid #b8d9ff;
    border-radius: 3px;
    padding: 1px 6px;
    font-size: .8rem;
    white-space: nowrap;
}

.ds-picker-tag .ds-tag-remove {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #555;
}

.ds-picker-arrow {
    margin-left: auto;
    color: #888;
    font-size: .75rem;
    padding-left: 6px;
}

.ds-picker-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    margin-top: 2px;
}

.ds-picker-dropdown.ds-picker-dropdown-side {
    display: flex;
    flex-direction: column;
}

.ds-picker-mobile-close {
    display: none;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #1d437c;
    padding: 0 8px;
    margin-left: auto;
    cursor: pointer;
}

.ds-picker-search-wrap {
    padding: 8px 8px 4px;
}

.ds-picker-tree-wrap {
    max-height: 220px;
    overflow-y: auto;
    padding: 4px 8px;
}

.ds-picker-dropdown.ds-picker-dropdown-side .ds-picker-tree-wrap {
    max-height: none;
    flex: 1;
}

.ds-picker-dropdown.ds-picker-dropdown-fullscreen .ds-picker-mobile-close {
    display: block;
    align-self: flex-end;
    margin-top: 6px;
}

.ds-picker-dropdown.ds-picker-dropdown-fullscreen .ds-picker-search-wrap {
    padding-top: 4px;
}

.ds-picker-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 6px 8px;
    border-top: 1px solid #eee;
}

#ds-picker-tree .jstree-anchor {
    font-size: .875rem;
}

/* ── diagFileUpload drop zone ───────────────────────────── */

.diag-dropzone {
    border: 1.5px dashed #acc6ec;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 28px 16px 24px;
    margin-top: 8px;
    transition: border-color 0.15s ease, background 0.15s ease;
    position: relative;
}

.diag-dropzone.dragover {
    border-color: #295faf;
    background: #eaf1fa;
}

.diag-dropzone-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #1d437c;
    margin: 8px 0 0;
    text-align: center;
}

.diag-dropzone-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #1d437c;
    background: #e8edf2;
    border: none;
    border-radius: 8px;
    padding: 6px 20px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.diag-dropzone-btn:hover {
    background: #d5dce5;
    color: #1d437c;
}

.diag-dropzone-limit {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #6b7c93;
    margin: 4px 0 0;
    text-align: center;
}

.diag-dropzone-filenames {
    display: none;
    width: 100%;
    text-align: center;
    margin: 4px 0 0;
}

.diag-dropzone-filename-item {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #295faf;
    word-break: break-all;
}

.upload-btn-wrap {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    padding: 0;
}

.diag-upload-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px 16px;
    border-top: none;
}

.diag-upload-confirm {
    min-width: 130px;
    height: 38px;
    background: #295faf;
    color: #ffffff;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: none;
    transition: background 0.15s ease;
}

.diag-upload-confirm:hover:not(:disabled) {
    background: #1d437c;
    color: #ffffff;
}

.diag-upload-confirm:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.text-crossed {
    text-decoration: line-through !important;
}