.project-view * {
    letter-spacing: normal;
}

.container.content::before {
    display: none;
}

.compare-header {
    font-size: 16px;
    table-layout: fixed;
}

.project-control {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

.project-title {
    padding: 30px 0;
}

.sum-dots i {
    font-size: xx-small;
}

.project-view .tab-pane {
    padding-bottom: 5px;
}

.project-view .tab-content > .project-info.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.project-view .column {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 5px);
}

/* view-info begin */
.box {
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
    min-height: calc(100vh - 320px);
}

.value.main {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.272727px;
}

#budget_max {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.272727px;
    color: var(--pirs-blue);
}

#advance_pay {
    font-size: 20px;
}

.rub svg {
    fill: var(--pirs-blue);
    width: 15px;
    height: 19px;
    margin-bottom: -1px;
}

#description,
#view-info {
    min-height: 425px;
}

#description {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.272727px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--pirs-blue) #4A4A4A;
}

#description::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #4A4A4A;
}

#description::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--pirs-blue);
}

#info {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
}

#project-params-fs .help-block {
    display: inline;
    margin: 10px;
}

/* view-info end */

.application-bookmark {
    display: block;
    position: relative;
    top: -25px;
    left: 80%;
    height: 0;
}

.application-bookmark .bi {
    font-size: 32px;
    margin-bottom: 0;
}

.application-bookmark .bi-corrector {
    position: relative;
    top: -44px;
    width: 32px;
    height: 6px;
    background: var(--pirs-bg1);
}

.action i {
    color: var(--pirs-white);
    cursor: pointer;
}

.action i:active,
.action i:focus {
    color: var(--pirs-gray);
}

.process-action-menu {
    display: none;
    position: absolute;
    background: var(--pirs-bg2);
    border: 1px solid var(--pirs-pale-gray);
    border-radius: 5px;
    text-align: left;
    width: 190px;
}

.process-action-menu:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid var(--pirs-pale-gray);
}

.project-info .process-action-menu {
    margin-left: -165px;
}

.gip-menu {
    display: inline-block;
    margin-left: 10px;
}

.project-info .process-action-menu:before {
    right: 7px;
    top: -20px;
}

.process-action-menu.active {
    display: block;
    z-index: 2;
}

.project-info .action i {
    top: 3px;
}

.process-menu-item {
    border-bottom: 1px solid var(--pirs-pale-gray);
}

.process-menu-item:last-child {
    border-bottom: none;
}

.process-menu-item a {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.secure-image {
    color: var(--pirs-white);
    margin-left: 2px;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 767px) {
    .project-view .tab-content > .project-info.active {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }

    .project-view .column {
        width: 100%;
        margin-bottom: 15px;
    }

    #description, #view-info {
        height: auto;
    }
}

.project-block {
    /* фон светлый */
    background: #26313A;
    border-radius: 10px;
    /* Inside Auto Layout */
    flex: none;
    flex-grow: 0;
    margin-bottom: 16px;
    padding: 14px 30px;
}

.project-header-name {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: var(--pirs-white);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-header-value {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    /* 26313A */
    color: var(--pirs-white);
}

.project-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    /* 26313A */
    color: var(--pirs-white);
}

.project-text-thin {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    /* 26313A */
    color: var(--pirs-white);
}

.project-text-mini {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--pirs-gray);
}

.project-text-mini-white {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: var(--pirs-white);
}

.project-text-body {
    font-size: 18px;
    color: var(--pirs-white);
}

.project-text-big {
    font-weight: 300;
    font-size: 72px;
    line-height: 15px;
    color: var(--pirs-white);
}

.project-text-big-2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 15px;
    color: var(--pirs-white);
}

.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.box2 {
    grid-column: 1 / -1;
}

.grid-row {
    display: grid;
    width: 100%;
    grid-template-columns: 0fr 2fr;
    font-size: 12pt;
    grid-row-gap: 10px;
    grid-column-gap: 20px;
}

.grid21-row {
    display: grid;
    width: 100%;
    grid-template-columns: 2fr 1fr;
    font-size: 12pt;
    grid-column-gap: 5px;
    align-items: end;
}

.grid31-row {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    font-size: 12pt;
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    align-items: center;
}

.grid3-row {
    display: grid;
    width: 100%;
    grid-template-columns: 0fr 2fr 1fr;
    font-size: 12pt;
    column-gap: 10px;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.view-label {
    font-weight: bold;
}

.view-text {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.nav-arrow {
    font-size: 14pt;
}

.stepwiseArrangementOfLines {
    margin-top: 10px;
    width: max-content;
}

.block {
    padding: 15px 30px !important;
}

.block-font {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
}

.project-avatar {
    width: 64px;
    height: 64px;
    border-radius: 60px;
    object-fit: cover;
    object-position: 50% 50%;
}

.project-avatar-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}

.project-avatar-text-2 {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

.project-avatar-text-3 {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: var(--pirs-white);
    width: max-content;
}

.project-buttons {
    font-size: 24px;
}

.project-buttons-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    column-gap: 15px;
}

.description {
    min-height: 60px;
}

.description img {
    width: 90% !important;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
}

.process-executor-rating {
    font-size: 36px;
    line-height: 40px;
    color: var(--pirs-white);
}

.process-executor-rating .bi-star-fill {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: -6px;
    margin-right: 5px;
}

.process-executor-job-duration {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
}

.trash-button {
    font-size: 24px;
    color: white;
}

.trash-buttons :hover {
    color: var(--pirs-gray);
}

.project-header-document a,
.grid21-row a,
.grid3-row a,
.view-text a,
.mobile a {
    color: var(--pirs-white);
}

.project-header-document a:hover,
.grid21-row a:hover,
.grid3-row a:hover,
.view-text a:hover,
.mobile a:hover {
    color: var(--pirs-gray);
}

.details {
    list-style-type: none;
}

.executor-count,
.process-name {
    color: var(--pirs-white);
}

.executor-count:hover,
.executor-count:focus,
.executor-count:active,
.process-name:hover,
.process-name:focus,
.process-name:active {
    color: var(--pirs-gray);
}

.collapse-all {
    position: fixed;
    top: 70%;
    right: 10%;
    z-index: 100;
    cursor: pointer;
}

.collapse-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3b93af;
    border: none;
    border-radius: 50%;
    outline: none;
    opacity: .5;
    transition: opacity .5s;
    color: var(--pirs-white);
    font-size: 33px;
}

.collapse-button:hover {
    opacity: 1;
}

.card {
    background: inherit !important;
    border: none !important;
}

.pirs-editable-container .form-control,
.pirs-editable-container .input-group-text {
    border: 1px solid var(--pirs-white) !important;
    color: var(--pirs-white) !important;
}

.pirs-editable-container .kv-date-picker {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-calendar3" viewBox="0 0 16 16"><path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/></svg>');
}

.pirs-editable-container .form-control:focus,
.pirs-editable-container .form-control:active {
    box-shadow: none;
}

.pirs-editable-container .pirs-editable-button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    background: inherit;
    opacity: .75 !important;
    color: var(--pirs-white) !important;
}

.pirs-editable-container .pirs-editable-button:hover {
    opacity: 1 !important;
}

.kv-editable-link {
    color: var(--pirs-bg3) !important;
}

.kv-editable-link:hover,
.kv-editable-link:active {
    color: var(--pirs-bg2) !important;
}

.project-source-data .kv-editable-link {
    color: var(--pirs-white) !important;
}

.project-source-data .kv-editable-link:hover,
.project-source-data .kv-editable-link:active {
    color: var(--pirs-white) !important;
}

.source-data {
    display: grid;
    grid-template-columns: 5% 45% 10% 10% 10% 10%;
    column-gap: 20px;
    align-items: center;
}

.comment-source-data {
    display: grid;
    grid-template-columns: 5% 65% 10% 10%;
    column-gap: 20px;
    align-items: center;
}

.comment-outer-container {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 5px;
}

.comment-inner-container {
    margin-left: 20px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1170px) {
    .project-block,
    .wrapper {
        flex-direction: column;
        flex-wrap: wrap;
        row-gap: 15px;
        align-items: flex-start;
        grid-template-columns: 100%;
    }

    .stepwiseArrangementOfLines {
        width: 100%;
    }

    .project-buttons {
        flex-direction: row;
    }

    .project-buttons .trash-button {
        display: none;
    }

    .project-header-name {
        font-size: 24px;
        line-height: 28px;
    }

    .project-header-value {

        font-weight: normal !important;
        font-size: 14px !important;
        line-height: 16px !important;
        color: var(--pirs-gray) !important;
    }
}

@media screen and (max-width: 576px) {
    .nav {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .nav.pirs-left-tabs > li > a {
        width: initial !important;
        padding: 5px 5px !important;
        margin-right: 0 !important;
        height: 54px !important;
    }

    .pirs-left-tabs .bi {
        margin-right: 0 !important;
        font-size: 45px;
    }

    .desktop-label {
        display: none !important;
    }

    .project-chapter-text-big-2 {
        font-size: 28px;
    }

    .project-text-mini {
        font-size: 16px !important;
    }
}
