Мы понимаем, что внешний вид и дизайн играют важную роль при создании комфортной атмосферы в помещении. Именно поэтому мы предлагаем широкий выбор цветовых решений для наших световодов. Палитра RAL, признанная международным стандартом для цветового представления, предлагает более 200 различных оттенков, что позволяет найти идеальное сочетание для вашего интерьера.
Независимо от того, если вы ищите яркие, насыщенные цвета или нежные, пастельные оттенки, мы можем удовлетворить ваши потребности. Вы можете заказать рассеиватель в цвете, который точно соответствует дизайнерскому проекту помещения, а также купол, который идеально подойдет к внешнему виду здания.
Ну и самое главное, при установке световода Solargy вы получаете естественное освещение широкого спектра. А оно, помимо визуальной составляющей, полезно для организма!
Если вы хотите преобразить свое пространство с помощью систем естественного освещения, не ограничивайте себя стандартными цветами. Обратитесь к нам, и мы с радостью поможем вам выбрать именно тот цвет рассеивателя, который подойдет вам наилучшим образом.
Группа ВКонтакте:
https://solargy.ru/
Дзен:
https://vk.cc/cnVmER
![</div>
<style>
.newsPage__photoExplanation{display:block;max-width:900px;margin:12px auto 0;padding:16px 18px;color:#343a40;font-size:.95em;line-height:1.55;background:#fff6ed;border-left:5px solid #ef7f1a;border-radius:0 14px 14px 0}
.solargy-progressive-section{transition:opacity .65s ease,transform .65s ease;opacity:.14;transform:translateY(18px)}
.solargy-progressive-section.solargy-in-view{opacity:1;transform:translateY(0)}
.solargy-progressive-section.solargy-revealing{overflow:hidden;opacity:0;transform:translateY(22px);max-height:0}
.solargy-progressive-more{display:flex;align-items:center;justify-content:center;gap:14px;width:min(560px,100%);min-height:62px;margin:32px auto;padding:14px 26px;border:0;border-radius:999px;background:#ef7f1a;color:#fff;font-family:inherit;font-size:19px;font-weight:700;cursor:pointer;box-shadow:0 12px 28px rgba(239,127,26,.25);transition:transform .2s ease,box-shadow .2s ease,opacity .25s ease}
.solargy-progressive-more:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(239,127,26,.34)}
.solargy-progressive-more:focus-visible{outline:3px solid rgba(239,127,26,.35);outline-offset:4px}
.solargy-progressive-more__meta{font-size:13px;font-weight:500;opacity:.84}
.solargy-progressive-more.solargy-progressive-done{opacity:0;pointer-events:none}
@media(max-width:760px){.solargy-progressive-section{transform:translateY(12px)}.solargy-progressive-more{width:100%;min-height:58px;margin:24px auto;padding:13px 18px;font-size:17px;flex-direction:column;gap:2px}.solargy-progressive-more__meta{font-size:12px}}
@media(prefers-reduced-motion:reduce){.solargy-progressive-section,.solargy-progressive-more{transition:none!important;transform:none!important}}
@media print{.solargy-progressive-section[hidden]{display:block!important}.solargy-progressive-more{display:none!important}}
</style>
<script>
(function(){
var root=document.querySelector('.newsPage__mainDescr[data-solargy-progressive]');
if(!root||root.dataset.progressiveReady)return;
root.dataset.progressiveReady='1';
var explanationTemplate=document.getElementById('solargy-photo-explanation');
if(explanationTemplate){
var figure=root.querySelector('figure');
if(figure){
var caption=figure.querySelector('figcaption');
if(!caption){caption=document.createElement('figcaption');figure.appendChild(caption);}
caption.removeAttribute('style');
caption.className='newsPage__photoExplanation';
caption.innerHTML=explanationTemplate.innerHTML;
}else{
var firstImage=root.querySelector('img');
if(firstImage){var note=document.createElement('aside');note.className='newsPage__photoExplanation';note.innerHTML=explanationTemplate.innerHTML;firstImage.insertAdjacentElement('afterend',note);}
}
}
var heads=Array.prototype.filter.call(root.children,function(node){return node.tagName==='H2';});
var sections=[];
heads.forEach(function(heading,index){
var section=document.createElement('section');
section.className='solargy-progressive-section';
section.id='solargy-news-section-'+(index+1);
root.insertBefore(section,heading);
section.appendChild(heading);
var node=section.nextSibling;
while(node&&node.tagName!=='H2'){
var next=node.nextSibling;
section.appendChild(node);
node=next;
}
sections.push(section);
});
if(!sections.length)return;
var initiallyVisible=Math.min(2,sections.length);
var batchSize=2;
var shown=initiallyVisible;
sections.forEach(function(section,index){if(index>=initiallyVisible)section.hidden=true;});
var observer=null;
function observe(section){
if(observer){observer.observe(section);}else{section.classList.add('solargy-in-view');}
}
if('IntersectionObserver' in window){
observer=new IntersectionObserver(function(entries){
entries.forEach(function(entry){
if(entry.isIntersecting){entry.target.classList.add('solargy-in-view');observer.unobserve(entry.target);}
});
},{threshold:.08,rootMargin:'0px 0px -8% 0px'});
}
sections.slice(0,initiallyVisible).forEach(observe);
if(sections.length<=initiallyVisible)return;
var button=document.createElement('button');
button.type='button';
button.className='solargy-progressive-more';
button.setAttribute('aria-expanded','false');
function updateButton(){
var left=sections.length-shown;
var portion=Math.min(batchSize,left);
button.innerHTML='<span>'+(shown===initiallyVisible?'Хочу узнать больше':'Читать дальше')+'</span><span class=](https://vk.com/emoji/e/f09f939e.png)
'+(left>0?'Открыть ещё '+portion+' '+(portion===1?'раздел':'раздела'):'')+'';
}
updateButton();
sections[initiallyVisible-1].after(button);
button.addEventListener('click',function(){
var nextSections=sections.slice(shown,shown+batchSize);
if(!nextSections.length)return;
nextSections.forEach(function(section){
section.hidden=false;
section.classList.add('solargy-revealing');
requestAnimationFrame(function(){
section.style.maxHeight=section.scrollHeight+'px';
section.classList.remove('solargy-revealing');
observe(section);
});
setTimeout(function(){section.style.maxHeight='';section.style.overflow='';},720);
});
shown+=nextSections.length;
updateButton();
nextSections[0].scrollIntoView({behavior:'smooth',block:'start'});
if(shown>=sections.length){
button.setAttribute('aria-expanded','true');
button.classList.add('solargy-progressive-done');
setTimeout(function(){button.remove();},300);
}
});
})();