.hello{width:100%;height:calc(100vh - 80px);min-height:max-content;position:relative;overflow:hidden}.hello>img{z-index:-10;width:100%;min-width:1600px;height:100%;position:absolute;top:0}.hello:after{content:"";z-index:-1;opacity:.9;background-color:#7b3ff2;width:300px;height:100px;position:absolute;bottom:0;left:0;transform:translate(-50%,-10%)rotate(60deg);box-shadow:0 0 10px #7b3ff2}.hello:before{content:"";z-index:-1;opacity:.9;background-color:#5fae32;width:450px;height:150px;position:absolute;bottom:0;right:0;transform:translate(45%,-10%)rotate(-60deg);box-shadow:0 0 10px #5fae32}.hello__bg{z-index:-9;background:linear-gradient(120deg,#fff 0% 35%,#fff0 80%);width:100%;height:100%;position:absolute;top:0;left:0}.hello__content{flex-direction:column;justify-content:center;align-items:start;gap:15px;width:97%;max-width:1400px;padding:50px 0;display:flex}.hello__header{flex-wrap:wrap;max-width:600px;font-size:4rem;font-weight:600;display:flex}.hello__header>span:first-child{color:#5fae32}.hello__header>h1{font-size:4rem;font-weight:600}.hello__header>h1>span{color:#7b3ff2}.hello__category{flex-wrap:wrap;align-items:center;gap:20px;max-width:500px;font-size:1.2rem;font-weight:600;display:flex}.hello__category>span{aspect-ratio:1;background-color:#7b3ff2;border-radius:50%;height:5px;margin-top:3px}.svg__check{flex-shrink:0;width:25px;height:25px}.svg__check>path{fill:#7b3ff2}.hello__item{align-items:center;gap:10px;display:flex}.hello__list{padding:20px 0}.hello__list>li{margin-top:10px}.hello__list>li:first-child{margin-top:0}.advantages{flex-wrap:wrap;justify-content:space-between;gap:10px;width:97%;max-width:1400px;padding:50px 0;display:flex}.advantages__item{text-align:center;flex-direction:column;flex:1;align-items:center;gap:20px;min-width:220px;display:flex}.advantages__item>h4{font-size:1.1rem;font-weight:600}.advantages__item:nth-child(odd)>.advantages__svg>g{fill:#5fae32}.advantages__item:nth-child(2n)>.advantages__svg>g{fill:#7b3ff2}.advantages__svg{aspect-ratio:1;width:30%;max-width:100px}.services{flex-direction:column;align-items:center;gap:15px;width:97%;max-width:1400px;padding:50px 0;display:flex}.section__header{padding-bottom:10px;font-size:1.4rem;font-weight:600;position:relative}.section__header:before{content:"";background-color:#5fae32;border-radius:3px;width:70%;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.services__list{grid-template-columns:repeat(3,1fr);gap:30px;width:100%;display:grid}.services__item{border-radius:4px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 1px 3px gray}.services__item:nth-child(odd):hover{box-shadow:0 1px 3px #5fae32}.services__item:nth-child(2n):hover{box-shadow:0 1px 3px #7b3ff2}.services__item:nth-child(odd)>.service__content>.service__header>.service__icon{background-color:#5fae32}.services__item:nth-child(2n)>.service__content>.service__header>.service__icon{background-color:#7b3ff2}.services__item:nth-child(odd)>.service__content>.service__item-wraper>ul>.service__item>svg>path{fill:#5fae32}.services__item:nth-child(2n)>.service__content>.service__item-wraper>ul>.service__item>svg>path{fill:#7b3ff2}.services__item:nth-child(odd)>.service__content>.service__item-wraper>ul>.service__item>span{background-color:#5fae32}.services__item:nth-child(2n)>.service__content>.service__item-wraper>ul>.service__item>span{background-color:#7b3ff2}.services__item:nth-child(odd)>.service__content>button{color:#5fae32;margin-top:auto;padding:5px}.services__item:nth-child(2n)>.service__content>button{color:#7b3ff2;margin-top:auto;padding:5px}.services__item>.service__content>.service__item-wraper>ul>.service__item>.svg__check{flex-shrink:0;width:18px;height:18px;margin-top:2px}.service__list{transition:all .3s}.list_hidden{position:absolute;top:0}.service__item-wraper{width:100%;transition:all .3s;position:relative;overflow:hidden}.service__list-enter-active,.service__list-leave-active{transition:all .5s;transition-delay:var(--delay)}.service__list-enter-from,.service__list-leave-to{opacity:0;transform:translate(300px)}.service__list-second-enter-active,.service__list-second-leave-active{transition:all .5s;transition-delay:var(--delay)}.service__list-second-enter-from,.service__list-second-leave-to{opacity:0;transform:translate(-200px)}.service__img{border-radius:4px 0 0 4px;flex:.7;overflow:hidden}.service__img>img{object-fit:cover;width:100%;height:100%}.service__content{flex-direction:column;flex:1;align-items:start;gap:20px;min-height:max-content;padding:20px;display:flex;overflow:hidden}.service__header{align-items:center;gap:10px;display:flex}.service__header>h4{font-size:1.2rem;font-weight:600}.service__icon{aspect-ratio:1;border-radius:50%;justify-content:center;align-items:center;height:45px;display:flex}.service__icon>img{aspect-ratio:1;height:60%}.service__item{align-items:start;gap:10px;margin-bottom:10px;display:flex}.service__item:last-child{margin-bottom:0}.service__item>span{aspect-ratio:1;border-radius:50%;height:8px;margin-top:8px}.portfolio{flex-direction:column;align-items:center;gap:20px;width:97%;max-width:1400px;padding:50px 0;display:flex}.portfolio__projects{flex-direction:column;align-items:center;width:100%;display:flex}.portfolio__filter{flex-wrap:wrap;align-items:center;gap:20px;transition:all .3s;display:flex;position:relative}.portfolio__filter>button{color:#000;flex:1;min-width:max-content;padding:10px;font-family:Manrope-Regular;font-weight:600;transition:all .3s}.portfolio__filter>button.active{color:#fff}.filter-bg{z-index:-1;background-color:#5fae32;border-radius:4px;transition:all .3s;position:absolute;top:0;left:0}.projects__slider{grid-template-columns:repeat(5,1fr);gap:15px;width:100%;padding:20px 0;display:grid}.project{border-radius:4px;width:100%;height:100%;max-height:150px;transition:all .3s;overflow:hidden}.project:hover{cursor:pointer;scale:1.02}.project>img{object-fit:cover;width:100%;height:100%}.slider__btns{justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.project__modal{justify-content:center;align-items:center;gap:10px;width:100%;height:100vh;padding:80px 0 10px;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.project__modal>span{z-index:-1;background-color:#0000005d;width:100%;min-height:100%;position:fixed;top:0;left:0}.modal__content{justify-content:center;align-items:start;width:97%;max-width:1400px;height:max-content;max-height:calc(100vh - 100px);display:flex;position:relative;overflow:hidden}.modal__content>button{font-size:4rem;position:absolute;top:0}.modal__content>button:nth-child(2){background-color:#00000059;height:100%;left:0}.modal__content>button:nth-child(3){background-color:#00000059;height:100%;right:0}.modal__content>button:nth-child(4){background-color:#00000059;border-radius:0 0 6px 6px;height:max-content;padding:10px 30px;font-size:2.2rem;top:auto}.modal__slider{height:100%;max-height:calc(100vh - 100px);transition:all .3s;display:flex;overflow:visible}.modal__img{flex:1;justify-content:center;align-items:center;min-width:100%;min-height:100%;display:flex;overflow:hidden}.modal__img>img{object-fit:cover;border-radius:4px;width:100%;max-width:max-content}.animate-on-scroll{opacity:0;transition:opacity .8s,transform .8s,scale .3s;transform:translateY(30px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.modal-enter-active,.modal-leave-active{transition:all .3s}.modal-enter-from,.modal-leave-to{opacity:0;transform:translateY(10px)}@media screen and (width<1300px){.services__list{grid-template-columns:repeat(2,1fr);gap:30px}.projects__slider{grid-template-columns:repeat(4,1fr);gap:15px}}@media screen and (width<1024px){.hello__header{max-width:420px;font-size:3rem}.hello__header>h1{font-size:3rem}.hello__category{gap:15px;max-width:400px;font-size:1rem}.hello__item{font-size:.9rem}.svg__check{width:20px;height:20px}.hello__bg{background:linear-gradient(120deg,#fff 0% 40%,#fff0 90%)}.hello:after{transform:translate(-60%,-10%)rotate(60deg)}.hello:before{transform:translate(50%,-10%)rotate(-60deg)}.advantages{gap:30px}.advantages__item{gap:10px;min-width:220px}.advantages__item>h4{font-size:1rem;font-weight:600}.advantages__item>p{font-size:.88rem}.service__img{flex:.5}.service__header>h4{font-size:1.1rem;font-weight:600}.service__icon{height:40px}.service__icon>img{aspect-ratio:1;height:70%}.projects__slider{grid-template-columns:repeat(3,1fr);gap:15px}.modal__content>button{padding:20px;font-size:2rem}.modal__content>button:nth-child(4){padding:10px 30px;font-size:1.3rem}}@media screen and (width<768px){.services__list{grid-template-columns:repeat(1,1fr);gap:20px}.service__img{border-radius:4px 4px 0 0;flex:.7}}@media screen and (width<550px){.hello__header{max-width:300px;font-size:2rem}.hello__header>h1{font-size:2rem}.hello__category{gap:10px;max-width:300px;font-size:.8rem}.hello__item{font-size:.7rem}.svg__check{width:15px;height:15px}.hello__bg{background:linear-gradient(120deg,#fff 0% 45%,#fff0 100%)}.hello:after{transform:translate(-65%,-10%)rotate(60deg)}.hello:before{transform:translate(60%,-10%)rotate(-60deg)}.advantages{gap:40px}.advantages__item{gap:10px;min-width:200px}.advantages__item>h4{font-size:.9rem;font-weight:600}.advantages__item>p{font-size:.75rem}.service__img{flex:1}.services__item{flex-direction:column}.projects__slider{grid-template-columns:repeat(2,1fr);gap:10px}.modal__content>button{padding:15px;font-size:1.2rem}.modal__content>button:nth-child(4){padding:10px 30px;font-size:1.1rem}}@media screen and (width<400px){.projects__slider{grid-template-columns:repeat(1,1fr)}}header{background-color:#fff;flex-direction:column;align-items:center;width:100%;padding:20px 0;transition:all .3s}.header_fixed{z-index:10;width:100%;padding:15px 0;position:fixed;box-shadow:0 0 3px gray}.header__secret{width:100%;height:80px}.header__menu{z-index:10;justify-content:space-between;gap:15px;width:97%;max-width:1400px;display:flex;position:relative}.menu__image{min-width:140px;height:40px}.menu__image>img{width:100%;height:100%}.menu__list{justify-content:center;align-items:center;gap:30px;width:100%;font-size:1.1rem;display:flex}.menu__item{transition:all .3s;position:relative}.menu__item:before{content:"";background-color:#5fae32;border-radius:2px;width:0%;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #5fae32}.menu__item:hover{color:#5fae32;cursor:pointer}.menu__item:hover:before{width:80%}.menu__phone{align-items:center;gap:10px;min-width:max-content;font-size:1.1rem;display:flex}.menu__phone>img{aspect-ratio:1;height:20px}.menu__mobile{aspect-ratio:1;border:3px solid #5fae32;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;gap:5px;height:42px;transition:all .3s;display:none;overflow:hidden}.menu__mobile>span{background-color:#5fae32;border-radius:3px;width:70%;height:3px;transition:all .3s}.menu__mobile:hover{cursor:pointer;box-shadow:0 0 3px #5fae32}.menu__mobile:hover>span{box-shadow:0 0 3px #5fae32}.header__mobile{z-index:9;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100%;min-height:calc(100vh - 80px);font-size:1.4rem;transition:all .3s;display:flex;position:relative}.mobile_fixed{min-height:calc(100vh - 60px);transition:all .3s}.mobile__item{transition:all .3s;position:relative}.mobile__item:before{content:"";background-color:#5fae32;border-radius:2px;width:0%;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #5fae32}.mobile__item:hover{color:#5fae32;cursor:pointer}.mobile__item:hover:before{width:80%}.menu__mobile_active>span:first-child{transform:translateY(8px)rotate(45deg)}.menu__mobile_active>span:nth-child(2){transform:translate(130%)}.menu__mobile_active>span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.header-modal-enter-active,.header-modal-leave-active{transition:all .3s}.header-modal-enter-from,.header-modal-leave-to{opacity:0;transform:translateY(-100px)}@media screen and (width<1024px){.menu__mobile{display:flex}.menu__list{display:none}}@media screen and (width<450px){.menu__image{display:none}}footer{color:#fff;background-color:#4a8c26;flex-direction:column;align-items:center;gap:10px;padding:20px 0;font-size:1.2rem}.footer__top{flex-wrap:wrap;justify-content:space-between;gap:20px;width:97%;max-width:1400px;display:flex}.footer__logo{max-width:140px;height:40px}.footer__logo>img{width:100%;height:100%}.footer__item{align-items:center;gap:10px;display:flex}.footer__item>img{aspect-ratio:1;width:30px}.footer__list{align-items:center;gap:10px;display:flex}.footer__social>a>img{aspect-ratio:1;width:40px;transition:all .3s}.footer__social:hover>a>img{scale:.95}.footer__bottom{border-top:1px solid #5fae32;justify-content:center;width:97%;max-width:1400px;padding:15px 0 0;display:flex}.footer__developer{transition:all .3s;position:relative}.footer__developer>img{pointer-events:none;width:20px;position:absolute;transform:translate(5px,-3px)rotate(-20deg)}.footer__developer:hover{color:#9cfa7f;cursor:pointer}@media screen and (width<1024px){.footer__top{justify-content:center}}@font-face{font-family:Manrope-Regular;src:url(/assets/Manrope-Regular-B9UcgW4D.woff2)}@font-face{font-family:Manrope-Medium;src:url(/assets/Manrope-Medium-Dv9WN52j.woff2)}:root{interpolate-size:allow-keywords}*{box-sizing:border-box;background:0 0;border:none;margin:0;padding:0;font-family:Manrope-Medium;text-decoration:none;list-style:none}a{color:#fff}main{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-weight:400}section,footer,header{justify-content:center;scroll-margin-top:60px;display:flex}button{color:#fff;border-radius:4px;padding:12px 32px;font-size:1rem;transition:background-color .3s}button:hover{cursor:pointer}.btn-green{background-color:#5fae32}.btn-green:hover{background-color:#4a8c26}.btn-transparent-main{color:#5fae32;background-color:#0000;border:1px solid #5fae32}.btn-transparent-main:hover{color:#fff;background-color:#5fae32}.btn-transparent-second{color:#7b3ff2;background-color:#0000;border:1px solid #7b3ff2}.btn-transparent-second:hover{color:#fff;background-color:#7b3ff2}@media screen and (width<1024px){button{padding:11px 30px;font-size:.9rem}}@media screen and (width<550px){button{padding:9px 28px;font-size:.8rem}}
