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: #2ca320; border: 1px solid #2ca320; 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/July%202021/6_17.jpg) right center/cover; } .uc-ban1-texts { background-color: rgba(241, 241, 241, 0.7); 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: #000; 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: #fc0; font-size: 20px; } .uc-ban1-link { text-align: center; text-decoration: none !important; color: #fc0 !important; background: #fff; padding: 8px; margin-top: 10px; min-width: 180px; font-size: 16px; transition: all .3s; align-self: self-start; } .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 #fc0; padding: 5px 0; display: inline-block; align-self: flex-start; margin-bottom: 20px !important; } .uc-nombers-scheme { border: 5px solid #fc0; display: inline-block; box-sizing: border-box; position: relative; width: 48%; 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: #fc0; 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: #fc0; font-size: 18px; transition: 0.5s; } .uc-ubers-inner__item:hover strong { color: #fc0; } .uc-ubers-inner__item:before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: #fc0; z-index: -1; transform: skew(-3deg, -3deg); border-radius: 3px; transition: 0.5s; } .uc-ubers-inner__item:hover:before { transform: skew(3deg, 3deg); background: #fc0; transition: 0.5s; } @media screen and (max-width: 1000px) { .uc-ubers-inner__item { width: 100%; } } :root { --infograph-color4: #fc0; --infograph-color3: #fc0; --infograph-color2: #fc0; --infograph-color1: #fc0; } .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: #fc0; 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: #fc0; 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); } } ИП "Абрикос" предлагает товары завода «Умут и Ко» - одного из крупнейших производителей молочной продукции С 2010 года являемся официальным дистрибьютором завода-производителя Предлагаем широкий ассортимент качественной продукции напрямую от производителя. 100% натуральные продукты, без ГМО и консервантов. Всегда отличный выбор свежей продукции в необходимых объемах для розничных и оптовых покупателей. Смотреть каталог Продукция по ценам производителя! Молочные продукты В ассортименте молоко разной жирности, сметана, кефир, сгущенное молоко, творожки, разные виды сыров, плавленые и колбасные сыры, масло сливочное и др. Подробнее Полуфабрикаты Предлагаем широкий ассортимент полуфабрикатов от завода-производителя. Только качественные и натуральные продукты в составе. Подробнее Напитки Предлагаем отличный выбор лимонадов, газированной и негазированной воды высокого качества по доступной цене напрямую от производителя. Подробнее Мороженое В ассортименте мороженое Бомба, Смак, Брикет, Снеговик, День Ночь, Геркулес, Фисташковое мороженое, Лесные ягоды, Фруктовый лед, Джаз и др. Подробнее Главные преимущества нашей продукции Качество Мы предлагаем только качественную и сертифицированную продукцию. От производителя Мы работаем напрямую с надежным и проверенным временем заводом-изготовителем. Натуральность Для изготовления продукции используются только натуральные продукты высокого качества. Цена Прямые поставки позволяют нам предлагать доступные оптовые цены на наши товары. Каталог Почему клиенты выбирают нас? Ассортимент Мы предлагаем большой выбор продукции, а также имеем в наличии необходимые объемы товаров для оптовых заказов. Обслуживание Наши специалисты всегда готовы проконсультировать и ответить на любые интересующие вопросы. Оперативность Мы быстро реагируем на заявки и обрабатываем заказы, осуществляем доставку в оговоренные с клиентом сроки. Удобство Мы предлагаем выгодные условия сотрудничества для оптовых покупателей, обеспечиваем удобные способы оплаты и доставки. Приступить к заказу Схема заказа в нашем интернет-магазине заказ Оформление заказа на сайте, по телефону или в WhatsApp. Оплата 100% предоплата (при заказе с других регионов), плата после доставки (в городе Алматы). Доставка Доставка товаров осуществляет во вторник и пятницу. ИП "Абрикос" — продукция высокого качества от производителя! Остались вопросы? Напишите нам в WhatsApp мы предоставим детальную информацию.