OnlyParts
.uc-link {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
min-width: 150px;
color: #fff!important;
background: #258a83;
font-size: 16px;
transition: all .3s;
margin: 10px;
}
.uc-link:hover {
transform: translateY(5px);
}
.uc-ban1-panel {
background: url(http://content.s2.prom.st/October2019/9830gl.jpg) center;
background-size: cover;
/*padding: 20px;*/
}
.uc-ban1-panel strong {
color: #523354;
font-size: 20px;
}
.uc-ban1-texts {
background: rgba(230, 230, 230,0.8);
/* width: 370px; */
padding: 60px 50px 60px 50px;
text-align: left;
box-sizing: border-box;
}
.uc-ban1-header {
font-size: 30px;
line-height: 36px;
color: #523354;
margin: 0px 0px 5px;
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 30px;
color: #111;
margin: 0px 0px 10px;
}
.uc-ban1-text {
font-size: 15px;
line-height: 26px;
color: #111;
margin: 0px 0px 10px;
}
.uc-ban1-link {
display: inline-block;
text-align: center;
text-decoration: none !important;
margin-top: 10px;
color: #523354!important;
border: 2px solid #523354!important;
padding: 8px 15px;
min-width: 150px;
font-size: 17px;
transition: all .3s;
border-radius: 2px;
}
.uc-ban1-link:hover {
color: #111!important;
border: 2px solid #111!important;
}
@media screen and (max-width: 1000px) {
.uc-ban1-texts {
width: auto;
}
.uc-ban1-panel {
padding: 0px;
}
.uc-ban1-texts {
padding: 20px;
}
}
.ucv-b1-panel {
padding: 20px 0;
text-align: center;
border-bottom: 3px solid #e8e8e8;
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.ucv-b1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
.ucv-b1-wrapper {
display: inline-block;
vertical-align: top;
margin: 10px 0.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 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(230, 230, 230,0.9);
text-align: left;
color: #000;
transition: all .7s cubic-bezier(0.31, 0.57, 0.31, 2.0);
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: 20px;
color: #258a83;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #333;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 30%;
}
@media screen and (max-width: 1000px) {
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%;
}
}
@media screen and (max-width: 900px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: auto;
}
}
.uc-clear {clear:both; height:0px;}
.uc-reviews {
padding: 20px 20px 40px;
border-bottom: 3px solid #e8e8e8;
}
.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: #e6e6e6;
box-sizing: border-box;
z-index: 1;
}
.uc-image__area {
width: 100px;
height: 100px;
background: #fff;
z-index: 1;
border-radius: 100%;
}
.uc-user__image {
max-width: 100px;
height: auto;
border-radius: 100%;
box-shadow: 0 5px 10px #fff, 0 0 0px 7px #555, 0 0px 10px 10px #fff;
}
.uc-comment__content {
text-align: center;
color: #000;
z-index: 1;
}
.uc-user__name {
font-size: 18px;
color: #258a83;
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: #258a83;
transition: .7s;
}
.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: #3f2741;
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;
}
.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: 1000px) {
.uc-comment {
width: 100%;
margin: 10px auto;
}
}
@media screen and (max-width: 320px) {
.uc-comment {
width: 100%;
}
}
.uc-our__history {
padding: 20px;
text-align: center;
border-bottom: 3px solid #e8e8e8;
}
.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: 48%;
margin: 1%;
transition: all 0.8s;
}
.uc-our__history-block .uc-bib {
transition: all 0.8s;
}
.uc-our__history-block:hover .uc-bib {
transform: scale(1.2, 1.2);
}
.uc-our__history-year {
position: relative;
text-align: center;
-ms-flex-item-align: center;
align-self: center;
font-size: 60px;
font-weight: bold;
color: #9c50b8;
background: #e6e6e6;
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: 70px;
min-width: 70px;
/*border-radius: 10px;*/
box-shadow: /*0 0px 10px #fff,*/ 0 0 0px 1px #e6e6e6/*, 0 0 0 10px #fff*/;
transition: all 0.5s ease;
}
.uc-our__history-block:hover .uc-our__history-year {
box-shadow:
1px 1px #523354,
2px 2px #523354,
3px 3px #523354,
4px 4px #523354,
5px 5px #523354,
6px 6px #523354,
7px 7px #523354;
-webkit-transform: translateX(-7px);
transform: translateX(-7px);
}
.uc-our__history-line {
-ms-flex-item-align: center;
align-self: center;
width: 3%;
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;
background: #e6e6e6;
/*color: #fff;*/
padding: 0 10px;
/*border-radius: 10px;*/
width: 80%;
/*border: 1px solid #ddd;*/
/* -webkit-box-shadow: 2px 1px 16px -2px rgba(21, 40, 55,0.55);
box-shadow: 2px 1px 16px -2px rgba(21, 40, 55,0.55); */
}
.uc-our__history-content strong {
font-size: 18px;
color: #3f7cac;
}
@media screen and (max-width: 1000px) {
.uc-our__history-block {
width: 100%;
}
}
@media screen and (max-width:800px) {
.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: 70px;
min-width: 70px;
}
.uc-our__history-block:hover .uc-bib {
transform: scale(1.2, 1.2);
}
}
:root { --infograph-color4: #523354; --infograph-color3: #258a83; --infograph-color2: #258a83; --infograph-color1: #523354; }
.uc-four-panel {
padding: 20px;
border-bottom: 3px solid #e8e8e8;
}
.uc-four-panel h2 {
text-align: center;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 46%;
padding: 0px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
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%;
/*background: #f2f6f9;*/
}
.uc-four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color1);
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color1);
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color2);
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color2);
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color3);
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color3);
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color4);
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color4);
}
.uc-four-item strong {
font-size: 18px;
color: #258a83;
}
@media screen and (max-width: 1000px) {
.uc-four-item {
width: 100%;
margin: 10px auto;
}
.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-2,
.uc-four-content-3,
.uc-four-content-4 {
padding: 20px;
}
.uc-four-content-1
{
border: 10px solid var(--infograph-color1);
}
.uc-four-content-2
{
border: 10px solid var(--infograph-color2);
}
.uc-four-content-3 {
border: 10px solid var(--infograph-color3);
}
.uc-four-content-4 {
border: 10px solid var(--infograph-color4);
}
}
.uc-b5-panel {
padding: 20px 0;
text-align: center;
border-bottom: 3px solid #e8e8e8;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-panel h2 {
margin-bottom: 30px;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 20%;
margin: 10px 0.5%;
}
.uc-b5-arr {
width: 10px;
font-size: 30px;
color: #303030;
vertical-align: middle;
padding-top: 15px;
}
.uc-b5-arr2 {}
.uc-b5-arr3 {}
.uc-b5-text {
margin: 10px 0 0;
}
.uc-b5-img { transition: all 0.5s ease; }
.uc-b5-wrapper:hover img { transform: scale(1.5, 1.5); }
@media screen and (max-width: 1000px) {
.uc-b5-wrapper {
width: 25%;
}
.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-e1-panel {
padding: 20px;
text-align: center;
}
.uc-e1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
Автозапчасти с гарантией качества
На складе компании представлен большой выбор запчастей для всех популярных моделей автомобилей.
Реализуем исключительно сертифицированные запчасти от проверенных производителей. Предлагаем выгодные цены и профессиональную помощь в подборе нужных деталей. Организовываем быструю доставку по всей стране и за рубеж.
Наш каталог запчастей
Самые популярные категории запчастей
Предлагаем широкий перечень кузовных деталей практически на все популярные модели авто. Бампера, решетки, пороги и другие детали от ведущих зарубежных производителей, поэтому их качество 100%. Кузов Предлагаем широкий перечень кузовных деталей практически на все популярные модели авто. Бампера, решетки, пороги и другие детали от ведущих зарубежных производителей, поэтому их качество 100%.
Предлагаем качественную автомобильную оптику по выгодным ценам. В наличии и под заказ фары головного света и противотуманки, задние фонари, указатели поворота, габаритные огни практически на все популярные авто. Оптика Предлагаем качественную автомобильную оптику по выгодным ценам. В наличии и под заказ фары головного света и противотуманки, задние фонари, указатели поворота, габаритные огни практически на все популярные авто.
Амортизаторы, балки, втулки и другие детали ходовой части можно выгодно приобрести из этого раздела нашего каталога. Предлагаемые детали отвечают самым высоким современным стандартам. Ходовая Амортизаторы, балки, втулки и другие детали ходовой части можно выгодно приобрести из этого раздела нашего каталога. Предлагаемые детали отвечают самым высоким современным стандартам.
Предлагаем широкий перечень запчастей автомобильной электрики (датчики, зажигание и пр.) для большинства моделей автомобилей. Гарантируем 100% качество от ведущих производителей автозапчастей. Электрика Предлагаем широкий перечень запчастей автомобильной электрики (датчики, зажигание и пр.) для большинства моделей автомобилей. Гарантируем 100% качество от ведущих производителей автозапчастей.
Предлагаем заказать практически все автомобильные аксессуары в одном месте. Многое из ассортимента в наличии, также можем доставить нужные вам товары в минимальные сроки под заказ. Автоаксессуары Предлагаем заказать практически все автомобильные аксессуары в одном месте. Многое из ассортимента в наличии, также можем доставить нужные вам товары в минимальные сроки под заказ.
Для придания своему автомобилю индивидуальности мы предлагаем заказать детали для тюнинга и рестайлинга. Реализуем исключительно качественные комплектующие от проверенных производителей. Рестайл пакеты и тюнинг детали Для придания своему автомобилю индивидуальности мы предлагаем заказать детали для тюнинга и рестайлинга. Реализуем исключительно качественные комплектующие от проверенных производителей.
Главные плюсы предлагаемого нами ассортимента запчастей
Ассортимент
У нас представлен широкий выбор различных деталей кузова, фар, фонарей, радиаторов и многих других запчастей.
Выгодные цены
За счет партнерских договоренностей и прямых поставок от производителей, предлагаем честные цены без надбавок.
Гарантии качества
Все запчасти, которые мы продаем, сертифицированы и отвечают высоким современным стандартам качества.
В наличии и под заказ
Наиболее ходовые позиции из каталога имеются в наличии, также возможны поставки запчастей под заказ.
К подбору запчастей
Почему стоит доверять OnlyParts?
Мы работаем на рынке автозапчастей с 2016 года, успели зарекомендовать себя как надежный поставщик и ответственный продавец. Ежедневно нас выбирают автовладельцы не только из Казахстана, но и с России, Кыргызстана, Бурятии.
Наш интернет-магазин — это постоянное совершенствование сервиса и расширение ассортимента, благодаря чему число наших клиентов увеличивается каждый день. Мы предлагаем оптимальное соотношение цены и качества.
Главными преимуществами сотрудничества с нами являются
Бесплатные профессиональные консультации от квалифицированных специалистов и помощь в подборе нужных запчастей.
Отправка всех заказанных запчастей в день обращения при условии подтверждения оплаты или, максимум, на следующий.
Доставка деталей для авто по всем регионам РК и странам ближнего зарубежья удобной клиенту транспортной компанией.
Возможность возврата запчастей в случае несоответствия указанным характеристикам. Возврат за наш счет, если это наша ошибка.
За запчастями
Простой заказ запчастей в магазине OnlyParts
Оставьте заявку на запчасти через форму на сайте.
→
Мы свяжемся с вами, чтобы согласовать все детали.
→
Внесите предоплату в полном размере удобным способом.
→
Получите запчасти в выбранном вами отделение ТК.
Автомобильные запчасти от OnlyParts — качество, надежность, выгода
Мы всегда готовы помочь в покупке абсолютно любой детали для автомобиля.
Комплектующие, аксессуары, запчасти и многое другое у нас найдут владельцы как бюджетных, так и дорогих автомобилей. По всем вопросам обращайтесь по указанным телефонам — мы поможем вам сэкономить время при покупке нужных запчастей.
Перейти к каталогу