.top-bar{align-items:center;background-color:#000;display:flex;justify-content:center;min-height:60px;padding:15px;position:relative}.top-bar__wrapper{display:flex;flex-wrap:wrap;gap:15px;max-width:max-content}.top-bar .top-bar__wrapper .top-bar__image{display:none;max-width:37px}.top-bar .exit-btn{cursor:pointer;display:none;position:absolute;right:15px;top:10px}.top-bar .exit-btn .exit-btn-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6 6 18M6 6l12 12' stroke='%23FCFCFD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:20px;width:20px}@media (max-width:1200px){.top-bar{text-align:center}.top-bar .top-bar__wrapper .top-bar__image{margin:0 auto}}@media screen and (max-width:768px){.top-bar{display:none}}@media screen and (min-width:768px){header{margin-top:60px}header.topbar-disabled{margin-top:0}.top-bar .exit-btn{display:block}}.top-bar__description{align-items:center;color:#fff;display:flex;font-size:17px;letter-spacing:.3px;line-height:176%}.top-bar__link{color:#1f6bcf;font-size:17px;font-weight:700;line-height:218%}.top-bar__link:hover{color:#2f89ff}.top-bar__icon{padding-bottom:3px;vertical-align:middle}