1 отзыв
+7 (707) 692-43-45
ИП "Абрикос"

О нас

.uc-link { display: inline-block; padding: 8px; text-decoration: none !important; text-align: center; min-width: 180px; color: #fff !important; background: #3991de; border: 1px solid #3991de; font-size: 16px; transition: all .3s; margin: 10px; border-radius: 4px; } .uc-link:hover { transform: scale(1.1); } .uc-ban1-panel { display: flex; min-height: 47vh; background: url(http://content.s2.prom.st/August2021/Dairy-Photo-Courtesy-TTU.jpg) right center/cover; } .uc-ban1-texts { background-color: rgba(241, 241, 241, 0.75); width: 60%; padding: 20px; text-align: left; box-sizing: border-box; z-index: 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 0; } .uc-ban1-header { font-size: 28px; line-height: 36px; padding-bottom: 10px; color: #3991de; border-bottom: 2px solid #000; } .uc-ban1-sub-header { font-size: 18px; line-height: 26px; color: #000; } .uc-ban1-text { line-height: 26px; color: #000; } .uc-ban1-panel strong { color: #3991de; font-size: 20px; } .uc-ban1-link { text-align: center; text-decoration: none !important; color: #3991de !important; background: #fff; padding: 8px; margin-top: 10px; min-width: 180px; font-size: 16px; transition: all .3s; align-self: self-start; border-radius: 4px; } .uc-ban1-link:hover { transform: scale(1.1); } @media screen and (max-width: 800px) { .uc-ban1-panel { background: none; height: 100% } .uc-ban1-link { align-self: center; } .uc-ban1-texts { width: auto; text-align: center; } .uc-ban1-texts::after { content: none; } .uc-ban1-image { display: none; } } @media screen and (max-width: 500px) { .uc-ban1-panel { min-height: auto; } } .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: 3px solid #3991de; padding: 5px 0; display: inline-block; align-self: flex-start; margin-bottom: 20px !important; } .uc-nombers-scheme { border: 5px solid #3991de; 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 { display: inline-block; padding: 8px; text-decoration: none !important; text-align: center; min-width: 180px; color: #fff !important; background: #3991de; font-size: 16px; transition: all .3s; position: absolute; bottom: -20px; right: 50%; border-radius: 4px; transform: translateX(50%); } .uc-link-nombers:hover { transform: translateX(50%) scale(1.1); } /*@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; } } .uc-clear { clear: both; height: 0px; } .uc-ubers { padding: 20px; /*background: #43325f;*/ } .uc-ubers h2 { text-align: center; padding-bottom: 30px; } .uc-ubers-inner { display: flex; flex-wrap: wrap; justify-content: space-around; position: relative; z-index: 0; } .uc-ubers-inner__item { display: flex; align-items: center; position: relative; width: 46%; margin: 40px 2%; padding: 20px; border-radius: 3px; background: #ffffff; box-sizing: border-box; } .uc-ubers-inner__item strong { color: #3991de; font-size: 18px; transition: 0.5s; } .uc-ubers-inner__item:hover strong { color: #3991de; } .uc-ubers-inner__item:before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: #3991de; z-index: -1; transform: skew(-3deg, -3deg); border-radius: 3px; transition: 0.5s; } .uc-ubers-inner__item:hover:before { transform: skew(3deg, 3deg); background: #3991de; transition: 0.5s; } @media screen and (max-width: 1000px) { .uc-ubers-inner__item { width: 100%; } } :root { --infograph-color4: #3991de; --infograph-color3: #3991de; --infograph-color2: #3991de; --infograph-color1: #3991de; } .uc-four-panel { padding: 20px; } .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 .5s ease; box-sizing: border-box; } .uc-four-item:hover { background: #3991de; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); } .uc-four-item strong { font-size: 20px; color: #444444; line-height: 26px; transition: all .6s ease; } .uc-four-item:hover strong { color: #444444; } .uc-four-item:hover .uc-move { animation: 1.5s ease 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: 8px; background: var(--infograph-color1); } .uc-four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 8px; height: 100%; background: var(--infograph-color1); } .uc-four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 8px; background: var(--infograph-color2); } .uc-four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 8px; height: 100%; background: var(--infograph-color2); } .uc-four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 8px; background: var(--infograph-color3); } .uc-four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 8px; height: 100%; background: var(--infograph-color3); } .uc-four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 8px; background: var(--infograph-color4); } .uc-four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 8px; 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-blockquote-panel { background: #b1b3b7; text-align: center; padding: 0 0 20px; } .uc-blockquote-wrap { display: flex; } .uc-blockquote { position: relative; box-sizing: border-box; display: block; padding: 45px 60px 10px 100px; text-align: left; width: 50%; } .uc-blockquote-round1 { position: absolute; top: 30px; left: 40px; width: 60px; height: 60px; border-radius: 50%; text-align: center; background: rgba(255, 37, 86, .7); animation: slide-2 4s infinite linear; } .uc-blockquote-round1:before { content: "\201C"; line-height: 90px; color: #fff; font-size: 70px; font-family: none; } .uc-blockquote-round2 { position: absolute; top: 40px; left: 50px; width: 60px; height: 60px; border-radius: 50%; background: #444; animation: slide-2 3s infinite linear; } .uc-blockquote-text { position: relative; font-size: 16px; line-height: 26px; color: #ffffff; } .uc-blockquote-text strong { color: #444444; } @media screen and (max-width: 1000px) { .uc-blockquote-wrap { display: block; } .uc-blockquote { width: 100%; } } @media screen and (max-width: 600px) { .uc-blockquote { padding: 50px 10px 10px 50px; } .uc-blockquote-round1 { top: 10px; left: 10px; } .uc-blockquote-round2 { top: 20px; left: 20px; } } @keyframes slide-2 { from { transform: rotate(0deg) translate(-3px) rotate(0deg); -webkit-transform: rotate(0deg) translate(-3px) rotate(0deg); } to { transform: rotate(360deg) translate(-3px) rotate(-360deg); -webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg); } } @-webkit-keyframes slide-2 { from { transform: rotate(0deg) translate(-3px) rotate(0deg); -webkit-transform: rotate(0deg) translate(-3px) rotate(0deg); } to { transform: rotate(360deg) translate(-3px) rotate(-360deg); -webkit-transform: rotate(360deg) translate(-3px) rotate(-360deg); } } .uc-jumbers { padding: 20px; text-align: center; } .uc-jumbers h2 { text-align: center; margin-bottom: 20px; } .uc-jumbers_wrap { display: flex; flex-wrap: wrap; justify-content: center; } .uc-jumbers-scheme { display: inline-block; width: 31%; margin: 10px 1%; padding: 10px; box-sizing: border-box; transition: all 0.3s; } .uc-jumbers-scheme:hover { /*background: #f7f7f7;*/ } .uc-jumbers-scheme strong { transition: all .3s ease; display: inline-block; text-transform: uppercase; font-size: 20px; color: #3991de; margin-bottom: 10px; transform: translateY(10px); } .uc-jumbers-scheme:hover strong { transform: translateY(-10px); } .uc-jumbers-img { height: 90px; width: 90px; /*background: #87cefa;*/ border-radius: 100%; position: relative; margin: 0 auto; } .uc-jumbers-img img { margin-top: 25px; } @media screen and (max-width: 1000px) { .uc-jumbers-scheme { width: 48%; } } @media screen and (max-width: 800px) { .uc-jumbers-scheme { width: 100%; margin: 10px; } } .uc-e1-panel { padding: 20px; text-align: center; /*background: #43325f;*/ } .uc-e1-panel h2 { margin-bottom: 20px; text-align: center; } .social-panel { text-align: center; padding: 20px; } .social-wr { display: inline-block; margin: 10px; width: 25%; } .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); } } Молочная продукция и продукты питания от крупнейшего производителя «Умут и К» Компания "Абрикос" является официальным дистрибьютором завода-производителя и более 5 лет работает на рынке Казахстана. ООО «Умут и К» предлагаем широкий ассортимент качественной продукции без ГМО и консервантов с 1997 года. За время работы завода были построены новые цеха, закуплено высокотехнологичное современное оборудование. Благодаря модернизации предприятия во много раз увеличились объемы производства. На сегодняшний день осуществляется экспорт продукции в Казахстан и страны ближнего зарубежья. Гарантируем самые низкие цены и быструю доставку напрямую от завода производителя. Смотреть ассортимент "Абрикос" — качественная продукция напрямую от производителя Молочные продукты Заказывайте по лучшей цене молоко разной жирности, масло сливочное, разные виды сыров, кефир, сметана, сгущенное молоко, творожки, плавленые и колбасные сыры и др. Подробнее Напитки У нас вы можете очень выгодно купить напрямую от производителя различные лимонады, газированные и негазированные высокого качества. Подробнее Мороженое Предлагаем отличный выбор натурального мороженого. В каталоге представлены различные вкусы: Лесные ягоды, Фисташковое мороженое, Фруктовый лед, Снеговик и др. Подробнее Причины купить молочную продукцию, напитки, мороженое, полуфабрикаты у нас Исключительное качество В каталоге нашего интернет-магазина представлена только качественная и сертифицированная продукция. Для производства продуктов питания используются только натуральные ингредиенты, в составе отсутствуют вредные добавки, ГМО, консерванты. Прямые поставки Компания "Абрикос" работаем напрямую с надежным и проверенным временем заводом-изготовителем «Умут и К». Молочная продукция и другие товары завода поставляются во многие страны и пользуются популярностью как в Казахстане, так и в ближнем зарубежье. Широкий ассортимент За годы существования завода цех, изготавливающий мороженое, стал крупным хладокомбинатом по производству не только мороженого, но и натуральных соков и безалкогольных напитков, мясной и молочной продукции в виде цельного молока, кефира, сметаны разной жирности. Низкая стоимость Прямые поставки позволяют нам предлагать доступные оптовые цены на молочную продукцию и продукты питания. Выгодные условия покупки для розничных и оптовых покупателей являются веским преимуществом компании "Абрикос" перед конкурентами. Каталог Почему клиенты предпочитают заказывать онлайн у нас Актуальный каталог У нас очень большой выбор продукции в наличии, мы стараемся обеспечить необходимые объемы товаров для оптовых заказов. Лучший сервис Специалисты нашего интернет-магазина всегда готовы проконсультировать и ответить на любые интересующие вопросы. Быстрая работа Всегда оперативно отвечаем на заявки и обрабатываем заказы, осуществляем доставку продукции без задержек. Комфортные условия Мы обеспечиваем удобные способы оплаты и доставки, предлагаем выгодные условия сотрудничества для оптовых покупателей. Перейти в каталог Схема заказа в Алматы и Казахстане заказ Оформление заказа на сайте, по телефону или в WhatsApp. Оплата 100% предоплата (при заказе с других регионов), плата после доставки (в городе Алматы). Доставка Доставка молочной продукции осуществляет во вторник и пятницу, другие товары доставляются ежедневно. ИП "Абрикос" — заказывайте качественные и натуральные продукты питания Нужна консультация? Напишите нам в WhatsApp, и мы ответим на все интересующие вопросы.

Информация о компании

Название:
ИП "Абрикос"
Тип компании:
Дистрибьютор / Реселлер, Торговая компания, Производитель
Бренды:
"Умут и Ко", "Ак-Сут

Организационно-правовая форма и капитал

Год основания:
2011
Организационно-правовая форма:
Частное предприятие