О нас
.b-user-content_with_border {
padding: 0px;
background: #fff;
}
/* 1 */
.uc-banner__text {
text-align: justify
}
.uc-banner {
text-shadow: 0 -1px 0 rgba(000, 000, 000, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(000, 000, 000, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.7);
box-shadow: 0 1px 1px rgba(000, 000, 000, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.7);
border: 1px solid #eaeff6;
display: flex;
height: 180px
}
.uc-banner__content {
background: #4bae4f;
display: flex;
z-index: 3;
width: 90%;
position: relative;
color: #fff;
border-left: 5px solid white;
}
.uc-banner__content::after {
content: '';
z-index: 1;
position: absolute;
left: 100%;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 90px 0 90px 95px;
border-color: transparent transparent transparent #4bae4f;
}
.uc-banner__description {
padding: 10px 10px 10px 15px
}
.uc-block-arrow {
display: flex;
left: 0;
width: 200px;
height: auto;
position: relative;
-webkit-clip-path: polygon(65% 0%, 100% 50%, 65% 100%, 0% 100%, 35% 50%, 0% 0%);
clip-path: polygon(45% 0%, 100% 50%, 45% 100%, 0% 100%, 55% 50%, 0% 0%);
background: #fff;
z-index: 1
}
.uc-banner__header {
color: #fff;
font-size: 18px!important;
font-weight: 700!important;
text-align: center
}
.uc-banner__subheader {
font-size: 16px;
font-weight: 700;
padding-top: 10px;
text-align: center
}
.uc-banner__button {
background: #4fa87a;
text-decoration: none;
position: absolute;
color: #fff;
padding: 20px;
left: 100%;
top: 10%;
z-index: 2;
transform: rotate(45deg) translateX(22%);
width: 70px;
height: 70px;
color: #fff!important;
border-radius: 5px;
text-shadow: 0 -1px 0 rgba(000, 000, 000, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(000, 000, 000, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.7);
box-shadow: 0 1px 1px rgba(000, 000, 000, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.7);
border-width: 1px;
border-style: outset;
border-color: red;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.uc-banner__content:hover .uc-banner__button {
opacity: 1;
}
.uc-banner__button:hover {
background: #ff7171;
color: #fff!important
}
.uc-buttton-text {
left: 85%;
top: 20%;
transform: rotate(-45deg) translateX(-72%) translateY(-134%);
position: absolute;
width: 100px;
font-size: 18px;
text-align: center
}
.uc-banner__image {
background: #777 url(https://i.ibb.co/YLYp3qD/Ob-IDK6-Ei-Cb-Mr-F4x-Ei-Mj-W4-DLuro3kzsc-E4-Smipm-T8mnwjzqf-YRVxr-Kqg-KI1-St-QUMzou7-Ba-R9-Y6o-GK0-FIHo9-ZIv-FPzbl-S0-Fwsa.jpg) center/cover;
width: 50%
}
@media screen and (max-width: 1200px) {
.uc-banner__content {
width: 100%
}
.uc-banner__image {
display: none
}
.uc-banner__content::after {
display: none
}
.uc-banner {
height: 100%
}
.uc-banner__button {
display: block;
position: relative;
left: 0;
min-width: 150px;
height: 0;
transform: rotate(0deg) translateX(0%)
}
.uc-buttton-text {
left: 0;
top: 20%;
transform: rotate(0deg) translateX(0%) translateY(0%);
min-width: 190px
}
}
/* 2 */
.uc-arr-panel {
padding: 0 10px;
text-shadow: 0 -1px 0 rgba(000, 000, 000, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(000, 000, 000, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.7);
box-shadow: 0 1px 1px rgba(000, 000, 000, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.7);
font-size: 14px;
border-radius: 15px;
border: 1px solid #eaeff6;
margin: 10px;
}
.uc-arr-table {
color: #fff;
border: none!important;
border-collapse: separate!important;
border-spacing: 2px 5px;
}
.uc-arr-table td {
font-size: 16px;
-webkit-box-shadow: 0 1px 1px rgba(000, 000, 000, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.7);
box-shadow: 0 1px 1px rgba(000, 000, 000, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.7);
/* background-color: #4fa87a; */
border-radius: 5px;
border-style: solid;
border: 1px solid #eaeff6;
}
.uc-arr-table+.uc-arr-table {
margin-left: 4%;
}
.uc-arr-table-col1 {
width: 32px;
}
.uc-arr-table-marker {
margin: 0px auto;
text-align: center;
transition: all 0.3s;
}
.uc-arr-table-marker img {
transition: all 0.3s;
}
.uc-arr-table td:hover .uc-arr-table-marker img {
transform: translateX(5px)
}
@media screen and (max-width: 768px) {
.uc-arr-table {
float: none;
width: 100% !important;
}
.uc-arr-table+.uc-arr-table {
margin: 0;
}
}
/* 3 */
.uc-banner-panel {
/* padding: 0 10px; */
}
.uc-banner-color {
display: flex;
width: 100%;
height: auto;
}
.uc-banner-text {
width: 75%;
color: #333;
text-shadow: 0 -1px 0 rgba(000, 000, 000, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1);
margin-top: -5px;
margin-bottom: 20px;
background-color: #fff;
padding: 10px 15px;
box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
text-align: justify;
line-height: 22px;
outline: 2px solid #ffffff;
outline-offset: -10px;
z-index: 11;
background: url(https://uaprom-uc.prom.st/production/design_template/857/images/bg1.png);
}
.uc-banner-img {
background: url(https://i.ibb.co/1nhDF3V/Depositphotos-183824256-m-2015.jpg) center center/cover;
width: 300px;
height: 350px;
flex-shrink: 0;
margin-top: 25px;
/* margin-right: -30px; */
/* margin-left: -10px; */
/* margin-bottom: -40px; */
box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
outline: 5px solid #f8f8f8;
outline-offset: -6px;
}
@media screen and (max-width: 900px) {
.uc-banner-panel {
padding: 0 20px;
}
.uc-banner-text {
margin-right: 20px;
}
.uc-banner-color {
flex-wrap: wrap;
flex-direction: column;
}
.uc-banner-img {
width: 250px;
height: 250px;
margin-top: -70px;
margin-right: -20px;
align-self: flex-end;
}
}
«MEDIAL GROUP»: качественное медоборудование в Казахстане
Добро пожаловать на сайт компании «MEDIAL GROUP»! Мы являемся эксклюзивным дистрибьютерами продукции JPI Healthcare Co. Ltd., Южная Корея. Мы занимаемся поставкой высококачественного медицинского оборудования в Алматы и по всему Казахстану. Мы ведём свою деятельность с 2015 года, за это время мы успели освоить множество разных видов деятельности. Сейчас в сферу наших услуг входит не только продажа оборудования, но и полное оснащение клиник, автомашин скорой медицинской помощи (линейной бригады и реанимобилей) и вертолётов санитарной авиации всем необходимым.
Что именно можно приобрести у нас?
Воспользовавшись нашими услугами, вы сможете приобрести широкий спектр медицинских товаров, включающий медицинское оборудование и инструмент самого широкого спектра. В нашем каталоге вы найдёте:
Диагностическое оборудование;
Медицинский инструмент;
Всё для хирургии;
Лабораторное оборудование;
Медицинскую мебель:
Различные медицинские изделия.
Этим наш ассортимент не ограничен, также у нас есть товары для терапевтических кабинетов, различные запчасти и комплектующие. У нас есть всё — от марлевых масок и шапочек до аппаратов МРТ. Для подробной информации свяжитесь с нами по телефону или напишите нам — мы ответим так быстро, как сможем это сделать.
Информация о компании
Название:
ТОО "МЕДИАЛ ГРУПП"
Тип компании:
Торговая компания, Дистрибьютор / Реселлер, Компания, предоставляющая услуги, Производитель
Организационно-правовая форма и капитал
Организационно-правовая форма:
Частное предприятие
Информация о производстве
Сертификаты соответствия:
ISO 9000/9001/9004/19011: 2000
