Ортопедический интернет магазин ОртоХэлп
.uc-link {
display: inline-block;
padding: 8px;
text-decoration: none !important;
text-align: center;
min-width: 180px;
color: #fff!important;
background: #009788;
border-radius: 4px;
font-size: 16px;
transition: all .3s;
margin: 10px;
}
.uc-link:hover {
transform: scale(0.9);
}
.uc-ban1-panel {
display: flex;
min-height: 47vh;
}
.uc-ban1-texts {
background-color: #009788;
width: 44%;
padding: 20px;
text-align: left;
box-sizing: border-box;
z-index: 0;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 0;
}
.uc-ban1-texts:after {
content: '';
position: absolute;
left: 100%;
height: 100%;
width: 200px;
background: linear-gradient(73deg, #009788 50%, transparent 51%);
}
.uc-ban1-header {
font-size: 28px;
line-height: 36px;
padding-bottom: 10px;
color: #ff8c22;
border-bottom: 2px dashed #ffffff;
}
.uc-ban1-sub-header {
font-size: 18px;
line-height: 26px;
color: #fff;
}
.uc-ban1-text {
line-height: 26px;
color: #fff;
}
.uc-ban1-panel strong {
color: #ff8d24;
font-size: 20px;
}
.uc-ban1-link {
text-align: center;
text-decoration: none !important;
color: #fff!important;
background: #ff8b24;
padding: 8px;
margin-top: 10px;
min-width: 180px;
font-size: 16px;
border-radius: 4px;
transition: all .3s;
align-self: self-start;
}
.uc-ban1-link:hover {
transform: scale(0.9);
}
.uc-ban1-image {
background: url(https://d.radikal.ru/d35/2007/3b/f44829db0d4c.jpg) right top/cover;
width: 56%;
}
@media screen and (max-width: 800px) {
.uc-ban1-panel {
background: none;
height: 100%
}
.uc-ban1-link {
align-self: center;
}
.uc-ban1-texts {
width: auto;
text-align: center;
}
.uc-ban1-texts::after {
content: none;
}
.uc-ban1-image {
display: none;
}
}
@media screen and (max-width: 500px) {
.uc-ban1-panel {
min-height: auto;
}
}
.uc-nombers {
padding: 30px 20px 30px;
}
.uc-nombers_wrap {
display: flex;
flex-wrap: wrap;
}
.uc-nombers h2 {
text-align: center;
margin-bottom: 30px;
}
.uc-nombers_prod {
font-size: 16px;
text-align: center;
border-bottom: 3px solid #009788;
padding: 5px 0;
display: inline-block;
align-self: flex-start;
margin-bottom: 20px!important;
}
.uc-nombers-scheme {
border: 3px dashed #017e72;
display: inline-block;
box-sizing: border-box;
position: relative;
width: 44%;
margin: 50px 3%;
padding: 20px;
text-align: center;
transition: all .5s ease;
}
.uc-nombers-scheme:hover img {
transform: scale(1.1);
}
.uc-nombers-scheme img {
width: 350px;
margin-top: -70px;
height: auto;
box-shadow: 0px 0px 5px #009788;
transition: all .4s;
}
.uc-link-nombers {
display: inline-block;
padding: 8px;
text-decoration: none !important;
text-align: center;
min-width: 180px;
color: #fff!important;
background: #009788;
border-radius: 4px;
font-size: 16px;
transition: all .3s;
position: absolute;
bottom: -20px;
right: 50%;
transform: translateX(50%);
}
.uc-link-nombers:hover {
transform: translateX(50%) scale(0.9);
}
/*@media screen and (max-width: 1300px) {
.uc-nombers-scheme {
width: 46%;
}
}
*/
@media screen and (max-width: 800px) {
.uc-nombers-scheme {
width: 100%;
margin: 50px auto;
}
}
.uc-clear {clear:both; height:0px;}
.uc-ubers {
padding: 20px;
background: #b1b3b7;
}
.uc-ubers h2 {
text-align: center;
padding-bottom: 30px;
color: #fff!important;
}
.uc-ubers-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
position: relative;
z-index: 0;
}
.uc-ubers-inner__item {
display: flex;
align-items: center;
position: relative;
width: 46%;
margin: 40px 2%;
padding: 20px;
border-radius: 3px;
background: #ffffff;
box-sizing: border-box;
}
.uc-ubers-inner__item strong {
color: #203e73;
font-size: 18px;
transition: 0.5s;
}
.uc-ubers-inner__item:hover strong {
color: #203e73;
}
.uc-ubers-inner__item:before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: #009788;
z-index: -1;
transform: skew(-3deg, -3deg);
border-radius: 3px;
transition: 0.5s;
}
.uc-ubers-inner__item:hover:before {
transform: skew(3deg, 3deg);
background: #009788;
transition: 0.5s;
}
@media screen and (max-width: 1000px) {
.uc-ubers-inner__item {
width: 100%;
}
}
:root { --infograph-color4: #ff8b24; --infograph-color3: #009788; --infograph-color2: #009788; --infograph-color1: #ff8b24; }
.uc-four-panel {
padding: 20px;
}
.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 .5s ease;
box-sizing: border-box;
}
.uc-four-item:hover {
background: #b1b3b7;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.uc-four-item strong {
font-size: 20px;
color: #009788;
line-height: 26px;
transition: all .6s ease;
}
.uc-four-item:hover strong {
color: #009788;
}
.uc-four-item:hover .uc-move {
animation: 1.5s ease 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(200px, 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: #f2f6f9;*/
}
.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: 1000px) {
.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-panel {
background: #b1b3b7;
text-align: center;
padding: 0 0 20px;
}
.uc-blockquote-wrap {
display: flex;
}
.uc-blockquote {
position: relative;
box-sizing: border-box;
display: block;
padding: 45px 60px 10px 100px;
text-align: left;
width: 50%;
}
.uc-blockquote-round1 {
position: absolute;
top: 30px;
left: 40px;
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
background: rgba(255, 139, 36, 0.7);
animation: slide-2 4s infinite linear;
}
.uc-blockquote-round1:before {
content: "\201C";
line-height: 90px;
color: #fff;
font-size: 70px;
font-family: none;
}
.uc-blockquote-round2 {
position: absolute;
top: 40px;
left: 50px;
width: 60px;
height: 60px;
border-radius: 50%;
background: #444;
animation: slide-2 3s infinite linear;
}
.uc-blockquote-text {
position: relative;
font-size: 16px;
line-height: 26px;
color: #ffffff;
}
.uc-blockquote-text strong {
color: #009788;
}
@media screen and (max-width: 1000px) {
.uc-blockquote-wrap {
display: block;
}
.uc-blockquote {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.uc-blockquote {
padding: 50px 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);
}
}
.uc-jumbers {
padding: 20px;
text-align: center;
}
.uc-jumbers h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-jumbers_wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.uc-jumbers-scheme {
display: inline-block;
width: 23%;
margin: 10px 1%;
padding: 10px;
box-sizing: border-box;
transition: all 0.3s;
}
.uc-jumbers-scheme:hover {
/*background: #f7f7f7;*/
}
.uc-jumbers-scheme strong {
transition: all .3s ease;
display: inline-block;
text-transform: uppercase;
font-size: 20px;
color: #009788;
margin-bottom: 10px;
transform: translateY(10px);
}
.uc-jumbers-scheme:hover strong {
transform: translateY(-10px);
}
.uc-jumbers-img {
height: 90px;
width: 90px;
/*background: #87cefa;*/
border-radius: 100%;
position: relative;
margin: 0 auto;
}
.uc-jumbers-img img {
margin-top: 25px;
}
@media screen and (max-width: 1000px) {
.uc-jumbers-scheme {
width: 48%;
}
}
@media screen and (max-width: 800px) {
.uc-jumbers-scheme {
width: 100%;
margin: 10px;
}
}
.uc-e1-panel {
padding: 20px;
text-align: center;
background: url(https://b.radikal.ru/b06/2007/16/a5ebe7185523.jpg) 50%;
color: #fff;
}
.uc-e1-panel h2 {
margin-bottom: 20px;
text-align: center;
color: #fff!important; background: #009788;
padding: 10px;
}
Ортопедические изделия ОртоХэлп
Всё необходимое для полноценной жизни
Товары для здоровья
Гордая, ровная осанка и красивая походка могут сделать из обычного человека образ, достойный подражания. Но не всем от природы так повезло: большинство людей добиваются такого эффекта, прилагая немалые усилия. Наш сайт предлагает помощь тем, кто имеет подобные проблемы, облегчая путь к совершенству.
Посмотреть каталог
Какие оздоровительные товары можно у нас купить?
Известные ортопедические подушки и матрасы Пастер
Помогут снять напряжение и нагрузку во время сна
Подробнее
Противопролежневые матрасы
Необходимы при потребности долго находиться в горизонтальном положенииПодробнее
Ходунки для облегчения ходьбы и опоры для сидения для детей с ДЦП
Благодаря им дети смогут сидеть самостоятельно в течении часа и простоять в одиночку 15 минут!
Подробнее
Компрессионный трикотаж
Для лечения и профилактики отечности ног, расширения вен, застоев и заражения кровиПодробнее
Корректирующие бандажи
Медицинские эластичные поясы со стяжками, пелотами и застежками, которые используются для коррекции участков тела
Подробнее
Стельки
Широкий ассортимент стелек различного назначения: от спортивных до ортопедическихПодробнее
Почему вы должны купить товары для здоровья в нашем интернет-магазине?
В отличие от других интернет-магазинов, мы действительно разбираемся в том, что продаем, ведь владелец этого предприятия опытный врач-ортопед с большим стажем. Ортопедические изделия постоянно совершенствуются и улучшаются, что доказывает, например, изделия завода ТРИВЕС из Санкт-Петербурга
Мы систематически анализируем наших поставщиков, вопросы покупателей и стараемся предложить товары, отвечающие требованию самых взыскательных покупателей. Результат не заставляет себя долго ждать: прогресс виден на лицо.
О нашем магазине
Самые лучшие ортопедические матрасы и изделия для инвалидов есть у нас
Стандарт качества
Учитывая серьезный подход к делу со стороны владельца, здесь вы не найдете товаров из Китая, большинство представлено Санкт-Петербуржской фабрикой или другими российскими брендами, завоевавшими любовь покупателей, проверенных временем. У нас действует принцип цена-качество, хотя расценки ниже, чем у конкурентных магазинов, что и притягивает к нам клиентов.
Персональный менеджер
На рынке мы представители розничной торговли, поэтому подход к каждому клиенту индивидуальный. Вы всегда можете получить бесплатную консультацию по выбору изделия и его размеру от нашего врача, так что ошибиться в выборе невозможно!
Доставка и оплата
Заказывал матрас orthoforma цена нормальная отправили быстро все работает , насос правда громко работает а так все хорошо, если буду опять покупать то тут!
— Александр
Ортопедическую обувь покупаем только в этом магазине. Хорошие цены и просто отличное качество, не первый год сотрудничаем. Спасибо!
— Любовь
Больше отзывов
Как заказать ортопедические товары с доставкой по Республике Казахстан?
1 шаг
Выберите товар на сайте и закажите
2 шаг
Обсудите все детали с нашим менеджером
3 шаг
Оплатите покупку любым удобным для вас способом, укажите адрес доставки
4 шаг
Дождитесь доставки заказанной продукции по указанному вами адресу
ОртоХэлп — интернет магазин ортопедических товаров
А также, как мы и планировали, в продаже появилась так нужная женская ортопедическая обувь.
Фирмы, с которыми мы работаем, предоставляют гарантии на продукты для Вашей безопасности. Совершить покупку Вы можете по предварительной предоплате на карточку (по желанию оформляйте дисконтную карту), после чего мы отправим посылку Казпочтой или транспортной компанией за Ваш счет.
Наши контакты