227 відгуків
+380 (95) 416-30-50
+380 (67) 557-06-89

@-webkit-keyframes rotation { 0% {-webkit-transform: rotate(0) translate(0);transform: rotate(0) translate(0)} 50% {-webkit-transform: rotate(180deg) translate(15px);transform: rotate(180deg) translate(15px)} 100% {-webkit-transform: rotate(360deg) translate(0);transform: rotate(360deg) translate(0)} } @keyframes rotation { 0% {-webkit-transform: rotate(0) translate(0);transform: rotate(0) translate(0)} 50% {-webkit-transform: rotate(180deg) translate(15px);transform: rotate(180deg) translate(15px)} 100% {-webkit-transform: rotate(360deg) translate(0);transform: rotate(360deg) translate(0)} } @-webkit-keyframes rotation-1 { 0% {-webkit-transform: rotate(0) translate(0);transform: rotate(0) translate(0)} 50% {-webkit-transform: rotate(-180deg) translate(-20px);transform: rotate(-180deg) translate(-20px)} 100% {-webkit-transform: rotate(-360deg) translate(0);transform: rotate(-360deg) translate(0)} } @keyframes rotation-1 { 0% {-webkit-transform: rotate(0) translate(0);transform: rotate(0) translate(0)} 50% {-webkit-transform: rotate(-180deg) translate(-20px);transform: rotate(-180deg) translate(-20px)} 100% {-webkit-transform: rotate(-360deg) translate(0);transform: rotate(-360deg) translate(0)} } @-webkit-keyframes opacity { 0% {opacity: 0.15;} 50% {opacity: 1;} 100% {opacity: 0.15;} } @keyframes opacity { 0% {opacity: 0.15;} 50% {opacity: 1;} 100% {opacity: 0.15;} } @keyframes car { 0% {transform: translate(50px, -50px)} 50% {transform: translate(0px, 0px)} 100% {transform: translate(50px, -50px)} } @keyframes ponny { 0% {transform: translateY(0)} 50% {transform: translateY(-30px) rotate(-5deg)} 100% {transform: translateY(0)} } .m-body { min-width: 250px; max-width: 850px; background-color: #fff !important; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Poiret One", cursive !important; font-size: 16px !important; color: #1c0225; overflow: hidden; font-weight: 600; } .m-header { width: 100%; position: relative; background-image: url("https://d.radikal.ru/d31/1904/9c/b3723dfcd023.png"); background-size: cover; background-repeat: no-repeat; background-position: center; 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; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 25px 0; position: relative; } .star-1 { position: absolute; left: 0; bottom: 150px; -webkit-animation: rotation 20s infinite linear; animation: rotation 20s infinite linear; } .star-2 { position: absolute; left: 195px; top: 5px; -webkit-animation: rotation-1 18s infinite linear; animation: rotation-1 18s infinite linear; } .star-3 { position: absolute; left: 175px; top: 70px; -webkit-animation: rotation-1 10s infinite linear; animation: rotation-1 10s infinite linear; } .star-4 { position: absolute; left: 260px; top: 40px; -webkit-animation: rotation 13s infinite linear; animation: rotation 13s infinite linear; } .star-5 { position: absolute; left: 380px; top: 30px; -webkit-animation: rotation 17s infinite linear; animation: rotation 17s infinite linear; } .star-6 { position: absolute; right: 0; bottom: 40px; -webkit-animation: rotation-1 10s infinite linear; animation: rotation-1 10s infinite linear; } .m-header-image { width: 47%; height: 282px; position: relative; z-index: 0; -webkit-animation: translate 6s infinite linear; animation: translate 6s infinite linear; max-width: none !important; } .m-header-image img { max-width: none !important; } .m-header__content { width: 50%; 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: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; margin-bottom: 40px; z-index: 3; } .m-header__logo { text-transform: uppercase !important; color: #fff !important; margin: 10px auto !important; font-size: 24px !important; } .m-header__title { color: #fff !important; font-family: "Comfortaa", cursive !important; font-size: 34px !important; line-height: 1.5em !important; margin: 35px auto !important; z-index: 3; } .base__button { font-size: 15px !important; width: 175px; height: 45px; background-color: #d44a4a; color: #fff !important; text-decoration: none !important; border-radius: 40px; 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; z-index: 3; -webkit-transition: all .5s linear; transition: all .5s linear; } .base__button:hover { color: #fff !important; text-decoration: none !important; -webkit-transform: scale(1.03) !important; transform: scale(1.03) !important; -webkit-box-shadow: 0 2px 15px 0 #fff; box-shadow: 0 2px 15px 0 #fff; } .base__title { width: 90%; margin: 100px auto 60px !important; position: relative; line-height: 1.3em !important; font-size: 26px !important; font-weight: 600 !important; font-family: "Comfortaa", cursive !important; color: #d44a4a !important; text-align: left; } .row { width: 95%; margin: 0 auto; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; } .row-asset { width: 100%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-wrap: wrap; flex-wrap: wrap; } .asset-col { width: 70%; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; } .asset-item { width: 48%; height: 95px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-right: 10px; } .asset-text { width: 70%; font-size: 20px; margin-left: 15px; } .asset-img { width: 28%; position: relative; 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; } .asset-img img { max-width: none !important; } .asset-elipce { position: absolute; right: 0; -webkit-animation: opacity 15s infinite linear; animation: opacity 15s infinite linear; } .asset-car { position: absolute; right: 0; animation: car 15s infinite ease; } .asset-item-img-1 { position: absolute; top: -200px; left: -60px; -webkit-animation: opacity 12s infinite linear; animation: opacity 12s infinite linear; } .asset-item-img-2 { position: absolute; top: -190px; right: 0; -webkit-animation: opacity 18s infinite linear; animation: opacity 18s infinite linear; } .asset-item-img-3 { position: absolute; top: 115px; right: 15px; -webkit-animation: opacity 10s infinite linear; animation: opacity 10s infinite linear; } .base__title-second { margin: 40px auto !important; } .sale-item { width: 220px; height: 280px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-radius: 24px; -webkit-box-shadow: 0 0 10px 0 #c4cbcc; box-shadow: 0 0 10px 0 #c4cbcc; margin: 40px auto; overflow: hidden; color: #000 !important; text-decoration: none !important; -webkit-transition: all .5s linear; transition: all .5s linear; } .sale-img { width: 100%; overflow: hidden; -webkit-transition: all .5s linear; transition: all .5s linear; } .sale-img img { position: relative; top: -3px; width: 100%; -webkit-transition: all .5s linear; transition: all .5s linear; } .sale-item:hover { color: #000 !important; text-decoration: none !important; -webkit-box-shadow: 0 0 20px 0 #9ba2a3; box-shadow: 0 0 20px 0 #9ba2a3; } .sale-item:hover .sale-img img { -webkit-transform: scale(1.1); transform: scale(1.1); } .sale-text { font-size: 20px !important; color: #000 !important; text-decoration: none !important; margin: 15px auto 0; text-align: center; } .row-shema { width: 100%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; } .shema-img { width: 60%; position: relative; height: 450px; } .shema-img img { max-width: none !important; } .shema-elipce { position: absolute; left: 0; -webkit-animation: opacity 15s infinite linear; animation: opacity 15s infinite linear; } .shema-toy { position: absolute; left: -15px; animation: ponny 15s infinite ease-in-out; } .sheam-item-img { position: absolute; right: 30%; top: 60px; -webkit-animation: opacity 10s infinite linear; animation: opacity 10s infinite linear; } .sheam-item-img-1 { position: absolute; left: 55px; bottom: 30px; -webkit-animation: opacity 18s infinite linear; animation: opacity 18s infinite linear; } .shema-col { width: 40%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .shema-title { font-size: 26px; color: #f05f5f !important; text-align: right !important; width: 100%; font-family: "Comfortaa", cursive !important; margin: 30px auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 15px; } .shema-item { width: 100%; line-height: 3em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 10px 0; border-bottom: 2px solid transparent; -webkit-transition: all .5s linear; transition: all .5s linear; } .shema-item:hover { border-bottom: 2px solid #f05f5f; } .shema-num { font-size: 65px !important; color: #f05f5f !important; font-family: "Comfortaa", cursive !important; margin-right: 15px !important; font-weight: 600 !important; } .shema-text { font-size: 24px !important; } .rewrite-item { width: 220px; height: 280px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-radius: 24px; -webkit-box-shadow: 0 0 10px 0 #c4cbcc; box-shadow: 0 0 10px 0 #c4cbcc; margin: 40px auto; overflow: hidden; color: #000 !important; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 15px; } .rewrite-title { font-size: 30px !important; color: #f05f5f !important; font-family: "Comfortaa", cursive !important; margin: 0 auto 5px !important; font-weight: 600 !important; } .rewrite-text { font-size: 20px !important; } .rewrite-btn { font-size: 15px !important; width: 175px; height: 50px; background-color: #d44a4a; color: #fff !important; text-decoration: none !important; border-radius: 40px; 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; z-index: 3; -webkit-transition: all .5s linear; transition: all .5s linear; margin: 15px auto; } .rewrite-btn:hover { color: #fff !important; text-decoration: none !important; -webkit-transform: scale(1.03) !important; transform: scale(1.03) !important; -webkit-box-shadow: 0 2px 15px 0 #da6060; box-shadow: 0 2px 15px 0 #da6060; } .m-footer { width: 100%; margin: 30px auto 0; background-image: url("https://b.radikal.ru/b35/1904/49/5d990df5c4db.png"); background-size: cover; background-repeat: no-repeat; background-position: center; 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; position: relative; } .m-footer-img { width: 35%; height: 470px; position: relative; } .m-footer-img img { position: absolute; bottom: 0 } .m-footer-content { width: 55%; } .m-footer-title { font-size: 24px !important; color: #fff !important; font-family: "Comfortaa", cursive !important; margin: 0 auto 5px; font-weight: 60 !important; } .m-footer-list { margin: 20px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .m-footer-list-item { color: #fff !important; font-size: 16px !important; margin: 10px 0; width: 121%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .m-footer-list-item:before { content: url("https://a.radikal.ru/a37/1904/4c/24fb82329e42.png"); width: 40px; height: 40px; border-radius: 5px; background-color: #fff; 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; margin-right: 15px; -webkit-transition: all .3s linear; transition: all .3s linear; } .m-footer-list-item:hover::before { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } .m-footer-list-item span { width: 80%; color: #fff !important; font-size: 20px !important; } .f-star-2 { left: 30px; top: auto; bottom: 215px; } .f-star-3 { left: 17px; top: auto; bottom: 110px; } .f-star-5 { right: 180px; bottom: 30px; top: auto; left: auto; } .f-star-6 { right: 0; top: 40px; bottom: auto; } .m-footer-img img { max-width: none !important; } @media (max-width: 825px) { .m-header { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .m-header__content { width: 95%; } .m-header-image { width: 80%; } .asset-col { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .m-footer { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 75px; } .m-footer-content { width: 90%; } .m-footer-list-item { width: 100%; } .m-footer-img { width: 35%; height: 560px; } .asset-item { width: 60%; } } @media (max-width: 640px) { .row-asset { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .asset-col { width: 90%; } .asset-img { width: 100%; height: 375px; } .asset-item-img-1 { top: 0; left: auto; } .asset-item-img-2 { top: 0; } .asset-item-img-3 { bottom: 10px; top: auto; } .row-shema { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .shema-col { margin: 15px auto; width: 85%; } .shema-img { width: 100%; } } @media (max-width: 470px) { .m-header-image { height: auto; } .m-header-image img { width: 100%; } .asset-item { width: 90%; margin: 0 auto; } .asset-car { max-width: 100%; } } HappyCO Интернет магазин детских игрушек Каталог Отличительные качества Всегда низкие цены Оплата после доставки Постоянный контроль качества Доставка по всей Ураине Лучшие предложения Конструкторы Мультгерои Музыкальные игрушки Куклы и пупсы Автотреки. Гаражи Развлекательные игры Как заказать? 01 Оформление заказа 02 Подтверждение заказа 03 Доставка и получение Отзывы Алена Спасибо, покупкой довольна очень. Приятная цена, отличное качество, хорошее обслуживание. Василий Профессионалы своего дела, быстро связались, быстро отправили товар. Приятно общаться и покупать в этом магазине. РЕКОМЕНДУЮ ВСЕМ!!! Олексій Швидко передзвонили, уточнили. Товар був відправлений без затримок. Рекомендую продавця! Все отзывы Для наших клиентов у нас действуют следующие скидки и акции: 10x10. Каждый месяц мы предлагаем 10 товаров со скидкой 10% При заказе на сумму от 400 грн мы осуществляем бесплатную достаку “Укрпочтой” При заказе на сумму от 700 грн мы осуществляем бесплатную достаку “Новой почтой” Сделать заказ 🔸детские игрушки🔸увлекательные игры🔸купить игрушки для детей🔸 Интернет магазин детских игрушек HAPPYCO – настоящий кладезь для мам и пап, бабушек и дедушек. Здесь вы сможете купить товары для малышей, для мальчиков и девочек по лучшим ценам от самых известных производителей. Мы позаботились о том, чтобы покупки у нас приносили вам максимум удовольствия и всегда были в радость! Магазин игрушек для детей – покупать онлайн удобно и выгодно 🔸игрушки для мальчиков🔸игрушки для девочек🔸игрушки для малышей🔸 Каждый знает, насколько утомительным может быть шопинг с чадом. Выделить на это время не так-то просто, ведь день каждого насыщен массой забот. Да и просто походы по душным торговым центрам утомляют чадо. Дети часто начинают капризничать, требовать незапланированные покупки, и совместный шопинг приноsсят не приятные эмоции, а усталость, раздражение. Причем у всех участников. Совсем иные эмоции вызывает наш магазин игрушек для детей. На виртуальных полках есть масса разнообразных товаров на любой возраст, вкус. Покупки можно совершать в удобной обстановке и в любое удобное для вас время. Вы можете заранее отобрать нужные на ваш взгляд товары, отложить их в корзину, а затем пересмотреть их вместе с чадом, определяясь с выбором. Кроме того, купить детские игрушки в онлайн-магазине HAPPYCO можно по максимально выгодным ценам. Мы тщательно выверяем ценовую политику, чтобы гарантировать вам самую приемлемую стоимость и сделать каждую покупку выгодной и доступной для вашего бюджета. У нас действительно можно купить игрушки недорого: развивающие игрушки для малышей, популярные игрушки для мальчиков, интересные игрушки для девочек и всеми любимые мультгерои. Где купить развивающие игры для детей от лучших производителей? 🔸развивающие игры🔸развивающие игрушки🔸интерактивные игрушки🔸 Все мы знаем, насколько важно окружать ребенка безопасными качественными вещами. Это касается не только продуктов питания и одежды, но также игрушек. Дешевые товары могут содержать в себе токсичные компоненты, иметь мелкие детали, заостренную форму. Все это может нанести вред здоровью крохи. Именитые производители не допускают оплошностей, тщательно дорабатывают каждый момент в производстве той или иной модели, используют безопасные материалы для изготовления собственной продукции. Потому, выбирая презент крохе, стоит купить развивающие игры для детей от проверенных брендов. Тем более, что у нас представлена оригинальная продукция по вполне вменяемым ценам. Мы заботимся о том, чтобы ваш шопинг был выгодным и непременно удачным! В нашем ассортименте вы всегда найдете: развивающие игрушки для малышей. Они помогут изучить форму, цвет, разовьют мелкую моторику, а также поднимут настроение карапузу. У нас есть интересные мобили, погремушки, грызунки, музыкальные коврики и прочие интересные игрушки для карапузов. Игрушки для детей постарше. Они ставят перед крохой более сложные задачи, позволяют еще лучше совершенствовать имеющиеся навыки, получать новые знания. Например, можно рассмотреть несложные конструкторы, крупные пазлы, сортеры, домики для кукол, ролевые игры – кухня, магазин, прочие. Игрушки для школьников и подростков. На каждый возраст свои забавы. Есть в нашем ассортименте интересности и для практически взрослых деточек. Например, девочек не оставят равнодушными наборы косметики и творчества. Мальчишек порадуют конструкторы, бластеры, треки, радиоуправляемые модели. Игрушки купить в магазине можно действительно на любой возраст, вкус, бюджет. А отзывчивые консультанты с удовольствием помогут определиться с выбором, расскажут обо всех особенностях тех или иных моделей. Мы заботимся о том, чтобы покупки в нашем магазине доставляли вам и крохе массу удовольствия. Масса интересностей ждет вас на полках нашего магазина. Не откладывайте шопинг на потом. Приступайте к выбору подарков прямо сейчас!

Наскільки вам зручно на сайті?

Розповісти Feedback form banner