@media screen and (min-width: 1024px){
    .b-promo .b-p-content__text {
        white-space: pre-wrap;
    }
}
/**
 * Контент по центру с цветами текста
 */
.b-p-sqr.white .b-p-content {
    border: 3px solid #fff;
    color: #fff; }
.b-p-sqr.white .b-p-content .b-p-content__tag {
    border-color: #fff;
    color: #fff; }
.b-p-sqr.black .b-p-content {
    border: 3px solid #000;
    color: #000; }
.b-p-sqr.black .b-p-content .b-p-content__tag {
    border-color: #000;
    color: #000; }

/**
 * Правый блок с цветами текста
 */
.b-p-right.white .b-p-content {
    color: #fff; }
.b-p-right.white .b-p-content .b-p-content__tag {
    border-color: #fff;
    color: #fff; }
.b-p-right.black .b-p-content {
    color: #000; }
.b-p-right.black .b-p-content .b-p-content__tag {
    border-color: #000;
    color: #000; }

.b-items .item .item__title {
    overflow: hidden;
}

.b-items .item .item__text {
    overflow: hidden;
}
