@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400..700;1,400..700&display=swap";:root{--content-width:1180px;--container-offset:16px;--container-width:calc(var(--content-width) + (var(--container-offset)*2));--font-family-primary:"Montserrat",sans-serif;--fw-400:400;--fw-500:500;--fw-600:600;--fw-700:700;--fw-800:800;--color-white:#fff;--color-black:#343434;--color-orange:#fa4b00;--color-orange-dark:#c73c00;--color-blue:#236d8a;--color-blue-bg:#6ea8bf;--color-green-300:#4f6a5a;--color-gray-bg:#f6f7f8;--radius-main:8px;--radius-double:16px;--radius-triple:24px;--shadow-primary:0px 8px 8px -4px #1118270a;--shadow-secondary:0px 20px 24px -4px #1118271a;--shadow-popup:0 4px 8px #0000001a}.checkbox__field:checked+.checkbox__content:after{opacity:1}.checkbox__field:focus+.checkbox__content:before{outline:1px solid var(--color-gray-100);outline-offset:1px}.checkbox__field:disabled+.checkbox__content{opacity:.4;pointer-events:none}html,body{scroll-behavior:smooth;overscroll-behavior-y:none}body.popup{overflow:hidden}.page{height:var(--vh);font-family:var(--font-family-primary);font-weight:var(--fw-400);letter-spacing:0;color:var(--color-blue);background-color:var(--color-white);font-optical-sizing:auto;font-size:clamp(16px,1vw,20px);font-style:normal;line-height:1.4}.page__body{min-height:var(--vh);min-width:320px}.page.open{overflow:hidden}section{padding:2.10084rem 0 4.20168rem}section h2{margin-bottom:2.10084rem}@media only screen and (max-width:992px){section{padding:2.10084rem 0 3.15126rem}}.container{padding:0 var(--container-offset);max-width:var(--container-width);width:100%;margin:0 auto}.site-container{min-height:var(--vh);grid-template-rows:1fr auto;grid-template-columns:100%;display:grid}.main{padding-top:var(--header-height)}.hidden{display:none!important}.sr-only{-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;clip:rect(1px,1px,1px,1px)!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.dis-scroll{height:calc(var(--vh,1vh)*100);overscroll-behavior:none;width:100%;height:100dvh;position:fixed;top:0;left:0;overflow:hidden}.js-focus-visible :focus:not(.focus-visible){outline:none}.has-btn{margin-bottom:4.20168rem}@media only screen and (max-width:992px){.has-btn{margin-bottom:3.15126rem}}h1,h2,h3{font-weight:var(--fw-700);font-family:var(--font-family-primary);color:var(--color-white);width:-moz-fit-content;width:fit-content;font-size:clamp(2rem,2rem + 1vi,56px);line-height:1.2;overflow:hidden}a,button{font-weight:var(--fw-600);font-family:var(--font-family-primary)}h2{font-size:clamp(28px,2rem + 2vi,56px)}h3{font-size:clamp(24px,1rem + 1vi,32px);line-height:1.3}p{font-size:clamp(16px,2vw,20px);font-weight:var(--fw-500);color:var(--color-blue);line-height:1.3}.header{z-index:100;background-color:var(--color-white);width:100%;padding:clamp(12px,1.05042rem,22px) 0;transition-property:transform,padding;transition-duration:.15s;position:fixed;top:0}.header.hide{transform:translateY(-100%)}@media only screen and (max-width:576px){.header{padding:clamp(12px,1rem,16px) 0}}.logo{margin-right:clamp(24px,4.5vw,90px)}.logo__img{max-width:300px}@media only screen and (max-width:576px){.logo__img{max-width:calc(100% - 50px)}}.nav{justify-content:space-between;align-items:center;display:flex;position:relative}.nav__inner{justify-content:center;align-items:center;margin-bottom:2px;display:flex}@media only screen and (max-width:992px){.nav__inner{z-index:-1;padding-top:calc(var(--header-height)*1.5);height:calc(var(--vh));background-color:var(--color-white);flex-direction:column;justify-content:flex-start;width:100%;transition-property:transform;transition-duration:.4s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(150%)}}.nav__list{align-items:center;display:flex}.nav__item{padding:16px 0}.nav__item:first-child{padding-left:12px}.nav__item:not(:last-of-type){margin-right:24px}.nav__link{font-weight:var(--fw-600);color:var(--color-blue);font-size:16px}.nav__link:hover,.nav__link.true{color:var(--color-orange)}.nav__buttons{align-items:center;display:flex}.nav__buttons-menu{display:none}.nav__signup{text-wrap:nowrap;margin-right:24px}@media only screen and (max-width:1180px){.nav__item:not(:last-of-type){margin-right:20px}.nav__link{font-size:14px}.nav__buttons{margin-right:40px}}@media only screen and (max-width:992px){.nav__list{z-index:-1;flex-direction:column}.nav__item{margin-bottom:30px;padding-block:0}.nav__item:first-child{padding-left:0}.nav__item:not(:last-of-type){margin-right:0}}@media only screen and (max-width:768px){.nav__buttons{margin-right:0;display:none}.nav__buttons-menu{flex-direction:column;justify-content:center;align-items:center;display:flex}.nav__buttons .nav__signup{margin-bottom:30px;margin-right:0}.nav__buttons .btn{margin:0 auto}}[class].btn{border-radius:var(--radius-main);font-weight:var(--fw-600);white-space:nowrap;color:var(--color-white);background-color:var(--color-orange);justify-content:space-between;align-items:center;padding:14px 24px;font-size:16px;line-height:1.2;transition-property:background-color,color,border-color;transition-duration:.2s;display:flex;position:relative}[class].btn:hover,[class].btn:not(.slick-arrow):focus{background-color:var(--color-orange-dark)}[class].btn.formsapp-button{font-family:var(--font-family-primary);margin:0;padding:14px 24px;font-size:16px}[class].btn--send{justify-content:center;width:100%;min-width:auto;max-width:72px;padding:15px}[class].btn--send:after{background-image:url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2 2.74567C19.2939 5.53266 18.3699 8.32447 17.2623 11.0393C16.2723 13.4658 15.1224 15.8285 13.9568 18.1748C13.7577 18.5756 13.5621 18.9695 13.3666 19.2521C13.1796 19.5224 12.7512 20.05 12.0131 19.9962C10.9393 19.9179 10.6287 18.752 10.3527 17.9056C9.90168 16.5225 9.49939 15.1302 8.85223 13.8227C8.46779 13.046 8.34122 12.8056 8.00597 12.4717C7.67065 12.1378 7.43016 12.0124 6.65301 11.6315C5.35512 10.9953 3.97389 10.6017 2.60202 10.1596C1.75554 9.88674 0.585097 9.58016 0.504075 8.50694C0.448461 7.77026 0.975805 7.34129 1.24615 7.154C1.54222 6.94888 1.96054 6.74327 2.38099 6.53376C4.30178 5.57655 7.18785 4.1776 9.45632 3.2493C12.1699 2.13884 14.9611 1.21156 17.7474 0.302305C18.5138 0.0522194 19.4413 -0.269533 20.1053 0.391982C20.7693 1.05349 20.4489 1.98009 20.2 2.74567ZM18.2725 2.22551C17.5798 4.35766 16.4076 7.85619 15.4154 10.2883C14.5255 12.4694 13.1702 15.2774 12.218 17.1942C11.9705 16.4358 11.7076 15.628 11.5063 15.0042C11.2796 14.3019 10.9491 13.5651 10.6401 12.9407C10.2658 12.1844 10.0129 11.6582 9.41433 11.0621C8.81582 10.4662 8.28913 10.2155 7.53192 9.84436C6.9119 9.54046 6.18144 9.21631 5.4844 8.99405C4.8653 8.79664 4.06397 8.53888 3.31036 8.29579C5.22649 7.34145 8.03261 5.98359 10.2127 5.09146C12.6435 4.09674 16.1403 2.92087 18.2725 2.22551Z' fill='white'/%3E%3C/svg%3E%0A");width:20px;height:20px;margin:0 auto;left:0;right:0}[class].btn--send span{display:none}[class].btn--slider{padding:11px}[class].btn--inverted{background-color:var(--color-white);color:var(--color-orange)}[class].btn--inverted:hover{background-color:var(--color-orange);color:var(--color-white)}[class].btn.link-btn{width:-moz-fit-content;width:fit-content;margin:0 auto}[class].btn.service__btn{margin:2.10084rem auto 0}.burger{--line-height:2px;--buger-size:20px;--move:calc(var(--buger-size)/3);--move-decrement:calc(var(--move)*-1);--transition-time:.5s;--lines-color:var(--color-black);width:calc(var(--buger-size) + 5px);height:var(--buger-size);transition:opacity var(--transition-time)ease;background-color:#0000;display:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}.burger span{z-index:-1;height:var(--line-height);background-color:var(--lines-color);transition:transform var(--transition-time)ease,background-color var(--transition-time)ease .3s;width:100%;display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.burger span:before,.burger span:after{content:"";height:var(--line-height);background-color:var(--lines-color);width:100%;animation-duration:.4s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:forwards;position:absolute;left:0}.burger span:before{transform:translateY(var(--move-decrement))rotate(0)}.burger span:after{transform:translateY(var(--move))rotate(0)}.burger:hover{opacity:1}@media only screen and (max-width:992px){.burger{display:block}}.closed.opened span{background-color:var(--lines-color);transition:background-color .2s}.closed.opened span:before{animation-name:toplineburger}.closed.opened span:after{animation-name:bottomlineburger}.opened .nav__inner{transform:translate(0)}.opened span{background-color:#0000;transition:background-color .2s}.opened span:before,.opened span:after{animation-duration:.2s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:forwards}.opened span:before{animation-name:toplinecross}.opened span:after{animation-name:bottomlinecross}.hero{padding-top:0}.hero__bg{background:var(--color-blue-bg);z-index:-1;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0% 55%);clip-path:polygon(0 0,100% 0,100% 100%,0% 55%);width:100%;min-height:1000px;position:absolute}.hero__inner{background-position:0 0;background-repeat:no-repeat;width:100%;min-height:771px;overflow:hidden}.hero__content{z-index:1;color:var(--color-white);width:100%;max-width:680px;padding:4.67437rem 0 0;position:relative}.hero h1{margin-bottom:1.05042rem;font-size:clamp(34px,3vw,56px)}.hero p{color:var(--color-white);font-size:24px;line-height:1.4}.hero--home p{width:80%;margin-bottom:2.10084rem}.hero--services .hero__inner{background-position:50%}.hero--products{padding-bottom:0}.hero--products .hero__inner{min-height:449px}.hero--projects{padding-bottom:0}.hero--projects .hero__inner{background-position:50%}.hero--news{padding-bottom:0}@media only screen and (max-width:1600px){.hero--services .hero__bg{-webkit-clip-path:polygon(0 0,100% 0,100% 90%,0% 55%);clip-path:polygon(0 0,100% 0,100% 90%,0% 55%)}}@media only screen and (max-width:992px){.hero__bg{-webkit-clip-path:polygon(0 0,100% 0,100% 75%,0% 50%);clip-path:polygon(0 0,100% 0,100% 75%,0% 50%)}.hero--services{margin:0;padding-bottom:3.15126rem}.hero--services .hero__inner{min-height:771px}.hero--services .hero__content{padding-top:clamp(60px,16vw,200px)}.hero__inner{background-position:50%;min-height:620px}.hero p{width:100%}.hero__content{padding:clamp(60px,16vw,200px) 30px 40px}}@media only screen and (max-width:576px){.hero__content{padding:40px 0}.hero .btn{max-width:none}}@keyframes toplinecross{0%{transform:translateY(var(--move-decrement))}50%{transform:translateY(0)}to{transform:rotate(45deg)}}@keyframes bottomlinecross{0%{transform:translateY(var(--move))}50%{transform:translateY(0)}to{transform:translateY(0)rotate(-45deg)}}@keyframes toplineburger{0%{transform:rotate(45deg)}50%{transform:rotate(0)}to{transform:translateY(var(--move-decrement))rotate(0)}}@keyframes bottomlineburger{0%{transform:translateY(0)rotate(-45deg)}50%{transform:rotate(0)}to{transform:translateY(var(--move))rotate(0)}}.policy{padding-top:4.20168rem}.policy h1{color:var(--color-orange);margin-bottom:2.10084rem}.policy h2{color:var(--color-orange);margin-bottom:1.05042rem;font-size:32px}.policy__content{line-height:1.4}.policy__content:not(:last-child){margin-bottom:2.10084rem}.policy__content p,.policy__content ul{margin-bottom:20px}.policy__content ul li{font-weight:var(--fw-500);list-style:circle inside}.policy__content ul li:not(:last-child){margin-bottom:5px}@media only screen and (max-width:992px){.policy{padding-top:3.15126rem}}@media only screen and (max-width:768px){.policy{padding-top:2.10084rem}}.footer{color:var(--color-white);background-color:var(--color-orange);padding:3.36134rem 0}.footer__inner{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.footer__nav{flex-direction:row;justify-content:space-between;display:flex}.footer__nav-main{justify-content:flex-start;width:100%;max-width:778px;margin-bottom:24px}.footer__nav-main .footer__item{padding:5px 0 5px 24px}.footer__nav-main .footer__item:not(:last-of-type){margin-right:clamp(24px,2.5vw,48px)}.footer__item{padding:14px 24px}.footer__link{font-size:16px}.footer__logo{margin-top:24px}.footer__copyright{text-align:center;margin-top:24px}.footer__copyright p{color:var(--color-white);font-size:16px;font-weight:var(--fw-400);line-height:20px}@media only screen and (max-width:992px){.footer__nav-main{justify-content:center}}@media only screen and (max-width:768px){.footer__nav{flex-wrap:wrap;justify-content:center}.footer__nav-main{text-align:center;grid-template-columns:repeat(3,auto);gap:24px;display:grid}.footer__nav-main .footer__item{padding:5px 0}.footer__nav-main .footer__item:not(:last-of-type){margin-right:0}.footer__nav-secondary{gap:24px}.footer__logo img{margin-inline:auto}.footer__item{padding:0 20px}}.product-popup{box-shadow:var(--shadow-popup);background-color:var(--color-white);z-index:1001;border-radius:var(--radius-double);width:calc(100% - 40px);max-width:1000px;max-height:calc(100% - 40px);padding:0 24px 24px;display:none;position:fixed;top:50%;left:50%;overflow:scroll;transform:translate(-50%,-50%)}.product-popup.open{display:block}.product-popup__image{height:revert-layer;object-fit:unset;margin:0 auto 16px}.product-popup__content{line-height:1.3}.product-popup__title{color:var(--color-blue);font-size:clamp(24px,3vw,40px);font-weight:var(--fw-600);margin-bottom:16px}.product-popup__description{margin-bottom:16px;font-size:20px}.product-popup__price{color:var(--color-orange);font-size:50px;font-weight:var(--fw-700)}.product-popup__delivery{font-size:24px;font-weight:var(--fw-600);margin-bottom:8px}.product-popup__delivery>span{color:var(--color-orange)}.product-popup__button.btn[class]{font-size:clamp(16px,2ve,32px);font-weight:var(--fw-700);justify-content:center;width:100%;padding:16px 24px}.product-popup__close{cursor:pointer;position:absolute;top:40px;right:40px}@media only screen and (max-width:768px){.product-popup__description{font-size:16px}.product-popup__price{font-size:32px}.product-popup__delivery{font-size:20px}.product-popup__button{font-size:24px}.product-popup__close{width:40px;height:40px;top:20px;right:20px}}@media only screen and (max-width:992px){.product-popup__image{height:auto}.product-popup__close{width:28px;height:28px}}#overlay{z-index:1000;background-color:#00000080;width:100%;height:100%;display:none;position:fixed;top:0;left:0}#overlay.active{display:block}.about{max-width:780px;padding:0}.about h2{color:var(--color-orange);margin-bottom:2.10084rem}.about h3{font-size:clamp(24px,2vw,32px);font-weight:var(--fw-700);color:var(--color-orange);margin-bottom:.420168rem;line-height:1.4}.about__text{margin-bottom:1.68067rem}.about__description{margin-bottom:2.10084rem}.about p{line-height:1.4}.products{background-color:var(--color-blue-bg);padding-top:2.10084rem}.products__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.products__item{border-radius:calc(var(--radius-main)*2);background-color:var(--color-white);flex-direction:column;height:100%;padding:0;display:flex;position:relative;overflow:hidden}.products__item-inner{border-radius:calc(var(--radius-main)*2);background:var(--color-white);padding:24px;position:relative}.products__image{background-color:var(--color-blue-bg);width:100%;max-height:230px}.products h2{margin-bottom:2.10084rem}.products h3{text-transform:capitalize;color:var(--color-orange);margin-bottom:16px;font-size:24px}@media only screen and (max-width:992px){.products{padding:3.15126rem 0}.products__grid{grid-template-columns:repeat(2,1fr)}.products__item:last-child{grid-column:1/span 2}}@media only screen and (max-width:768px){.products__grid{grid-template-columns:1fr}.products__item:last-child{grid-column:auto}}.news{background-color:var(--color-blue-bg)}.news__main{margin-top:2.10084rem}.news__grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px;display:grid}.news__grid>:nth-child(3n+1){grid-column:1/-1}.news__item{border-radius:var(--radius-main);position:relative;overflow:hidden}.news__item .article{height:100%;position:relative}.news__item img{object-fit:cover;border-radius:var(--radius-triple);width:100%;height:100%}.news__item a{align-items:flex-end;display:flex;position:relative}.news__item h3{text-transform:none;color:var(--color-white);padding:40px;position:absolute}.news__item:nth-child(3n+1) h3{max-width:560px}@media only screen and (max-width:768px){.news__item h3{padding:20px}}@media only screen and (max-width:576px){.news__grid{grid-template-columns:1fr}.news__item:nth-child(3n+1) img{aspect-ratio:1}}.services{background-color:var(--color-blue-bg);-webkit-clip-path:polygon(0 0%,100% 40%,100% 100%,0% 100%);clip-path:polygon(0 0%,100% 40%,100% 100%,0% 100%);padding-top:clamp(200px,14.5vw,280px)}.services__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.services__item{border-radius:calc(var(--radius-main)*2);background-color:var(--color-white);flex-direction:column;height:100%;padding:24px;display:flex;position:relative;overflow:hidden}.services__image{width:72px;height:72px;margin-bottom:1.68067rem}.services__image-expertise{width:90px}.services h3,.services p{color:var(--color-blue);line-height:1.3}.services h3{margin-bottom:.840336rem;font-size:24px}@media only screen and (max-width:1280px){.services{-webkit-clip-path:polygon(0 5%,100% 30%,100% 100%,0% 100%);clip-path:polygon(0 5%,100% 30%,100% 100%,0% 100%)}}@media only screen and (max-width:992px){.services h2{color:var(--color-orange)}.services__grid{grid-template-columns:repeat(2,1fr)}.services__item:last-child{grid-column:1/span 2}}@media only screen and (max-width:768px){.services{-webkit-clip-path:polygon(0 5%,100% 22%,100% 100%,0% 100%);clip-path:polygon(0 5%,100% 22%,100% 100%,0% 100%)}.services__grid{grid-template-columns:1fr}.services__item{padding:24px}.services__item:last-child{grid-column:auto}}@media only screen and (max-width:576px){.services{-webkit-clip-path:polygon(0 5%,100% 18%,100% 100%,0% 100%);clip-path:polygon(0 5%,100% 18%,100% 100%,0% 100%)}.services .btn{max-width:none}}.projects{background-color:var(--color-blue-bg)}.projects__list{gap:6.30252rem;display:grid}.projects__item{grid-template-columns:minmax(auto,480px) 1fr;align-items:center;gap:6.30252rem;display:grid}.projects__item:nth-child(2n){grid-template-columns:1fr minmax(auto,480px)}.projects__item:nth-child(2n) .projects__content{grid-area:1/2/2/3;justify-self:end}.projects__content{line-height:1.3}.projects__content h3{margin-bottom:16px;font-size:24px}.projects__content p{color:var(--color-white)}.projects__image>img{border-radius:var(--radius-double)}@media only screen and (max-width:992px){.projects__list{gap:80px}.projects__item{grid-template-columns:repeat(2,1fr);gap:80px}.projects__item:nth-child(2n){grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.projects__list,.projects__item{gap:60px}}@media only screen and (max-width:576px){.projects__item{grid-template-columns:1fr;gap:20px}.projects__item:nth-child(2n){grid-template-columns:1fr}.projects__item:nth-child(2n) .projects__content{grid-area:auto}}.service{padding-top:0}.service h2{color:var(--color-orange)}.service__slider{width:100%;margin:auto;position:relative;overflow:hidden}.service__slide{position:relative}.service__image{border-radius:var(--radius-double)}.service__text{background-color:var(--color-white);border-radius:var(--radius-double);max-width:640px;padding:24px;position:absolute;bottom:40px;left:40px}.service__text h3{color:var(--color-orange);margin-bottom:8px;line-height:1.4}.service__text p{line-height:1.4}.service__next,.service__prev{cursor:pointer;z-index:10;background-repeat:no-repeat;background-size:contain;width:48px;height:48px;position:absolute;top:calc(50% - 24px);transform:translateY(-50%)}.service__next.swiper-button-disabled,.service__prev.swiper-button-disabled{display:none}.service__prev{background-image:url(../images/icons/arrow-prev.svg);left:40px}.service__next{background-image:url(../images/icons/arrow-next.svg);right:40px}.service__pagination{text-align:center;margin-top:2.10084rem}.service__pagination .swiper-pagination-bullet{background:var(--color-orange)}@media only screen and (max-width:992px){.service__next,.service__prev{display:none}}@media only screen and (max-width:768px){.service__text{max-width:calc(100% - 80px);padding:16px;bottom:20px;left:20px}.service__text h3{font-size:20px;line-height:1.4}.service__text p{font-size:16px;line-height:1.4}}@media only screen and (max-width:576px){.service__text{max-width:100%;position:relative;bottom:0;left:0}.service__pagination{margin-top:0}}.reviews{background-color:var(--color-blue-bg);padding-top:4.04412rem}.reviews__list{grid-template-columns:repeat(2,2fr);gap:20px;display:grid}.reviews__item{background-color:var(--color-white);border-radius:var(--radius-double);flex-direction:row;padding:24px;display:flex}.reviews__author{flex-direction:column;align-items:center;margin-right:32px;display:flex}.reviews__author-image img{border-radius:100%;width:64px;height:64px}.reviews__content{flex:1}.reviews h3{color:var(--color-orange);margin-top:12px;font-size:24px}.reviews p{margin-bottom:16px;line-height:1.4}.reviews svg{max-height:20px}@media only screen and (max-width:992px){.reviews{padding-top:3.15126rem}.reviews__list{grid-template-columns:1fr}}@media only screen and (max-width:576px){.reviews__item{flex-direction:column}.reviews__content{margin-top:20px}}.benefits{background-image:url(../images/services/benefits_bg.jpeg);padding-top:6.30252rem}.benefits__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.benefits__item{background-color:var(--color-white);border-radius:var(--radius-double);padding:24px}.benefits__item h3{color:var(--color-orange);margin-bottom:16px;font-size:24px}@media only screen and (max-width:768px){.benefits{padding-top:4.20168rem}.benefits__grid{grid-template-columns:1fr}}.process{counter-reset:processCounter;background-image:url(../images/services/process_bg.jpeg);padding:6.30252rem 0}.process__item{background-color:var(--color-white);border-radius:var(--radius-double);align-items:center;margin-top:24px;padding:24px;display:flex;position:relative}.process__item:before{content:counter(processCounter);counter-increment:processCounter;background:var(--color-blue-bg);text-align:center;color:#236d8a;border-radius:30px;width:60px;height:60px;margin-right:20px;font-size:32px;font-weight:700;line-height:60px;display:inline-block}.process__item h3{color:var(--color-orange);margin-bottom:8px;font-size:24px;line-height:1.2}.process__text{flex:1}@media only screen and (max-width:768px){.process{padding:4.20168rem 0}.process__item{flex-direction:column;justify-content:center;gap:24px}.process__item:before{margin-right:0}.process__text{text-align:center}.process h3{margin-inline:auto}}.faq{background-color:var(--color-blue-bg);padding-top:4.20168rem}.faq__item{background-color:var(--color-white);border-radius:var(--radius-triple);margin-top:24px;padding:20px 40px}.faq__question{font-size:clamp(20px,4vw,32px);font-weight:var(--fw-700);color:var(--color-green-300);margin-bottom:8px;line-height:1.4}@media only screen and (max-width:768px){.faq{padding-top:3.15126rem}}.projects-orange{background-color:var(--color-white);padding-top:0}.projects-orange h2{color:var(--color-orange)}.projects-orange .projects__content h3{color:var(--color-orange);margin-bottom:16px;font-size:24px}.projects-orange .projects__content p{color:var(--color-blue)}.projects-orange .projects__content .link-btn{margin:32px 0 0}@media only screen and (max-width:576px){.projects-orange .projects__content .link-btn{margin-top:16px}}.news-white{background-color:var(--color-white);padding-top:0}.news-white h2{color:var(--color-orange)}.article{padding-top:4.20168rem}.article__title{color:var(--color-orange);margin-bottom:40px}.article__inner img{border-radius:var(--radius-double);margin-bottom:40px}.article__inner h2{color:var(--color-orange);margin-top:40px;margin-bottom:16px;font-size:32px;line-height:1.3}.article__inner p{max-width:780px;margin-bottom:24px;line-height:1.4}.article__inner p:last-child{margin-bottom:0}@media only screen and (max-width:992px){.article{padding-top:2.10084rem}}.catalog{background-color:var(--color-blue-bg);padding-top:4.20168rem}.catalog__grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px;display:grid}@media only screen and (max-width:992px){.catalog__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.catalog__grid{grid-template-columns:1fr}}.item__wrapper{background-color:var(--color-white);border-radius:var(--radius-double);position:relative}.item__image{width:100%;height:auto}.item__content{padding:16px}.item__title{font-size:24px;font-weight:var(--fw-600);color:var(--color-blue);min-height:97px}.item__bottom{justify-content:space-between;align-items:center;display:flex}.item__description{z-index:-10;opacity:0;pointer-events:none;height:0;display:none;position:absolute}.item__price{font-size:32px;font-weight:var(--fw-700);color:var(--color-orange)}.filter,.filter__category{justify-content:space-between;align-items:center;display:flex}.filter__category .btn{background-color:var(--color-white);color:var(--color-orange);cursor:pointer;margin-right:10px}.filter__category .btn:hover,.filter__category .btn.active{background-color:var(--color-orange);color:var(--color-white)}.filter__panel{display:block}@media only screen and (max-width:992px){.filter,.filter__category{flex-wrap:wrap}}@media only screen and (max-width:576px){.filter__category{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.filter__category .btn{justify-content:center;width:100%;margin-top:20px}}
/*# sourceMappingURL=main.css.map */
