eehtml>
e type="text/css">.body {
position: relative;
max-width: 1080px;
width: 100%;
margin: 0 auto;
font-size: 16px !important;
line-height: 24px;
color: #181b22 !important;
font-family: "Roboto", sans-serif;
font-weight: 300 !important;
overflow: visible;
background-color: #fff;
z-index: 0;
text-align: !important;
}
.container {
margin: 0 auto;
padding: 0 20px;
max-width: 755px;
}
.containers {
margin: 30px auto;
padding: 0 20px;
max-width: 900px;
}
.btn {
display: block;
position: relative;
width: fit-content;
padding: 20px 50px;
padding-right: 55px;
color: #fff !important;
text-decoration: none !important;
transition: all .3s;
border-radius: 35px;
font-weight: 500 !important;
background-color: #333333;
border: 1px solid #333333;
}
.btn:hover {
color: #333333 !important;
background-color: #fff;
}
.banner__inner,
.top__inner,
.order__inner,
.work__inner {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.workss__inners {
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: center;
}
/* banner divided on 2 parts */
.banner {
padding-top: 85px;
padding-bottom: 60px;
position: relative;
color: #fff;
background: #3b414c url() no-repeat center;
background-size: cover;
}
.banner__text {
max-width: 290px;
width: 100%;
}
.banner h2 {
font-size: 32px;
line-height: 1.2;
margin-top: 60px !important;
margin-bottom: 20px !important;
font-weight: 700 !important;
text-align: left !important;
}
.banner p {
position: relative;
z-index: 2;
margin: 0 !important;
margin-bottom: 65px !important;
}
.advantages {
background: linear-gradient(0deg, rgba(255,255,255,1) 6%, rgba(24,27,34,1) 6%);
}
.advantages .title {
color: #fff;
}
.order-note {
position: absolute;
bottom: -50px;
width: 250px;
padding: 20px;
border-radius: 5px;
background-color: rgb(249,249,249);
box-shadow: 0px 30px 59px 0px rgba(51,51,51, 0.8);
}
.order__inner {
max-width: 400px;
width: 100%;
}
.order__item {
position: relative;
width: 40%;
margin-bottom: 30px;
margin-left: 10px;
transform: translate(-10px);
}
.order__item p {
margin-top: 10px !important;
margin-bottom: 0 !important;
}
.order__item img,
.works__items img
.work__item img {
display: block;
}
.order__item .hover,
.works__items .hover,
.work__item .hover {
display: none;
}
.order__item:hover .static,
.works__items:hover .static,
.work__item:hover .static {
display: none;
}
.order__item:hover .hover,
.works__items:hover .hover,
.work__item:hover .hover {
display: block;
}
.rows {
width: 95%;
margin: 0 auto;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
z-index: 1;
}
.uc-blockquote-main {
padding: 20px 0px 0px;
text-align: center;
}
.uc-blockquote-panel {
text-align: center;
padding: 40px 20px;
border-bottom: 3px solid #13278a;
}
.uc-blockquote-panel h2 {
margin-bottom: 30px;
}
.uc-blockquote-wrap {
display: flex;
flex-wrap: wrap;
}
.uc-blockquote {
position: relative;
box-sizing: border-box;
padding: 10px 10px 0px 40px;
margin: 10px 0px;
text-align: left;
width: 49%;
}
.uc-blockquote-round1 {
position: absolute;
top: 0px;
left: 0px;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
background: rgba(256,256,256, .7);
animation: slide-2 4s infinite linear;
}
.uc-blockquote-round1:before {
content: "?";
line-height: 42px;
color: #414141;
font-size: 60px;
font-family: none;
}
.uc-blockquote-round2 {
position: absolute;
top: 5px;
left: 5px;
width: 40px;
height: 40px;
border-radius: 50%;
background: #ffffff;
animation: slide-2 3s infinite linear;
}
.uc-blockquote-text {
position: relative;
padding: 0 20px 0 20px;
}
.uc-blockquote-text strong {
color: #ec400d;
font-size: 16px;
}
@media screen and (max-width: 800px) {
.uc-blockquote {
width: 100%;
}
}
@keyframes slide-2 {
from {
transform: rotate(0deg) translate(-3px) rotate(0deg);
-webkit-transform: rotate(0deg) translate(-3px) rotate(0deg);
}
to {
transform: rotate(360deg) translate(-3px) rotate(-360deg);
-webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg);
}
}
@-webkit-keyframes slide-2 {
from {
transform: rotate(0deg) translate(-3px) rotate(0deg);
-webkit-transform: rotate(0deg) translate(-3px) rotate(0deg);
}
to {
transform: rotate(360deg) translate(-3px) rotate(-360deg);
-webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg);
}
}
/* work */
.work {
position: relative;
margin-top: 118px;
}
.work__item {
padding: 20px;
width: 25%;
margin-bottom: 20px;
transition: all .3s;
}
.work__item p {
margin-top: 10px !important;
margin-bottom: 0 !important;
}
.work__item:hover {
color: #fff;
border-radius: 5px;
background-color: rgb(65, 65, 65);
box-shadow: 0px 30px 59px 0px rgba(65, 65, 65, 0.8);
}
/* works */
.works {
font-family: "Roboto", sans-serif;
position: relative;
margin-bottom: 65px;
}
.works__items {
padding: 20px;
width: 45%;
font-weight: 300 !important;
margin-bottom: 20px;
transition: all .3s;
}
.works__items p {
margin-top: 10px !important;
margin-bottom: 0 !important;
}
.works__items:hover {
color: #fff;
border-radius: 5px;
background-color: rgb(65, 65, 65);
box-shadow: 0px 30px 59px 0px rgba(65, 65, 65, 0.8);
}
}
.img-dec {
position: absolute;
pointer-events: none;
}
.img-dec-1 {
right: 0;
bottom: -80px;
-webkit-animation: catalogAnimationZoom 3s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationZoom 3s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-2 {
right: 0;
top: -50px;
-webkit-animation: catalogAnimationLeftRight 5s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationLeftRight 5s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-3 {
right: 25px;
bottom: -85px;
}
.img-dec-4 {
right: 0;
bottom: 295px;
}
.img-dec-5 {
left: 0;
bottom: 75px;
}
.uc-numbers {
border-bottom: 1px solid #f4f4f4;
font-family: "Roboto", sans-serif;
text-align: center;
}
/* media */
@media (max-width: 1200px) {
.img-dec-4,
.img-dec-5,
.img-dec-2 {
display: none;
}
.order__inner {
max-width: 100%;
}
.img-dec-3 {
bottom: 80%;
}
}
@media (max-width: 750px) {
.advantages {
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(24,27,34,1) 0%);
}
.top {
padding: 50px 0;
}
.works__items {
width: 75%;
}
.img-dec-3,
.img-dec-6 {
display: none;
}
.work__item {
width: 40%;
margin-bottom: 0;
}
.works__item {
width: 40%;
margin-bottom: 0;
}
.top__item {
width: 40%;
}
.title {
margin-bottom: 40px !important;
}
.order-note {
text-align: center;
left: 50%;
transform: translate(-50%);
}
}
@media (max-width: 500px) {
.banner,
.banner h2,
.title {
text-align: center !important;
}
.top__item {
width: 90%;
}
.order__item,
.work__item {
width: 100%;
text-align: center;
}
.works__item {
width: 100%;
text-align: center;
}
.order__item img,
.work__item img {
margin: 0 auto;
}
.works__item img {
margin: 0 auto;
}
.banner__text {
max-width: 100%;
}
.img-dec-1 {
display: none;
}
.title {
width: fit-content;
margin: 0 auto !important;
margin-bottom: 40px !important;
}
}
/* animation */
@keyframes catalogAnimationLeftRight {
0%, 10% {
transform: translateX(40px);
}
90%, 100% {
transform: translateX(0);
}
}
@keyframes catalogAnimationRightLeft {
0%, 10% {
transform: translateX(0);
}
90%, 100% {
transform: translateX(20px);
}
}
@keyframes catalogAnimationZoom {
0%, 10% {
transform: scale(1.1);
}
90%, 100% {
transform: scale(1);
}
}
Разъединитель РЕ19-31-311900 100А треполюсный переднего присоединения с центральной штангой.
Разъединитель РЕ 19 - это коммутационный аппарат, предназначенный для видимого (невооруженным глазом) разъединения участков электрических сетей. Номинальный ток: 100Ампер.

Ключевые особенности наших товаров
Постоянное наличие товара на складе
Мы обеспечиваем постоянное наличие широкого ассортимента товаров на нашем складе, что гарантирует оперативные отгрузки и минимальное время ожидания для наших клиентов.
Экспертная помощь в подборе оборудования
Наша команда предоставляет экспертную помощь в подборе оборудования, учитывая все технические нюансы и ваши специфические требования.
Соответствие всех норм и сертификации
Полное соответствие действующим нормам и обязательной сертификации является главным принципом нашей работы, обеспечивающим высочайшее качество продукции.
Собственное производство
Благодаря собственному производству, мы можем оперативно реагировать на изменения рынка и адаптировать ассортимент, предлагая уникальные решения нашим клиентам.
Почему нам можно доверять
Компания на рынке находится более 15 лет, имеем колоссальный опыт в своей сфере деятельности.
Индивидуальный подход к каждому заказчику по цене, срокам, комплектности оборудования.
Преимущества нашей компании
01
Оформление заявки через почту, Viber или по телефону
02
Консультация специалиста по любым вопросам
03
Оплата согласно выставленному счету с НДС
04
Отправка товара в согласованные с клиентом сроки