Представительство ТОО "ВЕГАФАРМ"
/*.uc-all {background: #fff; color: #000;}*/
.uc-link {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
min-width: 150px;
color: #fff!important;
background-color: #E4002B;
border-radius: 3px;
transition: all .3s;
font-size: 18px;
margin-top: 10px;
}
.uc-link:hover {
background: #9E2B2F;
}
.uc-ban1-panel {
display: flex;
min-height: 60vh;
}
.uc-ban1-panel strong {
color: #fff;
font-size: 20px;
}
.uc-ban1-texts {
background-color: #0085AD;
width: 70%;
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: 120px;
background: linear-gradient(73deg, #0085AD 50%, transparent 51%);
}
.uc-ban1-header {
font-size: 20px;
line-height: 30px;
padding-bottom: 10px;
color: #fff;
border-bottom: 2px solid #fff;
}
.uc-ban1-sub-header {
font-size: 16px;
line-height: 24px;
color: #fff;
}
.uc-ban1-text {
line-height: 22px;
color: #fff;
}
.uc-ban1-link {
text-align: center;
text-decoration: none !important;
color: #fff!important;
background: #9E2B2F;
padding: 8px;
margin-top: 10px;
min-width: 150px;
font-size: 18px;
transition: all .3s;
align-self: self-start;
}
.uc-ban1-link:hover {
transform: scale(0.9);
}
.uc-ban1-image {
background: url(https://i.ibb.co/Z8ZTcny/Screenshot-2021-04-20-2.png&s=xdauyemt&h=hLO_HqdgcKrBdSFv8ZWzLQ) top/cover;
width: 57%;
}
@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: 600px) {
.uc-ban1-panel {
min-height: auto;
}
}
.uc-d1-panel {
display: flex;
flex-direction: column;
}
.uc-d1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
.uc-d1-item {
display: flex;
position: relative;
align-items: center;
box-sizing: border-box;
padding: 20px 25px;
background-color: #ececec;
}
.uc-d1-item-right {
background-color: #0085AD;
flex-direction: row-reverse;
}
.uc-d1-item a {
text-decoration: none !important;
color: #0085AD!important;
}
.uc-d1-item-right a {
color: #fff!important;
}
.uc-d1-img-holder {
}
.uc-d1-img-holder img {
max-width: none!important;
animation: pulse 3s infinite linear;
border-radius: 100%;
width: 170px;
height: 100%;
}
.uc-d1-texts {
line-height: 24px;
padding: 0px 35px;
}
.uc-d1-texts-right {
text-align: right;
color: #fff;
}
.uc-d1-header {
font-size: 18px;
padding: 10px 0;
border-bottom: 2px solid #0085AD;
}
.uc-d1-header-right {
border-bottom: 2px solid #fff;
}
@keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.1, 1.1, 1.1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@media screen and (max-width: 600px) {
.uc-d1-item {
flex-direction: column;
}
.uc-d1-texts {
text-align: center;
padding: 0px;
}
}
.uc-clear {clear:both; height:0px;}
.uc-benefits-wrapper {
padding: 20px;
border-bottom: 2px solid #c0c0c0;
}
.uc-benefits-wrapper h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-benefits {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-benefits__item {
display: flex;
flex-direction: column;
text-align: center;
width: 48%;
padding: 15px;
margin: 10px 1%;
background: #f1f1f1;
box-sizing: border-box;
transition: 0.3s;
}
.uc-benefits__item img {
align-self: center;
margin-bottom: 10px;
transition: 0.3s;
}
.uc-benefits__content {
margin-top: 25px;
}
.uc-benefits__title {
font-size: 20px;
line-height: 26px;
color: #0085AD;
position: relative;
transition: 0.4s ease-in-out;
}
.uc-benefits__title::before {
content: '';
position: absolute;
left: 50%;
top: -15px;
transform: translateX(-50%);
height: 3px;
width: 45%;
background: #333;
transition: 0.4s ease-in-out;
}
.uc-benefits__text {
transform: translateY(-80px);
opacity: 0;
transition: 0.5s ease-in-out, opacity 0.4s;
margin: 0px!important;
}
.uc-benefits__item:hover {
background: #fcfcfc;
}
.uc-benefits__item:hover .uc-benefits__text {
opacity: 1;
transform: translateY(0px);
transition: opacity 1.5s;
}
.uc-benefits__item:hover .uc-benefits__title {
transform: translateY(-25px);
transition: 0.4s ease-in-out all;
}
.uc-benefits__item:hover .uc-benefits__title::before {
transform: translate(-50%, 50px);
transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
.uc-benefits__item {
width: 100%;
}
.uc-benefits__item img {
transform: translateY(0px);
}
.uc-benefits__title {
transform: translateY(0px);
}
}
@media screen and (max-width: 800px) {
.uc-benefits__text {
transform: translateY(0px);
opacity: 1;
}
}
:root { --infograph-color4: #0085AD; --infograph-color3: #272727; --infograph-color2: #272727; --infograph-color1: #0085AD; }
.uc-four-panel {
padding: 20px 0;
border-bottom: 2px solid #c0c0c0;
}
.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: #f1f1f1;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.uc-four-item strong {
font-size: 18px;
color: #0085AD;
line-height: 26px;
transition: all .6s ease;
}
.uc-four-item:hover strong {
color: #0085AD;
}
.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(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 {
padding: 20px;
border-bottom: 2px solid #c0c0c0;
}
.uc-blockquote-wrap {
display: flex;
flex-wrap: wrap;
}
.uc-blockquote-panel h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-blockquote {
margin: 1%;
width: 48%;
background: #0085AD;
color: #fff;
padding: 30px 30px 30px 90px;
position: relative;
box-sizing: border-box;
}
.uc-blockquote2 {
background: #272727;
}
.uc-blockquote:before {
content: "\201C";
font-family: serif;
position: absolute;
top: 20px;
left: 16px;
color: black;
width: 40px;
height: 40px;
border-radius: 50%;
background: white;
font-size: 40px;
font-weight: bold;
text-align: center;
line-height: 50px;
}
.uc-blockquote:after {
content: "";
width: 4px;
background: white;
position:absolute;
left: 70px;
top: 20px;
bottom: 20px;
}
.uc-blockquote p {
margin-top: 0;
}
.uc-blockquote strong {
font-weight: normal;
text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
.uc-blockquote {
width: 100%;
margin: 1% auto;
}
}
.uc-numbers {
padding: 20px;
border-bottom: 2px solid #c0c0c0;
}
.uc-numbers h2{
text-align: center;
padding-bottom: 20px;
}
.uc-numbers-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
position: relative;
z-index: 0;
}
.uc-numbers-inner__item {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 21%;
margin: 25px 1%;
padding: 20px;
border-radius: 3px;
background: #f1f1f1;
box-sizing: border-box;
}
.uc-numbers-inner__item strong {
color: #3b5998;
font-size: 18px;
transition: 0.5s;
}
.uc-numbers-inner__item:hover strong {
color: #3cb371;
}
.uc-numbers-inner__item:before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: #0085AD;
z-index: -1;
transform: skew(2deg, 2deg);
border-radius: 3px;
transition: 0.5s;
}
.uc-numbers-inner__item:hover:before {
background: #272727;
transform: skew(-2deg, -2deg);
}
.uc-numbers-inner__title {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10px;
font-size: 60px!important;
font-weight: bold;
line-height: 5rem;
color: rgba(39, 39, 39, 0.1);
transition: 0.5s;
}
.uc-numbers-inner__item:hover .uc-numbers-inner__title {
top: -10px;
color: rgba(39, 39, 39, 0.8);
}
@media screen and (max-width: 1000px) {
.uc-numbers-inner__item {
width: 46%;
}
}
@media screen and (max-width: 600px) {
.uc-numbers-inner__item {
width: 100%;
}
}
.uc-e1-panel {
padding: 20px;
text-align: center;
}
.uc-e1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
Уникальные товары для здоровья в интернет-магазине ТОО "ВЕГАФАРМ"
Представительство ТОО Вегафарм Казахстан является международной фармацевтической компанией. В ассортименте компании представлены лекарственные средства и БАДы. Организация начала свою деятельность в 2012 году. Мы добилась огромного успеха, благодаря своим продуктам и развитию. В 2021 году штат наших сотрудников насчитывал уже свыше ста человек. Благодаря инновационным разработкам и сотрудничеству с ведущими компаниями, наша организация может предложить Вам самый широкий ассортимент и спектр услуг на казахстанском рынке.
Посмотреть ассортимент
Наш ассортимент
Для улучшения памяти
В каталоге более 6 средств для улучшения памяти
Для детей и подростков
В каталоге более 4 средств для детей
Для здоровья женщин
В каталоге более 6 средств для беременных и мам.
Траволайф - жизнь без кашля
В каталоге более 2 средств против кашля
Для укрепления иммунитета
В каталоге более 5 средств для иммунитета
Почему Вам стоит обратиться именно к нам?
Скидки
Предоставляем выгодные скидки постоянным клиентам.
Новинки
Постоянно пополняем ассортимент новыми интересными товарами.
Перейти в каталог
Преимущества нашей компании
Широкий ассортимент
У нас в каталоге Вы можете найти множество разнообразных лекарственных средств, витаминов и минералов, а также БАДов.
Качество
Представляем продукцию высокого качества, произведенную на европейских заводах.
Востребованность
Наша продукция очень востребована среди приверженцев здорового питания и среди людей, ведущих активный образ жизни.
Продажа товаров
Организация осуществляет оптовую и розничную торговлю.
Посмотреть ассортимент
Как заказать?
01
Оформление заявки на сайте
02
Согласование деталей заказа с менеджером
03
Оплата товара по наличному либо безналичному расчету
04
Доставка продукции любым удобным для Вас способом
В нашем интернет магазине ТОО "ВЕГАФАРМ" самый разнообразный ассортимент на рынке продуктов здорового питания. Высокое качество. Качество наших товаров подтверждено сертификатами. Оперативная доставка продукции.
Обращайтесь к нам в компанию ТОО "ВЕГАФАРМ".
Широчайший ассортимент и привлекательные цены Вас приятно удивят.
Контакты