MEGA-SHOP.KZ
.ucv-a2-panel strong {
font-size: 22px;
color: #fff;
}
.ucv-a2-panel {
background: url(http://content.s2.prom.st/June2021/Fotolia_56653750_Subscription_L%401200x1200.jpg) top/cover no-repeat;
position: relative;
text-align: left;
background-attachment: fixed;
padding: 40px;
}
.ucv-a2-panel:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: linear-gradient(to left, rgba(242, 242, 242, 0.1) 0%, rgba(242, 242, 242, 0.9) 100%);
}
.ucv-a2-texts {
width: 70%;
position: relative;
margin-bottom: 20px;
}
.ucv-a2-header {
font-size: 26px;
line-height: 26px;
color: #7e57cc;
margin: 10px 0px 25px !important;
}
.ucv-a2-sub-header {
font-size: 18px;
line-height: 32px;
color: #333;
margin: 0px 0px 10px;
}
.ucv-a2-text {
font-size: 13.5px;
line-height: 26px;
color: #333;
margin: 0px 0px 40px;
}
.ucv-a2-link {
display: inline-block;
text-decoration: none !important;
text-align: center;
color: #7e57cc !important;
padding: 9px 30px;
border: 2px solid #7e57cc;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
}
.ucv-a2-link:hover {
color: #fff !important;
border-color: #7e57cc;
background-color: #7e57cc;
}
@media screen and (max-width: 500px) {
.ucv-a2-texts {
width: auto;
text-align: center;
box-sizing: border-box;
}
.ucv-a2-panel {
padding: 20px 15px;
text-align: center;
}
.ucv-a2-link {
padding: 0 5px;
width: auto;
}
.ucv-a2-header {
font-size: 20px;
line-height: 22px;
}
}
.uc-btns {
display: inline-block;
padding: 8px 30px;
font-size: 16px;
color: #fff !important;
text-decoration: none !important;
background: #d92469;
transition: all .3s ease;
border-radius: 4px;
}
.uc-btns:hover {
background: #7e57cc;
transition: all .3s ease;
}
.uc-btns1 {
display: inline-block;
padding: 8px 30px;
font-size: 16px;
color: #fff !important;
text-decoration: none !important;
background: #02b8e3;
transition: all .3s ease;
border-radius: 4px;
}
.uc-btns1:hover {
background: #029cc0;
transition: all .3s ease;
}
.uc-order2 {
padding: 20px 0;
text-align: center;
}
.uc-order2_wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.uc-order2 h2 {
margin-bottom: 30px;
}
.uc-order2 strong {
color: #02b8e3;
font-size: 20px;
}
.uc-order2-scheme {
position: relative;
overflow: hidden;
width: 50%;
margin: 0%;
padding: 30px 20px;
box-sizing: border-box;
vertical-align: top;
box-shadow: 0 400px 5px #f7f7f7 inset;
outline: 1px solid #fff;
outline-offset: -5px;
transition: all .6s ease;
}
.uc-order2-scheme:hover {
box-shadow: 0 0 5px #f9f9f9 inset, 0 -400px 5px #f2f2f2 inset;
transition: all .6s ease;
}
.uc-order2-scheme:hover .uc-move {
animation: 1000ms ease 0s normal none 1 running zoomInDown;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@media screen and (max-width: 900px) {
.uc-order2-scheme {
width: 98%;
margin: 5px auto;
}
}
:root {
--infograph-color6: #7e57cc;
--infograph-color5: #02b8e3;
--infograph-color4: #8dca00;
--infograph-color3: #fe9400;
--infograph-color2: #d92469;
--infograph-color1: #fee300;
}
.uc-four-panel {
padding: 20px 10px;
}
.uc-four-panel h2 {
text-align: center;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 27%;
padding: 20px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
margin: 10px 0.5%;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4,
.uc-four-content-5,
.uc-four-content-6 {
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: 15px;
background: var(--infograph-color1);
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color1);
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color2);
}
/* .uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color2);
}
*/
.uc-four-content-3:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color3);
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color3);
}
.uc-four-content-4:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color4);
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 15px;
height: 100%;
background: var(--infograph-color4);
}
.uc-four-content-5::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color5);
}
/* .uc-four-content-5::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color5);
}
*/
.uc-four-content-6::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 15px;
background: var(--infograph-color6);
}
.uc-four-content-6::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: var(--infograph-color6);
}
.uc-four-header {
font-size: 18px;
color: #6A6760;
}
.uc-four-text strong {
font-size: 20px;
color: #80b1a5;
}
.uc-four-icon {}
@media screen and (max-width: 1300px) {
.uc-four-item {
width: 100%;
margin: 15px 0;
padding: 0px;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4,
.uc-four-content-5,
.uc-four-content-6 {
padding: 20px;
}
.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,
.uc-four-content-5:after,
.uc-four-content-5:before,
.uc-four-content-6:after,
.uc-four-content-6:before {
display: none;
}
.uc-four-content-1 {
border: 15px solid var(--infograph-color1);
}
.uc-four-content-2 {
border: 15px solid var(--infograph-color2);
}
.uc-four-content-3 {
border: 15px solid var(--infograph-color3);
}
.uc-four-content-4 {
border: 15px solid var(--infograph-color4);
}
.uc-four-content-5 {
border: 15px solid var(--infograph-color5);
}
.uc-four-content-6 {
border: 15px solid var(--infograph-color6);
}
}
.uc-ban1-panel {
background: url(http://content.s2.prom.st/June2021/image-placeholder-title.jpg) center;
background-size: cover;
display: flex;
align-items: flex-start;
position: relative;
}
.uc-ban1-panel strong {
color: #02b8e3;
font-size: 20px;
}
.uc-ban1-texts {
position: relative;
width: 47%;
margin: 0;
padding: 20px;
text-align: left;
border-radius: 0;
}
.uc-ban1-panel:before {
content: '';
position: absolute;
background: linear-gradient(to left, rgba(242, 242, 242, .1) 0%, rgba(242, 242, 242, .7) 70%, rgba(242, 242, 242, .9) 80%);
width: 100%;
height: 100%;
}
.uc-ban1-header {
font-size: 26px;
line-height: 28px;
color: #7e57cc;
/*font-weight: bold;*/
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 28px;
color: #02b8e3;
}
.uc-ban1-text {
font-size: 14px;
line-height: 26px;
color: #333;
margin: 0px 0px 10px;
}
@media screen and (max-width: 1000px) {
.uc-ban1-texts {
padding: 15px;
width: auto;
}
.uc-ban1-panel {
background-position-x: 75%;
}
.uc-ban1-panel:before {
background: linear-gradient(to left, rgba(247, 249, 251, .1) 0%, rgba(247, 249, 251, .4) 0%, rgba(247, 249, 251, .8) 0%);
}
}
.uc-b5-panel {
padding: 20px 0;
text-align: center;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-panel h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-b5-header {
margin-bottom: 40px;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 25%;
margin: 10px 0.5%;
}
.uc-b5-arr {
width: 25px;
font-size: 30px;
color: #312c32;
vertical-align: middle;
padding-top: 10px;
}
.uc-b5-arr2 {}
.uc-b5-arr3 {}
.uc-b5-text {
margin: 10px 0 0;
}
@media screen and (max-width: 1050px) {
.uc-b5-wrapper {
width: 31%;
}
.uc-b5-arr {
width: 12%;
}
.uc-b5-arr2 {
display: none;
}
.uc-b5-arr3 {
display: inline-block;
}
}
@media screen and (max-width: 800px) {
.uc-b5-wrapper {
width: 60%;
}
.uc-b5-arr {
display: none;
}
}
.uc-b5-wrapper:hover img {
animation: 1500ms ease 0s normal none 1 running flip;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
.uc-footer {
padding: 20px 0 0;
text-align: center;
}
.uc-footer p {
margin: 20px 0;
}
Меga-shop.kz — крупный поставщик товаров для дома
Предлагаем большой ассортимент качественных игрушек для детей, аксессуаров для сотовых телефонов и товаров для дома
Наша компания была образована в 2000 году как оптовый поставщик детских игрушек, предлагающий продукцию напрямую от заводов-производителей. С 2006 года мы перешли на онлайн-продажи не только для оптовых, но и для розничных покупателей. Наш ассортимент стал доступен всем, каждый может заказать тот или иной товар у нас в интернет-магазине, не выходя из дома, по самой выгодной цене в кратчайшие сроки.
Ознакомиться с ассортиментом
Самые популярные товары и игрушки для детей
Игрушки для мальчиков
Предлагаем отличный выбор интересных и современных игрушек для мальчиков. Роботы и автотреки, представленные в нашем каталоге точно станут любимими игрушками.
Перейти в каталог
Батуты
Надувные и каркасные батуты точно понравятся детям любого возраста, ведь с ними легко весело провести время. Мы предлагаем множество вариантов батутов разных размеров.
Перейти в каталог
Конструкторы
Ни для кого не секрет, что конструкторы любят дети и взрослые. У нас вы можете купить популярные конструкторы Minecraft, Ninjiago, Technic, Сити, а также модели для малышей и девочек.
Перейти в каталог
Бассейны Intex и Bestway
В разделе представлены прямоугольные каркасные бассейны Intex и Bestway. Надежные и простые в сборке бассейны - отличный вариант для загородного дома или дачи.
Перейти в каталог
Почему стоит выбрать наш интернет-магазин
Ассортимент
В каталоге представлены самые разные товары для дома, бытовая техника, товары для отдыха, множество игрушек для детей любого возраста, аксессуары для телефонов и многое другое.
Стоимость
Мы предлагаем клиентам гибкую ценовую политику. Цены в нашем магазине ниже рыночных, так как мы работаем в онлайн-формате и поставляем товары напрямую от производителей.
Качество
Товары, представленные в каталоге нашего интернет-магазина, сделаны из высококачественных материалов. Ведь мы работаем только с проверенными и надежными производителями.
Комфорт
Мы предлагаем нашим покупателям удобные способы оформления заказа и оплаты продукции. Кроме того, наша компания осуществляет доставку по всему Казахстану.
Гарантия
Гарантируем высокое качество товаров для дома, мобильных аксессуаров и игрушек для детей. Все товары тщательно проверяем на наличие брака перед отправкой.
Сервис
У нас отличный сервис, индивидуальный подход к каждому клиенту. Наши специалисты подберут необходимые товары по запросу и ответят на все вопросы.
Перейти в каталог
Главные преимущества сотрудничества с нами
Оперативность
Мы стараемся в самые короткие сроки принимать заявки и связываться с покупателями для подтверждения заказа. А постоянное наличие товаров гарантирует быструю отправку в любой регион РК.
Хорошее обслуживание
Мы всегда готовы предоставить профессиональную консультацию, предложить максимально подходящие варианты, соответствующие вашим запросам. Вы можете связаться с нами, если у вас появятся вопросы, и мы с радостью ответим вам. Если у вас или у ваших близких, друзей, коллег день рождения, праздник и вам срочно нужен подарок, можете положиться на нас.
Отличная репутация
Мы обслужили более 10 000 довольных клиентов и получили множество положительных отзывов и благодарностей.
Перейти в каталог
Как заказать игрушки и товары для дома в Алматы и Казахстане
Оформить покупку можно через корзину на сайте или по телефону.
→
Предоплата 100% или оплата при получении любым удобным способом.
→
Сбор посылки и отправка в день заказа или в любой удобный для покупателя день и время.