:root{--select-border:#272728;--select-focus:blue;--select-arrow:var(--select-border)}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-ubuntu),sans-serif}h2{font-family:var(--font-montserrat),sans-serif}.full-page{min-height:100vh;min-height:100svh}main{height:100%;justify-self:flex-start;width:100%}li{list-style:none}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin-inline:auto;padding-inline:1rem}@media(min-width:1280px){.container{padding-inline:2rem}}@media(min-width:1440px){.container{padding-inline:0}}body.menu-open{overflow:hidden;height:100vh;touch-action:none}.call-now{position:fixed;left:0;right:0;bottom:0;text-align:center;background-color:#274c77;color:#fff;font-size:1.1rem;font-weight:600;z-index:9999;box-shadow:0 -2px 6px rgba(0,0,0,.15);box-sizing:border-box;margin:auto;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom))}.call-now:after{content:"";position:absolute;left:0;right:0;bottom:-500px;height:120px;background-color:inherit;z-index:-1}.call-now .phone{display:flex;align-items:center;justify-content:center;gap:.5rem}@media(min-width:1280px){.call-now .phone{padding:0 88px}}header{background:#274c77;color:#fff;min-height:60px}header .container{display:flex;align-items:center;justify-content:space-between;width:100%}header .main-menu{padding-block:1rem}header .burger{background:none;border:none;display:flex;flex-direction:column;gap:.25rem;position:relative;padding:.5rem;z-index:999}header .burger div{width:2rem;height:.0625rem;background-color:#fff;transform-origin:0 100%;z-index:999;transition:transform .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}@media(min-width:768px){header .burger{display:none}}header .open{z-index:999}header .open .row-1{transform:rotate(45deg) translateY(-2px)}header .open .row-2{opacity:0}header .open .row-3{transform:rotate(-45deg) translate(-7px,9px)}header nav{position:fixed;top:0;width:100%;bottom:0;transition:left .3s ease-in-out;display:flex;align-items:center;justify-content:center;z-index:998;height:100vh;height:100dvh;height:100svh;background:#274c77}header nav ul{display:grid;grid-gap:2rem;gap:2rem}@media(min-width:768px){header nav ul{display:flex;align-items:center;gap:1rem}header nav{position:unset;height:-moz-fit-content;height:fit-content;background-color:transparent;justify-content:flex-end;width:-moz-fit-content;width:fit-content}}header .openMenu{left:0;right:0;top:0;bottom:0}header .closeMenu{left:-100%}header.open{position:fixed;z-index:9999;left:0;right:0;top:0;transition:all .5s ease;animation:smoothScroll 1s forwards}@keyframes smoothScroll{0%{transform:translateY(-142px)}to{transform:translateY(0)}}