.project-item {
    width: var(--project-item-width);
    height: var(--project-item-width);
    background: #26313A;
    margin: var(--project-item-margin) var(--project-item-margin);
}

.rub svg{
    fill: var(--pirs-white);
    padding-top: 6px;
    width: 24px;
    height: 26px;
}

.project-item-owner,
.project-item-owner a,
.project-item-owner a:hover{
    text-decoration: none;
    color: var(--pirs-gray);    
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.318182px;
    padding: 0 20px;
    overflow-wrap: break-word;
}

.project-item-city {    
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -0.272727px;
    color: var(--pirs-gray);
    margin-top: 7px;
}

.project-name-container {
    width: 360px;
    padding: 0 20px;
    height: 186px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.project-name {
    max-height: 100%;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: var(--pirs-blue);
    overflow-wrap: anywhere;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.project-link,
.project-link:hover {
    display: block;
    position: relative;
    top: -322px;
    height: 100%;    
    text-decoration: none;    
}

.project-text {    
    margin-top: 28px;
}

.project-item-budget {
    font-weight: bold;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.5px;
}

.project-item .project-parts {
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .project-item {
        margin: var(--project-item-margin) 0;
    }
}