.spinner-container{display:flex;justify-content:center;align-items:center;min-height:100vh}.spinner{width:48px;height:48px;border-radius:50%;position:relative;border:3px solid;border-color:#dfcf77 #dfcf77 transparent transparent;animation:rotation 1s linear infinite}.spinner:after,.spinner:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px solid;border-radius:50%;transform-origin:center center}.spinner:before{width:30px;height:30px;border-color:#eee5b5 #eee5b5 transparent transparent;animation:rotation 1.5s linear infinite}.spinner:after{width:38px;height:38px;border-color:transparent transparent #d9cd8d #d9cd8d;animation:rotationBack .5s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.error-message{min-height:100vh;padding-bottom:80px;background-color:#180202;color:#c9b37e}.error-message__head{margin-bottom:40px}.error-message__wrap{max-width:1300px;margin-left:auto;margin-right:auto;padding:0 75px}.error-message__text{padding:20px 0;font-size:20px;line-height:26px}.error-message__title{font-size:28px;font-weight:700;margin-bottom:40px}.not-found{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 20px}.not-found__title{font-size:28px;font-weight:700;margin-bottom:40px}.not-found__description{margin-bottom:40px}.not-found__link{display:inline-block;padding:24px 40px;background-color:transparent;color:#c9b37e;border:1px solid rgba(217,205,141,.41);border-radius:8px;font-size:20px;text-decoration:none}.not-found__link:hover,.not-found__link:focus{border-color:#d9cd8db3}
