Промышленное освещение и осветительные установки
.uc-link {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
min-width: 150px;
color: #fff !important;
background: #00A9D8;
border: 1px solid #00A9D8;
transition: all .3s;
font-size: 16px;
margin: 10px
}
.uc-link:hover {
background: 0 0;
color: #00A9D8 !important;
transform: translateY(4px)
}
.uc-ban1-panel {
background: url(https://s3.eu-central-1.amazonaws.com/content-satu/June2022/9.2.-promyshlennoe-osveshhenie.jpg) center;
background-size: cover;
padding: 40px
}
.uc-ban1-panel strong {
color: #4ea8e5;
font-size: 20px
}
.uc-ban1-texts {
background-color: rgba(63, 63, 63, .85);
width: 420px;
padding: 20px;
text-align: center;
box-sizing: border-box
}
.uc-ban1-header {
font-size: 30px;
line-height: 32px;
color: #4ea8e5;
margin: 0 0 5px
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 24px;
color: #fff;
margin: 0 0 10px
}
.uc-ban1-text {
font-size: 14px;
line-height: 22px;
color: #fff;
margin: 0 0 10px
}
.uc-ban1-link {
display: inline-block;
text-align: center;
text-decoration: none !important;
color: #4ea8e5 !important;
border: 2px solid #4ea8e5 !important;
padding: 8px 15px;
min-width: 150px;
font-size: 16px;
transition: all .3s
}
.uc-ban1-link:hover {
color: #fff !important;
border: 2px solid #fff !important
}
@media screen and (max-width:800px) {
.uc-ban1-texts {
width: auto
}
.uc-ban1-panel {
padding: 0
}
}
.ucv-b1-panel {
border-bottom: 2px solid #dbdbdb;
padding: 20px 0;
text-align: center
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0
}
.ucv-b1-header {
margin-bottom: 40px;
text-align: center
}
.ucv-b1-wrapper {
display: inline-block;
vertical-align: top;
margin: 10px .5%;
text-decoration: none
}
.ucv-b1-img-holder {
display: block;
text-align: center;
position: relative;
overflow: hidden;
max-width: 300px;
margin: 0 auto;
border: 1px solid #ebebeb
}
.ucv-b1-img-holder img {
display: block;
}
.ucv-b1-hint {
position: absolute;
left: 0;
top: -100%;
width: 100%;
height: 100%;
background: rgba(63, 63, 63, .9);
text-align: left;
color: #fff;
transition: all .6s ease 0s;
overflow: hidden
}
.ucv-b1-hint-body {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
padding: 15px;
box-sizing: border-box
}
.ucv-b1-name {
font-size: 18px;
color: #00a9d8;
display: inline-block;
margin-top: 10px
}
.ucv-b1-name:hover {
color: #333
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 30%
}
@media screen and (max-width:1100px) {
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%
}
.ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper {
width: 46%
}
}
@media screen and (max-width:800px) {
.ucv-b1-desc {
position: static;
visibility: visible
}
.ucv-b1-panel .ucv-b1-wrapper,
.ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper {
width: auto;
margin-right: 15px;
margin-left: 15px
}
}
.uc-clear {
clear: both;
height: 0
}
.uc-numbers {
padding: 20px;
border-bottom: 2px solid #dbdbdb
}
.uc-numbers_wrap {
display: flex;
flex-wrap: wrap
}
.uc-numbers h2 {
text-align: center;
margin-bottom: 20px
}
.uc-numbers-scheme {
background: url(https://byprom-uc.prom.st/production/design_template/625/images/bodybg.gif);
display: inline-block;
box-sizing: border-box;
width: 48%;
margin: 1%;
padding: 40px 10px 10px 20px;
transition: all .3s ease
}
.uc-numbers-scheme strong {
transition: all .3s ease;
display: inline-block;
font-size: 70px;
color: #00a9d8
}
.uc-numbers-scheme:hover strong {
transition: all .3s ease;
color: #333;
transform: translateY(-10px)
}
.uc-numbers-scheme em {
font-size: 18px;
color: #018bc8;
transition: all .3s ease;
display: inline-block;
font-weight: 700;
font-style: inherit
}
.uc-numbers-scheme:hover em {
color: #333;
transition: all .3s ease
}
@media screen and (max-width:1100px) {
.uc-numbers-scheme {
width: 48%;
margin: 1%
}
}
@media screen and (max-width:900px) {
.uc-numbers-scheme {
width: 100%;
margin: 10px auto
}
}
.uc-ico-panel {
padding: 20px;
border-bottom: 2px solid #dbdbdb
}
.uc-ico-panel h2 {
text-align: center;
padding-bottom: 20px
}
.uc-ico-table {
border-width: 0 !important;
width: 50% !important;
table-layout: fixed;
float: left
}
.uc-ico-table td {
padding: 5px;
transition: all .3s
}
.uc-ico-table img {
transition: ease 1s
}
.uc-ico-table tr:hover td {
background: #f7f7f7
}
.uc-ico-table tr:hover img {
animation: 1s ease 0s normal none 1 running fadeInLeft
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-200%, 0, 0)
}
to {
opacity: 1;
transform: none
}
}
.fadeInLeft {
animation-name: fadeInLeft
}
.uc-ico-table-col1 {
width: 50px;
padding-left: 15px
}
@media screen and (max-width:1000px) {
.uc-ico-table {
float: none;
width: 100% !important
}
.uc-ico-table+.uc-ico-table {
margin: 0
}
}
@media screen and (max-width:500px) {
.uc-ico-table td {
vertical-align: top !important
}
}
.uc-order {
padding: 20px;
text-align: center;
border-bottom: 2px solid #dbdbdb
}
.uc-order_wrap {
display: flex;
flex-wrap: wrap
}
.uc-order h2 {
margin-bottom: 20px
}
.uc-order strong {
color: #00a9d8;
font-size: 20px;
line-height: 30px
}
.uc-order-scheme {
position: relative;
width: 48%;
margin: 1%;
padding: 20px;
box-sizing: border-box;
vertical-align: top;
box-shadow: 0 400px 5px #f7f7f7 inset;
outline: 2px solid #ddd;
outline-offset: -10px;
transition: all .6s ease
}
.uc-order-scheme:hover {
box-shadow: 0 0 5px #f7f7f7 inset, 0 -400px 5px #333 inset;
color: #fff
}
.uc-order-scheme:hover .uc-move {
animation: 1s ease 0s normal none 1 running zoomInDown
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
animation-name: zoomInDown
}
@media screen and (max-width:1000px) {
.uc-order-scheme {
width: 100%;
padding: 20px;
margin: 10px auto
}
}
.uc-quote {
padding: 20px;
border-bottom: 2px solid #dbdbdb
}
.uc-quote-item {
margin: 20px 0
}
.uc-quote-item:hover .uc-quote-txt {
box-shadow: 1px 1px 2px rgba(78, 78, 155, .5)
}
.uc-quote-item:hover .uc-quote-txt-right {
box-shadow: -1px 1px 2px rgba(78, 78, 155, .5)
}
.uc-quote-img img {
margin-right: 10px;
vertical-align: middle
}
.uc-quote-txt {
margin-top: 20px;
padding: 20px;
background: #fafafa;
border-radius: 0 5px 5px;
box-shadow: 1px 1px 2px rgba(51, 51, 51, .1);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
transition: all .6s
}
.uc-quote-txt:before {
pointer-events: none;
position: absolute;
content: '';
border-style: solid;
left: 0;
top: -15px;
border-width: 0 15px 15px 1px;
border-color: transparent transparent #fafafa transparent
}
.uc-quote-right {
text-align: right
}
.uc-quote-right .uc-quote-img img {
margin-left: 10px;
margin-right: 0
}
.uc-quote-txt-right {
margin-top: 20px;
padding: 20px;
background: #fafafa;
border-radius: 5px 0 5px 5px;
box-shadow: -1px 1px 2px rgba(51, 51, 51, .1);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
transition: all .6s
}
.uc-quote-txt-right:before {
pointer-events: none;
position: absolute;
content: '';
border-style: solid;
right: 0;
top: -15px;
border-width: 0 0 15px 15px;
border-color: transparent transparent #fafafa transparent
}
.uc-b5-panel {
padding: 20px;
text-align: center;
border-bottom: 2px solid #dbdbdb
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0
}
.uc-b5-panel h2 {
margin-bottom: 30px
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 20%;
margin: 25px .5%
}
.uc-b5-arr {
width: 10px;
font-size: 30px;
color: #333;
vertical-align: middle;
padding-top: 20px
}
.uc-b5-text {
margin: 10px 0 0
}
.uc-b5-wrapper img {
margin: 5px;
transition: all .5s ease
}
.uc-b5-wrapper:hover img {
transform: scale(1.5, 1.5);
transition: all .5s ease
}
@media screen and (max-width:1100px) {
.uc-b5-wrapper {
width: 60%
}
.uc-b5-arr {
display: none
}
}
.uc-e1-panel {
padding: 20px;
text-align: center
}
.uc-e1-panel h2 {
margin-bottom: 20px;
text-align: center
}
@-webkit-keyframes uc-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px)
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
}
@keyframes uc-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px)
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
}
@-webkit-keyframes uc-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
}
@keyframes uc-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
}
.uc-bob {
margin-top: 10px;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-animation-name: uc-bob-float, uc-bob;
animation-name: uc-bob-float, uc-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate
}
TOO "SVETLED" - светодиодное освещение и электротехническая продукция
Офисные, промышленные светодиодные светильники, лампы, прожекторы — свыше 300 наименований светотехнической и электротехнической продукции от ведущих российских и мировых брендов в нашем каталоге
Наш каталог
Наши самые востребованные предложения
Осветительные комплексы и установки Светодиодное освещение Аккумуляторные решения Солнечные панели Светодиодные дорожные знаки Экранирующие материалы
Мы предлагаем наиболее выгодные решения
Оперативность, решение сложных задач, короткие сроки решения задач, без посредников
Минимальные сроки поставки товаров
Демократичные расценки на опт и розницу
Широкий выбор в каталоге под различный бюджет
Ознакомиться с ассортиментом
TOO "SVETLED" — лидер в своем деле!
1
Широкий спектр товаров
Поставляем светодиодные светильники, аккумуляторные батареи, керамические изделия для ванной, керамические бордюры, осветительные установки, мачты освещения, оборудования для работы в карьерах.
2
Большой опыт работы
Компания организована в 2013 году, занимались поставкам светодиодных светильников, на протяжении всего времени, развивались в разных направлениях закрепив свои позиции.
3
Высокое качество товаров
Поставляемая нами продукция соответствует самым жестким требованиям по СНиП, государственным стандартам, ТУ, Правилам устройства электроустановок.
4
Несем в себе важную миссию
ТОО "SVETLED" двигается в направлении борьбы за экологию, интегрируя различные решения.
Ряд доказательств выгодного сотрудничества с нами
Цены от производителя, гибкая система скидок для постоянных покупателей.
Профессиональные консультации, помощь в подборе товаров.
Гарантия от производителя на светодиодные светильники и лампы — 3-5 лет.
Перейти к подбору оборудования
Простая схема сотрудничества
Заказ на сайте через Корзину покупок или по телефону
→
Определение точного товара для заказчика
→
Подписывание договора и предоплата
→
Поставка в сроки, согласованные в договоре
ТОО "SVETLED" — это наиболее разумный выбор для вас!
Осуществляя комплексные поставки промышленного оборудования, мы преследуем цели – формирования и развития системы качественного снабжения предприятий!
Мы являемся дилерами авторитетных заводов-производителей, поставляем только проверенную продукцию, которая представлена в нашем каталоге. Гарантируем первоклассный сервис, доступные цены в каталоге на поставляемую продукцию, оперативную доставку!