.nobr p {
    padding: 0;
    margin: 0
}

.clr {
    clear: both;
}

.rel {
    position: relative
}

.error.errorBcms {
    font-size: 90%;
    line-height: 1.6rem;
    padding: 0 5px;
    color: #930;
    background-color: #ffecec;
    border: 1px solid #930;
    position: absolute;
    height: auto;
    top: -15px;
    left: 10px;
    z-index: 3;
    white-space: nowrap
}

.error.errorBcms b {
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #930;
    border-right: 1px solid #930;
    transform: rotate(135deg);
    background-color: #ffecec
}

.pw {
    cursor: default;
    display: none
}

#cookies_agreement {
    border-top: 1px solid #fff
}

#cookies_agreement p {
    font-size: 14px !important;
    line-height: 14px !important;
    margin: 15px 0 !important;
    color: #bebebe !important;
    font-family: "Arial", sans-serif !important
}

.back-layer, .alert-node {
    opacity: .95;
    -moz-animation: fadein .1s linear;
    -webkit-animation: fadein .1s linear;
    animation: fadein .1s linear;
}

.back-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(193, 201, 210, 0.7);
    top: 0;
    left: 0;
    z-index: 999999;
    user-select: none
}

body.alert-noded {
    overflow: hidden
}

.alert-node {
    position: fixed;
    left: 5%;
    top: 10%;
    z-index: 9999999;
    width: 90%;
    max-height: 80%;
    overflow: scroll;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    opacity: 1;
    font-size: 1rem;
    line-height: 1.5555555556;
    font-weight: 500
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.alert-node span {
    position: absolute;
    top: -15px;
    right: -3px;
    z-index: 99999999;
    display: block;
    font-size: 40px
}

.alert-node span::after {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    content: "\00D7";
    padding: 2px 10px
}

/* === */
.b-header__news-body p, .nop p {display: inline; padding: 0}
