Гидравлическое оборудование высокого давления
.uc-btns {
position: relative;
display: inline-block;
min-width: 200px;
padding: 11px;
box-sizing: border-box;
vertical-align: middle;
text-align: center;
cursor: pointer;
z-index: 1;
text-decoration: none !important;
background: #f57f17;
border-radius: 2px;
color: #fff !important;
transition: all 300ms ease-in-out;
box-shadow: 0px 2px 5px #333;
}
.uc-btns:before { position: absolute; left: 0; background-color: #333; top: 0; content: ' '; width: 30%; height: 100%; clip-path: polygon(0% 0%, 40% 0%, 55% 50%, 40% 100%, 0% 100%); transition: all 300ms ease-in-out; }
.uc-btns:after { position: absolute; right: 0; top: 0; width: 30%; height: 100%; content: ' '; background-color: #FFC031; clip-path: polygon(60% 0, 100% 0, 100% 100%, 60% 100%, 45% 50%); transition: all 300ms ease-in-out; }
.uc-btns:hover:after { clip-path: polygon(45% 0, 100% 0, 100% 100%, 45% 100%, 30% 50%); }
.uc-btns:hover:before { clip-path: polygon(0% 0%, 55% 0%, 70% 50%, 55% 100%, 0% 100%); } .uc-btns:hover { min-width: 250px; }
.uc-title { margin: 30px 0 0px !important; display: block; position: relative; font-size: 24px; padding: 22px 0 23px 0; font-weight: 500; text-align: center; color: #222; border-bottom: 1px solid #f57f17; }
.ucv-a2-panel strong { font-size: 20px; color: #f57f17; }
.ucv-a2-panel { background: #777 url(https://a.radikal.ru/a26/2101/14/4749fc35f9aa.png) 100% 50%/cover no-repeat; }
.ucv-a2-texts { background: rgba(51, 51, 51, 0.61); width: 60%; box-sizing: border-box; padding: 30px 25px; text-align: center; }
.ucv-a2-header { font-size: 26px; line-height: 32px; color: #f57f17; 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; padding: 10px; text-decoration: none !important; text-align: center; color: #f57f17 !important; border: 2px solid #f57f17; border-radius: 2px; 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; }
@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; }
.ucv-b1-panel:after { content: " "; display: block; clear: both; font-size: 0px; }
.ucv-b1-header { margin-bottom: 20px; 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; }
.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: #f57f17; height: 2px; transition: all .6s 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: #f57f17; 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: #f57f17; height: 2px; transition: all .6s ease-out; width: 0; }
.ucv-b1-img-holder:before { content: ''; display: inline-block; position: absolute; top: 0; right: 0; background: #f57f17; height: 0; transition: all .6s ease-out .2s; width: 2px; z-index: 5; }
.ucv-b1-img-holder:hover:after { transition: all .6s 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; transition-delay: 300ms; }
.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: #333; 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: 18px; color: #333; display: inline-block; margin-top: 10px; }
.ucv-b1-name:hover { color: #f57f17; }
.ucv-b1-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #0cafc5; }
.ucv-b1-panel .ucv-b1-wrapper { width: 45%; }
@media screen and (max-width: 1130px) {
.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 { 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-clear { clear: both; height: 0px; }
.uc-our__history { padding: 20px; text-align: center; }
.uc-our__history h2 { padding-bottom: 10px; text-align: center; }
.uc-our__history-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
.uc-our__history-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 45%; margin: 15px 0; transition: all 0.8s; }
.uc-our__history-block .uc-bib { transition: all 0.8s; }
.uc-our__history-block:hover .uc-bib { transform: rotateY(360deg); }
.uc-our__history-year { position: relative; text-align: center; -ms-flex-item-align: center; align-self: center; font-size: 60px; font-weight: bold; color: #f57f17; background: #f57f17; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 96px; min-width: 96px; /*border-radius: 3px;*/ transition: all 0.5s ease; }
.uc-our__history-block:hover .uc-our__history-year { box-shadow: 1px 1px #f57f17, 2px 2px #f57f17, 3px 3px #f57f17, 4px 4px #f57f17, 5px 5px #f57f17, 6px 6px #f57f17, 7px 7px #f57f17; -webkit-transform: translateX(-7px); transform: translateX(-7px); }
.uc-our__history-line { -ms-flex-item-align: center; align-self: center; width: 4%; height: 10px; background: transparent; }
.uc-our__history-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: left; color: #333; padding: 10px; /*border-radius: 10px;*/ width: 80%; }
.uc-our__history-subheader { font-size: 20px; color: #f57f17; }
.uc-first__year-line { background: #ea4335; }
.uc-second__year-line { background: #34a853; }
.uc-third__year-line { background: #fbbc05; }
.uc-fourth__year-line { background: #4285f4; }
.uc-fifth__year-line { background: #ea4335; }
.uc-first__year { color: #ea4335; }
.uc-second__year { color: #34a853; }
.uc-third__year { color: #fbbc05; }
.uc-fourth__year { color: #4285f4; }
.uc-fifth__year { color: #ea4335; }
@media screen and (max-width:1300px) { .uc-our__history-block { width: 100%; } }
@media screen and (max-width:900px) { .uc-our__history-block { flex-direction: column; }
.uc-our__history-line { -ms-flex-item-align: center; width: 6%; height: 15px; }
.uc-our__history-content { width: auto; text-align: center; }
.uc-our__history-year { min-height: 60px; min-width: 60px; }
/* .uc-our__history-block:hover .uc-our__history-year { transform: translateY(20px) scale(0.8, 0.8); transition: all 0.5s ease; } */ }
.uc-order { padding: 20px 15px; text-align: left; }
.uc-order h2 { text-align: center; margin-bottom: 30px; }
.uc-order-scheme__container { display: flex; flex-wrap: wrap; }
.uc-order-scheme__left-column, .uc-order-scheme__right-column { display: flex; flex-direction: column; width: 50%; }
.uc-order-scheme { padding: 5px; box-sizing: border-box; vertical-align: top; transition: all .3s ease; }
.uc-order-scheme_table { display: table; }
.uc-order-scheme_numb, .uc-order-scheme_text { display: table-cell; vertical-align: middle; }
.uc-order-scheme_numb { width: 62px; }
.uc-order-scheme strong { transition: all .3s ease; display: inline-block; font-size: 70px; color: #333; }
.uc-order-scheme:hover strong { transition: all .3s ease; color: #f57f17; transform: translateY(-4px); }
.uc-order-scheme em { font-size: 15px; color: #f57f17; transition: all .3s ease; display: inline-block; font-weight: bold; font-style: inherit; }
.uc-order-scheme:hover em { color: #f57f17; transition: all .3s ease; }
@media screen and (max-width: 900px) {
.uc-order-scheme__left-column, .uc-order-scheme__right-column { width: 100%; } }
.uc-clapperboard { padding: 20px;
}
.uc-clapperboard__inner { display: flex; justify-content: space-around; flex-wrap: wrap; }
.uc-clapperboard__item { display: flex; flex-direction: column; margin: 50px 0; width: 45%; }
.uc-clapper { position: relative; }
.uc-clapper__icon-area { display: flex; justify-content: center; align-items: center; position: absolute; top: -40px; left: -20px; width: 100px; height: 100px; border-radius: 100%; box-shadow: 0 0px 0px 5px #fff; background: #f57f17; z-index: 1; }
.uc-clapper__icon { width: 64px; height: auto; }
.uc-clapper__subheader-area { display: flex; align-items: center; justify-content: flex-end; box-sizing: border-box; width: 100%; min-height: 70px; background: #333; }
.uc-clapper__subheader { width: 70%; text-align: right; padding-right: 20px; line-height: 24px; color: #fff; font-size: 18px !important; font-weight: bold; margin: 0 !important; }
.uc-board { width: 100%; height: 100%; box-sizing: border-box; background: #f6f7fa; color: #333; z-index: 2; }
.uc-board__text { padding: 20px; }
@media screen and (max-width: 1000px) {
.uc-clapperboard__item { width: 45%; } }
@media screen and (max-width: 600px) {
.uc-clapperboard__item { width: 100%; }
.uc-clapper__subheader { font-size: 16px !important; width: 60%; padding-right: 10px; } }
.uc-nombers { padding: 20px; }
.uc-nombers_wrap { display: flex; flex-wrap: wrap; justify-content: center; }
.uc-nombers h2 { text-align: center; margin-bottom: 20px; }
.uc-nombers-scheme { background: #f6f7fa; -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%); clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%); display: inline-block; box-sizing: border-box; width: 30%; margin: 10px 0; padding: 20px 35px 10px 35px; text-align: center; transition: all .5s ease; }
.uc-nombers-scheme img { transition: all .5s ease; }
.uc-nombers-scheme:hover { transform: scale(1.1, 1.1); transition: all 0.5s ease; }
@media screen and (max-width: 1100px) { .uc-nombers-scheme { width: 50%; padding: 35px 50px 10px; } }
@media screen and (max-width: 900px) { .uc-nombers-scheme { width: 100%; margin: 10px auto; } }
@media screen and (max-width: 500px) { .uc-nombers-scheme { padding: 35px 25px 10px; } }
.uc-e1-panel { padding: 20px; text-align: center;
}
.uc-e1-panel h2 { text-align: center; }
BVA Industrial Hydraulics
Гидравлическое оборудование от ведущего голландского производителя
BVA Industrial Hydraulics – голландская компания по производству цилиндров, насосов, прессов и другого гидравлического оборудования. Вся продукция BVA производится только из металлов – не содержит ни единого пластикового фрагмента. Защитное покрытие BVA Lifetime Warranty защищает от преждевременного износа и негативных факторов.
Компания выдает пожизненную гарантию на свою продукцию и является лучшей на рынке гидравлического оборудования.
Ознакомиться с предложениями
Приобретайте оборудование BVA Hydraulics на нашем сайте
Используются для подъемных работ, натяжения тросов в разгружающем, строительном транспортировочном оборудовании. На сайте можно приобрести цилиндры прямого или двойного действия; низкопрофильные, высокотоннажные и плоские цилиндры BVA. Цилиндры Используются для подъемных работ, натяжения тросов в разгружающем, строительном транспортировочном оборудовании. На сайте можно приобрести цилиндры прямого или двойного действия; низкопрофильные, высокотоннажные и плоские цилиндры BVA. Компания BVA предлагает большой выбор насосов – воздушные, ручные, ножные, роторные, электрические, дизельные, бензиновые. Насосы Компания BVA предлагает большой выбор насосов – воздушные, ручные, ножные, роторные, электрические, дизельные, бензиновые. В наличии наборы цилиндров общего назначения, наборы низкопрофильных цилиндров, алюминиевых, цилиндров с отверстием. В наборы также входят: манометр, адаптер, шланг высокого давления, высокопоточная муфта. Комбинированные наборы В наличии наборы цилиндров общего назначения, наборы низкопрофильных цилиндров, алюминиевых, цилиндров с отверстием. В наборы также входят: манометр, адаптер, шланг высокого давления, высокопоточная муфта. В каталоге представлен большой выбор аксессуаров для гидравлики – коллекторы, датчики давления, клапаны на насосах, педали, гидравлические шланги и другое. Манометры и аксессуары В каталоге представлен большой выбор аксессуаров для гидравлики – коллекторы, датчики давления, клапаны на насосах, педали, гидравлические шланги и другое. Прессы и инструменты предназначены для выпрямления, запрессовки и выпрессовки. В каталоге сверхмощные, электрические, ручные пресса; домкраты различных видов; гидравлические съемники. Прессы, бутылочные домкраты, съемники Прессы и инструменты предназначены для выпрямления, запрессовки и выпрессовки. В каталоге сверхмощные, электрические, ручные пресса; домкраты различных видов; гидравлические съемники.
Vortex-West – надежный продавец и партнер
Официальное дилерство Помимо партнерства с BVA Hydraulics, наша компания имеет авторизованное дилерство с более чем 26 заводами-производителями. Продаем только оригинальную продукцию!
Выгодные покупки Официальную продукцию с заводской гарантией можно приобрести по выгодной стоимости от производителя.
Свои склады и шоурумы Складские помещения в городах Алматы, Актау, Аксай имеют большие запасы разной продукции, что позволяет осуществлять оперативные поставки.
В каталог
Схема заказа
Связаться с нами можно любым удобным способом – оставить заявку на сайте, позвонить по телефону или написать на почту.
Мы обработаем заявку в нашем личном CRM и назначим ответственного менеджера.
После согласовываем с вами заказ, выводим стоимость и организуем доставку по нужному адресу.
.uc-btns:before { position: absolute; left: 0; background-color: #333; top: 0; content: ' '; width: 30%; height: 100%; clip-path: polygon(0% 0%, 40% 0%, 55% 50%, 40% 100%, 0% 100%); transition: all 300ms ease-in-out; }
.uc-btns:after { position: absolute; right: 0; top: 0; width: 30%; height: 100%; content: ' '; background-color: #FFC031; clip-path: polygon(60% 0, 100% 0, 100% 100%, 60% 100%, 45% 50%); transition: all 300ms ease-in-out; }
.uc-btns:hover:after { clip-path: polygon(45% 0, 100% 0, 100% 100%, 45% 100%, 30% 50%); }
.uc-btns:hover:before { clip-path: polygon(0% 0%, 55% 0%, 70% 50%, 55% 100%, 0% 100%); } .uc-btns:hover { min-width: 250px; }
.uc-title { margin: 30px 0 0px !important; display: block; position: relative; font-size: 24px; padding: 22px 0 23px 0; font-weight: 500; text-align: center; color: #222; border-bottom: 1px solid #f57f17; }
.ucv-a2-panel strong { font-size: 20px; color: #f57f17; }
.ucv-a2-panel { background: #777 url(https://a.radikal.ru/a26/2101/14/4749fc35f9aa.png) 100% 50%/cover no-repeat; }
.ucv-a2-texts { background: rgba(51, 51, 51, 0.61); width: 60%; box-sizing: border-box; padding: 30px 25px; text-align: center; }
.ucv-a2-header { font-size: 26px; line-height: 32px; color: #f57f17; 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; padding: 10px; text-decoration: none !important; text-align: center; color: #f57f17 !important; border: 2px solid #f57f17; border-radius: 2px; 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; }
@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; }
.ucv-b1-panel:after { content: " "; display: block; clear: both; font-size: 0px; }
.ucv-b1-header { margin-bottom: 20px; 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; }
.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: #f57f17; height: 2px; transition: all .6s 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: #f57f17; 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: #f57f17; height: 2px; transition: all .6s ease-out; width: 0; }
.ucv-b1-img-holder:before { content: ''; display: inline-block; position: absolute; top: 0; right: 0; background: #f57f17; height: 0; transition: all .6s ease-out .2s; width: 2px; z-index: 5; }
.ucv-b1-img-holder:hover:after { transition: all .6s 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; transition-delay: 300ms; }
.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: #333; 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: 18px; color: #333; display: inline-block; margin-top: 10px; }
.ucv-b1-name:hover { color: #f57f17; }
.ucv-b1-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #0cafc5; }
.ucv-b1-panel .ucv-b1-wrapper { width: 45%; }
@media screen and (max-width: 1130px) {
.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 { 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-clear { clear: both; height: 0px; }
.uc-our__history { padding: 20px; text-align: center; }
.uc-our__history h2 { padding-bottom: 10px; text-align: center; }
.uc-our__history-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
.uc-our__history-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 45%; margin: 15px 0; transition: all 0.8s; }
.uc-our__history-block .uc-bib { transition: all 0.8s; }
.uc-our__history-block:hover .uc-bib { transform: rotateY(360deg); }
.uc-our__history-year { position: relative; text-align: center; -ms-flex-item-align: center; align-self: center; font-size: 60px; font-weight: bold; color: #f57f17; background: #f57f17; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 96px; min-width: 96px; /*border-radius: 3px;*/ transition: all 0.5s ease; }
.uc-our__history-block:hover .uc-our__history-year { box-shadow: 1px 1px #f57f17, 2px 2px #f57f17, 3px 3px #f57f17, 4px 4px #f57f17, 5px 5px #f57f17, 6px 6px #f57f17, 7px 7px #f57f17; -webkit-transform: translateX(-7px); transform: translateX(-7px); }
.uc-our__history-line { -ms-flex-item-align: center; align-self: center; width: 4%; height: 10px; background: transparent; }
.uc-our__history-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: left; color: #333; padding: 10px; /*border-radius: 10px;*/ width: 80%; }
.uc-our__history-subheader { font-size: 20px; color: #f57f17; }
.uc-first__year-line { background: #ea4335; }
.uc-second__year-line { background: #34a853; }
.uc-third__year-line { background: #fbbc05; }
.uc-fourth__year-line { background: #4285f4; }
.uc-fifth__year-line { background: #ea4335; }
.uc-first__year { color: #ea4335; }
.uc-second__year { color: #34a853; }
.uc-third__year { color: #fbbc05; }
.uc-fourth__year { color: #4285f4; }
.uc-fifth__year { color: #ea4335; }
@media screen and (max-width:1300px) { .uc-our__history-block { width: 100%; } }
@media screen and (max-width:900px) { .uc-our__history-block { flex-direction: column; }
.uc-our__history-line { -ms-flex-item-align: center; width: 6%; height: 15px; }
.uc-our__history-content { width: auto; text-align: center; }
.uc-our__history-year { min-height: 60px; min-width: 60px; }
/* .uc-our__history-block:hover .uc-our__history-year { transform: translateY(20px) scale(0.8, 0.8); transition: all 0.5s ease; } */ }
.uc-order { padding: 20px 15px; text-align: left; }
.uc-order h2 { text-align: center; margin-bottom: 30px; }
.uc-order-scheme__container { display: flex; flex-wrap: wrap; }
.uc-order-scheme__left-column, .uc-order-scheme__right-column { display: flex; flex-direction: column; width: 50%; }
.uc-order-scheme { padding: 5px; box-sizing: border-box; vertical-align: top; transition: all .3s ease; }
.uc-order-scheme_table { display: table; }
.uc-order-scheme_numb, .uc-order-scheme_text { display: table-cell; vertical-align: middle; }
.uc-order-scheme_numb { width: 62px; }
.uc-order-scheme strong { transition: all .3s ease; display: inline-block; font-size: 70px; color: #333; }
.uc-order-scheme:hover strong { transition: all .3s ease; color: #f57f17; transform: translateY(-4px); }
.uc-order-scheme em { font-size: 15px; color: #f57f17; transition: all .3s ease; display: inline-block; font-weight: bold; font-style: inherit; }
.uc-order-scheme:hover em { color: #f57f17; transition: all .3s ease; }
@media screen and (max-width: 900px) {
.uc-order-scheme__left-column, .uc-order-scheme__right-column { width: 100%; } }
.uc-clapperboard { padding: 20px;
}
.uc-clapperboard__inner { display: flex; justify-content: space-around; flex-wrap: wrap; }
.uc-clapperboard__item { display: flex; flex-direction: column; margin: 50px 0; width: 45%; }
.uc-clapper { position: relative; }
.uc-clapper__icon-area { display: flex; justify-content: center; align-items: center; position: absolute; top: -40px; left: -20px; width: 100px; height: 100px; border-radius: 100%; box-shadow: 0 0px 0px 5px #fff; background: #f57f17; z-index: 1; }
.uc-clapper__icon { width: 64px; height: auto; }
.uc-clapper__subheader-area { display: flex; align-items: center; justify-content: flex-end; box-sizing: border-box; width: 100%; min-height: 70px; background: #333; }
.uc-clapper__subheader { width: 70%; text-align: right; padding-right: 20px; line-height: 24px; color: #fff; font-size: 18px !important; font-weight: bold; margin: 0 !important; }
.uc-board { width: 100%; height: 100%; box-sizing: border-box; background: #f6f7fa; color: #333; z-index: 2; }
.uc-board__text { padding: 20px; }
@media screen and (max-width: 1000px) {
.uc-clapperboard__item { width: 45%; } }
@media screen and (max-width: 600px) {
.uc-clapperboard__item { width: 100%; }
.uc-clapper__subheader { font-size: 16px !important; width: 60%; padding-right: 10px; } }
.uc-nombers { padding: 20px; }
.uc-nombers_wrap { display: flex; flex-wrap: wrap; justify-content: center; }
.uc-nombers h2 { text-align: center; margin-bottom: 20px; }
.uc-nombers-scheme { background: #f6f7fa; -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%); clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%); display: inline-block; box-sizing: border-box; width: 30%; margin: 10px 0; padding: 20px 35px 10px 35px; text-align: center; transition: all .5s ease; }
.uc-nombers-scheme img { transition: all .5s ease; }
.uc-nombers-scheme:hover { transform: scale(1.1, 1.1); transition: all 0.5s ease; }
@media screen and (max-width: 1100px) { .uc-nombers-scheme { width: 50%; padding: 35px 50px 10px; } }
@media screen and (max-width: 900px) { .uc-nombers-scheme { width: 100%; margin: 10px auto; } }
@media screen and (max-width: 500px) { .uc-nombers-scheme { padding: 35px 25px 10px; } }
.uc-e1-panel { padding: 20px; text-align: center;
}
.uc-e1-panel h2 { text-align: center; }
BVA Industrial Hydraulics
Гидравлическое оборудование от ведущего голландского производителя
BVA Industrial Hydraulics – голландская компания по производству цилиндров, насосов, прессов и другого гидравлического оборудования. Вся продукция BVA производится только из металлов – не содержит ни единого пластикового фрагмента. Защитное покрытие BVA Lifetime Warranty защищает от преждевременного износа и негативных факторов.
Компания выдает пожизненную гарантию на свою продукцию и является лучшей на рынке гидравлического оборудования.
Ознакомиться с предложениями
Приобретайте оборудование BVA Hydraulics на нашем сайте
Используются для подъемных работ, натяжения тросов в разгружающем, строительном транспортировочном оборудовании. На сайте можно приобрести цилиндры прямого или двойного действия; низкопрофильные, высокотоннажные и плоские цилиндры BVA. Цилиндры Используются для подъемных работ, натяжения тросов в разгружающем, строительном транспортировочном оборудовании. На сайте можно приобрести цилиндры прямого или двойного действия; низкопрофильные, высокотоннажные и плоские цилиндры BVA. Компания BVA предлагает большой выбор насосов – воздушные, ручные, ножные, роторные, электрические, дизельные, бензиновые. Насосы Компания BVA предлагает большой выбор насосов – воздушные, ручные, ножные, роторные, электрические, дизельные, бензиновые. В наличии наборы цилиндров общего назначения, наборы низкопрофильных цилиндров, алюминиевых, цилиндров с отверстием. В наборы также входят: манометр, адаптер, шланг высокого давления, высокопоточная муфта. Комбинированные наборы В наличии наборы цилиндров общего назначения, наборы низкопрофильных цилиндров, алюминиевых, цилиндров с отверстием. В наборы также входят: манометр, адаптер, шланг высокого давления, высокопоточная муфта. В каталоге представлен большой выбор аксессуаров для гидравлики – коллекторы, датчики давления, клапаны на насосах, педали, гидравлические шланги и другое. Манометры и аксессуары В каталоге представлен большой выбор аксессуаров для гидравлики – коллекторы, датчики давления, клапаны на насосах, педали, гидравлические шланги и другое. Прессы и инструменты предназначены для выпрямления, запрессовки и выпрессовки. В каталоге сверхмощные, электрические, ручные пресса; домкраты различных видов; гидравлические съемники. Прессы, бутылочные домкраты, съемники Прессы и инструменты предназначены для выпрямления, запрессовки и выпрессовки. В каталоге сверхмощные, электрические, ручные пресса; домкраты различных видов; гидравлические съемники.
Vortex-West – надежный продавец и партнер
Официальное дилерство Помимо партнерства с BVA Hydraulics, наша компания имеет авторизованное дилерство с более чем 26 заводами-производителями. Продаем только оригинальную продукцию!
Выгодные покупки Официальную продукцию с заводской гарантией можно приобрести по выгодной стоимости от производителя.
Свои склады и шоурумы Складские помещения в городах Алматы, Актау, Аксай имеют большие запасы разной продукции, что позволяет осуществлять оперативные поставки.
В каталог
Схема заказа
Связаться с нами можно любым удобным способом – оставить заявку на сайте, позвонить по телефону или написать на почту.
Мы обработаем заявку в нашем личном CRM и назначим ответственного менеджера.
После согласовываем с вами заказ, выводим стоимость и организуем доставку по нужному адресу.