:root{--background:#ffffff;--foreground:#171717}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a,button{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;background:none;border:none;padding:0;font:inherit;text-decoration:none}@media (prefers-color-scheme:white){html{color-scheme:white;scroll-behavior:smooth}}@font-face{font-family:Montserrat;src:url(/_next/static/media/Montserrat-Regular.e4d41a96.ttf);font-display:swap}@font-face{font-family:ActayWide-Bold;src:url(/_next/static/media/ActayWide-Bold.53228008.otf);font-display:swap}@font-face{font-family:ActayRegular;src:url(/_next/static/media/Actay-Regular.d670c8cd.otf);font-display:swap}@font-face{font-family:ActayThin;src:url(/_next/static/media/ActayCondensed-Thin.31334133.otf);font-display:swap}h1{padding-top:20px;padding-bottom:20px}h1,h2{text-align:center;font-family:ActayWide-Bold;font-size:48px}h2{padding:120px 0 60px}@media (max-width:1200px){h2{font-size:36px;padding:80px 0 40px}}@media (max-width:768px){h2{font-size:24px;padding:60px 0 32px}}body{margin:0;font-family:Montserrat;width:100%}body.overlay-open{overflow:hidden}a{text-decoration:none}@keyframes tapAnimation{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.header{display:flex;justify-content:space-between;align-items:center;padding:10px 5%;position:fixed;top:0;left:0;width:100%;min-height:80px;z-index:1000;background-color:transparent;box-sizing:border-box;border:none;transition:background-color .5s ease}.header.scrolled{background-color:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid rgba(219,219,219,.8)}.header.scrolled,.header.search-active{position:fixed;top:0;left:0;right:0;z-index:1000}.nav{display:flex;gap:20px;flex-shrink:0}.nav-item{color:#ffffff;text-decoration:none;font-size:16px;font-family:ActayWide-Bold,sans-serif;transition:all .3s ease;z-index:1002}.header.scrolled .nav-item{color:#000000}.header.scrolled .nav-item:hover,.nav-item:hover{transform:scale(1.1)}.logo{position:absolute;left:50%;transform:translateX(-50%);z-index:1000;text-align:center}.logoWrapper{position:relative;width:260px;aspect-ratio:150/29}@media (max-width:767px){.logoWrapper{width:160px}}.actions{display:flex;align-items:center;justify-content:center;gap:15px;flex-shrink:0;z-index:1000}.action-button{background:none;border:none;cursor:pointer;padding:0;height:32px;width:32px}.icon{height:32px;width:auto;color:#ffffff;transition:all .3s ease}.header.scrolled .icon{color:#000000}.burger-icon:hover,.header.scrolled .burger-icon:hover,.header.scrolled .icon:hover,.icon:hover{transform:scale(1.2)}.burger-menu{display:none;background:none;border:none;cursor:pointer;padding:0;z-index:1001;font-family:ActayWide-Bold;justify-content:center;align-items:center;text-align:justify}.burger-menu.active svg{color:#000}.burger-menu p{margin:0;padding:0;line-height:none;font-size:large}.burger-icon{width:auto;height:24px;fill:#ffffff;transition:fill .3s ease}.header.scrolled .burger-icon{fill:#000000}.search-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:999}.search-container{position:relative;display:flex;align-items:center}.search-popup{position:absolute;right:50px;transform:translateY(0);width:0;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1001;border-radius:0}.search-popup.active{width:300px;opacity:1;visibility:visible;transform:translateY(0)}.search-form{display:flex;align-items:center;height:40px;background:transparent}.search-input{width:100%;height:100%;padding:0 20px;color:#eee;background:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:14px;transition:all .3s ease;border:none;border-bottom:2px solid #000}.search-input:focus{outline:none}.header:not(.scrolled) .search-input:focus{border-bottom-color:#fff}.header.scrolled .search-input{color:rgba(0,0,0,.7)}.header.scrolled .search-input::placeholder{color:rgba(0,0,0,.7)}@media (max-width:768px){.search-overlay.active{display:block}body.overlay-open{overflow:hidden}.search-container{order:3;width:100%}.search-popup{position:fixed;top:78px;left:0;right:0;height:44px;background:rgba(255,255,255,0);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transform:none;border-radius:0}.search-popup,.search-popup.active{width:100%!important}.search-form{display:flex;align-items:center;height:40px;background:#fff}.search-input{color:rgba(0,0,0,.7);background:transparent;border-top:1px solid rgba(119,119,119,1);border-bottom:0;height:44px}.search-input:focus{outline:none;transform:scale(1)}.search-input::placeholder{color:rgba(36,36,36,.7)}}.close-button,.search-button{transition:all .3s ease}.close-button:not(.active),.search-button.hidden{display:none!important}.close-button.active{display:flex!important}@media (max-width:1200px){.nav{gap:15px}.actions{gap:10px}.burger-menu{display:inline-flex;height:auto;align-items:flex-end}.nav{position:fixed;top:0;left:-100%;width:60%;height:100vh;background-color:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex-direction:column;justify-content:center;align-items:center;gap:30px;transition:left .5s ease;z-index:999}.nav.active{left:0}.nav-item{font-size:20px}.header.scrolled .nav-item,.nav-item{color:#000000}.actions{display:inline-flex;justify-content:center;gap:8px}.burger-icon,.icon{height:36px}}.main-container{display:flex;width:100%;min-height:100vh;background:url(/images/main_screen.webp) 50%/cover no-repeat}.block{flex:1 1;position:relative;display:flex;flex-direction:row;align-items:center;color:white;font-size:14px;overflow:hidden}.block,.block-1{justify-content:center}.block-1{align-items:flex-end}.block-1:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(0deg,rgba(32,23,16,.5),rgba(128,118,110,0));z-index:1;pointer-events:none}.block-mobile{display:none}.main-h1{position:relative;z-index:2;max-width:1000px;text-align:left;font-size:62px;margin-right:150px;margin-bottom:160px;line-height:100%}.bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.button-container{text-align:center;z-index:2;position:relative;box-sizing:border-box}.details-btn.main-btn{position:relative;color:#fff;width:190px;height:32px;font-size:36px;align-items:center;justify-content:space-between;stroke:#fff;border-bottom:2px solid #fff;box-sizing:border-box;padding:5px 5px 0;background:transparent!important;margin-bottom:190px;z-index:3}.details-btn.main-btn:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:white;transform:scaleY(0);transform-origin:bottom;transition:transform .6s ease;z-index:2}.details-btn.main-btn:hover{color:black}.details-btn.main-btn:hover:before{transform:scaleY(1)}.details-btn.main-btn p{font-size:24px;font-family:ActayWide-Bold;line-height:.8;z-index:2}.details-btn.main-btn svg{width:24px;height:24px;stroke-width:2px;stroke:white;z-index:2}.details-btn.main-btn:hover svg{stroke:black}@media (max-width:1200px){.block-1{display:none}.block-mobile{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100dvh;background:#000000;position:relative;color:white;background-image:linear-gradient(0deg,rgba(32,23,16,.5),rgba(128,118,110,0) 40%),url(/images/mobile-bg.webp);background-size:cover;background-position:53% 50%;overflow:hidden}.block-mobile .title-container{padding:0 16px 28px;margin-top:100px;z-index:2;text-align:left}.block-mobile .main-h1{margin:0;padding:0;width:100%;font-size:26px;text-align:left;line-height:1.2;word-wrap:break-word;white-space:normal}.details-btn.main-btn{width:150px;padding-left:0;margin-left:16px;margin-bottom:60px}.details-btn.main-btn p{font-size:20px}.details-btn.main-btn svg{width:20px;height:20px}}.about-section{max-width:1200px;min-height:650px;margin:0 auto;padding:0}.about-title{text-align:center;margin:0;padding:120px 0 60px;font-size:48px}.blocks-container{position:relative;margin:0 auto;width:100%}.blocks-container,.upper-block{display:flex;flex-direction:column}.upper-block{position:absolute;top:0;left:0;height:280px;width:50%;background:radial-gradient(at 50% 100%,rgba(70,68,73,1),rgba(195,195,195,1));border-radius:4px;overflow:hidden;align-items:flex-start;justify-content:flex-end}.upper-image{position:absolute;max-height:300px;margin:0 auto;top:-120px;left:60%}.clients-count{font-size:36px;max-width:340px;font-family:ActayWide-Bold;margin:0;padding-left:28px;padding-bottom:0;color:white;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:.8}.clients-count.last{padding-bottom:28px;font-size:20px}.lower-block{position:absolute;width:690px;top:100px;right:0;min-height:300px;background:#F3F2F1;border-radius:4px;display:flex;box-shadow:0 4px 15px rgba(0,0,0,.1)}.text-content{width:70%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;font-size:20px;line-height:1.6}.text-content h4{margin:0;line-height:.8;font-family:ActayWide-Bold;padding-left:28px}.text-content p{font-size:16px;margin:0;padding:0 28px 28px;line-height:1.2}.lower-image{width:30%;border-top-right-radius:4px;border-bottom-right-radius:4px;background-size:cover;background-repeat:no-repeat;background-position:50% 30%;z-index:3}@media (max-width:1200px){.about-section{padding:30px 15px;min-height:700px;display:flex;flex-direction:column;position:relative}.about-title{font-size:36px}.blocks-container{gap:30px;overflow:hidden}.upper-block{width:100%;height:200px;position:static}.upper-image{top:-200px;left:70%;max-height:350px}.lower-block{transform:none;position:static;display:flex;flex-direction:column}.lower-block,.text-content{width:100%;box-sizing:border-box}.text-content{order:2;padding-top:20px}.text-content h4{padding-left:12px}.text-content p{padding:0 12px 12px}.lower-image{background-position:50% 10%;border-radius:0;border-top-right-radius:4px;border-top-left-radius:4px;width:100%;min-height:600px;order:1}.clients-count{font-size:1.4rem}}@media (max-width:480px){.about-title{font-size:24px;padding:60px 0 32px}.upper-image{top:-180px;left:60%;max-height:300px}.lower-image{width:100%;min-height:600px;order:1}}.swiper{padding:20px 0}.swiper-pagination-bullet{background:#ccc;opacity:1;width:12px;height:12px;margin:0 8px!important}.swiper-pagination-bullet-active{background:#a3a3a3;transform:scale(1.1)}.com-slider h2{padding:120px 0 20px;margin:0}.com-swiper{padding-right:10px!important;padding-bottom:50px!important;max-width:1200px}.com-wrapper{padding:0 10px}.com-slide,.com-wrapper{box-sizing:border-box;min-height:275px}.com-slide{display:flex!important;height:100%;position:relative;justify-content:center;align-items:center;border-radius:4px;padding:5px;margin-top:8px;background-color:#FBFBFB;border:none;box-shadow:0 0 0 4px rgba(0,0,0,.009);border-radius:3px}.swiper-slide-active.com-slide{margin-left:4px}.com-scrollbar{width:70%!important;left:50%!important;transform:translateX(-50%)}.com-image{width:33%;height:100%;position:relative;border:0;box-shadow:none}.com-image a{display:block;height:100%}.com-image img{width:100%;height:100%;object-fit:cover}.com-text{width:67%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:10px;border:0;box-sizing:border-box;box-shadow:none}.com-text h3{font-size:16px;font-family:ActayWide-Bold;margin:0;padding-bottom:12px}.com-text.attributes{padding:0 0 16px}.attribute-row{display:flex;align-items:baseline}.com-text p{font-size:16px;margin:0;padding-bottom:8px}.attribute-name{font-weight:400;line-height:1.5;margin-right:4px!important}.attribute-value{display:inline;font-weight:700;margin-left:8px}.details-btn{width:180px;height:30px;border:none;border-bottom:1px solid;background-color:#FBFBFB;cursor:pointer;box-sizing:border-box;font-family:Montserrat;font-size:13px;color:#000000;font-weight:500;text-decoration:none;display:flex;text-align:start;justify-content:space-between;padding:7px 5px 0;position:relative;overflow:hidden;transition:color .8 ease}.details-btn:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:#000;transform:scaleY(0);transform-origin:bottom;transition:transform .8s ease;z-index:1}.details-btn:hover{color:#fff}.details-btn:hover:before{transform:scaleY(1)}.details-btn span{font-size:16px;line-height:.8;z-index:2}.details-btn svg{width:16px;height:16px;stroke:#000000;z-index:2}.details-btn:hover svg{stroke:#fff}@media (max-width:1200px){.com-slider h2{padding:80px 0 10px}}@media (max-width:768px){.com-slider h2{font-size:24px;padding:60px 0 0}}.wrapper-whychoose{width:100%;min-height:500px;margin:0 auto;padding:20px;overflow:hidden;box-sizing:border-box}.whychoose{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-gap:30px;gap:30px;padding:0;max-width:1200px;margin:0 auto}.whychoose>div{text-align:center}.whychoose-num{font-size:72px;font-family:ActayWide-Bold;padding:0;margin:0 0 -12px;background-image:linear-gradient(90deg,rgba(70,68,73,.5),rgba(195,195,195,0));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.whychoose-icon{width:35px;margin-right:16px}.whychoose h3{font-size:18px;font-family:ActayWide-Bold;color:#333;margin-bottom:12px}.whychoose p{font-size:16px;font-family:Montserrat;color:#666;line-height:1}@media (max-width:1200px){.wrapper-whychoose{min-height:auto;padding:15px}.whychoose{grid-template-columns:repeat(2,1fr);padding:20px;gap:12px}.whychoose>div{padding-bottom:5px;padding-top:5px}.whychoose h3{font-size:20px}.whychoose p{font-size:14px}}@media (max-width:480px){.whychoose{grid-template-columns:1fr;padding:10px;gap:10px}.whychoose>div{padding:15px 15px 5px;text-align:start}.whychoose h3{font-size:16px;margin-bottom:8px}.whychoose p{font-size:12px;line-height:1.4;margin-bottom:0}}.wrapper-catalog{width:100%;overflow:hidden;margin-bottom:60px}.catalog{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);grid-gap:15px;gap:15px;width:100%;max-width:1200px;margin:0 auto;padding:20px;min-height:600px;box-sizing:border-box}.item{display:flex;justify-content:flex-start;align-items:flex-end;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#000000;font-size:24px;font-family:ActayWide-Bold;color:white;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;padding:20px;text-align:left;overflow:hidden}.item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,0));z-index:1}.item div{position:relative;z-index:2;text-align:left}.item:hover{transform:scale(1.02);box-shadow:0 8px 12px rgba(0,0,0,.2)}.item-1{background-image:url(/images/catalog/Interior1.webp);grid-column:1/3;grid-row:1/2}.item-2{background-image:url(/images/catalog/Track1.webp);grid-column:3/4;grid-row:1/3}.item-3{background-image:url(/images/catalog/Ulichnoe.webp);grid-column:1/3;grid-row:2/3}.item-4{background-image:url(/images/catalog/lenta1jpg.webp);grid-column:3/5;grid-row:3/4;background-position:70% 20%}.item-5{background-image:url(/images/catalog/Bitovoe1.webp);grid-column:1/2;grid-row:3/4}.item-6{background-image:url(/images/catalog/Control.webp);grid-column:2/3;grid-row:3/4}.item-7{background-image:url(/images/catalog/lampochki.webp);grid-column:4/5;grid-row:1/2}.item-8{background-image:url(/images/catalog/udliniteli.webp);grid-column:4/5;grid-row:2/3}@media (max-width:1200px){.catalog{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr)}.item-1{grid-column:1/3;grid-row:1/2}.item-2{grid-column:2/4;grid-row:2/3}.item-3{grid-column:1/3;grid-row:3/4}.item-4{grid-column:2/4;grid-row:4/5}.item-5{grid-column:3/4;grid-row:1/2}.item-6{grid-column:1/2;grid-row:2/3}.item-7{grid-column:3/4;grid-row:3/4}.item-8{grid-column:1/2;grid-row:4/5}.item{font-size:20px;padding:15px}}@media (max-width:480px){.catalog{grid-template-columns:1fr;grid-template-rows:repeat(6,1fr)}.item-1,.item-2,.item-3,.item-4,.item-5,.item-6,.item-7,.item-8{grid-column:1/2;grid-row:auto}.item{font-size:16px;padding:12px 12px 6px;min-height:100px}.item-4 .content{line-height:1.2}}.wrapper-help{width:100%;background:linear-gradient(0deg,rgba(59,59,59,.7),rgba(139,139,139,.4) 35%,rgba(255,255,255,0))}.help-block{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px 40px;text-align:center;max-width:1200px;min-height:400px;margin:0 auto}.help-block h2{padding-top:100px;padding-bottom:8px}.help-block p{font-size:16px;font-family:Montserrat;margin-top:0;margin-bottom:24px}.help-form{min-height:60px;display:flex;flex-direction:column;gap:24px}.help-form button,.help-form input{flex:1 1;padding:12px;font-size:16px;font-family:Montserrat;border:1px solid #ddd;border-radius:1px;outline:none}.help-form input:focus{border-color:#000000}.help-form button{background-color:#000000;color:white;border:none;cursor:pointer;transition:all .3s ease}.help-form button:hover{transform:scale(1.03)}@media (max-width:768px){.help-form{width:100%;display:flex;flex-direction:column;gap:15px;padding-bottom:60px}.help-block h2{padding:60px 0 8px}}.download-block{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:600px;background-image:linear-gradient(180deg,#1E1D1DE5 0,#0000004D 90%),url(/images/el_katalog_bg.webp);background-position:30% 30%;background-repeat:no-repeat;text-align:center;padding:20px;box-sizing:border-box}.download-block p{font-size:48px;font-family:ActayRegular;color:#ffffff;margin:0 0 48px}.details-btn.download-btn{position:relative;color:#fff;width:300px;height:32px;font-size:36px;align-items:center;justify-content:space-between;stroke:#fff;border-bottom:2px solid #fff;box-sizing:border-box;padding:5px 5px 0;background:transparent!important}.details-btn.download-btn:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:white;border-bottom:3px solid white;transform:scaleY(0);transform-origin:bottom;transition:transform .6s ease;z-index:1}.details-btn.download-btn:hover{color:black}.details-btn.download-btn:hover:before{transform:scaleY(1)}.details-btn.download-btn p{font-size:24px;font-family:ActayWide-Bold;margin:0;line-height:.8;z-index:2}.details-btn.download-btn svg{width:24px;height:24px;stroke-width:2px;stroke:white;z-index:2}.details-btn.download-btn:hover svg{stroke:black}.details-btn.download-btn:hover p{color:#000}@media (max-width:1200px){.download-block{height:350px}.download-block p{font-size:36px;margin-bottom:20px}}@media (max-width:767px){.download-block{padding:15px;background-size:cover;background-image:linear-gradient(180deg,rgba(57,57,57,.7),rgba(139,139,139,.3) 35%,rgba(255,255,255,0)),url(/images/el_katalog_bg.webp)}.download-block h1{font-size:24px;padding:60px 0 32px;line-height:1.3;margin-bottom:0;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.download-block p{font-size:16px;margin-bottom:15px}.details-btn.download-btn{width:180px}.details-btn.download-btn p{font-size:14px}.details-btn.download-btn svg{width:14px;height:14px}}.trust-block{text-align:center;padding:0 20px 20px;background-color:#ffffff;max-width:1200px;margin:0 auto;overflow:hidden}.trust-slider{display:none}.trust-block h1{font-size:48px;font-family:ActayWide-Bold;color:#333;margin:0;padding:120px 0 60px}.companies-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:60px;gap:60px;opacity:0;transform:translateY(50px);transition:opacity 1s ease,transform 1s ease}.companies-grid.visible{opacity:1;transform:translateY(0)}.company{height:200px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.company.visible{opacity:1;transform:translateY(0)}.company img{max-width:80%;max-height:80%;object-fit:contain}@media (max-width:1200px){.trust-block h1{font-size:36px}}@media (max-width:767px){.trust-block h1{font-size:24px;padding:60px 0 32px}.companies-grid{display:none}.trust-slider{display:block;padding:20px 0}.trust-wrapper{height:75px}.comp-slide{width:100%;height:auto}.com-image-container{position:relative;padding-top:20%;overflow:hidden}.com-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}}.news-slider{background-color:#ffffff}.news-slider h1{font-size:48px;margin:0;padding:100px 0 40px}.news-swiper{max-width:1200px;min-height:400px;max-height:600px;align-items:center;justify-content:center;padding:0 20px!important;padding-bottom:20px}.news-wrapper{align-items:stretch}.news-slide{box-sizing:border-box;border-radius:0;text-align:left;height:auto!important}.news-slide h3{margin:0;font-family:ActayRegular;padding-left:5px}.news-slide p{margin:0;font-family:Montserrat;padding-top:10px;padding-left:5px}.news-date{color:#525252}.news-slide img{width:100%;min-height:60%!important;max-height:60%!important;margin-bottom:0}@media (max-width:1200px){.news-slider h1{font-size:36px}}@media (max-width:768px){.news-slider h1{font-size:24px;padding:60px 0 32px}.swiper-button-next,.swiper-button-prev{display:none}.news-slide{box-sizing:border-box;text-align:left;padding:0}}.contact-block{max-width:1200px;margin:0 auto;padding:100px 20px}.contact-content{display:flex;align-items:center}.contact-info{flex:0 0 40%;text-align:left}.contact-info h2{font-size:28px;text-align:left;padding:0;margin-bottom:20px;color:#333;font-family:ActayWide-Bold,sans-serif}.contact-item.phone-num{margin-bottom:8px}.contact-item a,.contact-item p{font-size:16px;color:#555;text-decoration:none;transition:color .3s ease;font-family:Montserrat,sans-serif;margin:8px 0}.contact-item a:hover{color:#000000}.contact-map{flex:0 0 60%;box-sizing:border-box;max-width:60%}.contact-map #map{width:100%;height:400px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (max-width:768px){.contact-content{flex-direction:column;align-items:center;gap:20px}.contact-info{text-align:left}.contact-info,.contact-map{flex:1 1 100%}.contact-map{min-width:100%}}footer{padding-top:20px;flex-direction:column}footer,footer .footer-container{background-color:#171717;box-sizing:border-box;display:flex}footer .footer-container{max-width:1200px;width:100%;margin:0 auto;justify-content:space-between;align-items:flex-start;padding:60px 20px 40px;flex-grow:1}footer .logo-text{max-width:300px}footer .logo-text img{width:150px;margin-bottom:10px}footer .logo-text p{margin:0;font-family:Montserrat;font-size:12px;color:#888;line-height:1.2}footer .logo-text p:not(:last-child){margin-bottom:5px}footer .columns{display:flex;gap:120px}footer .columns .column{display:flex;flex-direction:column}footer .columns .column h4{margin:0 0 10px;font-family:ActayWide-Bold;font-size:16px;color:#525252}footer .columns .column ul{list-style:none;padding:0;margin:0}footer .columns .column ul li{font-family:Montserrat;margin-bottom:8px}footer .columns .column ul li a{text-decoration:none;color:#ffffff;font-size:12px;transition:all .1s ease;display:inline-block}footer .columns .column ul li a:hover{transform:scale(1.05);transform-origin:center}footer .copyright{font-family:Montserrat;background-color:#171717;padding:15px 0;text-align:center;margin-top:auto}footer .copyright p{margin:0;font-size:12px;color:#888}@media (max-width:1200px){footer .footer-container{padding:50px 30px 35px;max-width:100%}footer .columns{gap:90px}footer .logo-text{max-width:270px}footer .logo-text img{width:140px}footer .logo-text p{font-size:12px}footer .columns .column h4{font-size:15px}footer .columns .column ul li a{font-size:12px}}@media (max-width:768px){footer .footer-container{padding:40px 20px 30px}footer .columns{gap:60px}footer .logo-text{max-width:220px}footer .logo-text img{width:110px}footer .logo-text p{font-size:12px;line-height:1.3}footer .columns .column h4{font-size:14px;margin-bottom:8px}footer .columns .column ul li a,footer .copyright p{font-size:12px}}@media (max-width:480px){footer .footer-container{padding:30px 15px 25px}footer .columns{gap:20px}footer .logo-text{max-width:180px}footer .logo-text img{width:90px;margin-bottom:8px}footer .logo-text p{font-size:10px;line-height:1.2}footer .columns .column h4{font-size:13px;margin-bottom:6px}footer .columns .column ul li a{font-size:10px}footer .columns .column ul li{margin-bottom:5px}footer .copyright p{font-size:10px;line-height:1.4}}.content-section,.hero-section{min-height:100vh}.hero-section{background-color:#888}.wrapper-breadcrumbs{max-width:1200px;margin:0 auto}.breadcrumbs{font-family:ActayRegular;font-size:16px;border-radius:6px;display:flex;flex-wrap:wrap;align-items:center;padding:60px 16px 40px;gap:8px}.breadcrumb-item{text-decoration:none;color:#919191;font-size:14px;transition:color .3s ease;position:relative;display:inline-block;transition:all .3s ease;white-space:nowrap}.breadcrumb-item:hover{transform:scale(1.05);color:#171717}.breadcrumb-item.active{color:#000000;font-weight:500;pointer-events:none}.separator{color:#adb5bd;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:480px){.breadcrumbs{padding-top:60px;padding-bottom:40px}}.op-catalog{width:100%;overflow:hidden}.op-catalog h1{margin-top:0;padding-top:20px;margin-bottom:0;padding-bottom:40px;font-size:48px}.catalog-on-page{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(4,300px);grid-gap:20px;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box}.itemop{display:flex;justify-content:flex-start;align-items:flex-end;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(239,237,237,1);font-size:24px;font-family:ActayWide-Bold;color:white;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;padding:20px;text-align:left;overflow:hidden;box-sizing:content-box}.itemop:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;z-index:1}.itemop div{position:relative;z-index:2;text-align:left}.itemop:hover{transform:scale(1.02);box-shadow:8px 8px 8px 0 rgba(0,0,0,.1)}.itemop-1{grid-column:1/9;grid-row:1/2;background:url(/images/catalog/catalog-on-page/interior/int.webp) 50%/cover no-repeat}.itemop-2{grid-column:4/9;grid-row:2/3;background:url(/images/catalog/catalog-on-page/track/track.webp) 50%/cover no-repeat}.itemop-3{grid-column:5/10;grid-row:4/5;background:url(/images/catalog/catalog-on-page/street/street.webp) 50%/cover no-repeat}.itemop-4{grid-column:5/13;grid-row:3/4;background:url(/images/catalog/catalog-on-page/lenta/lenta.webp) 50%/cover no-repeat}.itemop-5{grid-column:1/5;grid-row:3/5;background:url(/images/catalog/catalog-on-page/byt/byt.webp) 50%/cover no-repeat}.itemop-6{grid-column:9/13;grid-row:1/3;background:url(/images/catalog/catalog-on-page/control/control.webp) 50%/cover no-repeat}.itemop-7{grid-column:1/4;grid-row:2/3;background:url(/images/catalog/catalog-on-page/bulbs/bulbs.webp) 50%/cover no-repeat}.itemop-8{grid-column:10/13;grid-row:4/5;background:url(/images/catalog/catalog-on-page/extenders/extenders.webp) 50%/cover no-repeat}.itemop-7{color:#525252}@media (max-width:1200px){.op-catalog h1{font-size:36px;padding:20px 0 32px}.itemop-4{background-position:-200px}.itemop-4 .content{line-height:1.2}}@media (max-width:768px){.catalog-wrapper h1{font-size:24px;padding:60px 0 32px}.catalog-on-page{grid-template-columns:1fr;grid-template-rows:auto}.itemop{grid-column:1/2!important;grid-row:auto!important;font-size:16px;padding:12px 6px;height:280px}.itemop-4 .content{line-height:1.2}.itemop-1{background:url(/images/catalog/catalog-on-page/interior/intmob.webp) 50%/cover no-repeat}.itemop-2{background:url(/images/catalog/catalog-on-page/track/trackmob.webp) 50%/cover no-repeat}.itemop-3{background:url(/images/catalog/catalog-on-page/street/streetmob.webp) 50%/cover no-repeat}.itemop-4{background:url(/images/catalog/catalog-on-page/lenta/lentamob.webp) 50%/cover no-repeat}.itemop-5{background:url(/images/catalog/catalog-on-page/byt/bytmob.webp) 50%/cover no-repeat}.itemop-6{background:url(/images/catalog/catalog-on-page/control/controlmob.webp) 50%/cover}.itemop-7{background:url(/images/catalog/catalog-on-page/bulbs/bulbsmob.webp) 50%/cover no-repeat}.itemop-8{background:url(/images/catalog/catalog-on-page/extenders/extendersmob.webp) 50%/cover no-repeat}}.main-image-sec{height:100dvh;width:100%;overflow:hidden}.main-image-sec h1{text-align:left;position:absolute;color:#fff;font-size:62px;bottom:160px;left:360px;z-index:10}.responsive-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.desktop-image{display:block;width:100%}.mobile-image{display:none;width:100%}@media (max-width:1200px){.main-image-sec h1{left:60px}}@media (max-width:768px){.main-image-sec h1{font-size:24px;left:20px;bottom:100px}.desktop-image{display:none}.mobile-image{display:block}}.catalogonpage-wrapper{max-width:1200px;margin:0 auto;padding:20px}.list-wrapper{display:flex;flex-direction:row;gap:100px}.products-grid{flex-grow:1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-bottom:40px}.product-card.fade-in-card{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.product-card.fade-in-card.visible{opacity:1;transform:translateY(0)}.product-card{padding:15px;box-sizing:border-box}.product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;margin-bottom:15px}.secondary-filters{background:#fff;padding:0}.filter-section{padding:15px 0;border-bottom:1px solid #eee}.filter-section:last-child{border-bottom:none}.filter-title{font-size:18px;color:#333;margin-bottom:15px;font-weight:600}.secondary-filters .filter-item{padding:8px 0;display:flex;align-items:center}.secondary-filters .filter-checkbox{display:flex;align-items:center;gap:10px;width:100%;cursor:pointer;position:relative;padding-left:30px}.secondary-filters .checkmark{position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border:1px solid #666;background:#fff;transition:all .2s ease}.secondary-filters input[type=checkbox]{opacity:0;position:absolute;width:0;height:0}.secondary-filters .checkmark:after{content:"";position:absolute;display:none;left:5px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.secondary-filters input:checked~.checkmark{background:#000;border-color:#000}.secondary-filters input:checked~.checkmark:after{display:block}.secondary-filters .filter-checkbox:hover .checkmark{border-color:#000}.secondary-filters .filter-checkbox:hover input:checked~.checkmark{background:#333}.apply-button{background:#ffffff;text-align:center;justify-content:center;border:1px solid}.apply-button span{margin:0}.applied-filters{margin-bottom:12px}.applied-filters,.filters-chips{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{background:#f0f0f0;padding:6px 12px;display:flex;align-items:center;gap:6px;font-size:14px}.remove-filter{border:none;padding:0;font-size:16px;line-height:1;color:#666}.clear-all,.remove-filter{background:none;cursor:pointer}.clear-all{border:1px solid #999;color:#999;font-size:14px;padding:6px}.pagination-numbers{display:flex;justify-content:center;gap:4px;margin-top:20px}.page-btn{font-size:16px;background:none;border:none;cursor:pointer;color:#525252;padding:4px 8px;border-radius:4px;font-weight:400;transition:font-weight .2s}.page-btn.active{font-weight:600}.page-btn:disabled{cursor:default;color:#cccccc}.pag-button-next,.pag-button-prev{border:none;background:none;cursor:pointer}.pag-span{padding:0 10px}@media (max-width:1200px){.list-wrapper{gap:20px}}@media (max-width:768px){.list-wrapper{flex-direction:column;gap:50px}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px;width:100%;box-sizing:border-box}.product-card h3{font-size:14px}.product-card p{font-size:12px}.filters-sidebar{display:none}.mobile-filters-header{display:flex;flex-direction:column;gap:12px;width:100%;margin-bottom:16px}.mobile-filters-btn{order:-1;width:30%;padding:12px;background:none;border:none;border-bottom:2px solid #000;margin-bottom:20px}.mobile-filters-btn p{font-size:16px;font-family:ActayRegular}.filters-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:flex-end}.filters-modal{width:100%;height:100%;background:white;padding:20px;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.close-btn{font-size:30px;background:none;border:none}.modal-footer{position:-webkit-sticky;position:sticky;bottom:0;background:white;padding:20px 0}.apply-button{width:100%;min-height:40px}.apply-button span{font-family:ActayRegular;font-size:16px}}.wrapper-product-page{background-color:#ffffff;max-width:1200px;margin:0 auto;padding:16px}.product-card-container{display:flex;min-height:700px;gap:20px}.product-gallery-container{width:50%;display:block;box-sizing:border-box;position:relative}.product-card-main{aspect-ratio:1/1;padding:0!important;margin-bottom:10px}.product-card-thumbs{padding:0!important;width:100%}.product-card-main .swiper-slide{position:relative;overflow:hidden}.product-card-main .swiper-slide img,.product-card-thumbs .swiper-slide img{width:100%;height:100%;display:block;position:absolute;top:0;left:0;margin:0}.swiper-button-next,.swiper-button-prev{color:#888!important;padding:20px;top:40%!important}.swiper-button-next:hover,.swiper-button-prev:hover{transform:scale(1.1)}.swiper-button-next:after,.swiper-button-prev:after{font-size:24px!important}@media (max-width:768px){.product-gallery-container{width:100%;max-width:600px;margin:0 auto}.product-card-main .swiper-slide{position:relative;width:100%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;overflow:hidden}.product-card-main .swiper-slide img{width:100%;height:100%;object-fit:contain}.product-card-thumbs .swiper-slide{aspect-ratio:1/1;overflow:hidden;border:1px solid #eee}.product-card-thumbs .swiper-slide img{width:100%;height:100%;object-fit:cover}}.product-card-thumbs .swiper-slide{opacity:.6;transition:opacity .3s;aspect-ratio:1/1;cursor:pointer;border:1px solid transparent;border-radius:0}.product-card-thumbs .swiper-slide-thumb-active{opacity:1;border-color:rgb(0,0,0)}.product-card-wrapper{transition-timing-function:cubic-bezier(.4,0,.2,1)}.product-thumbs-wrapper{align-items:center;padding:0}.product-card-info{width:50%;font-family:Montserrat}.product-card-info h2{font-size:42px;text-align:left;padding:0;font-family:ActayWide-Bold;line-height:1}.product-card-info h3{font-size:24px;padding-bottom:20px}.product-card-info p{font-size:16px}.product-series{padding:0 0 32px}.specs-list{list-style:none;padding:0;margin:0}.specs-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:14px}.specs-item,.specs-item:not(:last-child){border-bottom:1px solid #e0e0e0}.specs-item:last-child{border-bottom:none}.specs-name{font-size:16px;font-weight:400;color:#666;flex:0 1 60%;padding-right:15px}.specs-value{font-size:16px;font-weight:500;color:#333;text-align:right;flex:0 1 40%}.buttons-wrapper{display:flex;flex-direction:row;justify-content:space-between;padding-top:20px}.expand-btn{background:linear-gradient(0deg,white 50%,rgba(255,255,255,.8));padding:10px 0;border:none;border-bottom:1px solid #000;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-family:Montserrat}.expand-btn span{margin:0}.call-btn{background:linear-gradient(0deg,white 50%,rgba(255,255,255,.8));cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid #000;min-height:40px;padding:0 20px;font-family:Montserrat}@media (max-width:768px){.expand-btn span{font-size:12px}.call-btn{padding:0 2px}.call-btn span{font-size:12px}}.product-description{margin:30px 0;padding:20px 0;border-top:1px solid #eee}.description-title{font-size:22px;padding:0;color:#333;margin-bottom:15px;text-align:left;font-weight:600}.description-content{line-height:1.6;color:#555;text-align:left}.desktop-titles h2{padding-bottom:32px}.description-content p{margin:0}.mobile-titles{display:none;width:100%}@media (max-width:1000px){.mobile-titles{display:block;order:-1;margin-bottom:15px}.mobile-titles h2{font-family:ActayWide-Bold;padding:0}.desktop-titles{display:none!important}.product-card-container{flex-direction:column}.product-card-info,.product-gallery-container{width:100%}.description-title{font-size:20px}.description-content{font-size:14px}}.search-results{position:absolute;top:100%;left:0;right:0;max-height:400px;overflow-y:auto;background:white;border:1px solid #eee;z-index:1000}.search-result-item{display:flex;padding:12px 16px;color:#333;text-decoration:none;transition:background .2s;border-bottom:1px solid #f5f5f5}.search-result-item:hover{background:#f9f9f9}.result-wrapper{display:flex;flex-direction:column}.result-title{font-family:ActayWide-Bold;margin-bottom:4px}.result-excerpt{font-size:.9em;color:#666;line-height:1.4}mark{background-color:#d5d5d3;color:inherit}.search-empty,.search-error,.search-loading{padding:16px;text-align:center;color:#666}.search-error{color:#ff4444}.image-wrapper{flex-shrink:0;border-radius:4px;overflow:hidden}.product-image{object-fit:cover;border-radius:4px}.product-info{flex-grow:1;min-width:0}.type-filters{display:flex;justify-content:space-between;gap:10px;margin:20px 0;flex-wrap:wrap}.type-button{padding:8px 16px;border:none;border-bottom:1px solid #ddd;background:white;opacity:.8;cursor:pointer;transition:all .3s;font-family:Montserrat;font-size:14px}.type-button.active{background:#ffffff;color:rgb(0,0,0)}.type-button.active,.type-button:hover{border-color:#111213}@media (max-width:768px){.type-button{width:auto}.type-filters{display:grid;grid-template-columns:repeat(2,1fr)}}.page-wrapper-about{background:#525252}.about-wrapper{max-width:1200px;margin:0 auto;padding-top:40px}@media (max-width:768px){.desktop-image{display:none}.mobile-image{display:block}}.text-section{display:flex;flex-direction:row;gap:40px;position:relative;overflow:hidden;min-height:500px}@media (max-width:768px){.text-section{flex-direction:column;gap:0}}.text-block{flex:1 1;position:relative;padding:20px;box-sizing:border-box;color:#fff}.hblock{font-family:ActayThin;font-size:48px}.hblock h2{padding:0;text-align:left;font-size:48px}.pblock{font-family:Montserrat;font-size:16px}.pblock p{line-height:1.4}.firstp{padding-bottom:10px}.decor-image{position:absolute;height:auto;pointer-events:none;transition:opacity 1s ease}.decor1{bottom:-297px;left:50%;transform:translateX(-50%);width:1000px;opacity:.2}.decor2{top:10px;left:20px;width:250px;height:250px;rotate:25deg}.decor2.hidden{opacity:0}.decor2.visible{opacity:.2}@keyframes blink{0%,to{opacity:.2}50%{opacity:.001}}.decor2{animation:blink 5s infinite}.helppopup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:white;color:#333;padding:12px 16px;border-radius:4px;box-shadow:0 4px 10px rgba(0,0,0,.1);z-index:9999;display:flex;align-items:center;gap:10px}.helppopup.error{border-left-color:red}.helppopup button{background:none;border:none;font-size:18px;cursor:pointer;margin-left:auto}.notfound-wrapper{max-width:1200px;margin:0 auto;padding:60px 20px;display:flex;justify-content:center;align-items:center;min-height:80vh}.notfound-content{flex-direction:column;text-align:center}.notfound-content,.notfound-title-wrapper{display:flex;align-items:center;position:relative}.notfound-title-wrapper{justify-content:center}.notfound-title{font-size:276px;font-weight:700;margin:0;position:relative;background:linear-gradient(135deg,#303030,#888888,#c8c8c8,#dfdfdf);background-size:400%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:gradientMove 5s ease infinite}@keyframes gradientMove{0%{background-position:0}50%{background-position:100%}to{background-position:0}}.zero-wrapper{position:relative;display:inline-block}.bulb-image{position:absolute;top:-200px;left:50%;transform:translateX(-38%) rotate(15deg);pointer-events:none}.notfound-text{font-family:ActayWide-Bold;font-size:28px;margin-top:20px;margin-bottom:30px}.details-btn--back{width:auto;gap:10px;font-size:16px;text-decoration:none;padding:4px 5px 0;border-bottom:2px solid}.details-btn--back p{font-family:ActayWide-Bold;font-size:24px}.details-btn--back svg{width:20px;height:20px}@media (max-width:768px){.notfound-title{font-size:128px}.bulb-image{width:135px;height:244px;top:-80px}.notfound-text{font-size:20px}.details-btn--back p{font-size:18px}.details-btn--back svg{width:18px;height:18px}}.logo-premain{z-index:1;position:absolute;top:1%}.call-container{position:absolute;top:2.5%;right:0;transform:translateX(-20%);gap:20px;z-index:4;display:flex}.call-button-premain{border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.call-button-premain:hover{transform:scale(1.1)}.phone-number-box{border:none;color:#eee;font-size:20px;width:auto;opacity:0;transform:translateX(20px);transition:all .5s ease;pointer-events:none;visibility:hidden;white-space:nowrap;justify-content:center;align-items:center;vertical-align:middle}.phone-number-box p{display:inline-block;padding-top:4px;margin:0;border-bottom:2px solid #fff}.phone-number-box.active{width:auto;opacity:1;visibility:visible;transform:translateX(0)}.pre-icon{width:32px;height:32px}.pre-icon.dark-theme{color:#000000}.phone-number-box.dark-theme{color:#000000;border-bottom:2px solid black}.premain-bg{z-index:0}.bg-layer,.premain-bg{position:absolute;top:0;left:0;width:100%;height:100%}.bg-layer{background-size:cover;background-position:50%;opacity:0;transition:opacity .8s ease}.bg-layer.active{opacity:1}.bg-layer.default-bg{background-image:url(/images/premain/default.webp)}.bg-layer.lighting-bg{background-image:url(/images/premain/lighting.webp)}.bg-layer.rope-bg{background-image:url(/images/premain/ropes.webp)}.buttons-container{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;gap:1vh;z-index:2;width:94%;align-items:center}.premain-button{width:90vw;height:35vh;background:rgba(0,0,0,.07);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid rgba(239,237,237,1);border-radius:8px;color:rgba(239,237,237,1);font-family:ActayRegular;font-size:62px;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;align-items:flex-end;justify-content:flex-start;padding:20px;text-decoration:none;position:relative}.premain-button:hover{color:rgba(70,68,73,1);transform:scale(1.01)}@media (max-width:1200px){.premain-button{font-size:42px;height:28vh}.logo-premain img{max-width:260px;height:auto}}@media (max-width:768px){.logo-premain{top:2.5%;left:0;transform:translateX(-20%)}.logo-premain img{max-width:260px;height:auto}.buttons-container{flex-direction:column;padding:0 16px;box-sizing:border-box;width:100%}.premain-button{height:auto;width:100%;font-size:24px;box-sizing:border-box}.bg-layer.default-bg{background-image:url(/images/premain/def_mob_1.webp)}.bg-layer.lighting-bg{background-image:url(/images/premain/light_mob_1.webp)}.bg-layer.rope-bg{background-image:url(/images/premain/ropes_mob_1.webp)}.call-container{transform:translate(-5%)}}.policy-container{padding:20px;max-width:960px;margin:0 auto;font-family:Arial,sans-serif}.policy-wrapper{padding:20px}.policy-title{font-size:32px;font-weight:700;text-align:center}.policy-nums{padding-bottom:20px}.policy-section{margin-bottom:30px}.policy-section h2{padding:0;text-align:left;font-family:ActayWide-Bold;font-size:22px;margin-bottom:10px}.policy-wrapper p{font-family:Montserrat;font-size:16px;line-height:1.6}.policy-section ul{padding-left:40px;margin:0;list-style-type:disc}.policy-section li{margin-bottom:8px;font-family:Montserrat;font-size:16px;line-height:1.6}@media (max-width:768px){.policy-title{font-size:24px}.policy-section h2{font-size:18px}.policy-section p{font-size:15px}}