:root { --infograph-color4: #e6930e; --infograph-color3: #e6930e; --infograph-color2: #e6930e; --infograph-color1: #e6930e; } .uc-four-panel { padding: 20px 0; } .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 .4s ease; box-sizing: border-box; } .uc-four-item:hover { background: #f6f6f6; box-shadow: 0px 0px 5px rgba(246, 246, 246, 0.8); } .uc-four-item strong { font-size: 18px; color: #1abc9c; line-height: 22px; transition: all .6s ease; } .uc-four-item:hover strong { color: #1abc9c; } .uc-four-item:hover .uc-move { animation: 1s ease 0s normal none 1 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(100px, 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: #ffffff; } .uc-four-content-1:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color1); } .uc-four-content-1:before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: var(--infograph-color1); } .uc-four-content-2:after { content: ''; position: absolute; top: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color2); } .uc-four-content-2::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: var(--infograph-color2); } .uc-four-content-3:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color3); } .uc-four-content-3::before { content: ''; position: absolute; bottom: 0px; left: 0px; width: 20px; height: 100%; background: var(--infograph-color3); } .uc-four-content-4::after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 100%; height: 20px; background: var(--infograph-color4); } .uc-four-content-4::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20px; height: 100%; background: var(--infograph-color4); } @media screen and (max-width: 1025px) { .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-main { padding: 20px 0px 0px; text-align: center; } .uc-blockquote-panel { text-align: center; padding: 40px 20px; border-bottom: 3px solid #f4f4f4; } .uc-blockquote-panel h2 { margin-bottom: 30px; } .uc-blockquote-wrap { display: flex; flex-wrap: wrap; } .uc-blockquote { position: relative; box-sizing: border-box; padding: 10px 10px 0px 40px; margin: 10px 0px; text-align: left; width: 49%; } .uc-blockquote-round1 { position: absolute; top: 0px; left: 0px; width: 40px; height: 40px; border-radius: 50%; text-align: center; background: rgba(117, 214, 195, .7); animation: slide-2 4s infinite linear; } .uc-blockquote-round1:before { content: "?"; line-height: 42px; color: #fff; font-size: 40px; font-family: none; } .uc-blockquote-round2 { position: absolute; top: 5px; left: 5px; width: 40px; height: 40px; border-radius: 50%; background: #1abc9c; animation: slide-2 3s infinite linear; } .uc-blockquote-text { position: relative; padding: 0 20px 0 20px; } .uc-blockquote-text strong { color: #ec400d; font-size: 16px; } @media screen and (max-width: 800px) { .uc-blockquote { width: 100%; } } @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-blockquote { text-align: left; position: relative; box-sizing: border-box; display: block; background: #fff; padding: 10px 10px 0px 40px; } .uc-blockquote-round1 { position: absolute; top: 0px; left: 0px; width: 40px; height: 40px; border-radius: 50%; text-align: center; background: rgba(117, 214, 195, 0.7); animation: slide-2 4s infinite linear; } .uc-blockquote-round1:before { content: "\201C"; line-height: 42px; color: #fff; font-size: 40px; font-family: none; } .uc-blockquote-round2 { position: absolute; top: 5px; left: 5px; width: 40px; height: 40px; border-radius: 50%; background: #1abc9c; animation: slide-2 3s infinite linear; } .uc-blockquote-text { position: relative; font-size: 14px; line-height: 26px; } .uc-blockquote-text strong { color: #00bab5; } @media screen and (max-width: 600px) { .uc-blockquote { padding: 40px 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); } } @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-btns { display: inline-block; padding: 7px 25px; font-size: 14px; border-radius: 2px; color: #fff !important; text-decoration: none !important; background: #003650; transition: all .3s ease; } .uc-btns:hover { background: #005784; transition: all .3s ease; } .uc-bb1-panel { padding: 20px; text-align: center; } .uc-bb1-panel h2 { margin-bottom: 40px; } .uc-bb1-wrap { display: flex; flex-wrap: wrap; } .uc-bb1-wrapper { display: inline-block; box-sizing: border-box; position: relative; width: 44%; margin: 40px 3%; background: #ffffff; box-shadow: 0px 0px 15px #bfbfbf; transition: all .9s ease; } .uc-bb1-img-holder { border-radius: 100%; background: #fff; position: inherit; display: inline-block; width: 100px; height: 100px; top: -50px; } .uc-bb1-img-holder1 { background: #e6930e; } .uc-bb1-img-holder2 { background: #e6930e; } .uc-bb1-img-holder3 { background: #e6930e; } .uc-bb1-img-holder4 { background: #e6930e; } .uc-bb1-img-holder5 { background: rgba(66, 143, 195, 1); } .uc-bb1-img-holder6 { background: #535353; } .uc-bb1-img { margin-top: 25px; transition: all .9s ease; } .uc-bb1-wrapper:hover .uc-bb1-img { transform: scale(1.3) rotateY(370deg); -webkit-transform: scale(1.3) rotateY(370deg); } .uc-bb1-text { margin: -25px 20px 20px; } .uc-bb1-text strong { color: #1abc9c; font-size: 16px; } .ucv-b4-panel { padding: 20px; background-size: cover; } .ucv-b4-panel h2 { text-align: center; margin-bottom: 30px; } .ucv-b4-wrapper { text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; } .ucv-b4-arrow-wrapper { margin: 2%; width: 21%; display: inline-block; vertical-align: top; z-index: 0; position: relative; } .ucv-b4-arrow { height: 100px; width: 100px; background: #00bab5; border-radius: 100%; box-shadow: 0 0 0 13px #fff; position: relative; margin: 0 auto; display: flex; } .ucv-b4-arrow:after { content: ''; position: absolute; bottom: -30px; right: 15px; border-top: 30px solid #00bab5; border-left: 35px solid transparent; border-right: 35px solid transparent; transition: .3s ease; z-index: -1; } .ucv-b4-arrow img { display: block; margin: auto; width: 55px; height: auto; transform: rotate(0); transition: all 1.5s; } .ucv-b4-arrow-wrapper:hover img { transform: rotateY(370deg); } .ucv-b4-text { margin: 45px auto 0; } .ucv-b4-text strong { margin: 20px 0 0; font-size: 16px; color: #00bab5; } @media screen and (max-width: 1025px) { .ucv-b4-arrow-wrapper { width: 46%; } } @media screen and (max-width: 600px) { .ucv-b4-arrow-wrapper { width: 90%; } } .uc-row-panel { padding: 40px 10px; text-align: center; } .uc-row-panel h2 { margin-bottom: 40px; } .uc-row { display: flex; flex-wrap: wrap; justify-content: center; } .uc-asset-item { width: 23%; margin: 15px 1%; display: flex; flex-direction: column; align-items: center; position: relative; } .uc-asset-item strong { color: #1abc9c; font-size: 20px; } .uc-asset-item__img { height: 100px; width: 100px; position: relative; color: #a5C8B9; background: #fff; box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.3); border-radius: 100%; } .uc-asset-item__img img { margin-top: 25px; color: #01980d; } .uc-asset-item__text { margin-top: 40px; } .uc-circles { border-radius: 100%; width: 110px; height: 110px; margin-top: -5px; position: absolute; animation: Orbita 10s linear infinite; z-index: 0; } .uc-circles2 { animation: Orbita 11s linear infinite; } .uc-circles3 { animation: Orbita 9s linear infinite; } .uc-circles4 { animation: Orbita 13s linear infinite; } .uc-circle1 { background: #e6930e; width: 10px; height: 10px; top: 47px; left: -44px; position: relative; display: inline-block; border-radius: 10px; } .uc-circle2 { background: #e6930e; width: 13px; height: 3px; top: -6px; right: 0px; position: relative; display: inline-block; border-radius: 20px; } .uc-circle3 { border: 3px solid #1abc9c; width: 3px; height: 3px; bottom: -95px; right: -24px; position: relative; display: inline-block; border-radius: 10px; } @keyframes Orbita { from {transform:rotate(0deg);} to {transform:rotate(360deg);} } @media screen and (max-width: 800px) { .uc-asset-item { width: 46%; } } @media screen and (max-width: 600px) { .uc-asset-item { width: 100%; } }
ВОЕННЫЕ ЧАСЫ ДЛЯ ДЕТЕЙ
СПЕЦИФИКАЦИЯ
• Механизм: кварцевый,
• Питание от батареи: 626 SW (AG4)
• Дисплей: электронный
• Ширина корпуса: 43 мм
• Высота корпуса: 48 мм
• Толщина корпуса: 16 мм
• Ширина ремешка: 28 мм
• Общая длина ремешка: 25 см
• Ремешок: резино-силиконовый
• Застежка: классическая
• Подсветка: ДА
• Будильник: ДА
• Время: ДА
• Дата: ДА
• Отображение времени: 12/24 час
• Водонепроницаемость: WR 50м
• Количество кнопок: 4
• Узор: камуфляж
ВРЕМЯ УЧИТЬСЯ
Научиться определять время и планировать свой день – важные навыки, которые ребенок может развить, имея и пользуясь часами. Вот несколько причин, почему вашему ребенку стоит иметь часы:
Обучает ответственности: ребенок узнает, что часы – это инструмент, который помогает ему планировать свой день и дает ему информацию о том, сколько времени у него есть для индивидуальных задач. Это может помочь ему научиться быть ответственным и планировать свое время.
Учит самообеспеченности: когда у ребенка есть часы, ему не всегда нужно спрашивать время у родителей. Это может помочь ему научиться быть самостоятельным и независимым.
Обучает планировать: часы позволяют вашему ребенку планировать свой день и расставлять приоритеты. Благодаря этому ребенок может лучше организовать свои задачи и лучше использовать свое время.
Учит дисциплины: ребенок узнает, что часы – это инструмент, который помогает ему планировать свой день и ставить цели. Это может помочь ему научиться дисциплине и последовательности.
Яркость во тьме
Часы с подсветкой могут быть полезными во время активного отдыха на природе, например, в походах или кемпинге, когда света мало или вообще нет. Часы с подсветкой также могут помочь вашему ребенку безопасно ориентироваться в темных местах. Такая функция также является отличным развлечением для нашего ребенка, например, в ночном шпионе или исследователе.
ВОДОСТОЙНЫЕ ЧАСЫ
Водонепроницаемые часы могут быть особенно полезны для детей, поскольку дети часто оказываются в различных ситуациях, когда их часы могут подвергаться воздействию воды.
Водонепроницаемые часы позволят вашему ребенку безопасно играть на улице, не беспокоясь о том, что часы намокнут или запачкаются во время игры под дождем или снегом.
Если ваш ребенок любит заниматься спортом или занимается отдыхом на природе, водонепроницаемые часы пригодятся во время тренировок или путешествий.
Водонепроницаемые часы служат дольше, чем обычные, а это значит, что вашему ребенку не придется регулярно покупать новые часы.
Долговечный
Часы изготовлены из крепких материалов, чтобы служить ребенку в течение всего периода взросления. Силиконовая резинка устойчива к скручиванию. Современный механизм защищает стальной корпус от лёгкой коррозии.
ПРЕИМУЩЕСТВА:
• Это позволяет измерять время и дату в любое время
• Образовательный
• Долговечный аккумулятор
• Подсветка
• Они могут стать элегантным дополнением к детскому стилю.
• Прочный
• Полезно в школе, в путешествиях и в походе
• Водонепроницаемый
• Простое управление и замена батареи
Отзывов еще нет
Станьте первым, кто поделится своим мнением!