@-webkit-keyframes circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.not-found__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:calc(100vh - 150px);text-align:center}.not-found__btn{margin-top:20px}.not-found__title{margin-bottom:0}@media (max-width:767px){.not-found__container{gap:30px}}
