.not-found__wrapper{background-image:url(../images/not-found-bg.jpg);background-size:cover;background-position:50%;width:100vw;height:100vh;max-width:100%;max-height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.not-found__body,.not-found__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.not-found__body{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.not-found__text-content{margin-right:80px}.not-found__first-text{color:#ff281d;font-size:60px;font-weight:900;line-height:1.2}.not-found__second-text{color:#fff;font-size:28px}.not-found__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;margin-top:40px}.not-found__home{background-color:#ff281d;border-radius:5px;padding:10px 30px;color:#fff;margin-right:40px;text-decoration:none;cursor:pointer}.not-found__back{color:hsla(0,0%,100%,.75);cursor:pointer}.not-found__img-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.not-found__img-content img{max-width:100%;max-height:100%}@media screen and (max-width:432px){.not-found__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(10%);transform:translateY(10%)}.not-found__first-text{font-size:30px}.not-found__second-text{font-size:20px}.not-found__links{font-size:16px;margin-top:20px;margin-bottom:40px}.not-found__home{padding:5px 15px;margin-right:30px}}