*,*:before,*:after{list-style:none;margin:0;padding:0;text-decoration:none;box-sizing:border-box;outline:none;word-wrap:break-word;overflow-wrap:break-word;border:none}body{background-color:#0e0e12;color:#f5f5f5;font-family:lato}html{scroll-behavior:smooth}.section{display:flex;flex-direction:column;width:100%!important;margin:0 auto;max-width:1600px!important;min-height:100vh;padding-top:80px}.cont{display:flex;flex-direction:column;width:90%;margin:0 auto;flex-wrap:wrap}.row{display:flex;flex-direction:row;width:100%;justify-content:space-between;flex-wrap:wrap}.col{display:flex;flex-direction:column;width:100%}@media(min-width:768px){.c20,.c25,.c30,.c33,.c40,.c50,.c60,.c70{width:49%}.c30,.c40{width:39%}.c50,.c60,.c70{width:59%}.c30{width:29%}.c70{width:69%}.cont{width:90%}}@media(min-width:992px){.c40{width:39%}.c50{width:49%}.c60{width:59%}.c70{width:69%}.c25{width:24%}.c30{width:29%}.c33{width:32%}.c20{width:19%}.c10{width:5%}.cont{width:85%}}@media(min-width:1440px){.cont{width:90%}}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:-.015em;color:#f5f5f5}.display{font-size:clamp(2.75rem,6vw,6rem)!important;line-height:clamp(3.25rem,7.2vw,7.25rem)!important}h1{font-size:clamp(2rem,4.5vw,4rem);line-height:clamp(2.375rem,5.4vw,4.75rem)}h2{font-size:clamp(1.75rem,4vw,3rem);line-height:clamp(2.125rem,4.8vw,3.625rem)}h3{font-size:clamp(1.5rem,3.5vw,2.5rem);line-height:clamp(1.75rem,4.2vw,3rem)}h4{font-size:clamp(1.25rem,3vw,2.25rem);line-height:clamp(1.5rem,3.6vw,2.75rem)}h5{font-size:clamp(1.125rem,2.5vw,2.125rem);line-height:clamp(1.375rem,3vw,2.5rem)}h6{font-size:clamp(1rem,2vw,2rem);line-height:clamp(1.25rem,2.4vw,2.375rem)}p{font-size:clamp(1rem,1.5vw,1.75rem);line-height:clamp(1.625rem,2.4vw,2.75rem);font-weight:300;max-width:65ch}.glass{background:#28283780;backdrop-filter:blur(22px) saturate(120%);-webkit-backdrop-filter:blur(22px) saturate(120%);border-radius:8px}button{position:relative;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:8px;background:#0e0e12;font-size:clamp(1rem,1.25vw,1.75rem);line-height:clamp(1.625rem,2.4vw,2.75rem);font-weight:500;color:#fff;cursor:pointer;letter-spacing:1px}.fx-label{z-index:3;background-color:#00000080;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);padding:4px 20px;border-radius:8px}.fx-blob{position:absolute;width:100%;height:100%;border-radius:8px;z-index:1;left:0;bottom:0;--color1: #8e58da;--color2: #301358;background:radial-gradient(circle 70px at 0% 100%,var(--color1),var(--color2),transparent)}.fx-blob.call{--color1: #00ff7f;--color2: #00800058}.fx-blob.telegram{--color1: #1e90ff;--color2: #00008b}.fx-blob.instagram{--color1: #f9ce34;--color2: #ee2a7cab}.phone-btn{display:flex;justify-content:center;align-items:center;border-radius:8px;height:60px;width:60px}.call-icon{z-index:3;background-color:#222;display:flex;justify-content:center;align-items:center;height:52px;width:52px}.i-con{font-size:32px}#header{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1600px;margin:0 auto;position:fixed;z-index:900;height:80px;border-radius:0;left:50%;top:0;transform:translate(-50%)}.logo-img{height:60px}.header-cont{display:flex;justify-content:space-between;align-items:center;width:92%;height:100%;margin:0 auto}.nav-list{position:fixed;top:0;right:-200%;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;background:#000000e6;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);transition:right .3s ease;z-index:999}.nav-list.active{right:0}.nav-list li a{color:#fff;text-decoration:none;font-size:clamp(1rem,1.5vw,1.75rem);line-height:clamp(1.625rem,2.4vw,2.75rem);font-weight:300;transition:color .4s ease,filter .4s ease,transform .4s ease}.nav-list li a:after{content:"";position:absolute;left:50%;bottom:-8px;width:120%;height:1px;background:#fffc;transform:translate(-50%) scaleX(0);transition:transform .45s ease}.nav-list:hover li a{filter:blur(1.5px);opacity:.4}.nav-list li a:hover{color:#fff;filter:blur(0);opacity:1;transform:translateY(-2px)}.nav-list li a:hover:after{transform:translate(-50%) scaleX(1)}.nav-list li a.active{color:#fff;filter:blur(0)}.nav-list li a.active:after{transform:translate(-50%) scaleX(1)}.hamburger-menu{display:flex;flex-direction:column;justify-content:space-between;gap:5px;cursor:pointer;z-index:1000}.hamburger-menu span{display:block;width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger-menu.active span:nth-child(1){transform:rotate(45deg);transform-origin:center}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:rotate(-45deg);transform-origin:center}.has-submenu{position:relative}.submenu{position:absolute;top:100%;left:0;background:#000000f2;padding:20px;display:flex;flex-direction:column;gap:15px;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.has-submenu:hover .submenu{opacity:1;visibility:visible;transform:translateY(30px)}.button-wrapper{display:none}@media(min-width:769px){.nav-list{position:static;width:auto;height:auto;flex-direction:row;justify-content:flex-start;align-items:center;gap:30px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.hamburger-menu{display:none}.button-wrapper{display:block}}#footer{justify-content:end}#footer .cont{min-height:80vh;justify-content:space-between}footer img{max-width:100%;height:auto;display:block}#footer ul li a{font-size:clamp(1rem,1.5vw,1.75rem);line-height:clamp(1.625rem,2.4vw,2.75rem);font-weight:300;color:#cacaca}.copyright{writing-mode:vertical-rl;transform:rotate(180deg);pointer-events:none;align-self:flex-end}#footer h4{margin-bottom:24px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,auto);gap:12px}.acc-icon{display:none}@media(max-width:767px){#footer .cont{min-height:0vh}#footer .row,#footer .cont{gap:32px}.footer-accordion ul{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.footer-accordion h4{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.acc-icon{display:inline-block;font-size:22px;transition:transform .35s ease}.footer-accordion.active ul{max-height:500px}.footer-accordion.active .acc-icon{transform:rotate(180deg)}.copyright{writing-mode:horizontal-tb;transform:rotate(0)}}.footer-divider{border:none;height:2px;background:linear-gradient(135deg,#2f2f2f,#6b6b6b,#3a3a3a);margin:0 0 12px}
