body{height:100%;width:100%;margin:0;padding:0;position:absolute;display:block;min-width:375px;font-family:font-family:Palatino,"Palatino LT STD","Palatino Linotype","Book Antiqua",Georgia,serif}.header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;min-width:375px;height:48px;background-color:#0b080f;position:fixed;z-index:2;color:#fff;font-size:18px}.header .left-wrapper{order:1;display:flex;flex-direction:row;margin:4px}.header .left-wrapper .logo{height:36px;width:42px;margin:0 8px;background-image:url(../images/logo.svg);background-repeat:no-repeat}.header h1{line-height:36px;margin:0;color:#996a2b}.center-wrapper{display:flex;order:2}.header .right-wrapper{order:3;display:flex;flex-direction:row;min-width:128px}.header .right-wrapper .buttons-wrapper{display:flex;margin-left:10px;margin-right:10px}.header .buttons-wrapper .button{margin:0 5px}.header .lang-wrapper{margin-right:10px}.button{background-color:#000;border:none;color:#fff;padding:10px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;transition-duration:.4s;cursor:pointer;border-radius:15px}.button:hover{background-color:#996a2b}.button.heighlight{background-color:#996a2b}.lang-button{background-color:#000;border:none;color:#fff;padding:5px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;transition-duration:.4s;cursor:pointer;border-radius:15px}.lang-button:hover{background-color:#996a2b}.vertical-middle{vertical-align:middle}.main-background{top:48px;position:fixed;height:calc(100% - 48px);width:100%;background-image:url(../images/background.png);background-size:cover}.main{position:absolute;top:48px;left:0;padding:40px;width:calc(100% - 80px);display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center}.section{padding:20px;font-size:20px;background-color:#fffd;border-radius:15px;width:440px;position:relative;transition-duration:.4s;margin-bottom:20px}#main{order:1}#investor{order:2}#contacts{order:3}#worker{order:4}.section.heighlight{background-color:#dac9b2}.section.heighlight .main-title{text-decoration:underline}.section .main-title{margin:0;margin-bottom:15px}@media only screen and (max-width:1000px){.header{height:96px;flex-wrap:wrap;row-gap:4px}.header .right-wrapper{order:2}.header .center-wrapper{width:100%;order:3}.buttons-wrapper{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.main{top:96px;height:calc(100% - 96px)}#contacts{order:4}#worker{order:3}.main{flex-direction:row}}@media only screen and (max-width:600px){.header{height:144px}.header h1{line-height:32px;font-size:32px}.main{top:144px;height:calc(100% - 144px)}.section{width:calc(100% - 40px)}}