.footer{color:#fff;background:#000;margin-top:auto}.footer-inner{flex-direction:column;justify-content:space-between;width:100%;max-width:1920px;min-height:100vh;margin:0 auto;padding:120px 30px 30px;display:flex}.footer__top{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:30px 100px;margin-bottom:15px;display:flex}.footer-top__container{flex-direction:column;row-gap:15px;display:flex}.footer__nav-title{color:gray;margin-bottom:15px}.footer__working-hours-wrapper{width:min(100%,400px)}.footer__working-hours{justify-content:space-between;width:100%;display:flex}.footer__working-hours--active{text-decoration:underline}.footer__nav{flex-direction:column;justify-content:center;align-items:flex-start;row-gap:7.5px;display:flex}.footer__nav-link{color:#fff;position:relative}.footer__nav-link:before{content:"";transform-origin:0;width:100%;height:1px;transition:transform .5s;transition-timing-function:var(--cstm-cubic-bezier);background:#fff;position:absolute;bottom:0;left:0;transform:scaleX(0)}.footer__nav-link:hover:before,.footer__nav-link--active:before{transform:scaleX(1)}.footer__custom-divider{background:#ffffff80;height:1px;margin-top:auto;margin-bottom:30px}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;column-gap:15px;display:flex}.creator__link{color:#fff;position:relative}.creator__link:before{content:"";transform-origin:0;width:100%;height:1px;transition:transform .5s;transition-timing-function:var(--cstm-cubic-bezier);background:#fff;position:absolute;bottom:0;left:0;transform:scaleX(0)}.creator__link:hover:before{transform:scaleX(1)}@media (max-width:900px){.footer-inner{padding:105px 15px 15px}.footer__custom-divider{margin-bottom:15px}}
*{border:none;margin:0;padding:0}*,:before,:after{box-sizing:border-box}a,a:link,a:visited,a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:#0000}input::-ms-clear{display:none}button,input[type=submit]{box-shadow:none;cursor:pointer;background:0 0;display:inline-block}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}:root{--cstm-cubic-bezier:cubic-bezier(.65,.05,0,1);--scroll-clr:#fff;--scroll-bg-clr:#000}html{scroll-behavior:smooth}html,body{overscroll-behavior:none}body{font-family:var(--font-montserrat);color:#000;background:#000;overflow-x:hidden}.body--hidden{overflow:hidden}#root{flex-direction:column;display:flex}
