Ип"Рем-моторсервис"
.uc-btns {
display: inline-block;
padding: 8px 30px;
font-size: 16px;
color: #fff !important;
text-decoration: none !important;
background: #3991de;
border-radius: 3px;
overflow: hidden;
background-clip: padding-box;
-webkit-box-shadow: inset 0 -2px 0 #d06609;
box-shadow: inset 0 -2px 0 #d06609;
}
.uc-btns:hover {
background: #f57a0d;
-webkit-box-shadow: inset 0 -2px 0 #c66109;
box-shadow: inset 0 -2px 0 #c66109;
}
.uc-page__row {
margin: 20px 0 0;
}
.uc-title {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 12px 0;
border-bottom: 2px solid #ddd;
color: #333;
text-transform: uppercase;
font: 600 14px/1 'Open Sans', sans-serif;
margin: 0;
}
.ucv-a2-panel strong {
font-size: 22px;
color: #3991de;
}
.ucv-a2-panel {
background: #fff url(https://static.wixstatic.com/media/2f4568_ed5e177b3af74dbb9bd5c1ea5b1c0e55.jpg/v1/fill/w_1960,h_742,al_c,q_85,usm_0.66_1.00_0.01/2f4568_ed5e177b3af74dbb9bd5c1ea5b1c0e55.webp) 50% 50%/cover no-repeat;
padding: 20px;
}
.ucv-a2-texts {
background-color: rgba(0, 0, 0, 0.6);
width: 420px;
padding: 20px 15px 30px;
text-align: center;
box-sizing: border-box;
}
.ucv-a2-header {
font-size: 26px !important;
line-height: 32px !important;
color: #3991de;
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: #3991de !important;
padding: 0 22px;
min-width: 150px;
border: 2px solid #3991de;
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: 1220px) {
.ucv-a2-texts {
width: auto;
}
.ucv-a2-panel {
padding: 0;
background-size: cover;
}
.ucv-a2-link {
padding: 0 5px;
width: auto;
}
}
.uc-panel {
padding: 0 0 20px;
text-align: center;
}
.uc-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-header {
margin-bottom: 40px;
text-align: center;
}
.uc-wrapper {
display: inline-block;
vertical-align: top;
margin: 10px .5%;
text-decoration: none;
}
.uc-img-holder {
display: block;
text-align: center;
position: relative;
overflow: hidden;
max-width: 400px;
margin: 0 auto;
border: 1px solid #ebebeb;
transition: all 0.5s linear;
}
.uc-img-holder img {
display: block;
position: relative;
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.uc-img-holder:hover .uc-hint {
transform: scale(1.0);
opacity: 1;
}
.uc-img-holder:hover img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.uc-hint {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
transition: all 0.5s linear;
opacity: 0;
overflow: hidden;
}
.uc-hint-body {
position: absolute;
top: 50%;
left: 0;
width: 100%;
color: #fff;
padding: 15px;
opacity: 0;
transform: translateY(-50%);
transition: all 0.5s linear;
box-sizing: border-box;
}
.uc-name {
font-size: 15px;
color: #4c4c4c;
display: inline-block;
margin-top: 10px;
}
.uc-name:hover {
color: #3991de;
}
.uc-wrapper:hover .uc-img-holder,
.uc-img-holder:hover .uc-hint-body {
opacity: 1;
}
.uc-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.uc-panel .uc-wrapper {
width: 45.8%;
}
@media screen and (max-width: 1100px) {
.uc-panel .uc-wrapper {
width: 46%;
}
}
@media screen and (max-width: 768px) {
.uc-desc {
position: static;
visibility: visible;
}
.uc-panel .uc-wrapper {
width: 75%;
}
}
@media screen and (max-width: 500px) {
.uc-panel .uc-wrapper,
.uc-panel .uc-wrapper+.uc-wrapper+.uc-wrapper {
width: auto;
margin-right: 15px;
margin-left: 15px;
}
}
:root {
--infograph-color2: #eda239;
--infograph-color1: #3991de;
}
.four-panel {
padding: 0 0 20px;
}
.four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.four-item {
display: flex;
flex-direction: column;
width: 42%;
border-radius: 10px;
padding: 20px;
background: #f1f1f1;
margin: 10px 0;
}
.four-content-1,
.four-content-2,
.four-content-3,
.four-content-4 {
text-align: center;
position: relative;
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color2);
border-radius: 10px 10px 10px 0;
}
.four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color2);
border-radius: 10px;
}
.four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color1);
border-radius: 10px;
}
.four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color1);
border-radius: 10px;
}
.four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color1);
border-radius: 10px;
}
.four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color1);
border-radius: 10px;
}
.four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color2);
border-radius: 10px;
}
.four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color2);
border-radius: 10px;
}
.four-header {
font-size: 24px;
}
.four-text {}
.four-icon {}
@media screen and (max-width: 1100px) {
.four-item {
width: 98%;
}
.four-content-1:after,
.four-content-1:before,
.four-content-2:after,
.four-content-2:before,
.four-content-3:after,
.four-content-3:before,
.four-content-4:after,
.four-content-4:before {
display: none;
}
.four-content-1,
.four-content-3 {
border: 20px solid var(--infograph-color2);
border-radius: 10px;
}
.four-content-2,
.four-content-4 {
border: 20px solid var(--infograph-color1);
border-radius: 10px;
}
}
.uc-numbers {
padding: 0 0 20px;
text-align: left;
}
.uc-numbers h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-numbers_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-numbers-scheme {
border: 2px solid #3991de;
border-radius: 5px;
display: inline-block;
width: 46%;
margin: 10px 0%;
padding: 40px 10px 10px 20px;
box-sizing: border-box;
transition: all .3s ease;
}
.uc-numbers-scheme:hover {
border-color: #4c4c4c;
transition: all .3s ease;
}
.uc-numbers-scheme strong {
transition: all .3s ease;
display: inline-block;
font-size: 20px;
color: #3991de;
}
.uc-numbers-scheme:hover strong {
transition: all .3s ease;
color: #4c4c4c;
text-shadow: 3px 0 4px rgba(63, 63, 63, 0.48);
transform: translateY(-7px);
}
.uc-numbers-scheme em {
font-size: 18px;
color: #3991de;
transition: all .3s ease;
display: inline-block;
font-weight: bold;
font-style: inherit;
}
.uc-numbers-scheme:hover em {
color: #4c4c4c;
transition: all .3s ease;
}
@media screen and (max-width: 1000px) {
.uc-numbers-scheme {
width: 98%;
margin: 10px 0;
}
}
.uc-burger_panel {
padding: 0 0 20px;
}
.uc-burger_header {
text-align: center;
}
.uc-burger_container {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.uc-burger_item {
display: flex;
width: 96%;
margin: 10px auto;
}
.uc-burger_item:nth-child(even) {
display: flex;
flex-direction: row-reverse;
}
.uc-burger_number_container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 30%;
background: #4c4c4c;
text-align: center;
color: #fff;
padding: 10px 0;
border-radius: 10px 0 0;
}
.uc-burger_item:nth-child(even) .uc-burger_number_container {
background: #3991de;
border-radius: 0 0 10px;
}
.uc-burger_number-header {
font-size: 17px;
color: #fff;
}
.uc-burge_number {
font-size: 40px;
line-height: 0px;
}
.uc-burger_content {
width: 70%;
background: #f1f1f1;
padding: 10px;
border-radius: 0 10px 0 0;
display: flex;
flex-direction: column;
padding: 10px;
justify-content: center;
}
.uc-burger_item:nth-child(even) .uc-burger_content {
justify-content: center;
align-items: flex-end;
border-radius: 0 0 0 10px;
text-align: right;
}
.uc-burger_content-header {
font-size: 25px;
}
.uc-burger_text {
font-size: 15px;
width: 98%;
}
@media screen and (max-width: 900px) {
.uc-burger_item {
width: 100%;
flex-direction: column;
}
.uc-burger_item:nth-child(even) {
display: flex;
flex-direction: column;
}
.uc-burger_item:nth-child(even) .uc-burger_number_container {
width: auto;
border-radius: 10px 10px 0 0;
}
.uc-burger_item:nth-child(even) .uc-burger_content {
width: auto;
border-radius: 0 0 10px 10px;
justify-content: center;
align-items: center;
}
.uc-burger_number_container {
width: auto;
border-radius: 10px 10px 0 0;
}
.uc-burger_content {
width: auto;
border-radius: 0 0 10px 10px;
justify-content: center;
align-items: center;
padding: 10px 0;
}
.uc-burger_text {
text-align: center;
}
}
.uc-b5-panel {
padding: 0 0 20px;
text-align: center;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-header {
margin-bottom: 20px;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 19%;
margin: 10px 0.5%;
}
.uc-b5-arr {
width: 25px;
font-size: 30px;
color: #4c4c4c;
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: 94%;
}
.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;
}
/*-----------------------------------------FOOTER-------------------------------*/
.uc-footer {
padding: 0 0 20px;
text-align: center;
}
.uc-footer p {
margin: 20px 0;
}
Ремонт и обслуживание электрооборудования
Диагностика и ремонт линий производства на месте с выездом специалиста
С нами уже заключено не один договор на оказания услуг в области ремонта и обслуживания электрооборудования: железные дороги, строительные компании, карьеры и обогатительные фабрики.
Отремонтировать
Мы ремонтируем
Крановые электродвигатели, генераторы, роторы, катушки пускателей, трансформаторы и другие. Ремонт строительного электрооборудования Крановые электродвигатели, генераторы, роторы, катушки пускателей, трансформаторы и другие. Электродвигатели постоянного тока, перемотка тяговых электродвигателей. Ремонт электродвигателей Электродвигатели постоянного тока, перемотка тяговых электродвигателей. Ремонт компрессоров, промышленных холодильных установок и комплектующих. Ремонт холодильного оборудования Ремонт компрессоров, промышленных холодильных установок и комплектующих. Насосы различного назначения и насосные станции. Ремонт насосного оборудования Насосы различного назначения и насосные станции.
Гарантии качества наших товаров
Проверенное качество
Отремонтированное оборудование соответствует всем современным нормам эксплуатации. При ремонте проводится не один раз испытание на качество и соответствия технологии производства.
Гарантия
На всю отремонтированную нами продукцию мы предоставляем гарантию, соответствующую нормам и требованием.
Опыт
Наши сотрудники являются профессионалами в ремонте электрооборудования с опытам более 10 лет. Вы можете быть уверены в предоставлении качественных услуг.
Доступные цены
Цена наших услуг на рынке считается не высокой. Не смотря на то, что мы используем только качественные материалы Российского и импортного производства подтверждённых сертификатами соответствия.
Все услуги
Почему стоит выбрать наш магазин 2BIT
Покупатель, 05 апреля
Привозили в ремонт электродвигатель постоянного тока от тепловоза. Сделали качественно и в срок. Требовалась замена щёткодержателей. Ребята нашли завод в Китае, заказали и доставили на самолёте в течение 10 дней. Остался доволен!
Отзыв от 05 декабря
Привозили в ремонт трехскоростной крановый электродвигатель мощностью 37 кВт Китайского производства. Ремонт сделали качественно и в срок.
Отзыв от 01 января
Перематывали якорь электродвигателя постоянного тока 200 кВт. Сроком и качеством остались довольны..
Отзыв от 04 ноября
Производили ремонт электродвигателя постоянного тока. Стоит отметить отличное качество и доступные цены на ремонт.
Все отзывы
6 причин сделать свой заказ прямо сейчас
1
Заказ можно сделать через простую и удобную форму на сайты или просто по телефону.
2
Для вашего удобства предусмотрены разные варианты оплаты наших услуг.
3
У нас есть необходимые сертификаты по ремонту электрооборудования.
4
Наши специалисты предоставят Вам полную консультацию по ремонту.
5
Мы уже обслужили не одну сотню клиентов, которые остались довольны нашей работой.
6
Мы ввели в эксплуатацию не один десяток линий производств, которые успешно функционируют и сейчас..
Ознакомиться с прайсом
Особенности оплаты ремонта
Наличными средствами.
Безналичный расчет.
Перевод на карту Visa.
Рем-моторсервис — не нужно тратиться на новое, когда можно отремонтировать старое
Мы сэкономим Ваши средства на покупке новой детали, качественно отремонтировав старую.
В случае возникновения каких-либо вопросов, позвоните и проконсультируйтесь с нашими специалистами. По некоторым неисправностям мы может сразу дать консультацию..
В каталог
Витрина
- Топ продажот 100 000 Тг.+7 (702) 102-29-51Николай
- +7 (775) 040-20-05Николай
- +7 (778) 040-20-05Мурсаль
- Топ продажот 5 000 Тг.+7 (702) 102-29-51Николай
- +7 (775) 040-20-05Николай
- +7 (778) 040-20-05Мурсаль