220 VOLT
.uc-link {
display: inline-block;
padding: 0 20px;
min-width: 145px;
height: 34px;
border: none;
border-bottom: 2px solid #fbb800;
/*-webkit-box-sizing: border-box;
box-sizing: border-box;*/
background: #fbb800;
color: #fff !important;
text-align: center;
/*text-transform: uppercase;*/
font-weight: 700;
font-size: 14px;
line-height: 37px;
cursor: pointer;
-webkit-transition: all .3s;
transition: all .3s;
outline: none;
text-decoration: none !important;
}
.uc-link:hover {
border-bottom-color: #FDD62C;
background: #FDD62C;
color: #fff !important;
text-decoration: none !important;
}
.uc-banner strong {
font-size: 20px;
color: #fbb800;
}
.uc-banner {
display: flex;
position: relative;
align-items: center;
min-height: 350px;
}
.uc-banner__logo-area {
position: absolute;
left: 0;
top: 36.6%;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
width: 80px;
background: #fbb800;
border-radius: 2px;
z-index: 1;
}
.uc-logo {
width: 75px;
height: auto;
z-index: 2;
}
.uc-banner__content {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 75%;
margin: auto auto auto 35px;
padding: 40px 70px;
/*background: #f8f8f8;*/
box-sizing: border-box;
/*z-index: 1;*/
}
.uc-left__line {
position: absolute;
left: 0;
width: 4px;
height: 100%;
background: #fbb800;
}
.uc-top__line {
position: absolute;
top: 0;
width: 100%;
height: 4px;
background: #fbb800;
}
/*.uc-right__line {
position: absolute;
right: 0;
width: 4px;
height: 100%;
background: #ffbc00;
z-index: 1;
}*/
.uc-bottom__line {
position: absolute;
bottom: 0;
width: 100%;
height: 4px;
background: #fbb800;
}
.uc-banner__header {
text-align: left !important;
font-size: 21px !important;
line-height: 32px !important;
align-self: flex-start;
color: #fbb800;
}
.uc-banner__subheader {
font-size: 17px !important;
line-height: 28px !important;
align-self: flex-start;
}
.uc-banner__background-area {
width: 28%;
max-height: 450px;
overflow: hidden;
position: absolute;
right: 0;
}
.uc-link-banner {
display: inline-block;
padding: 10px 20px;
text-decoration: none !important;
text-align: center;
box-sizing: border-box;
min-width: 150px;
color: #fff !important;
/*border-radius: 2px;*/
background: #fbb800;
transition: all .3s;
font-size: 16px;
margin: 10px 0px;
align-self: flex-start;
}
.uc-link-banner:hover {
transform: translateY(5px);
}
@media screen and (max-width: 1200px) {
.uc-banner__content {
width: 80%;
}
.uc-banner__background-area {
width: 25%;
}
.uc-banner__background {
width: 200px !important;
height: auto !important;
}
}
@media screen and (max-width: 1000px) {
.uc-banner__logo-area {
display: none;
}
.uc-banner__content {
margin: 0;
padding: 20px 35px;
width: 100%;
}
.uc-banner__background-area {
display: none;
}
}
.uc-nombers {
padding: 15px 0;
}
.uc-nombers_wrap {
display: flex;
flex-wrap: wrap;
}
.uc-nombers h2 {
text-align: center;
margin: 20px 0 !important;
}
.uc-nombers_prod {
text-align: left;
font-size: 16px;
color: #fbb800;
padding: 5px 0;
display: inline-block;
align-self: flex-start;
margin-bottom: 20px !important;
}
.uc-nombers-scheme {
border: 2px solid #362f79;
display: inline-block;
box-sizing: border-box;
position: relative;
width: 29%;
margin: 5% 2%;
padding: 20px;
text-align: center;
transition: all .5s ease;
}
.uc-nombers-scheme1 {
width: 45.5%;
}
.uc-nombers-scheme img {
margin-top: -50px;
height: auto;
}
@media screen and (max-width: 1000px) {
.uc-nombers-scheme {
width: 100%;
margin: 30px auto;
}
}
.uc-clear {
clear: both;
height: 0px;
}
.uc-reviews {
padding: 20px 0px;
border-bottom: 2px solid #ddd;
}
.uc-reviews h2 {
margin-bottom: 20px;
text-align: center;
}
.uc-reviews__inner {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-comment {
display: flex;
flex-direction: column;
width: 46%;
margin: 1%;
padding: 20px;
align-items: center;
/*justify-content: space-around;*/
position: relative;
background: #f2f2f2;
box-sizing: border-box;
z-index: 1;
border-radius: 2px;
}
.uc-comment__content {
text-align: center;
color: #000;
z-index: 1;
}
.uc-user__name {
font-size: 24px;
margin-bottom: 15px !important;
color: #ffbc00;
font-weight: bold;
transition-delay: 0.3s;
transition: .6s;
}
.uc-text {
transition-delay: 0.2s;
transition: .6s;
}
.uc-first__comment::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 7px;
background: #fbb800;
transition: .7s;
border-radius: 2px;
}
.uc-first__comment:hover .uc-user__name,
.uc-first__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-first__comment:hover::before {
height: 100%;
transition: .7s;
}
.uc-second__comment::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 7px;
background: #362f79;
transition: .7s;
border-radius: 2px;
}
.uc-second__comment:hover .uc-user__name,
.uc-second__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-second__comment:hover::before {
height: 100%;
transition: .7s;
}
.uc-second__comment:hover .uc-user__name,
.uc-second__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-second__comment:hover::before {
height: 100%;
transition: .7s;
}
@media screen and (max-width: 1100px) {
.uc-comment {
width: 100%;
margin: 10px auto;
}
.uc-reviews {
padding: 20px;
}
}
@media screen and (max-width: 320px) {
.uc-comment {
width: 100%;
}
}
.uc-numbers {
padding: 20px;
border-bottom: 2px solid #ddd;
}
.uc-numbers_wrap {
display: flex;
flex-wrap: wrap;
}
.uc-numbers h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-numbers-scheme {
-webkit-transform: translateZ(0);
transform: translateZ(0);
display: inline-block;
box-sizing: border-box;
width: 30%;
margin: 1%;
padding: 20px 20px 10px 0px;
transition: all .6s ease;
}
.uc-numbers-scheme:before {
content: "";
position: absolute;
z-index: -1;
left: 0%;
right: 80%;
bottom: 0;
background: #362f79;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.uc-numbers-scheme:hover:before {
left: 0;
right: 0;
}
.uc-numbers-scheme strong {
transition: all .6s ease;
font-size: 60px;
color: #fbb800;
}
.uc-numbers-scheme em {
font-size: 20px;
color: #fbb800;
transition: all .3s ease;
font-weight: bold;
font-style: inherit;
}
@media screen and (max-width: 1000px) {
.uc-numbers-scheme {
width: 100%;
margin: 10px auto;
}
}
.uc-b5-panel {
text-align: center;
padding: 20px 0 40px;
border-bottom: 2px solid #ddd;
}
.uc-b5-panel h2 {
margin-bottom: 40px;
}
.uc-b55-panel {
text-align: center;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-b55-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b55-wrapper {
display: flex;
vertical-align: top;
width: 22%;
margin: 10px 0px;
flex-direction: column;
align-items: center;
}
.uc-b55-arr {
width: 3% !important;
font-size: 30px;
color: #362f79;
vertical-align: middle;
padding-bottom: 70px;
align-self: center;
}
.uc-b55-text {
margin: 10px 0 0;
}
.uc-b55-img-holder {
width: 80px;
height: 80px;
background: #362f79;
display: flex;
align-items: center;
justify-content: center;
box-shadow: inset 0 0 0 5px #fff, 0 0 0 2px #362f79;
border-radius: 100%;
}
.uc-b55-wrapper img {
transition: all 1s;
}
.uc-b55-wrapper:hover img {
transform: rotateY(370deg);
}
@media screen and (max-width: 1100px) {
.uc-b55-wrapper {
width: 44%;
}
.uc-b55-arr2 {
display: none;
}
}
@media screen and (max-width: 900px) {
.uc-b55-wrapper {
width: 100%;
}
.uc-b55-arr {
display: none;
}
}
.uc-e1-panel {
padding: 20px;
text-align: center;
}
.uc-e1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
.ucv-b4-panel {
padding:20px 0px 40px;
border-bottom: 2px solid #ddd;
}
.ucv-b4-title {
text-align: center;
margin-bottom: 25px;
}
.ucv-b4-wrapper {
text-align: center;
}
.ucv-b4-arrow-wrapper {
margin-right: 2%;
width: 16%;
display: inline-block;
vertical-align: middle;
}
.ucv-b4-arrow {
height: 20px;
background: #362f79;
position: relative;
width: 100%;
}
.ucv-b4-arrow-red {
background: #fbb800;
}
.ucv-b4-arrow.ucv-b4-arrow-red:before {
border-top-color: #fbb800;
border-bottom-color: #fbb800;
}
.ucv-b4-arrow.ucv-b4-arrow-red:after {
border-left-color: #fbb800;
}
.ucv-b4-arrow-red .ucv-b4-line {
background: #362f79;
}
.ucv-b4-arrow:after {
content: "";
position: absolute;
right: -10px;
top: 0;
border-left: 10px solid #362f79;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
.ucv-b4-arrow:before {
content: "";
position: absolute;
left: -10px;
top: 0;
border-left: 10px solid transparent;
border-top: 10px solid #362f79;
border-bottom: 10px solid #362f79;
}
.ucv-b4-line {
position: absolute;
left: 50%;
bottom: 50%;
width: 2px;
height: 50px;
background: #362f79;
}
.ucv-b4-line:after {
content: "";
position: absolute;
bottom: -2px;
left: -2px;
width: 5px;
height: 5px;
background: #fff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.ucv-b4-line-bottom {
top: 50%;
background: #fbb800 !important;
}
.ucv-b4-line-bottom.ucv-b4-line:after {
top: -2px;
}
.ucv-b4-text,
.ucv-b4-image {
display: table;
width: 100%;
height: 100px;
}
.ucv-b4-image-inner,
.ucv-b4-text-inner {
display: table-cell;
text-align: center
}
.ucv-b4-image-inner {
vertical-align: top;
}
.ucv-b4-image-inner.ucv-b4-image-inner-bot {
vertical-align: bottom;
}
.ucv-b4-text-inner {
vertical-align: middle;
}
.ucv-b4-number {
font-size: 22px;
color: #fbb800;
display: block;
font-weight: bold;
}
.ucv-b4-numbers {
font-size: 22px;
color: #362f79;
display: block;
font-weight: bold;
}
@media screen and (max-width: 1300px) {
.ucv-b4-arrow-wrapper {
width: 35%;
}
}
@media screen and (max-width: 1000px) {
.ucv-b4-arrow-wrapper {
width: 65%;
}
}
.uc-c1-panel {
padding: 20px 0;
text-align: center;
border-bottom: 2px solid #ddd;
}
.uc-c1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-c1-header {
margin-bottom: 40px;
}
.uc-c1-wrapper {
float: left;
width: 26%;
margin: 0 3% 40px;
}
.uc-c1-text {
margin: 10px 0 0;
}
@media screen and (max-width: 500px) {
.uc-c1-wrapper {
float: left;
width: 100%;
margin: 0 auto 40px;
}
}
Интернет-магазин 220 VOLT
Реализуем электротехнические товары ведущих мировых производителей для широкого круга потребителей на всей территории Республики Казахстан.
На рынке с 2000 года!
Перейти в каталог
Наш ассортимент
Кабельно-проводниковая продукция
Щитовая продукция
Электроустановочные изделия
Светотехника
Низковольтная аппаратура
Несколько фактов о нашей компании
Больше 20 000 клиентов в месяц
Более250 сотрудников
5 филиалов в Казахстане
5 фирменных магазинов
От 100 000 доступных товаров
220 VOLT – стопроцентное качество!
Вот уже более 20 лет мы применяем передовой опыт и предлагаем своим клиентам технологические инновации в области электротехники от ведущих производителей.
Мы сотрудничаем со строительно-монтажными компаниями, магазинами, владельцами торговых точек. Также обслуживаем розничных покупателей.
За годы работы мы создали собственный автопарк для быстрой доставки и наладили производство электротехнических коробок и LED светильников.
Предлагаем самые низкие цены на товары брендов, официальным дистрибьютором или представителем которых мы являемся на территории РК.
Перейти к каталогу
Вы можете быть уверены в качестве продукции
Смотреть все сертификаты
Главные преимущества покупки у нас
1
Безопасная высококачественная продукция.
2
Возможность поставки товара по специальному заказу.
3
Сервис профессионального уровня.
4
Гибкая ценовая политика.
5
Бесплатная доставка по РК по плановому графику.
6
Производство продукции по индивидуальным параметрам.
Перейти к каталогу
Схема покупки в 220 VOLT
Оформление заказа на сайте или по телефону.
Согласование условий поставки и сотрудничества.
Бесплатная доставка нашим транспортом или отправка заказа почтой или ТК после предоплаты.
Мы в Instagram
Мы в Facebook
Мы в YouTube
Горячая линия (+77762206220)
220 VOLT – мы поможем решить ваши задачи по электрообеспечению и освещению
За время работы наша компания завоевала репутацию надежного продавца качественной электротехнической продукции. Мы заботимся о своих клиентах и стараемся создать для них комфортные условия сотрудничества.
К выбору продукции