.outer-container.project-list-item {
    padding: 10px 0;
    margin: 10px 0;
    min-height: 230px;
}

.rub svg {
    fill: var(--pirs-white);
    width: 24px;
    height: 10px;
}

.project-link,
.project-link:hover,
.project-link:focus,
.project-link:active {
    display: inline-block;
    font-size: 24px;
}

.project-link {
    margin-bottom: 10px;
}

.project-item-budget {
    display: flex;
    justify-content: flex-end;
    font-size: 28px;
    height: 34px;
}

.info-container {
    width: 100%;
    align-items: start;
}

.info {
    width: 50%;
}

.project-item-owner a,
.project-item-owner a:hover,
.project-item-owner a:focus,
.project-item-owner a:active {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.318182px;
    color: var(--pirs-gray);
}

.gip-link:hover ~ .gip-title,
.customer-link:hover ~ .customer-title {
    display: block;
}

.gip-title,
.customer-title {
    display: none;
    position: absolute;
    border: 1px solid var(--pirs-blue);
    padding: 5px;
    background-color: var(--pirs-bg3);
    margin-top: 10px;
    border-radius: 5px;
    z-index: 5000;
}

.gip-title:before,
.customer-title:before {
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    top: -20px;
    border: 10px solid transparent; /* Прозрачные границы */
    border-bottom: 10px solid var(--pirs-blue); /* Добавляем треугольник */
}

.process-columns {
    display: flex;
    height: 40px;
    flex-wrap: wrap;
    overflow: hidden;
    padding-left: 5px;
}

.process-row {
    display: flex;
    align-items: center;
}

.customer-avatar {
    border-radius: 50px;
    object-fit: cover;
    object-position: 50% 50%;
    margin: 10px;
}

.customer-title .counts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-title .counts .slash {
    font-weight: 200;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.81818px;
    margin-left: 5px;
}

.customer-title .counts .count {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.818182px;
}

.customer-title .counts .info {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.272727px;
}

.skills {
    height: 30px;
    overflow: hidden;
}

.project-item-budget .rub svg {
    fill: var(--pirs-white);
    height: 19px;
}

.advance_pay .rub svg {
    fill: var(--pirs-gray);
    width: 12px;
}

.my-processes {
    font-size: 14px;
}

.my-process {
    font-size: 12px;
    margin-right: 4px;
    margin-top: 12px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.my-process svg {
    fill: var(--pirs-gray);
}

.skill.its_yours {
    border: 1px solid var(--pirs-green);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--pirs-green);
}

.skill.roll_up {
    border: 1px solid #bda348;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #bda348;
}

.skill.its_may_be_yours {
    border: 1px solid #E17838;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #E17838;

}

.deadlines progress::-webkit-progress-bar,
.deadlines progress::-moz-progress-bar,
.deadlines progress {
    width: 180px !important;
}

@media screen and (max-width: 767px) {
    .project-text {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .outer-container.project-list-item {
        height: auto;
        padding: 5px;
    }
}
