.MainPage{width:100vw;height:100vh;display:flex;flex-direction:column;background-repeat:no-repeat;background-size:cover;background-position:50%}.MainPage__bgFilter{background:black;opacity:.5;z-index:1}.MainPage__background,.MainPage__bgFilter{position:absolute;top:0;left:0;bottom:0;right:0}.MainPage__background{opacity:.8;z-index:0}.MainPage__background__slider{position:relative;width:100vw;height:100vh;overflow:hidden;.slide{position:absolute;inset:0;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out}.slide.active{opacity:1}}.MainPage__languageWrapper{position:absolute;top:50px;right:50px;z-index:20;width:-moz-fit-content;width:fit-content}.MainPage__content{display:flex;flex-direction:row;width:100%;height:90vh;align-items:center;justify-content:space-between;box-sizing:border-box;z-index:10;color:white;font-size:20px}.MainPage__content__navigation{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;.navButton{padding:12px 18px;margin:15px 50px;max-width:350px;min-width:250px}}.MainPage__content__middle{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;.Logo{height:250px;width:250px;margin-bottom:20px;& img{width:100%;height:100%;border-radius:8px}}.OrderBtn{height:54px;border-radius:25px;padding:10px 20px}}.MainPage__footer{width:100%;height:10vh;display:flex;flex-direction:row;justify-content:space-between;color:white;z-index:10;padding:20px 30px}@media (max-width:575px){.MainPage__languageWrapper{display:none}}