.t-title_xxs {
    text-align: center;
}

.t-feed__post-popup__title {
    text-align: center;
}

.t050__title {
    margin-bottom: 30px;
}

.t-records {
    margin-bottom: 100px;
}

.prolitcult__container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.prolitcult__authors {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: rgb(0 0 0 / 0.5);
}

.prolitcult__authors-top, .prolitcult__authors-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Arial;
}

.prolitcult__delimiter {
    width: 90%;
    height: 1px;
    background: #939393;
    margin: 5px 0;
}

.prolitcult__author-item {
    width: auto;
    height: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e3e3e3 !important;
    border-radius: 10px;
    transition: 0.3s;
}

.prolitcult__author-item:hover {
    background: #7ec833;
    color: #151515 !important;
}

.prolitcult__label {
    font-size: 16px;
    text-transform: lowercase;
    color: #939393;
    position: absolute;
    top: 5px;
    left: 5px;
}

.prolitcult__orn-left {
    position: absolute;
    top: 0;
    left: 0
}

.prolitcult__orn-left::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #939393;
    position: absolute;
}

.prolitcult__orn-left::before {
    content: '';
    width: 1px;
    height: 30px;
    background: #939393;
    position: absolute;
}

.prolitcult__orn-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.prolitcult__orn-right::after {
    content: '';
    width: 1px;
    height: 30px;
    background: #939393;
    position: absolute;
    top: -30px;
}

.prolitcult__orn-right::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #939393;
    position: absolute;
    left: -30px;
}

@media (max-width: 1200px) {
    .prolitcult__author-item_hideable-on-1200px {
        display: none;
    }
}

@media (max-width: 768px) {
    .prolitcult__author-item_hideable-on-768px {
        display: none;
    }

    .prolitcult__authors {
        padding: 5px 20px;
    }

    .prolitcult__delimiter {
        margin: 2px 0;
    }

    .prolitcult__label {
        font-size: 10px;
    }

    .prolitcult__authors-top, .prolitcult__authors-bottom {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .prolitcult__authors {
        display: none;
    }
}
