.menu__wrapper{align-items:center;display:flex}.menu__list li{list-style:none;margin-right:.5rem}@media screen and (min-width:992px){.menu__list{align-items:center;-moz-column-gap:.3rem;column-gap:.3rem;display:inline-flex}}@media screen and (min-width:1200px){.menu__list{-moz-column-gap:1rem;column-gap:1rem}}.menu__link{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;color:#252525;font-family:var(--font-light);font-weight:400;padding:.2rem}.menu__link:hover,.menu__link_active{color:#15a8f1}.menu__list-logo{margin-right:1rem}