/*отменить перенос слов*/
.t-rec {
    word-break: normal !important;
}

/*Плашка попапа на мобильных*/
@media screen and (max-width: 560px) {
    .t-popup__close {
        background: #10161D !important;
    }
    .t-popup__close-icon rect {
        fill: #ffffff !important;
    }
    .t-popup__close-icon {
        width: 20px !important;
    }
}