body,body.light{--text-primary:#1f1f1f;--text-secondary:#777;--text-tertiary:#efefef;--tint-white1:#fff;--tint-gray1:#f9f9f9;--tint-gray2:#d9d9d9;--tint-gold1:#fc3;--tint-gold2:#ffcc33b3;--tint-gold1-accent:#d6a100;--gradient-gold:linear-gradient(90deg,#fc3 5%,#c98115)}body.dark{--text-primary:#f5f5f5;--text-secondary:#9e9e9e;--text-tertiary:#2c2c2c;--tint-white1:#121212;--tint-gray1:#1f1f1f;--tint-gray2:#383838;--tint-gold1:#fc3;--tint-gold2:#ffcc33b3;--tint-gold1-accent:#d6a100;--gradient-gold:linear-gradient(90deg,#fc3 5%,#c98115)}@keyframes fade-in{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes fade-out{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes toAutoHeight{to{height:auto}}.news-item{background-color:var(--text-tertiary);gap:19px;padding:20px 12px 19px 20px;display:flex;position:relative}.news-item__body{justify-content:space-between;align-items:flex-start;gap:10px;height:100%}.news-item__body,.news-item__body__content{flex-direction:column;display:flex}.news-item__body__name{font-size:18px;font-weight:400;line-height:23px}.news-item__body__description{color:var(--text-secondary);font-size:16px;font-weight:300;line-height:21px}.news-item__body__description:not(:first-child){margin-top:10px}.news-item__image{width:313px;min-width:313px;height:319px}.news-item__image img{object-fit:cover;width:100%;height:100%}@media only screen and (width<=1141px){.news-item__image{width:290px;min-width:290px;height:290px}}@media only screen and (width<=767px){.news-item{flex-direction:column;padding:1.6vw 1.86667vw 6.13333vw}.news-item,.news-item__body{gap:2.66667vw}.news-item__body{max-width:59.2vw}.news-item__body__name{font-size:4.8vw;line-height:6.13333vw}.news-item__body__description{font-size:4.26667vw;line-height:5.6vw}.news-item__body__description:not(:first-child){margin-top:1.33333vw}.news-item__image{order:-1;width:100%;min-width:100%;height:50.6667vw}}@media only screen and (width>=768px){.news-item__body{padding:4px 0 11px}.news-item__body .to-all{margin-left:9px}}
