Нет отзывов, добавить
+7 (747) 539-02-82
+7 (771) 240-31-55
M&E time

О нас

/*.uc-all {background: #fff; color: #000;}*/ .uc-link { display: inline-block; padding: 10px 30px; text-decoration: none !important; text-align: center; min-width: 150px; color: #fff !important; background-color: #3e77aa; border-radius: 1px; transition: all .3s; margin-top: 10px; } .uc-link:hover { background: #333333; } :root { --infograph-color4: #3e77aa; --infograph-color3: #272727; --infograph-color2: #272727; --infograph-color1: #3e77aa; } .uc-four-panel { padding: 20px 0; border-bottom: 1px solid #e2e2e2; } .uc-four-panel h2 { text-align: center; margin-bottom: 20px; } .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 20px rgba(0, 0, 0, 0.2); margin: 2%; transition: all .4s ease; box-sizing: border-box; } .uc-four-item:hover { background: #f1f1f1; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); } .uc-four-item strong { font-size: 18px; color: #3e77aa; line-height: 26px; transition: all .6s ease; } .uc-four-item:hover strong { color: #3e77aa; } .uc-four-item:hover .uc-move { animation: 1s ease 0s normal none 1 running bounceInRight; } @keyframes bounceInRight { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; transform: translate3d(200px, 0, 0); } 60% { opacity: 1; transform: translate3d(-25px, 0, 0); } 75% { transform: translate3d(10px, 0, 0); } 90% { transform: translate3d(-5px, 0, 0); } to { transform: none; } } .bounceInRight { animation-name: bounceInRight; } .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: 2px; background: var(--infograph-color1); } .uc-four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 2px; height: 100%; background: var(--infograph-color1); } .uc-four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 2px; background: var(--infograph-color2); } .uc-four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 2px; height: 100%; background: var(--infograph-color2); } .uc-four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 2px; background: var(--infograph-color3); } .uc-four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 2px; height: 100%; background: var(--infograph-color3); } .uc-four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 2px; background: var(--infograph-color4); } .uc-four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 2px; height: 100%; background: var(--infograph-color4); } @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-numbers { padding: 20px; border-bottom: 1px solid #e2e2e2; } .uc-numbers h2 { text-align: center; padding-bottom: 20px; } .uc-numbers-inner { display: flex; flex-wrap: wrap; justify-content: space-around; position: relative; z-index: 0; } .uc-numbers-inner__item { display: flex; justify-content: center; align-items: center; position: relative; width: 21%; margin: 25px 1%; padding: 20px; border-radius: 3px; background: #f1f1f1; box-sizing: border-box; } .uc-numbers-inner__item strong { color: #3b5998; font-size: 18px; transition: 0.5s; } .uc-numbers-inner__item:hover strong { color: #3cb371; } .uc-numbers-inner__item:before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: #333; z-index: -1; transform: skew(2deg, 2deg); border-radius: 3px; transition: 0.5s; } .uc-numbers-inner__item:hover:before { background: #3e77aa; transform: skew(-2deg, -2deg); } .uc-numbers-inner__title { position: absolute; top: 50%; transform: translateY(-50%); right: 10px; font-size: 60px !important; font-weight: bold; line-height: 5rem; color: rgba(39, 39, 39, 0.1); transition: 0.5s; } .uc-numbers-inner__item:hover .uc-numbers-inner__title { top: -10px; color: rgba(39, 39, 39, 0.9); } @media screen and (max-width: 1000px) { .uc-numbers-inner__item { width: 46%; } } @media screen and (max-width: 600px) { .uc-numbers-inner__item { width: 100%; } } .uc-e1-panel { padding: 20px; text-align: center; } .uc-e1-panel h2 { margin-bottom: 20px; text-align: center; } .advan-panel { padding: 20px; text-align: center; border-bottom: 1px solid #e2e2e2; } .advan-panel:after { content: " "; display: block; clear: both; font-size: 0px; } .advan-header { margin-bottom: 10px; font-weight: bold; } .advan-wrapper { display: inline-block; vertical-align: top; width: 22%; margin: 10px 5px; } .advan-img { margin: 15px; transition: all 0.5s ease; } .advan-wrapper:hover img { transform: scale(-1.2, 1.2); margin: 15px; transition: all 0.5s ease; } .advan-text { margin: 10px 0 0; } @media screen and (max-width: 1100px) { .advan-wrapper { width: 40%; } } @media screen and (max-width: 700px) { .advan-wrapper { width: 60%; } } .ucv-a2-panel strong { font-size: 20px; color: #333333; } .ucv-a2-panel { background: #777 url(http://content.s2.prom.st/August2021/Fotolia_215326758_M.jpg) center; background-size: cover; } .ucv-a2-texts { background-color: rgba(45, 45, 45, 0.8); box-sizing: border-box; padding: 20px 15px; width: 50%; text-align: center; padding: 50px; } .ucv-a2-header { font-size: 26px; line-height: 32px; color: #fff; margin: 0px 0px 5px; } .ucv-a2-header:first-letter { color: #ff4500; } .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: #fff !important; width: 220px; border: 2px solid #fff; font-size: 15px; border-radius: 1px; margin-top: 25px; transition: all 0.3s ease 0s; } .ucv-a2-link:hover { color: #fff !important; border-color: #3e77aa; background-color: #3e77aa; } @media screen and (max-width: 1000px) { .ucv-a2-texts { width: auto; } } @media screen and (max-width: 400px) { .ucv-a2-texts { padding: 20px; } } .uc-nombers { padding: 15px 0; } .uc-nombers_wrap { display: flex; flex-wrap: wrap; justify-content: center; } .uc-hint { top: 0; left: 0; /*background-color: rgba(113, 127, 154, 0.46);*/ height: 100%; color: #717f9a; } .uc-hint-body {} .uc-clear { clear: both; height: 0px; } .about { padding: 20px; text-align: left; border-bottom: 1px solid #e2e2e2; } .about p { margin: 20px 0; } .about-header1 { text-align: center; margin: 20px 0 !important; } .about-header { margin: 20px 0px 10px; font-size: 24px; color: #60a2dc; font-weight: bold; } .about-t {} Канцелярские товары оптом и в розницу Огромный выбор школьной и офисной канцелярии Компания M&E time является крупнейшим интернет-магазином, реализующим канцтовары на рынке Казахстана. Более 5 лет мы предлагаем покупателям качественную продукцию от известных и отлично зарекомендовавших себя во всем мире производителей. В КАТАЛОГ Мы предлагаем лучший выбор канцелярии В каталоге компании M&E time вы с легкостью найдете все необходимые канцелярские товары для школы и офиса. В ассортименте тетради и блокноты, бумага, ручки и карандаши, маркеры, ластики, скрепки, дыроколы, канцелярские ножи, ножницы, папки, зажимы, стикеры, подставки для канцелярии, настольные календари, а также многое другое. Мы предлагаем продукцию многих брендов от разных стран-производителей: Казахстан, Россия, Германия, Вьетнам, Турция. Благодаря тому, что мы реализуем только качественный товар, наша компания имеет хорошую репутацию, признание клиентов и партнеров. Мы продаем офисную и школьную канцелярию оптом и в розницу. Для оптовых покупателей предусмотрены хорошие скидки в зависимости от объемов заказанной продукции, также предоставляем бесплатную доставку при покупке канцтоваров на сумму от 100 000 тг. Гарантируем 100% качество товаров, так как работаем только с проверенными производителями. Почему покупают школьную и офисную канцелярию у нас Актуальный ассортимент Несмотря на то, что мы предлагаем очень большой ассортимент канцтоваров, мы всегда тщательно следим за наличием продукции в больших объемах на складе. Это позволяет оперативно доставлять товары как розничным клиентам, так и крупным оптовым заказчикам. Приятная цена Стоимость канцелярии, представленной в каталоге нашего интернет-магазина, средняя по рынку, хотя качество продукции в разы выше, чем у конкурентов. Мы стараемся придерживаться гибкой ценовой политики, предлагаем особые условия сотрудничества для оптовых покупателей. Качественный сервис У нас работают компетентные специалисты, отлично знающие ассортимент. При необходимости вас бесплатно проконсультируют по продукции, ответят на все вопросы и помогут с выбором и оформлением заказа. Мы быстро реагируем на запросы и даем обратную связь. Удобство заказа Для комфорта наших клиентов мы создали наиболее удобные условия для совершения покупки. Мы сделали понятную структуру каталога, чтобы вы потратили минимум времени на поиск нужных товаров. А также предлагаем разные варианты оформления, оплаты и доставки заказов. Главные преимущества M&E time Выбор Предлагаем широкий ассортимент продукции, постоянно его расширяя и добавляя новинки. Качество Мы предлагаем качественную канцелярию и профессиональное качественное обслуживание. Честность Наша компания полностью несет ответственность за качество товара и адекватность цены. Оперативность В кратчайшие сроки принимаем заявки и отправляем заказы покупателям. Сделать заказ Как купить канцелярию для офиса, дома и школы в Алматы 01 1. Оформление покупки по телефону или через корзину на сайте. 02 2. Согласуйте детали заказа с нашим менеджером. 03 3. Внесите 100% оплату товаров удобным способом. 04 4. Мы отправим продукцию выбранным способом. Крупнейший интернет-магазин канцелярских товаров Если у вас остались вопросы или вы готовы сделать заказ, звоните нам по указанному номеру телефона или пишите в WhatsApp. Наши специалисты с радостью проконсультируют по ассортименту. Будем рады видеть вас в числе наших постоянных клиентов! Открыть каталог