@import url(https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap);*{box-sizing:border-box;font-family:Google sans,sans-serif;font-size:15px;font-weight:500;list-style:none;margin:0;padding:0;text-decoration:none}:root{--body:snow;--text:#212121;--white:#fff;--black:#000;--black-1:#111;--black-2:#222;--black-3:#333;--black-4:#444;--component:#939393;--mx-w-content:1440px;--t-200ms-linear:all 200ms linear}body{background:snow;background:var(--body);color:#212121;color:var(--text)}body.theme-gray{--body:#707070;--text:snow}body.theme-dark{--body:#212121;--text:snow}.d-flex{display:flex}.d-flex-center-center{align-items:center;display:flex;justify-content:center}.gap-10{gap:10px}.margin-top-20{margin-top:20px}.button-link{align-items:center;border-radius:4px;display:flex;gap:10px;height:44px;justify-content:center;overflow:hidden;padding:0 10px;position:relative;width:auto}.button-link:before{aspect-ratio:1/1;border-radius:100%;content:"";display:flex;left:50%;opacity:.8;position:absolute;scale:0;top:50%;transition:all .2s linear;transition:var(--t-200ms-linear);translate:-50% -50%;width:80px;z-index:0}.button-link:hover:before{opacity:1;scale:2}.button-link .button-link-text{font-weight:700}.button-link .button-link-text,.button-link span{transition:all .2s linear;transition:var(--t-200ms-linear);z-index:1}.button-link-1{border:1px solid #fff;border:1px solid var(--white)}.button-link-1 .button-link-text,.button-link-1 span{color:#fff;color:var(--white)}.button-link-1:hover .button-link-text,.button-link-1:hover span{color:#000;color:var(--black)}.button-link-1:before,.button-link-2{background:#fff;background:var(--white)}.button-link-2{border:1px solid #fff;border:1px solid var(--white)}.button-link-2 .button-link-text,.button-link-2 span{color:#000;color:var(--black)}.button-link-2:hover .button-link-text,.button-link-2:hover span{color:#fff;color:var(--white)}.button-link-2:before{background:#000;background:var(--black)}.button-link-3 .button-link-text,.button-link-3 span{color:#fff;color:var(--white)}.button-link-3:hover .button-link-text,.button-link-3:hover span{color:#000;color:var(--black)}.button-link-3:before{background:#fff;background:var(--white)}.text-center{text-align:center}header{height:auto;padding:0 20px}.header,header{display:flex;width:100%}.header{align-items:center;height:72px;justify-content:space-between;max-width:var(--mx-w-content)}.header-left,.header-right{display:flex;height:100%;width:auto}.header-left{gap:30px}.header-left,.header-logo{align-items:center;display:flex;justify-content:center}.header-logo{width:auto}.header-logo-text{color:var(--black);font-size:36px;font-weight:700}body.theme-dark .header-logo-text{color:var(--white)}.menu,.menu-container{align-items:center;display:flex;height:100%;justify-content:center;width:auto}.menu{gap:15px}.menu-link h2{color:var(--text)}.theme-button{align-items:center;display:flex;gap:7px;justify-content:center;position:relative;width:auto}.theme-button:before{background:var(--component);content:"";display:flex;height:4px;left:0;position:absolute;top:50%;translate:0 -50%;width:100%;z-index:0}.theme-button-tag{aspect-ratio:1/1;background:var(--body);border:2px solid var(--component);border-radius:100%;cursor:pointer;display:flex;position:relative;transition:var(--t-200ms-linear);width:20px;z-index:1}.theme-button-tag.active,.theme-button-tag:before{background:var(--component)}.theme-button-tag:before{clip-path:polygon(50% 0,0 100%,100% 100%);content:"";display:flex;height:6px;left:50%;opacity:0;pointer-events:none;position:absolute;top:calc(100% + 3px);translate:-50% 0;-webkit-user-select:none;user-select:none;width:10px}.theme-button-tag:hover:before{opacity:1}.theme-button-tag:after{align-items:center;background:var(--component);border-radius:3px;color:var(--white);display:flex;font-size:12px;justify-content:center;left:50%;opacity:0;padding:3px 0;pointer-events:none;position:absolute;top:calc(100% + 9px);transition:var(--t-200ms-linear);translate:-50% 0;-webkit-user-select:none;user-select:none}.theme-button-tag:hover:after{opacity:1}.theme-button-light:after{content:"Ligth";width:44px}.theme-button-gray:after{content:"Gray";width:40px}.theme-button-dark:after{content:"Dark";width:42px}.hero-container{background:red;height:calc(100vh - 72px);padding:20px;width:100%}.h-social-nets{display:flex;flex-direction:column;gap:5px;position:absolute;right:20px;top:50%;translate:0 -50%}.h-social-nets li,.h-social-nets li a{display:flex}.h-social-nets li a i{color:var(--text);font-size:24px}
/*# sourceMappingURL=main.825d7851.css.map*/