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

M&E time

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; } .uc-benefits-wrapper { padding: 20px; border-bottom: 1px solid #e2e2e2; } .uc-benefits-wrapper h2 { text-align: center; margin-bottom: 20px; } .uc-benefits { display: flex; justify-content: space-around; flex-wrap: wrap; } .uc-benefits__item { display: flex; flex-direction: column; text-align: center; width: 48%; padding: 15px; margin: 10px 1%; background: #f1f1f1; box-sizing: border-box; transition: 0.3s; } .uc-benefits__item img { align-self: center; margin-bottom: 10px; transition: 0.3s; } .uc-benefits__content { margin-top: 25px; } .uc-benefits__title { font-size: 20px; line-height: 26px; color: #3e77aa; position: relative; transition: 0.4s ease-in-out; } .uc-benefits__title::before { content: ''; position: absolute; left: 50%; top: -15px; transform: translateX(-50%); height: 3px; width: 45%; background: #3e77aa; transition: 0.4s ease-in-out; } .uc-benefits__text { transform: translateY(-80px); opacity: 0; transition: 0.5s ease-in-out, opacity 0.4s; margin: 0px !important; } .uc-benefits__item:hover { background: #fcfcfc; } .uc-benefits__item:hover .uc-benefits__text { opacity: 1; transform: translateY(0px); transition: opacity 1.5s; } .uc-benefits__item:hover .uc-benefits__title { transform: translateY(-25px); transition: 0.4s ease-in-out all; } .uc-benefits__item:hover .uc-benefits__title::before { transform: translate(-50%, 50px); transition: 0.3s ease-in-out; } @media screen and (max-width: 1000px) { .uc-benefits__item { width: 100%; } .uc-benefits__item img { transform: translateY(0px); } .uc-benefits__title { transform: translateY(0px); } } @media screen and (max-width: 800px) { .uc-benefits__text { transform: translateY(0px); opacity: 1; } } :root { --infograph-color4: #3e77aa; --infograph-color3: #333333; --infograph-color2: #333333; --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: 30%; 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/sec08-bg01.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: left; padding: 50px; } .ucv-a2-header { font-size: 30px; 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-nombers h2 { text-align: center; margin: 20px 0 !important; } .uc-nombers_prod { text-align: left; font-size: 16px; text-decoration: none; color: #fbb800 !important; padding: 5px 0; display: inline-block; align-self: flex-start; margin-bottom: 20px !important; } .uc-nombers-scheme { border: 2px solid #3e77aa; display: inline-block; box-sizing: border-box; position: relative; width: 40%; margin: 5% 2%; padding: 20px; text-align: center; transition: all .3s ease; } .uc-nombers-scheme:hover { box-shadow: 0px 0px 8px #717f9a; } .uc-nombers-scheme1 { width: 45.5%; } .uc-nombers-scheme img { margin-top: -50px; height: auto; box-shadow: 0px 5px 5px grey; } @media screen and (max-width: 1000px) { .uc-nombers-scheme { width: 100%; margin: 30px auto; } } .uc-clear { clear: both; height: 0px; } .ucv-b1-panel { padding: 20px 0; text-align: center; border-bottom: 1px solid #e2e2e2; } .ucv-b1-panel:after { content: " "; display: block; clear: both; font-size: 0px; } .ucv-b1-header { margin: 20px 0 !important; text-align: center; } .ucv-b1-wrapper { display: inline-block; vertical-align: top; margin: 10px 5px; text-decoration: none; } .ucv-b1-img-holder { display: block; text-align: center; position: relative; overflow: hidden; max-width: 390px; margin: 0 auto; } .ucv-b1-img-holder img { display: block; height: auto !important; } .ucv-b1-img-holder:hover .ucv-b1-hint { left: 0; transform: skew(0); } .ucv-b1-hint { overflow: hidden; transform: skew(-45deg); position: absolute; top: 0; left: -150%; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); text-align: left; color: #111; transition: all 400ms; 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: 16px; color: #333; display: inline-block; margin-top: 10px; } .ucv-b1-name:hover { color: #3e77aa; } .ucv-b1-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #333; } .ucv-b1-panel .ucv-b1-wrapper { width: 46%; text-decoration: none; } @media screen and (max-width: 1050px) { .ucv-b1-panel .ucv-b1-wrapper { width: 46%; } .ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper { width: 46%; } } @media screen and (max-width: 700px) { .ucv-b1-desc { position: static; visibility: visible; } .ucv-b1-panel .ucv-b1-wrapper, .ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper { width: auto; margin-right: 15px; margin-left: 15px; } } .social-panel { text-align: center; padding: 20px; } .social-wr { display: inline-block; margin: 10px; width: 20%; } .social-wr img { animation-name: social; animation-duration: 3s; animation-iteration-count: infinite; transition: ease-out; } .social-header { display: block; margin: 20px 0 !important; } @keyframes social { from { transform: scale(1); } 50% { transform: scale(1.1); } to { transform: scale(1); } } Качественная канцелярия в интернет-магазине M&E time Предлагаем большой выбор школьных и офисных канцтоваров Наша компания на рынке Казахстана более 5 лет успешно занимается реализацией качественной продукции от лучших производителей. Мы расширили свой ассортимент за годы работы так, что в нашем магазине можно купить всю необходимую канцелярию. Мы продаем канцтовары оптом и в розницу по доступным ценам. В КАТАЛОГ Канцелярские товары в Алматы с доставкой Мы предлагаем большой выбор школьной канцелярии. У нас вы сможете купить по лучшей цене все необходимое для первоклассников и выпускников. Карандаши, ластики, линейки, пеналы, ручки и многое другое необходимо для школьника в процессе обучения. У нас только качественные товары по самой выгодной цене. Школьная канцелярия Мы предлагаем большой выбор школьной канцелярии. У нас вы сможете купить по лучшей цене все необходимое для первоклассников и выпускников. Карандаши, ластики, линейки, пеналы, ручки и многое другое необходимо для школьника в процессе обучения. У нас только качественные товары по самой выгодной цене. В нашем интернет-магазине богатый и разнообразный выбор канцтоваров для офиса: бумага, ручки и карандаши, маркеры, скрепки, дыроколы, канцелярские ножи, папки, зажимы, стикеры, тетради и блокноты, а также многое другое. Мы гарантируем высокое качество офисной канцелярии и предлагаем низкую стоимость на товары. Офисная канцелярия В нашем интернет-магазине богатый и разнообразный выбор канцтоваров для офиса: бумага, ручки и карандаши, маркеры, скрепки, дыроколы, канцелярские ножи, папки, зажимы, стикеры, тетради и блокноты, а также многое другое. Мы гарантируем высокое качество офисной канцелярии и предлагаем низкую стоимость на товары. Причины купить офисную и школьную канцелярию у нас Лучшие ценовые предложения Цена на канцелярские товары у нас средняя по рынку, но качество значительно выше. Кроме хорошей цены мы готовы также предложить выгодные скидки для оптовых покупателей. Сертифицированная продукция Школьная и офисная канцелярия, представленная в нашем магазине, сертифицирована в соответствии с международными стандартами качества, чему есть документальное подтверждение. Качественные товары Мы предлагаем канцелярские товары проверенных производителей, которые пользуются популярностью на мировом рынке и производят исключительно качественный продукт. Очень большой ассортимент В нашем каталоге мы предлагаем канцелярию многих брендов от разных стран производителей: Казахстан, Россия, Германия, Вьетнам, Турция. Перейти в каталог Почему клиенты выбирают канцелярию M&E time Опыт и репутация Наша компания занимается оптовой и розничной продажей канцелярских товаров более 5 лет. За это время мы обслужили свыше 500 000 клиентов без единого возврата товара или средств. Приятные бонусы Мы предлагаем оптовые цены даже для небольших заказов. Делаем бесплатную доставку при заказе от 100 000 тг., можем предложить хорошие скидки в зависимости от объемов товаров. Оперативная работа У нас очень слаженная система работы с заказами. Мы работаем быстро, начиная с приема заявки на покупку и заканчивая своевременной доставкой продукции. Качественный сервис Наши специалисты отлично знают ассортимент интернет-магазина, и готовы всегда проконсультировать и помочь с выбором, индивидуально подходя к каждому клиенту. Как купить канцелярские товары для школы и офиса 01 1. Оформите покупку на нашем сайте или телефону. 02 2. Воспользуйтесь консультацией менеджера и подтвердите заказ. 03 3. Оплатите продукцию наиболее подходящим вам способом. 04 4. Мы отправим товар по Казахстану выбранным способом. Канцелярия от лучших производителей оптом и в розницу Вы можете заказать нужные канцелярские товары прямо на нашем сайте всего за пару минут. Если вам требуется консультация специалиста, свяжитесь с нами удобным для вас способом. Для оперативного ответа вы можете позвонить нам по указанному номеру телефона или написать в WhatsApp. Мы гарантируем 100% качество товаров, приятные цены и внимательное обслуживание. Будем рады видеть вас в числе наших постоянных клиентов! Перейти в каталог