ТОО "Aleda"
.uc-btns {
display: inline-block;
padding: 10px 20px;
text-decoration: none !important;
text-align: center;
min-width: 150px;
color: #fff !important;
background: #ff927f;
text-transform: uppercase;
font-size: 12px;
transition: all .3s;
margin: 10px;
border-radius: 50px;
}
.uc-btns:hover {
background: #ff2903;
}
.uc-title {
margin: 30px 0 0 !important;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 18px;
border-bottom: 1px solid #ddd;
color: #333;
font: 600 18px/1.54 'Arimo', sans-serif;
position: relative;
}
.uc-title:after {
display: block;
width: 240px;
height: 2px;
background: #ff927f;
content: '';
position: absolute;
bottom: -1px;
}
.uc-ban1-panel {
background: #777 url(https://content.s2.prom.st/December%202019/591175_ban.jpg) right;
background-size: cover;
padding: 20px;
}
.uc-ban1-panel strong {
color: #ff927f;
font-size: 20px;
}
.uc-ban1-texts {
/*background-color: rgba(255, 255, 255, 0.89);*/
width: 45%;
padding: 20px;
text-align: center;
box-sizing: border-box;
}
.uc-ban1-header {
font-size: 26px;
line-height: 28px;
color: #fff;
margin: 0px 0px 5px;
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 24px;
color: #fff;
margin: 0px 0px 10px;
}
.uc-ban1-text {
font-size: 14px;
line-height: 22px;
color: #fff;
margin: 0px 0px 10px;
}
.uc-ban1-link {
display: inline-block;
text-align: center;
text-decoration: none !important;
color: #fff !important;
border: 2px solid #fff !important;
padding: 8px 15px;
min-width: 150px;
font-size: 17px;
transition: all .3s;
}
.uc-ban1-link:hover {
color: #333 !important;
border: 2px solid #333 !important;
}
@media screen and (max-width: 800px) {
.uc-ban1-texts {
width: auto;
background-color: rgba(38, 38, 42, 0.8);
}
.uc-ban1-panel {
padding: 0px;
}
}
.ucv-b1-panel {
padding: 20px 0;
text-align: center;
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.ucv-b1-header {
margin-bottom: 40px;
text-align: center;
}
.ucv-b1-wrapper {
display: inline-block;
vertical-align: top;
margin: 10px .5%;
text-decoration: none;
}
.ucv-b1-img-holder {
display: block;
text-align: center;
position: relative;
overflow: hidden;
max-width: 300px;
margin: 0 auto;
border: 1px solid #ebebeb;
}
.ucv-b1-img-holder img {
display: block;
height: auto !important;
}
.ucv-b1-img-holder:hover .ucv-b1-hint {
left: 0;
}
.ucv-b1-hint {
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.85);
text-align: left;
color: #383d40;
transition: all .7s cubic-bezier(0.31, 0.57, 0.31, 2.0);
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: 15px;
color: #6a6a6a;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #ff927f;
}
.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: 768px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 51%;
}
.ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper {
width: 51%;
}
}
@media screen and (max-width: 500px) {
.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;
}
}
:root {
--infograph-color2: #ff927f;
--infograph-color1: #ff2903;
}
.four-panel {
padding: 20px 10px;
}
.four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.four-item {
display: flex;
flex-direction: column;
width: 45%;
border-radius: 0px;
box-shadow: 0px 0px 20px 0px rgba(22, 51, 57, 0.62);
margin: 20px 0;
}
.four-content-1,
.four-content-2,
.four-content-3,
.four-content-4 {
text-align: center;
position: relative;
box-sizing: border-box;
padding: 25px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color2);
border-radius: 0px;
}
.four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color2);
border-radius: 0px;
}
.four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color1);
border-radius: 0px;
}
.four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color1);
border-radius: 0px;
}
.four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color1);
border-radius: 0px;
}
.four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color1);
border-radius: 0px;
}
.four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color2);
border-radius: 0px;
}
.four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color2);
border-radius: 0px;
}
.four-header {
font-size: 20px !important;
line-height: 20px;
}
.four-text {}
.four-icon {}
@media screen and (max-width: 1100px) {
.four-item {
width: 100%;
}
.four-content-1:after,
.four-content-1:before,
.four-content-2:after,
.four-content-2:before,
.four-content-3:after,
.four-content-3:before,
.four-content-4:after,
.four-content-4:before {
display: none;
}
.four-content-1,
.four-content-2,
.four-content-3,
.four-content-4 {
padding: 25px 10px;
}
.four-content-1,
.four-content-3 {
border: 15px solid var(--infograph-color2);
border-radius: 0px;
}
.four-content-2,
.four-content-4 {
border: 15px solid var(--infograph-color1);
border-radius: 0px;
}
}
.four-panel img {
margin: auto;
}
.uc-our__history {
padding: 20px;
text-align: center;
}
.uc-our__history h2 {
padding-bottom: 10px;
text-align: center;
}
.uc-our__history-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.uc-our__history-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
margin: 20px 0;
}
.uc-our__history-block:hover .uc-our__history-year {
transform: translateX(20px) scale(0.8, 0.8);
transition: all 0.5s ease;
}
.uc-our__history-year {
position: relative;
text-align: center;
-ms-flex-item-align: center;
align-self: center;
font-size: 50px;
font-weight: bold;
color: #ff2903;
background: #fafafa;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 90px;
min-width: 90px;
box-shadow: 0 0px 0px 5px #fff;
transition: all 0.5s ease;
}
.uc-our__history-line {
-ms-flex-item-align: center;
align-self: center;
width: 8%;
height: 10px;
background: #ff927f;
}
.uc-our__history-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
box-sizing: border-box;
text-align: left;
background: #fafafa;
color: #000;
padding: 10px 15px;
width: 70%;
border: 1px solid #ddd;
/* -webkit-box-shadow: 2px 1px 16px -2px rgba(21, 40, 55,0.55);
box-shadow: 2px 1px 16px -2px rgba(21, 40, 55,0.55); */
}
.uc-our__history-subheader {
font-size: 26px;
color: #56b3ac;
}
/*
.uc-first__year-line {
background: #23b985;
}
.uc-second__year-line {
background: #3bacdc;
}
.uc-third__year-line {
background: #2F3034;
}
.uc-fourth__year-line {
background: #4285f4;
}
.uc-fifth__year-line {
background: #ea4335;
}
.uc-first__year {
color: #23b985;
}
.uc-second__year {
color: #3bacdc;
}
.uc-third__year {
color: #2F3034;
}
.uc-fourth__year {
color: #4285f4;
}
.uc-fifth__year {
color: #ea4335;
}
*/
@media screen and (max-width:1000px) {
.uc-our__history-block {
width: 100%;
}
}
@media screen and (max-width:800px) {
.uc-our__history-block {
flex-direction: column;
}
.uc-our__history-content {
width: 100%;
text-align: center;
}
.uc-our__history-block:hover .uc-our__history-year {
transform: translateY(20px) scale(0.8, 0.8);
transition: all 0.5s ease;
}
}
.uc-order {
padding: 20px 15px;
text-align: left;
}
.uc-order h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-order-scheme__container {
display: flex;
flex-wrap: wrap;
}
.uc-order-scheme__left-column,
.uc-order-scheme__right-column {
display: flex;
flex-direction: column;
width: 50%;
}
.uc-order-scheme {
padding: 5px;
box-sizing: border-box;
vertical-align: top;
transition: all .3s ease;
}
.uc-order-scheme_table {
display: table;
}
.uc-order-scheme_numb,
.uc-order-scheme_text {
display: table-cell;
vertical-align: middle;
}
.uc-order-scheme_numb {
width: 50px;
}
.uc-order-scheme strong {
transition: all .3s ease;
display: inline-block;
font-size: 40px;
color: #ff2903;
}
.uc-order-scheme:hover strong {
transition: all .3s ease;
color: #ff927f;
transform: translateY(-4px);
}
.uc-order-scheme em {
font-size: 15px;
color: #ff927f;
transition: all .3s ease;
display: inline-block;
font-weight: bold;
font-style: inherit;
}
.uc-order-scheme:hover em {
color: #ff2903;
transition: all .3s ease;
}
@media screen and (max-width: 900px) {
.uc-order-scheme__left-column,
.uc-order-scheme__right-column {
width: 100%;
}
}
.uc-e4-panel .uc-e4-panel_wrapper {
background: rgba(78, 78, 78, 0.5);
padding: 20px;
color: #fff;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.uc-e4-panel {
margin: 0 0 20px;
text-align: center;
background: url(https://content.s2.prom.st/December%202019/591175_insta.jpg);
background-size: cover;
}
.uc-e4-panel:hover .uc-e4-header {
color: #333333;
transition: 300ms;
}
.uc-e4-panel-2 .uc-e4-panel-2_wrapper {
background: rgba(78, 78, 78, 0.7);
padding: 20px;
color: #fff;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.uc-e4-text {
width: 50%;
}
.uc-e4-header {
text-align: left;
font-size: 25px !important;
margin-bottom: 40px !important;
transition: 300ms;
}
.uc-e4-content {
text-align: left;
margin: 20px;
}
/* Bob */
@-webkit-keyframes uc-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes uc-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes uc-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes uc-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.uc-bob {
margin-left: 40px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-name: uc-bob-float, uc-bob;
animation-name: uc-bob-float, uc-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
}
.order {
text-align: center;
display: block;
color: #282a2b;
}
.order-wr {
text-align: center;
display: inline-block;
padding: 10px;
width: 29%;
min-height: 190px;
overflow: hidden;
margin-top: 10px;
/*border: 1px solid red;*/
}
.order-wr:hover .order-h {
color: #333333;
transition: all 600ms ease-in;
}
.order-wr:hover img {
transform: scale(1.3);
transition: all 300ms ease-out;
}
.order-wr img {
margin: 15px 0;
transition: all 900ms ease-in;
}
.order-h {
display: block;
font-weight: bold;
font-size: 28px;
color: #f9f9fa;
margin: 10px 0 5px 0;
transition: all 900ms ease-in;
}
.order-t {
text-align: center;
color: black;
display: block;
}
@media screen and (max-width:800px) {
.order-wr {
width: 60%;
min-height: auto;
}
}
.cool {
background: url(https://content.s2.prom.st/December%202019/591175_ban-2.png) center;
padding: 40px;
background-attachment: fixed;
}
.cool-wr {
text-align: left;
color: white;
}
.cool-wr strong {
font-size: 22px;
color: #ff927f;
}
Швейный дом Aleda
Наш магазин — это удобство для наших покупателей, все самое необходимое в одном месте.
Мы предлагаем большой ассортимент товаров для различных видов рукоделия: швейная фурнитура, бусины, декоративные цветы, заготовки из дерева и т.д.
Также продаем ткани и трикотаж для дома и одежды и реализуем качественную промышленную и бытовую швейную технику.
В каталог »
Самая востребованная продукция
Швейные машинки и оверлоки от известных проверенных брендов! Швейная техника Швейные машинки и оверлоки от известных проверенных брендов! Капитоний, Пике Лакост, кулирка, флис, кашкорсы и еще много самого разного текстиля! Трикотаж Капитоний, Пике Лакост, кулирка, флис, кашкорсы и еще много самого разного текстиля! Бязь, сатин, мелита, поплин… Весь текстиль для домашнего уюта и комфорта! Ткани для дома Бязь, сатин, мелита, поплин… Весь текстиль для домашнего уюта и комфорта! Утюги с парогенератором увеличивают качество и производительность глажки. Утюги и парогенераторы Утюги с парогенератором увеличивают качество и производительность глажки. Облегчают шитье и заметно повышают качество производимых изделий. Лапки для бытовых швейных машин Облегчают шитье и заметно повышают качество производимых изделий.
Ключевые особенности нашей продукции
Наша швейная техника, собрана в Таиланде, служит долго и надежно без ремонта и поломок.
Трикотажное полотно состоит на 100% из хлопка и производится из натурального качественного сырья.
Наши натуральные ткани стоят ненамного дороже синтетики, а гораздо приятнее на ощупь и полезнее для тела.
Парогенераторы изготавливают из качественной нержавеющей стали по выгодной цене.
Перейти к выбору
Наши товары с удовольствием покупают рукодельницы
Выгодная цена
За счет закупки больших объемов продукции, мы можем устанавливать средние цены или ниже рыночных, не теряя качества.
Актуальность
У нас всегда в наличие огромное количество продукции. А если чего нет, то всегда можно оформить ее под заказ и сможете уже скоро его забрать.
Плюс для оптовиков
Большинство наших клиентов — розничные покупатели. Но для крупных оптовых заказов у нас есть различные спецпредложения и оптовые прайсы.
Сервис
Наши специалисты помогут, подскажут и проконсультируют о любой нашей продукции и предложат свои дизайнерские решения, при необходимости.
Ассортимент
Сейчас добавилось еще больше швейной техники, видов тканей и трикотажа для шитья, товаров для рукоделия и большой запас швейной галантереи.
Обучение
У нас в магазине есть специальное отдельное помещение, где мы регулярно проводим курсы обучению кроя и шитья.
Гарантия
Мы предоставляем гарантию на швейную технику и парогенераторы с постгарантийным обслуживанием (при сохранении гарантийного талона).
Весь каталог
Швейный дом Aleda — это…
более 1000 учеников с курсов кроя и шитья!
более 400 расцветок и принтов трикотажа за 1 год!
швейная техника лучших брендов: Bernina, Bernette, Janome!
Сделай заказ в Aleda сейчас!
Оформите заказ на сайте через удобный функционал корзины или позвоните по телефону или напишите нам в WhatsApp.
Мы работаем по полной предоплате. Оплатите заказ онлайн-платежом на банковскую карту Kaspi Gold.
После оплаты мы скомплектуем и соберем заказ. В зависимости от времени заказа, мы отправим в этот же день или утром на следующий.
Присоединяйтесь к нам в Instagram
Подписывайте на наши странички в Instagram, и Вы сможете узнавать сразу же любую полезную информацию о новых поступлениях, скидках, акциях, розыгрышей. Также детально ознакомится с уже выпущенной продукцией, почитать отклики и отзывы от покупателей.