html{height:100%}html,html body{position:relative}html body{margin:0;padding:0;font-family:Roboto,sans-serif;background:#fff;display:flex;min-height:100vh;flex-direction:column}html body a{color:#144562}html body a:hover{color:#b70000}html body .pageWrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-shadow:0 0 8px 0 rgba(34,60,80,.2)}html body .pageWrapper .head-wr .line1{height:70px;display:flex;flex-direction:row;justify-content:flex-end}html body .pageWrapper .head-wr .line1 .line1-icons{display:flex;margin:10px 40px 0 0}html body .pageWrapper .head-wr .line1 .line1-icons svg path{fill:#b9e8ff}html body .pageWrapper .head-wr .line1 .line1-icons svg path:hover{fill:#144562}html body .pageWrapper .head-wr .logotip-wr{display:flex;flex-direction:column;align-items:center}html body .pageWrapper .head-wr .logotip-wr .logotip{background:url(/images/logotip.png) no-repeat;background-size:contain;height:100px;width:220px}html body .pageWrapper .head-wr .menu-wr{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:20px 0 0}html body .pageWrapper .head-wr .menu-wr .menu ul{list-style:none;display:flex;padding:0;margin:0}html body .pageWrapper .head-wr .menu-wr .menu ul li{padding:0;margin:0 6px}html body .pageWrapper .head-wr .menu-wr .menu ul li a{font-size:12px;text-transform:uppercase;color:#fff;text-decoration:none}html body .pageWrapper .head-wr .menu-wr .menu ul li a:hover{text-decoration:underline}@media(min-width:900px){html body .pageWrapper .head-wr .menu-wr{justify-content:flex-start;margin:0}}html body .pageWrapper .content-wr{display:flex;flex-direction:column;align-items:center;width:100%;flex-grow:1;padding:20px}html body .pageWrapper .content-wr .content{flex-grow:1;background:#fff;width:100%;padding:0 40px}html body .pageWrapper .content-wr .content main h1{font-size:26px;font-weight:400}html body .pageWrapper .content-wr .content main .images img{max-height:100px}html body .pageWrapper .footer-wr{display:flex;flex-direction:column;align-items:center;width:100%;padding:20px 40px;background:#f1f1f1}html body .pageWrapper .footer-wr .footer{width:100%;font-size:12px}