:root {--color-gray:#A6ADB2;--color-gray-light:#BDBDBD;--color-black:#19191A;--color-white:#FFF;--color-green:#00B756;--color-yellow:#FCD206}html,body {scroll-behavior:smooth}body {font-family:'Nunito',sans-serif;color:var(--color-black);font-size:20px}h1 {margin-top:40px;margin-bottom:40px;font-size:34px;font-weight:700}.header {position:fixed;top:0;width:100%;height:80px;border-bottom:1px solid var(--color-gray-light);background-color:var(--color-white);display:flex;justify-content:space-between;align-items:center;padding:0 40px;z-index:2}.header__main {display:flex}.header__logo {width:138px;height:46px;margin-right:56px}.section-wrapper {max-width:1452px;margin:120px auto 0}.rules-list {display:flex;flex-direction:column;gap:20px}.footer {display:flex;flex-direction:column;margin:32px 0;font-size:16px;color:var(--color-gray);font-weight:600;text-align:center}.footer__text--mobile {display:none;flex-direction:column}@media (max-width:1510px) {.section-wrapper {margin-left:20px;margin-right:20px }.header {padding:0 20px }.header__logo {margin-right:20px }}@media (max-width:450px) {h1 {font-size:24px }body {font-size:16px }.header__logo {width:107px;height:36px }.footer {height:initial;margin:40px 0 67px }.footer__text--desktop {display:none }.footer__text--mobile {display:flex }}