.newsChange-section{padding-block:var(--section-padding-y)}.newsChange-section .changeTitle{margin-bottom:var(--margin-base)}.newsChange-section .changeTitle .button{display:block;width:-moz-fit-content;width:fit-content}.newsChange-section .changeTitle h1{margin:0}.newsChange-section .news-item{margin-bottom:var(--margin-base);display:flex;justify-content:space-between;align-items:center}@media(max-width:767px){.newsChange-section .news-item{flex-direction:column;gap:var(--margin-base)}}.newsChange-section .news-item a{color:var(--color-red)}.newsChange-section .news-item .btn-box{display:flex;justify-content:space-between;align-items:center;gap:var(--margin-base)}.newsChange-section .news-item .btn-box a{color:var(--color-white)}@media(hover:hover){.newsChange-section .news-item .btn-box a:hover{color:var(--color-red)}}@media(hover:none){.newsChange-section .news-item .btn-box a:active{color:var(--color-red)}}.newsChange-section .news-item .btn-box button{color:var(--color-red);background-color:transparent;border:1px solid var(--color-red)}@media(hover:hover){.newsChange-section .news-item .btn-box button:hover{color:var(--color-white);background-color:var(--color-red)}}@media(hover:none){.newsChange-section .news-item .btn-box button:active{color:var(--color-white);background-color:var(--color-red)}}.newsChange-section .news-item .btn-box button.none{display:none}.newsChange .navigation-panel{display:flex;align-items:center;justify-content:space-between}.newsChange .navigation-panel.none{display:none}.newsChange .navigation-panel .numbers-panel{display:flex;gap:calc(var(--margin-base)/2)}.newsChange .navigation-panel .numbers-panel a.active{color:var(--color-red)}.newsChange .navigation-panel .news-navigation{font-family:Moscow University;padding:6px 20px;background:var(--color-gradient);color:var(--color-gold);border-radius:var(--border-radius-small);font-size:16px}.newsChange .navigation-panel .news-navigation.disabled{opacity:.6}