Нет отзывов, добавить
+7 (705) 596-44-88
+7 (776) 669-09-50

Black Flamingo

Black Flamingo
.uc-link { display: inline-block; min-width: 124px; padding: 8px 16px; -webkit-box-sizing: border-box; box-sizing: border-box; /*border-radius: 20px;*/ background: #5f9b91; text-shadow: 0 -1px 0 rgb(0 0 0 / 20%); color: #fff !important; text-decoration: none !important; cursor: pointer; -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; border-radius: 3px; } .uc-link:hover { -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; background: #7db0a7; } .uc-title { margin: 10px 0 20px !important; position: relative; padding: 10px 0; text-align: center; } .uc-title::after { content: ''; position: absolute; width: 100%; left: 0; bottom: -20px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #fff; } .uc-header strong { font-size: 1.3rem; color: #7db0a7; } .uc-header { display: flex; flex-direction: column; justify-content: space-between; min-height: 50vh; background-size: cover; background-position: 50%; position: relative; padding: 20px; color: #fff; } .uc-header::before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: rgba(45, 45, 45, 0.7); } .uc-header__row { width: 75%; text-align: right; position: relative; padding: 20px; box-sizing: border-box; } .uc-header__row_right { align-self: flex-end; } .uc-header__row_left::before { position: absolute; content: ''; right: 0; top: 0; height: 100%; width: 3px; background: #5f9b91; } .uc-header__text { font-size: 0.9rem !important; line-height: 1.2rem; } .uc-header__text, .uc-header__title, .uc-subtitle { position: relative; } .uc-header__title { font-size: 2rem !important; color: #7db0a7; line-height: 2rem; } .uc-subtitle { font-size: 1.3rem; line-height: 1.5rem; } @media screen and (max-width: 1100px) { .uc-header__row { width: 80%; } } @media screen and (max-width: 768px) { .uc-header__row_right { order: 1; } .uc-header__row_left { order: 2; } .uc-header__row { width: 100%; } .uc-header__title { font-size: 1.5rem !important; line-height: 1.5rem; } .uc-header__row_left::before { display: none; } .uc-header { padding: 0; } } .ucv-b1-panel { padding: 0 20px; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; } .ucv-b1-panel h2 { margin-bottom: 40px !important; text-align: center; } .ucv-b1-wrapper { display: inline-block; vertical-align: top; margin: 15px 1%; text-decoration: none; } .ucv-b1-img-holder { display: block; text-align: center; position: relative; overflow: hidden; max-width: 300px; /*border-radius: 20px;*/ margin: 0 auto; box-shadow: 1px 1px 8px -4px #2d2d2d, inset -3px 20px 20px 0 rgb(92 164 169 / 10%); } .ucv-b1-img-holder img { display: block; height: auto !important; } .ucv-b1-img-holder:hover .ucv-b1-hint { top: 0; } .ucv-b1-hint { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: rgba(45, 45, 45, 0.75); text-align: left; color: #fff; transition: all 0.6s ease 0s; 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: 13px; color: #333; display: inline-block; margin-top: 10px; } .ucv-b1-name:hover { color: #2d2d2d; } .ucv-b1-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #333; } .ucv-b1-panel .ucv-b1-wrapper { width: 31%; } @media screen and (max-width: 1025px) { .ucv-b1-panel .ucv-b1-wrapper { width: 70%; } .ucv-b1-desc { position: static; visibility: visible; } .ucv-b1-wrapper { margin: 15px 2%; } } @media screen and (max-width: 800px) { .ucv-b1-panel .ucv-b1-wrapper { width: auto; } } .uc-num-wrapper { padding: 10px 20px; } .uc-num-wrapper strong { color: #2d2d2d; font-size: 18px; } .uc-number__icon { width: 50px; height: auto; } .uc-numbers { display: flex; flex-wrap: wrap; justify-content: space-around; } .uc-number__item { margin: 30px 0; position: relative; display: flex; flex-direction: column; width: 43%; background: #fff; /*border-radius: 20px;*/ box-shadow: 1px 1px 8px -4px #2d2d2d, inset -3px 20px 20px 0 rgb(178 178 178 / 10%); text-align: center; padding: 20px 60px; box-sizing: border-box; border-right: solid 5px; border-top: solid 5px; border-color: #eeeeee; } .uc-number { position: absolute; bottom: 45px; left: 87%; width: 70px; height: 70px; background: rgba(95, 155, 145, .75); border-radius: 100%; overflow: hidden; } .uc-number span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, 0%); font-size: 35px; font-weight: bold; color: #fff; } .uc-number__description { position: relative; } /*.uc-number__item::after { content: ''; position: absolute; right: 94%; bottom: 92%; width: 30px; height: 30px; background: rgba(237, 69, 31, .5); border-radius: 100%; animation: opacityBackground 3s linear alternate infinite; }*/ @keyframes opacityBackground { 0% { background: #2d2d2d; } 100% { background: #5f9b91; } } @media screen and (max-width: 1200px) { .uc-number__item { width: 43%; } } @media screen and (max-width: 1024px) { .uc-number__item { width: 90%; } } @media screen and (max-width: 768px) { .uc-number { top: 75%; } } @media screen and (max-width: 480px) { .uc-number__item { padding: 20px; } .uc-number { top: 85%; left: 76%; } } :root { --infograph-color2: #2d2d2d; --infograph-color1: #2d2d2d; } .uc-four-panel { padding: 20px 10px 40px; } .uc-four-panel h2 { margin-bottom: 20px; text-align: center; } .uc-four-container { display: flex; flex-wrap: wrap; justify-content: space-around; } .uc-four-item { display: flex; flex-direction: column; width: 46%; padding: 20px; background: #fff; /*border-radius: 20px;*/ box-shadow: 1px 1px 8px -4px #2d2d2d, inset -3px 20px 20px 0 rgb(178 178 178 / 10%); transition: box-shadow 0.3s, color 0.3s ease-in-out; margin: 2%; box-sizing: border-box; } .uc-four-item strong { font-size: 22px; color: #5f9b91; transition: 0.3s ease-in-out; } .uc-four-item:hover strong { color: #fff; transition: 0.3s ease-in-out; } .uc-four-item:hover { box-shadow: 0px 0px 15px 1px rgba(45, 45, 45, 0.4); transition: box-shadow 0.3s ease-in-out; } .uc-four-content-1, .uc-four-content-2, .uc-four-content-3, .uc-four-content-4 { text-align: center; position: relative; padding: 25px; display: flex; flex-direction: column; align-items: center; height: 100%; } .uc-four-content-1:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 10px; background: var(--infograph-color2); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 10px; height: 100%; background: var(--infograph-color2); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 10px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 10px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 10px; background: var(--infograph-color1); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 10px; height: 100%; background: var(--infograph-color1); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 10px; background: var(--infograph-color2); border-radius: 5px; transition: 300ms ease-in-out; } .uc-four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 10px; height: 100%; background: var(--infograph-color2); border-radius: 5px; transition: 500ms ease-in-out; } .uc-four-item:hover .uc-four-content-1::before, .uc-four-item:hover .uc-four-content-2::before, .uc-four-item:hover .uc-four-content-3::before, .uc-four-item:hover .uc-four-content-4::before { transition: 500ms ease-in-out; width: 100%; } .uc-four-item:hover .uc-four-content-1::after, .uc-four-item:hover .uc-four-content-2::after, .uc-four-item:hover .uc-four-content-3::after, .uc-four-item:hover .uc-four-content-4::after { transition: 300ms ease-in-out; height: 100%; } .uc-four-text { transition: color 0.6s ease-in-out; z-index: 1; } .uc-four-item:hover .uc-four-text { transition: color 0.3s ease-in-out; color: #fff; } @media screen and (max-width: 800px) { .uc-four-item { width: 100%; } .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-3 { border: 10px solid var(--infograph-color2); border-radius: 10px; } .uc-four-content-2, .uc-four-content-4 { border: 10px solid var(--infograph-color1); border-radius: 10px; } .uc-four-item:hover .uc-four-text { color: inherit; } .uc-four-item:hover strong { color: #3f3f3f; } .uc-four-content-1, .uc-four-content-2, .uc-four-content-3, .uc-four-content-4 { padding: 10px; } .uc-four-text { transition: color 0.6s ease-in-out; z-index: 0; } } .uc-blockquote-panel { padding: 20px; } .uc-blockquote-panel h2 { text-align: center; margin-bottom: 20px; } .uc-blockquote__container { display: flex; flex-wrap: wrap; justify-content: space-between; } .uc-blockquote { width: 45%; margin: 0; text-align: center; padding: 20px 50px; box-sizing: border-box; } .uc-blockquote span { background: #fff; box-shadow: -20px 0 #fff, 20px 0 #fff; position: relative; padding: 3px 0; line-height: 35px; } .uc-blockquote p { font-size: 18px; line-height: 28px; color: inherit; } .uc-blockquote span:before { content: "\201C"; font-family: serif; position: absolute; font-size: 35px; left: -50px; top: 10px; line-height: 0; color: #5f9b91; } .uc-blockquote span:after { content: "\201D"; font-family: serif; position: absolute; font-size: 35px; right: -50px; bottom: -10px; line-height: 0; color: #5f9b91; } .uc-blockquote .uc-blockquote-user { text-transform: uppercase; color: #5f9b91; } @media screen and (max-width: 1000px) { .uc-blockquote { width: 100%; padding: 30px; } } .uc-info { padding: 20px 0; } .uc-info-container { display: flex; flex-wrap: wrap; justify-content: space-around; position: relative; } .uc-info__item { display: flex; justify-content: center; width: 45%; margin-bottom: 30px; } .uc-info-item__inner { display: flex; align-items: center; background: #fff; box-shadow: 1px 1px 8px -4px #2d2d2d, inset -3px 20px 20px 0 rgb(178 178 178 / 10%); /*border-radius: 20px;*/ width: 100%; } .uc-info-item__inner:hover .uc-info__icon { transform: scale(1.1); transition: .5s linear; } .uc-info__icon { width: 45px; height: auto; transition: .5s linear; } .uc-info__number { font-size: 4rem; line-height: 1.1; opacity: 0.1; animation: numberUpDown 2s linear alternate infinite; margin-right: 10px; color: #2d2d2d; } .uc-info__number_1 { animation-delay: 1s; } .uc-info__number_2 { animation-delay: 2s; } .uc-info__number_3 { animation-delay: 3s; } .uc-info__number_4 { animation-delay: 4s; } .column { width: 50%; display: flex; align-items: center; justify-content: center; } .column__right { width: 65%; justify-content: flex-start; } .column__left { width: 35%; } .uc-info__desc { box-shadow: -18px 0 12px -15px rgb(178 178 178 / 43%); padding: 0 10px; } @media screen and (max-width: 1060px) { .uc-info__line { display: none; } .uc-info__item { width: 98%; } .uc-info__item:not(:last-child) { margin-bottom: 30px; } } @keyframes numberUpDown { 0% { transform: scale(1); opacity: 0.1; } 100% { transform: scale(1.2); opacity: 1; } } @-webkit-keyframes numberUpDown { 0% { transform: scale(1); opacity: 0.1; } 100% { transform: scale(1.2); opacity: 1; } } .uc-e1-panel { padding: 20px; text-align: center; } Black Flamingo — уникальная одежда с вашим стилем Black Flamingo — это история о стиле и качестве, начавшаяся в 2013 году. С тех пор мы развивались, преображались и создавали уникальную одежду для тех, кто ценит свой стиль. Свежие идеи, креативный дизайн и высокое качество — вот что делает нас вашим идеальным партнером в создании неповторимого облика. Нашим клиентам мы предлагаем услуги пошива одежды (футболки, платья, свитшоты, спецодежда, сумки и многое другое), а также услуги брендирования (печать и машинная вышивка на одежде). Пошив одежды под ключ в Казахстане Посмотреть ассортимент Услуги швейного производства Black Flamingo Black Flamingo предлагает услуги пошива футболок. Наш опытный производственный цех обеспечит вас стильной и комфортной одеждой. ПОШИВ ФУТБОЛОК Black Flamingo предлагает услуги пошива футболок. Наш опытный производственный цех обеспечит вас стильной и комфортной одеждой. Толстовки и свитшоты стали неотъемлемой частью гардероба. Наша компания предлагает уникальные дизайны и высокое качество пошива. ПОШИВ ТОЛСТОВОК И СВИТШОТОВ Толстовки и свитшоты стали неотъемлемой частью гардероба. Наша компания предлагает уникальные дизайны и высокое качество пошива Наши мастера предлагают пошив стильных и женственных платьев. От простых и элегантных до смелых и ультрамодных — у нас есть выбор для каждой женщины. ПОШИВ ПЛАТЬЕВ Наши мастера предлагают пошив стильных и женственных платьев. От простых и элегантных до смелых и ультрамодных — у нас есть выбор для каждой женщины. Black Flamingo работает с корпоративными клиентами, создавая уникальные униформы и спецодежду. ПОШИВ УНИФОРМЫ И СПЕЦОДЕЖДЫ lack Flamingo работает с корпоративными клиентами, создавая уникальные униформы и спецодежду. Нашим клиентам доступны услуги брендирования одежды, наши специалисты качественно выполняют профессиональное нанесение принтов на текстиль. ПЕЧАТЬ НА ОДЕЖДЕ Нашим клиентам доступны услуги брендирования одежды, наши специалисты качественно выполняют профессиональное нанесение принтов на текстиль. Наши высококвалифицированные мастера выполняют машинную вышивку на заказ. У нас вы можете заказать вышивку логотипов, надписей и принтов. ВЫШИВКА НА ОДЕЖДЕ Наши высококвалифицированные мастера выполняют машинную вышивку на заказ. У нас вы можете заказать вышивку логотипов, надписей и принтов. Главные преимущества пошива одежды на заказ Индивидуальный подход Black Flamingo не просто создает одежду — мы создаем стиль, соответствующий вашей уникальности. Наши дизайнеры работают индивидуально с каждым клиентом, учитывая его предпочтения и пожелания. Высокое качество Каждая деталь, каждый шов, каждый материал — все тщательно выбирается и проверяется нашими специалистами. Мы гарантируем вам качественную продукцию, в которой вы будете чувствовать себя комфортно. Широкий ассортимент Black Flamingo предлагает широкий ассортимент одежды, чтобы удовлетворить разнообразные вкусы наших клиентов. Независимо от того, ищете ли вы повседневную одежду, корпоративную или рабочую униформу — у нас есть решение. Брендирование под ключ Мы предоставляем полный цикл услуг по созданию брендированной одежды — от концепции и дизайна до производства и финальной упаковки. Это экономит ваше время и усилия, позволяя вам сосредоточиться на развитии вашего бренда. Ознакомиться с ассортиментом Почему Black Flamingo — ваш лучший выбор в РК Одним из ключевых преимуществ Black Flamingo является наше собственное производство. Это обеспечивает наших клиентов выгодными ценами и гибкостью в исполнении заказов. ✓ Будь то мелкий опт или крупные партии, мы всегда готовы к сотрудничеству. Наши гибкие условия позволяют подобрать оптимальное решение для каждого клиента. ✓ Black Flamingo предлагает конкурентоспособные цены без ущерба для качества. Мы готовы обсудить индивидуальные условия для каждого клиента. ✓ Black Flamingo предлагает широкий ассортимент готовой продукции на складе. Это значит, что вы можете получить нужные вам товары максимально быстро. ✓ Мы гордимся тем, что наши клиенты остаются с нами на долгие годы. Качество нашей продукции и уровень обслуживания — наше долгосрочное обещание. ✓ Black Flamingo осуществляет поставки по всей территории Казахстана. Независимо от вашего местоположения, мы доставим ваш заказ в срок и сохранности. ✓ Перейти к выбору Заказать производство одежды по лучшей цене в Астане 1 Оформление заявки на сайте либо по телефону. 2 Согласование всех деталей заказа со специалистом. 3 Внесение предоплаты удобным для вас способом. 4 Выполнение заказа, доставка выбранным способом. Выберите Black Flamingo, чтобы подчеркнуть свой стиль и создать неповторимый образ с нашей уникальной одеждой. Мы готовы воплотить ваши идеи в реальность! Свяжитесь с нами, чтобы задать вопросы нашему менеджеру и узнать стоимость услуг пошива и брендирования одежды. Вы останетесь довольны нашим сервисом, а наши цены вас приятно удивят. Перейти к каталогу