.p-header { 
    background-color: rgb(203, 187, 162); 
    background-image: url('../img/header-pattern.webp'); background-size: 960px auto; background-position: center center;  background-repeat: repeat;
}
.p-header-content { position: relative; }
.p-header-content::before { 
    content: '';  
    position: absolute; right: 0; top: 50%; transform: translateY(-50%);
    width: 900px; height: 88px;
    background-image: url('../img/head-funds.webp'); background-size: contain; background-position: center right;  background-repeat: no-repeat;
    /* head-xmas.webp */
}


.p-body { 
    /* background-image: url('../img/bkg_xmas.jpg'); */
    background-size: cover; background-position: center center;  background-repeat: repeat; 
}
.p-footer-copyright { display: none; }


.notice-content { padding: 8px 10px; }
.notice.notice--dark { background: #0b662a; }
.notice.notice--accent { background: #ffffff; }
.notice--accent--black {  background: #171717; color: white; }

.node-icon i .fa--xf svg { color: #8a4a0f; }

/* В памет на NIA 
.p-header-content::after { 
    content: '';  
    position: absolute; left: 225px; top: 50px;
    width: 25px; height: 40px;
    background-image: url('../img/ribbon-black.webp'); background-size: contain; background-position: center top;  background-repeat: no-repeat;
}
*/


/* LG */
@media (max-width: 1279.98px) {

    .p-header-content::before { width: 720px; }

} /* @media */ 

/* MD */
@media (max-width: 991.98px) {
  
  .p-header-content::before { display: none; }
    
} /* @media */ 

/* SM */ @media (max-width: 767.98px) {

    
   
} /* @media -----------------------------------| width < 768px |-------------------------------------------*/

/* XS */ @media (max-width: 575.98px) and (orientation:landscape) {}
@media (max-width: 575.98px) {  
 
    .p-header-content::after { display: none; } 
   
} /* @media -----------------------------------| width < 576px |-------------------------------------------*/

/* XXS */ @media screen and (min-width: 320px) and (max-width: 767.98px) and (orientation: landscape) { }
@media (max-width: 319.98px) {  

   
} /* @media -----------------------------------| width < 320px |-------------------------------------------*/
/* ════════════════════════════════════════════╣     END    ╠════════════════════════════════════════════ */
/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */
/* ║                                 ¡ NO STYLES BELOW THIS LINE PLEASE !                                 ║ */
/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */




