html,body{min-height:100%}*{box-sizing:border-box;font-family:Tahoma,Verdana,sans-serif}body{position:relative;background-color:#424444;margin:0;padding:0;min-width:320px;padding-bottom:60px;min-height:320px}.main-logo{position:relative;padding:20px 15px;top:0;left:0;height:auto;width:100%;text-align:center}.main-logo__holder{position:relative;top:0;left:0;width:100%;height:auto;max-width:600px;min-width:250px;margin:0 auto;overflow:hidden}.main-logo__logo{position:relative;top:0;left:0;width:100%}.main-logo__back-outer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;padding:5px}.main-logo__back-inner{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}.main-logo__back-img{position:absolute;top:-75%;left:-75%;width:250%;height:250%;background-color:#ededed;background-image:url(../../img/bg-01.jpg);background-size:cover;background-repeat:no-repeat;-webkit-animation:back-spin 7s infinite linear;animation:back-spin 7s infinite linear}@-webkit-keyframes back-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes back-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.main-body{position:absolute;top:0;left:0;width:100%;height:auto;min-height:100%;padding-bottom:60px}.contact{position:absolute;bottom:0;left:0;width:100%;height:60px}.contact__link{position:absolute;bottom:0;padding:20px 25px;font-size:18px;line-height:20px;color:#ededed;text-decoration:none}.contact__link:hover{color:#FFF}.contact__link--left{left:0}.contact__link--right{right:0}@media all and (max-width:450px){body{padding-bottom:100px}.contact{height:100px}.contact__link--left{bottom:auto;top:0;padding-bottom:10px;width:100%;text-align:center}.contact__link--right{padding-top:10px;right:auto;bottom:0;width:100%;text-align:center}}@media all and (min-width:500px) and (min-height:450px){.main-logo{top:15%;margin-top:-50px}}