Alef Kazakhstan
.ucv-a2-panel strong {
font-size: 22px;
color: #e59740;
}
.ucv-a2-panel {
background: #777 url(http://content.s2.prom.st/November%202018/6638%20%D0%B3%D0%BB.jpg) 50% 50%/cover no-repeat;
padding: 20px;
}
.ucv-a2-texts {
background-color: rgba(57, 56, 57, 0.95);
border: 2px solid #555;
width: 390px;
padding: 20px 15px;
text-align: right;
box-sizing: border-box;
}
.ucv-a2-header {
font-size: 26px;
line-height: 32px;
color: #e59740;
margin: 0px 0px 5px;
}
.ucv-a2-sub-header {
font-size: 18px;
line-height: 32px;
color: #fff;
margin: 0px 0px 10px;
}
.ucv-a2-text {
font-size: 14px;
line-height: 26px;
color: #fff;
margin: 0px 0px 10px;
}
.ucv-a2-link {
display: inline-block;
height: 37px;
line-height: 37px;
text-decoration: none!important;
text-align: center;
color: #e59740!important;
padding: 0 22px;
min-width: 150px;
border: 2px solid #e59740;
font-size: 16px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.ucv-a2-link:hover {
color: #fff!important;
border-color: #fff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.uc-btns {
display: inline-block;
padding: 8px 30px;
font-size: 16px;
color: #fff!important;
text-decoration: none!important;
background: #e6543d;
transition: all .3s ease;
border-radius: 3px;
}
.uc-btns:hover {
background: #e33c22;
transition: all .3s ease;
}
@media screen and (max-width: 500px) {
.ucv-a2-texts {
width: auto;
text-align: center;
}
.ucv-a2-panel {
padding: 0;
background-size: cover;
}
.ucv-a2-link {
padding: 0 5px;
width: auto;
}
}
.ucv-b1-panel {
padding: 20px 0;
text-align: center;
border-bottom: 1px solid #e2e2e2;
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.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__bl {
display: block;
position: relative;
overflow: hidden;
max-width: 300px;
margin: 0 auto;
}
.ucv-b1-img-holder__bl:after {
content: '';
display: inline-block;
position: absolute;
bottom: 0;
right: 0;
background: #e59740;
height: 2px;
transition: all .2s ease-out;
width: 0;
}
.ucv-b1-img-holder__bl:hover:after {
transition: all .2s ease-out;
width: 300px;
}
.ucv-b1-img-holder__bl:hover:before {
transition: all .4s ease-out .2s;
height: 300px;
}
.ucv-b1-img-holder__bl:before {
content: '';
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
background: #e59740;
height: 0;
transition: all .4s ease-out .2s;
width: 2px;
z-index: 5;
}
.ucv-b1-img-holder:after {
content: '';
display: inline-block;
position: absolute;
top: 0;
left: 0;
background: #e59740;
height: 2px;
transition: all .2s ease-out;
width: 0;
}
.ucv-b1-img-holder:before {
content: '';
display: inline-block;
position: absolute;
top: 0;
right: 0;
background: #e59740;
height: 0;
transition: all .4s ease-out .2s;
width: 2px;
z-index: 5;
}
.ucv-b1-img-holder:hover:after {
transition: all .2s ease-out;
width: 300px;
}
.ucv-b1-img-holder:hover:before {
transition: all .4s ease-out .2s;
height: 300px;
}
.ucv-b1-img-holder img {
display: block;
height: auto !important;
}
.ucv-b1-img-holder:hover .ucv-b1-hint {
left: 0;
}
.ucv-b1-hint {
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
text-align: left;
color: #000;
transition: all 0.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: 15px;
color: #333745;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #00a8ff;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 31.9%;
}
@media screen and (max-width: 768px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 51%;
}
.ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper {
width: 51%;
}
}
@media screen and (max-width: 630px) {
.ucv-b1-hint-body {}
}
@media screen and (max-width: 500px) {
.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-arr-panel {
padding: 20px 15px 20px;
border-bottom: 1px solid #e2e2e2;
}
.uc-arr-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-arr-header {
text-align: center;
margin-bottom: 30px !important;
}
.uc-arr-table {
border-width: 0px !important;
width: 48% !important;
table-layout: fixed;
float: left;
}
.uc-arr-table td {
padding: 10px;
}
.uc-arr-table+.uc-arr-table {
margin-left: 4%;
}
.uc-arr-table-col1 {
width: 60px;
}
.uc-arr-table-marker {
width: 50px;
height: 50px;
margin: 0px auto;
line-height: 61px;
border-radius: 100%;
border: 2px solid #00a8ff;
text-align: center;
color: #000000;
font-size: 30px;
transition: all 0.3s;
}
.uc-arr-table tr:hover .uc-arr-table-marker {
background: rgba(51, 51, 51, 0.1);
}
.uc-arr-table-marker img {
transition: all 0.3s;
}
.uc-arr-table tr:hover .uc-arr-table-marker img {
transform: translateX(5px);
}
@media screen and (max-width: 768px) {
.uc-arr-table {
float: none;
width: 100% !important;
}
.uc-arr-table+.uc-arr-table {
margin: 0;
}
}
@media screen and (max-width: 500px) {
.uc-arr-table td {
vertical-align: top!important;
}
}
.uc-b53-panel {
padding: 20px 0;
text-align: center;
border-bottom: 1px solid #e2e2e2;
}
.uc-b53-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b53-panel h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-b53-header {
margin-bottom: 40px;
}
.uc-b53-wrapper {
display: inline-block;
vertical-align: top;
width: 16%;
margin: 5px;
}
.uc-b53-arr {
width: 25px;
font-size: 30px;
color: #00a8ff;
vertical-align: middle;
padding-top: 10px;
}
.uc-b53-arr2 {}
.uc-b53-arr3 {}
.uc-b53-text {
margin: 10px 0 0;
}
@media screen and (max-width: 1050px) {
.uc-b53-wrapper {
width: 31%;
}
.uc-b53-arr {
width: 12%;
}
.uc-b53-arr2 {
display: none;
}
.uc-b53-arr3 {
display: inline-block;
}
}
@media screen and (max-width: 800px) {
.uc-b53-wrapper {
width: 60%;
}
.uc-b53-arr {
display: none;
}
}
.uc-b53-wrapper:hover img
{ animation: 1500ms ease 0s normal none 1 running tada; } @keyframes tada { from { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { transform: scale3d(1, 1, 1); } } .tada { animation-name: tada; }
:root {
--infograph-color2: #e59740;
--infograph-color1: #00a8ff;
}
.uc-four-panel {
padding: 20px 10px;
border-bottom: 1px solid #e2e2e2;
}
.uc-four-header {
text-align: center;
margin-bottom: 30px !important;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 40%;
padding: 30px;
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.38);
margin: 20px 0;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4 {
text-align: center;
position: relative;
padding: 40px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.uc-four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color2);
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color2);
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color1);
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color1);
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color1);
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color1);
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color2);
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color2);
}
.uc-four-header {
font-size: 24px;
}
.uc-four-text {}
.uc-four-icon {}
@media screen and (max-width: 1100px) {
.uc-four-item {
width: 80%;
}
.uc-four-content-1:after,
.uc-four-content-1:before,
.uc-four-content-2:after,
.uc-four-content-2:before,
.uc-four-content-3:after,
.uc-four-content-3:before,
.uc-four-content-4:after,
.uc-four-content-4:before {
display: none;
}
.uc-four-content-1,
.uc-four-content-3 {
border: 35px solid var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-2,
.uc-four-content-4 {
border: 35px solid var(--infograph-color1);
border-radius: 20px;
}
}
.uc-b5-panel {
padding: 20px 0;
text-align: center;
border-bottom: 1px solid #e2e2e2;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-panel h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-b5-header {
margin-bottom: 40px;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 19%;
margin: 10px 0.5%;
}
.uc-b5-arr {
width: 25px;
font-size: 30px;
color: #00a8ff;
vertical-align: middle;
padding-top: 10px;
}
.uc-b5-arr2 {}
.uc-b5-arr3 {}
.uc-b5-text {
margin: 10px 0 0;
}
@media screen and (max-width: 1050px) {
.uc-b5-wrapper {
width: 31%;
}
.uc-b5-arr {
width: 12%;
}
.uc-b5-arr2 {
display: none;
}
.uc-b5-arr3 {
display: inline-block;
}
}
@media screen and (max-width: 800px) {
.uc-b5-wrapper {
width: 60%;
}
.uc-b5-arr {
display: none;
}
}
.uc-b5-wrapper:hover img {
animation: 1500ms ease 0s normal none 1 running flip;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
.uc-footer {
padding: 20px 0 0;
border-bottom: 1px solid #e2e2e2;
text-align: center;
}
.uc-footer p {
margin: 20px 0;
}
Станки, оборудование и инструмент
Для бытового и профессионального использования
В наличии и под заказ около 5 000 товарных позиций. Доставляем заказы по всей территории Казахстана, Кыргызстана и России. Выполняем пусконаладочные работы, предоставляем гарантию качества сроком 1-2 года на весь ассортимент.
Открыть каталог
Наши покупатели высоко оценили
Токарный станок швейцарского производства. Оснащен мощным двигателем, предусмотрено 6 скоростей в диапазоне от 150 об/мин до 2 000 об/мин. Bd-11g настольный токарный станок с СОЖ Токарный станок швейцарского производства. Оснащен мощным двигателем, предусмотрено 6 скоростей в диапазоне от 150 об/мин до 2 000 об/мин. Комбинированный деревообрабатывающий станок. Удачно сочетает в себе многофункциональность, высокую точность, надежность и долговечность. Jet комбинированный станок jkm-300 (pkm-300) — 3 функции Комбинированный деревообрабатывающий станок. Удачно сочетает в себе многофункциональность, высокую точность, надежность и долговечность. Электрические самоходные штабелеры предназначены для эксплуатации в условиях большого грузового потока на складах, в торговых и логистических центрах. Электрические штабелеры самоходные CDD Электрические самоходные штабелеры предназначены для эксплуатации в условиях большого грузового потока на складах, в торговых и логистических центрах. Камерная электрическая печь для обжига с цифровым одноступенчатым терморегулятором. Нагревается до 1 150°C. Муфельная печь для обжига ПМ-700 Камерная электрическая печь для обжига с цифровым одноступенчатым терморегулятором. Нагревается до 1 150°C. Верстак металлический с 1 тумбой. Состоит из отдельных модулей: столешница из МДФ, комплект для верстака К-2, тумба верстачная Т-1 с двумя съемными полками. Металлический верстак ВП-2 Верстак металлический с 1 тумбой. Состоит из отдельных модулей: столешница из МДФ, комплект для верстака К-2, тумба верстачная Т-1 с двумя съемными полками. Промышленный пневматический нагнетатель густой смазки. Подходит для работы в трудных условиях: в мастерских, на фермах, как часть мобильных смазочных систем. Нагнетатель густой смазки с насосом 50:1 и емкостью Промышленный пневматический нагнетатель густой смазки. Подходит для работы в трудных условиях: в мастерских, на фермах, как часть мобильных смазочных систем.
Работаем только с лучшими!
Что вы найдете в нашем ассортименте?
Около 5 000 товарных позиций в 232 различных категориях. Предлагаем металлообрабатывающие и деревообрабатывающие станки, строительное и грузоподъемное оборудование, электроинструмент, пневматический инструмент и многое другое.
Реализуем продукцию 40 компаний-производителей из России, Италии, Германии, Швейцарии, Китая, Беларуси и других стран мира. На весь модельный ряд распространяется гарантия, срок которой зависит от сервисной политики производителя и составляет 12-24 месяца.
Приступить к выбору
ALEF KAZAKHSTAN — 100% удачный выбор
Доступные цены
В нашем каталоге вы найдете инструмент и оборудование в различных ценовых категориях. Есть выгодные предложения для профессионалов и для домашнего использования.
Комплексные поставки
Наш ассортимент и складские запасы позволяют удовлетворить запросы даже крупного оптового заказчика. Это ваш шанс заказать все необходимое в одном месте.
Безупречный сервис
Квалифицированный специалист компании готов помочь вам с выбором инструмента и оборудования, а также выполнить пусконаладочные работы.
Бесперебойные поставки
Работаем исключительно с надежными транспортными компаниями. Доставляем заказы в сжатые сроки по всей территории Казахстана, а также в страны ближнего зарубежья.
Готовы оформить заказ?
Оставляйте заявку через специальную форму на сайте или обращайтесь по телефону.
→
Воспользуйтесь бесплатной консультацией менеджера и помощью в выборе оборудования.
→
Наш специалист подготовит технико-коммерческое предложение и согласует все детали с вами.
→
Оплатите заказ удобным способом. Получите заказ в пункте самовывоза, у курьера или в отделении ТК.
ALEF KAZAKHSTAN — Станки и оборудование ведущих брендов
Выгодные условия сотрудничества для каждого заказчика
Открывайте наш каталог и спешите подобрать станки по дереву и металлообработке, оборудование для профессиональной деятельности или для бытовых задач. Звоните для бесплатной технической консультации специалиста!
Перейти в каталог