Нет отзывов, добавить
+7 (700) 181-90-10

Интернет-магазин товаров для дома

Интернет-магазин товаров для дома
/*---COLORS--- #2a6236 dark green #88c400 light green #f59120 yellow */ /*---TITLE---*/ .my-title-panel { display: flex; justify-content: center; margin-top: 30px; } .my-title { line-height: normal; align-items: center; text-align: left; position: relative; padding-bottom: 18px; font-size: 30px; } .my-title:after { position: absolute; left: 0; bottom: 0; content: ''; height: 10px !important; width: 80px; /*background-color: #f59120;*/ transition: all 300ms ease-out 0s; } .my-title:hover:after { width: 200px; } /*---BUTTON---*/ .button { display: inline-block; padding: 8px; text-decoration: none !important; text-align: center; min-width: 180px; color: #fff !important; background: #afc935; font-size: 16px; transition: all .3s; margin: 10px; } .button:hover { background-color: #282828; } /*---BANNER---*/ .banner-panel { display: flex; min-height: 47vh; justify-content: center; background: url(http://content.s2.prom.st/January2021/slide2.jpg) right center/cover; padding: 100px 0px 100px; position: relative; } .banner-man { position: absolute; bottom: 0; right: 5%; z-index: 1; } .banner-man img { max-width: 500px; } .banner-texts { background-color: rgba(241, 241, 241, 0.7); width: 60%; border: 10px solid #88c400; padding: 60px 20px; text-align: left; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 0; } .banner-header { font-size: 28px; padding-bottom: 10px; color: #000; position: relative; line-height: normal; width: 70%; } .banner-sub-header { font-size: 18px; color: #000; margin: 10px 0px 25px 0px; width: 70%; } .banner-text { line-height: 26px; width: 70%; color: #000; } .banner-panel strong { color: #7ca90d; font-size: 20px; } .banner-link { text-align: center; text-decoration: none !important; color: #fff !important; background: #afc935; padding: 8px; margin-top: 40px; min-width: 180px; font-size: 16px; transition: all .3s; align-self: self-start; } .banner-link:hover { background: #282828; color: #fff !important; } @media screen and (max-width: 1200px) { .banner-texts { width: 80%; } .banner-man { right: 0; } .banner-man img { max-width: 400px; } } @media screen and (max-width: 1000px) { .banner-texts { width: 80%; } .banner-man { right: 0; } .banner-man img { max-width: 400px; } .banner-header { width: auto; } .banner-sub-header {} .banner-text { width: 60%; } } @media screen and (max-width: 830px) { .banner-texts { width: 80%; } .banner-man { visibility: hidden; display: none; } .banner-header { width: auto; } .banner-sub-header { width: auto; } .banner-text { width: auto; } } @media screen and (max-width: 500px) { .banner-panel { padding: 20px; } .banner-texts { width: auto; } } /*---Block TRIO---*/ .uc-nombers { padding: 30px 20px 30px; } .uc-nombers_wrap { display: flex; flex-wrap: wrap; justify-content: center; } .uc-nombers h2 { text-align: center; margin-bottom: 30px; } .uc-nombers_prod { font-size: 16px; text-align: center; border-bottom: 2px solid #afc935; padding: 5px 0; display: inline-block; align-self: flex-start; margin-bottom: 20px !important; } .uc-nombers-scheme { border: 2px solid #afc935; display: inline-block; box-sizing: border-box; position: relative; width: 31%; margin: 50px 1%; padding: 20px; text-align: center; transition: all .5s ease; } .uc-nombers-scheme:hover img { transform: scale(1.1); } .uc-nombers-scheme img { width: 350px; margin-top: -70px; height: auto; box-shadow: 0px 0px 10px #444444; transition: all .4s; } .uc-link-nombers { text-decoration: none !important; padding: 7px; font-size: 15px; color: #fff !important; background: #afc935; position: relative; display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 8px; min-width: 170px; border: none; background: #afc935; color: #fff; vertical-align: middle; text-align: center; font: 400 14px 'Ubuntu',sans-serif; cursor: pointer; } .uc-link-nombers:hover { background: #282828; color: #fff !important; } /*@media screen and (max-width: 1300px) { .uc-nombers-scheme { width: 46%; } } */ @media screen and (max-width: 800px) { .uc-nombers-scheme { width: 100%; margin: 50px auto; } } /*---ADVAN---*/ .advan-panel { background: url(http://content.s2.prom.st/January2021/IMG-20200408-WA0016_1200x1200.jpg) right; } .advan-top { background-color: rgba(255, 255, 255, 0.5); text-transform: uppercase; padding: 20px 80px; } .advan-middle { background-color: rgba(255, 255, 255, 0.6); padding: 20px 80px 40px; } .advan-wr-block { display: flex; flex-direction: column; } .check { min-width: 30px; fill: #88c400; transition: all 30ms ease-out 0s; } .advan-wr:hover .check { fill: #282828; } .advan-wr { display: flex; align-items: flex-start; padding: 5px 0px; } @media screen and (max-width: 500px) { .advan-top { padding: 20px; } .advan-middle { padding: 20px; } } /*---FOUR PANEL---*/ .four-panel { display: flex; justify-content: center; flex-wrap: wrap; padding: 0px 40px; } .four-panel-wr-1, .four-panel-wr-2, .four-panel-wr-3, .four-panel-wr-4 { position: relative; width: 40%; /* #585858 #828181*/ background:#afc935; margin: 10px; padding: 15px; color: #fff; z-index: 0; } .four-panel-wr-1:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; transform: translate(-15px, -15px); z-index: -2; border: 3px solid #2a6236; } .four-panel-wr-2:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; transform: translate(15px, -15px); z-index: -2; border: 3px solid #2a6236; } .four-panel-wr-3:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; transform: translate(-15px, 15px); z-index: -2; border: 3px solid #2a6236; } .four-panel-wr-4:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; transform: translate(15px, 15px); z-index: -2; border: 3px solid #2a6236; } /*.green-line { background: linear-gradient(to top, #2a6236, 15%, #88c400); padding: 20px 40px; margin: 20px 80px; } @media screen and (max-width:650px) { .four-panel-wr-1, .four-panel-wr-2, .four-panel-wr-3, .four-panel-wr-4 { width: auto; margin: 20px 0px; } .green-line { margin: auto; margin-top: 10px; } }*/ /*---WHY ME---*/ .why-pan { position: relative; background: url(http://content.s2.prom.st/January2021/orlando-cleaning-bucket-full-scaled.jpeg) 50%/cover; display: flex; flex-direction: column; align-items: flex-end; padding: 40px 80px; margin-bottom: 160px; } .why-pan:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0), 30%, #fff); } .why-wr { position: relative; z-index: 2; width: 86%; background-color: rgba(255, 255, 255, 0.6); color: #333; margin: 20px 0px; padding: 10px; padding-left: 48px; box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.61); transition: all 300ms ease-out 0s; } .why-wr:hover .why-num { top: 25px; } .why-wr:hover { box-shadow: 5px 5px 10px rgba(128, 128, 128, 0.61); } .why-wr:nth-child(2n) { margin-right: 80px; transition: all 300ms ease-out 0s; } .why-wr:hover { margin-right: 20px; } .why-wr:nth-child(2n):hover { margin-right: 70px; } .why-num { position: absolute; left: -10px; top: 10px; z-index: 1; font-size: 82px; font-weight: bold; color: #88c400; /* background: linear-gradient(#88c400, #fff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; */ transition: all 300ms ease-out 0s; } .why-text { z-index: 1; color: #333; } .white-line { position: absolute; bottom: -20%; left: 0; z-index: 3; background: #fff; box-shadow: 0px 2px 2px rgba(128, 128, 128, 0.35); padding: 20px 40px; margin: 20px 80px; } .white-line p:nth-child(1) { text-transform: uppercase; } .white-line p:nth-child(2) { font-size: 14px; } @media screen and (max-width: 750px) { .why-pan { align-items: center; margin-bottom: 280px; } .why-wr { width: auto; } .why-wr:nth-child(2n) { margin-right: 0px; } .white-line { margin: 20px; bottom: -20%; } } @media screen and (max-width: 520px) { .why-pan { align-items: center; margin-bottom: 400px; padding: 20px; padding-bottom: 80px; } } /*---ORDER---*/ .order-pan { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; } .order-wr { margin: 10px 0px; text-align: center; background-color: #afc935; padding: 25px 15px; width: 25%; position: relative; transition: all 300ms ease-out 0s; } .order-wr:hover img { transform: scale(1.2); } .order-wr:hover { box-shadow: 0px 0px 5px #9f9f9f; } .order-wr:hover .order-num { color: rgba(255, 255, 255, 0.5); transition-delay: 300ms; } .order-wr img { width: 50px; transition: all 300ms ease-out 0s; } .order-text { margin-top: 10px; color: #fff; } .order-num { position: absolute; bottom: 50%; left: 0; font-size: 140px; font-weight: bold; color: rgba(255, 255, 255, 0.3); transition: all 300ms ease-out 0s; } @media screen and (max-width: 600px) { .order-pan { flex-direction: column; } .order-wr { width: auto; } } AKVI TRADE - товары для дома и быта оптом и в розницу Широкий ассортимент и лучшие цены! В нашем интернет-магазине вы сможете заказать самые востребованные потребительские товары напрямую от производителей. Бытовая химия от лучших производителей, современная керамическая посуда, надежные элементы питания и другие товары по самой выгодной цене. Смотреть каталог Заказывайте качественные товары для дома Бытовая химия Предлагаем бытовую химию высокого качества по хорошей цене. В ассортименте самые популярные средства для стирки, моющие и чистящие средства. Смотреть Элементы питания В нашем интернет-магазине вы можете купить батарейки таких производителей как "DAEWOO", "JAZZWAY", "ФАZA". Смотреть Посуда В группе представлены наборы керамической столовой посуды. Сервизы отличаются высоким качеством, удобством использования и красивым дизайном. Смотреть Почему клиенты выбирают бытовые товары у нас Мы предлагаем широкий ассортимент товаров, которые необходимы в каждом доме для поддержания чистоты и создания комфортных условий жизни. Наша компания работает напрямую с хорошо зарекомендовавшими себя на рынке производителями, качество продукции которых известно во всем мире. Мы следим за наличием продукции на складе, контролируем актуальность цен на сайте и готовы предоставить всю необходимую информацию о товарах. Наша компания постоянно развивает структуру поставщиков, чтобы предлагать все необходимые и востребованные товары для быта нашим покупателям. Главные причины сотрудничества с AKVI TRADE 1 Мы предлагаем только качественную продукцию от проверенных поставщиков, с которыми мы работаем на прямую. У нас актуальный ассортимент и цены. Работаем с розничными и оптовыми покупателями на одинаково выгодных условиях. 2 Вы приятно удивитесь, увидев доступные цены на товары для дома. Благодаря прямым поставкам, мы не тратим средства на посредников и можем предложить нашим клиентам цены с минимальными наценками. 3 Мы осуществляем доставку по всему Казахстану всегда вовремя и без задержек. Кроме того, в зависимости от объемов заказанной продукции, мы можем предоставить бесплатную доставку бытовых товаров нашим покупателям. 4 Мы предлагаем качественный и профессиональный сервис. Наши специалисты всегда индивидуально подходят к каждому заказчику, стараясь предложить максимально подходящий товар и ответить на все интересующие вопросы. 5 Для экономии вашего времени после оставленной заявки на покупку бытовой химии или других товаров наш менеджер в кратчайшие сроки связывается с вами для согласования заказа и дальнейшей оперативной его доставки. Мы закупаем товар напрямую у известных и проверенных произвдителей, что гарантирует их оригинальность, высокое качество и эффективность использования. Продукцию можно заказать как в розницу, так и оптом. Посмотреть ассортимент Как заказать товары для быта в нашем интернет-магазине 1 Оформите заказ на сайте, по телефону или в WhatsApp, после чего наш менеджер свяжется с вами для обсуждения всех дополнительных вопросов 2 Оплатить заказа вы можете наиболее удобным для вас способом: наличкой курьеру после получения товара или переводом на карту. 3 Доставка курьером или транспортными компаниями (по тарифам перевозчика). Возможна бесплатная доставка в зависимости от суммы заказа. Задать все интересующие вопросы вы можете нам на WhatsApp или позвонив по указанным номерам телефона. Также подписывайтесь на нас в социальных сетях, чтобы первыми узнавать о новинках, акциях и скидках.