html[data-theme="dark"]{--newitem-bg:#22272e;--newitem-color:#adbac7;--newitem-other-categ-bg:#394048;--newitem-other-categ-color:#d5d3d3;--newitem-other-gradient-from:#272c34;--newitem-other-gradient-to:#28303a;--newitem-other-shadow:#22272e;--newitem-other-title-bg:#272c34;--newitem-other-title-brd-color:#383f46;--newitem-other-title-color:#f5f5f5;--lastcomment-pre-bg:#1c1b28;--featured-btn-hover-bg:#282d34}
@media (max-width:575.98px){html{--newitem-width:100%;--lastcomment-width:100%;--featured-width:100%}}
@media (min-width:576px){html{--newitem-width:calc(50% - 15px);--lastcomment-width:calc((100% - 40px) / 3);--featured-width:calc((100% - 20px) / 2)}}
.newitems{display:flex;flex-wrap:wrap;align-items:flex-end;gap:30px;margin-top:30px}
.newitem{width:var(--newitem-width)}
.newitem__intro{position:relative;min-height:120px;padding:10px 6px 18px;background:var(--newitem-bg,#fff);color:var(--newitem-color,#000);font-size:13px;line-height:normal}
.newitem img{float:left;margin-right:8px;border:solid 1px var(--prcd-brd-color,#a0a3a3);transition:transform .2s ease-out}
.newitem img:hover{transform:scale(1.1)}
.newitem__category{position:absolute;padding:1px 10px;bottom:14px;right:20px;background:var(--newitem-other-categ-bg,#c1c1c1);font-size:13px;color:var(--newitem-other-categ-color,#000);border-radius:4px}
.newitem__category-js{background:yellow;color:#000}
.newitem__category-wn{background:#0b7ce3;color:#fff}
.newitem__category-php{background:#484C89;color:#f3f3f3}
.newitems_other{margin-top:10px;margin-bottom:40px;padding:5px 10px;background:var(--newitem-bg,#fff);border:8px solid transparent;border-image:linear-gradient(to right,var(--newitem-other-gradient-from,#a3a3a3) 0%,var(--newitem-other-gradient-to,#c1c1c1) 100%);border-image-slice:1;box-shadow:inset 0 0 10px var(--newitem-other-shadow,#c3c3c3)}
.newitems_other__title{position:relative;width:200px;margin:0 0 0 -28px;padding:5px 36px 7px 36px;text-transform:uppercase;font-size:80%;color:var(--newitem-other-title-color,#000);line-height:120%;background:var(--newitem-other-title-bg,#a3a3a3);border:solid 1px;border-color:var(--newitem-other-title-brd-color,#7c7c7c)}
.newitems_other__title::before{content:'';position:absolute;left:-1px;bottom:-13px;border-width:0 12px 12px 0;border-color:transparent #383f46 transparent transparent;border-style:solid}
.newitems_other__category{color:#808080;font-size:13px}.razdel{margin-top:80px}.last__comments{display:flex;flex-wrap:wrap;gap:20px}
.last__comment{display:flex;flex-direction:column;padding:15px;width:var(--lastcomment-width);overflow:hidden;background:var(--prcd-bg-content);border:solid 1px var(--prcd-brd-color);border-radius:5px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0px 3px 1px -2px rgba(0,0,0,.12),0px 1px 5px 0 rgba(0,0,0,.2)}
.last__comment pre{background:var(--lastcomment-pre-bg,#ededed);padding:8px;overflow:hidden}
.last__comment-link{margin-top:auto;text-align:end}.featured-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}
.featured{display:flex;flex-direction:column;padding:0 20px 20px;background:var(--prcd-bg-content);width:var(--featured-width);border:solid 1px var(--prcd-brd-color);border-radius:5px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0px 3px 1px -2px rgba(0,0,0,.12),0px 1px 5px 0 rgba(0,0,0,.2)}
.featured__footer{margin-top:auto;display:flex;justify-content:space-between;gap:20px}
.featured__footer>a{width:50%;padding-top:5px;padding-bottom:5px;text-align:center;border:solid 1px var(--prcd-brd-color);border-radius:5px;transition:background-color .3s,color .2s}
.featured__footer>a:hover{background-color:var(--featured-btn-hover-bg,#1a73e8);color:#fff}