7 отзывов
+7 (776) 616-31-31

Automobile parts Almaty

Automobile parts Almaty
.lending { font-family: "Ubuntu Condensed", "Arial", sans-serif; } .lending a, .lending a:hover { color: white; text-decoration: none; } /*Коды для тиу*/ h2[class="b-title"]+ .b-content__body { margin:0; padding:0; } .lending__title { display: block; font-family: "Ubuntu Condensed", "Arial", sans-serif; text-transform: uppercase; font-size: 1.8em; padding-top: 60px; padding-bottom: 40px; text-align: center; color: black; } .promohead { background-color: grey; background-image: url("https://i.ibb.co/rx7HgwY/head.jpg"); background-size: cover; color: white; min-height: 350px; clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%); } .promohead__bg { background-color: rgba(0, 0, 0, 0.7); padding-left: 30px; position: relative; min-height: 350px; display: flex; flex-direction: column; justify-content: center; transition:all .5s } .promohead h2{ font-family: "Ubuntu Condensed", "Arial", sans-serif; margin: 0; padding: 0; text-transform: uppercase; display: block; width: 60%; margin-bottom: 10px; font-size: 1.8em; } .promohead__desc { font-family: "Ubuntu Condensed", "Arial", sans-serif; display: block; width: 60%; margin-bottom: 60px; font-size: 1.2em; } .promohead__bg:before { content: ""; width: 200px; height: 200px; background: transparent; border-radius: 50%; border: 5px solid white; position: absolute; right: 10px; top: 50px; } @keyframes slide-3 { from { transform: rotate(0deg) translate(-6px) rotate(0deg); -webkit-transform: rotate(0deg) translate(-6px) rotate(0deg); } to { transform: rotate(360deg) translate(-6px) rotate(-360deg); -webkit-transform: rotate(360deg) translate(-6px) rotate(-360deg); } } @-webkit-keyframes slide-3 { from { transform: rotate(0deg) translate(-6px) rotate(0deg); -webkit-transform: rotate(0deg) translate(-6px) rotate(0deg); } to { transform: rotate(360deg) translate(-6px) rotate(-360deg); -webkit-transform: rotate(360deg) translate(-6px) rotate(-360deg); } } .promohead__bg:after { content: ""; width: 128px; height: 128px; background-image: url("https://i.ibb.co/6FMkCrt/icon.png"); background-size: cover; position: absolute; right: 50px; top: 95px; animation: slide-3 3.2s infinite linear; -webkit-animation: slide-3 3.2s infinite linear; transition:all .5s; filter: invert(1); } .promohead:hover .promohead__bg { background-color: rgba(0, 0, 0, 0.5); } .promohead:hover .promohead__bg:after { animation: slide-3 0.5s infinite linear; -webkit-animation: slide-3 0.5s infinite linear; } .btn { background: #BF1515; display: block; width: 150px; padding: 8px 10px; color: white; text-align: center; text-decoration: none; border-radius: 2px; text-transform: uppercase; font-family: "Ubuntu Condensed", "Arial", sans-serif; transition:all .2s; margin-top: 20px; } .btn:hover { background-color: #A85258; color: white; text-decoration: none; } .info { margin-top: 30px; display: flex; padding-left: 20px; padding-right: 20px; justify-content: center; align-items: center; padding-bottom: 30px; } .info__desc { padding-right: 20px; border-right: 1px solid rgba(0, 0, 0, 0.2); font-size: 1.2em; } .info__company { padding-left: 20px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; } .info__logo { margin-bottom: 50px; display: block; } .features { clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%); background: #303030; padding: 20px; padding-bottom: 50px; } .features__list { display: flex; flex-wrap: wrap; justify-content: space-between; } .features__item { background-color: #111111; width: 40%; padding: 20px 20px; margin-bottom: 40px; position: relative; display: flex; justify-content: center; align-items: center; font-family: "Ubuntu Condensed", "Arial", sans-serif; height: 80px; } .features__number { display: flex; justify-content: center; align-items: center; font-family: "Ubuntu Condensed", "Arial", sans-serif; font-size: 120px; width: 120px; height: 120px; position: absolute; top: -7px; right: -30px; font-weight: bold; color: rgba(255, 255, 255, 0.15); z-index: 1; transition:all .6s } .features__text { color: white; display: block; width: 90%; font-size: 1.2em; z-index: 2; transition:all .6s } .features__item:hover { background: #BF1515; } .features__item:hover .features__text { color: white; } .features__item:hover .features__number { color: rgba(0, 0, 0, 0.15); } .catalog__list { display: flex; flex-wrap: wrap; justify-content: space-around; } .catalog__item { display: block; width: 44%; height: 200px; margin-bottom: 30px; background-size: cover; background-position: 50%; border: 1px solid rgba(0, 0, 0, 0.8); text-decoration: none; position: relative; transition:all .5s } .catalog__item-1 { background-image: url("https://i.ibb.co/QnwmLYC/1.jpg"); } .catalog__item-2 { background-image: url("https://i.ibb.co/F3hvWwL/2.jpg"); } .catalog__item-3 { background-image: url("https://i.ibb.co/ng8djtZ/3.jpg"); } .catalog__item-4 { background-image: url("https://i.ibb.co/svndFZQ/4.jpg"); } .catalog__item-5 { background-image: url("https://i.ibb.co/qk0swZr/5.jpg"); } .catalog__item-6 { background-image: url("https://i.ibb.co/s9zPpp2/6.jpg"); } .catalog__item-7 { background-image: url("https://i.ibb.co/GkfGpSD/7.jpg"); } .catalog__name { display: block; text-decoration: none; font-family: "Ubuntu Condensed", "Arial", sans-serif; color: white; font-size: 1.2em; background: rgba(0, 0, 0, 0.8); padding: 20px; display: flex; align-items: center; position: absolute; bottom: 0; width: 200px; clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0); opacity: 0; left: -30px; transition:all .3s } .catalog__item:hover .catalog__name{ opacity: 1; left: 0; } .btn--catalog { margin-left: auto; margin-right: auto; margin-bottom: 30px; } .info--contact { clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%); padding-top: 50px; padding-bottom: 50px; background: url("https://i.ibb.co/mbXnNMS/cont.jpg"); background-size: cover; color: white; } .btn--contact { margin-top: 0; } .contacts { margin-top: 30px; display: flex; padding: 20px; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.7); } .info__logo--contacts { margin-bottom: 20px; display: block; } .info__desc--contact { padding-right: 20px; border-right: 1px solid rgba(255, 255, 255, 0.2); } @media (max-width: 500px) { .info__company, .promohead__bg:before, .promohead__bg:after { display: none; } .promohead__desc, .promohead h2, .features__item, .catalog__item { width: 100%; } } Тюнинг запчасти в Алматы Большой выбор тюнинг запчастей и автомобильных аксессуаров с доставкой по Казахстану и странам СНГ. Перейти к каталогу Рады видеть вас на сайте «Automobile parts Almaty»! На протяжении нескольких лет наш магазин является одним из лидеров на рынке продажи тюнинг-запчастей и автоаксессуаров в Казахстане. В каталоге нашего интернет-магазина вы найдете запчасти и аксессуары для автомобилей марок Nissan, Lexus, Range Rover, Mitsubishi, Toyota и многих других. Главным преимуществом нашего интернет-магазина является продукция высочайшего качества. Мы тщательно проверяем всю продукцию перед отправкой клиенту и сотрудничаем только с проверенными поставщиками. Благодаря нам вы сможете найти все необходимое для тюнинга авто, что позволит вам не только сделать ваш автомобиль запоминающимся, но и по-настоящему эксклюзивным. Подробнее Почему вам стоит обратиться в нашу компанию? 1 Мы представляем огромный ассортимент деталей на самые популярные марки 2 Вся реализуемая продукция проходит тщательную проверку качества, состоящую из нескольких этапов 3 Занимаемся продажей запчастей и аксессуаров для всех популярных марок автомобилей 4 Благодаря партнерским отношениям, мы имеем возможность предложить своим клиентам очень выгодные цены 5 Все наши детали сертифицированы и отвечают всем общепринятым стандартам качества 6 Все популярные запчасти находятся на складе и готовы к отправке клиенту, также возможна поставка под заказ 7 Наши специалисты имеют большой опыт и всегда готовы оказать вам помощь в поиске и подборе детали 8 Осуществляем быструю доставку заказов по всей Республике Казахстан и странам СНГ Запчасти и аксессуары по брендам: Запчасти и аксессуары Toyota Запчасти и аксессуары LEXUS Запчасти и аксессуары Mercedes Benz Запчасти и аксессуары Nissan Запчасти и аксессуары Mitsubishi Запчасти и аксессуары BMW Запчасти и аксессуары Range Rover Все товары и услуги Позвонив или написав нам, вы получите подробнейшую профессиональную консультацию и помощь в выборе необходимой автозапчасти для тюнинга или автомобильного аксессуара. Контакты