.vr-project-post {
    background-color: #1B1C22;
}

.vr-project-header {
    font-family: 'RoadRadioBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    color: #C7C8D1;

    margin-top: 20px;
    margin-bottom: 22px;

    border-bottom: 1px solid #E0C52233;
    padding-bottom: 10px;
}

.vr-project-text {
    color: #C5C3B9;
    width: 450px;


    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;



}

.vr-project-images {
    width: 350px;
}

.vr-project-image {
    width: 300px;
    margin-top: 20px;
}

.vr-project-content {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;

    overflow-y: scroll;
    height: 400px;
}

/* Кастомизация скролла для Webkit браузеров (Chrome, Safari, Edge) */
.vr-project-content::-webkit-scrollbar {
  width: 8px;             /* ширина скролла */
}

.vr-project-content::-webkit-scrollbar-track {
  background: #e0e0e0;    /* фон трека */
  border-radius: 8px;
}

.vr-project-content::-webkit-scrollbar-thumb {
  background: #888;       /* цвет ползунка */
  border-radius: 8px;
}

.vr-project-content::-webkit-scrollbar-thumb:hover {
  background: #555;       /* цвет при наведении */
}

.vr-projects-back-button {
    display: flex;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
    margin-left: 120px;
    position: relative;
    z-index: 9999;

    div {
        display: flex;
        align-items: center;
        color: #E0C522;
        font-size: 14px;
        font-weight: 500;

        font-family: 'DeusEx';
    }

    div:first-child {
        margin-right: 10px;
    }
}