<
style type="text/css">
.v-body * {
box-sizing: border-box !important;
}
.v-body img {
max-width: 100% !important;
height: auto;
display: block;
}
.v-body a,
.v-body a:visited,
.v-body a:hover {
text-decoration: none !important;
color: inherit;
}
.v-body p,
.v-body a,
.v-body .h3,
.v-body span,
.v-body img {
padding: 0;
margin: 0;
border: 0;
}
.v-body {
word-wrap: normal !important;
overflow: hidden;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0 auto;
width: 100%;
background-color: #fff;
max-width: 880px;
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #151515;
}
.v-body .h3 {
display: inline-block;
font-size: 24px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #32a4c3;
position: relative;
}
.v-body .h3::before {
content: "";
position: absolute;
top: -3px;
left: -9px;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: #fdcb6d;
z-index: -1;
}
.v-body section {
position: relative;
z-index: 0;
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
}
.v-body .container {
width: 100%;
height: auto;
margin: 0 auto;
max-width: 669px;
}
.v-body .row {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.link-item {
display: block;
}
.v-body .btn {
display: inline-block;
position: relative;
transition: 0.3s;
padding: 12px 19px 12px 26px;
border-radius: 31.5px;
background-color: #ffb630;
box-shadow: 0px 29px 92px 0 #ffb630;
display: inline-flex;
align-items: center;
}
.v-body .btn .text {
font-size: 18px;
font-weight: bold;
color: #ffffff;
margin-right: 11px;
}
.v-body .btn .img {
width: 39px;
height: 39px;
border-radius: 50%;
background-color: #ffcc6c;
text-align: center;
display: flex;
transition: 0.5s;
}
.v-body .btn .img img {
margin: auto;
animation: 2s heartbeat infinite linear;
}
.v-body .btn:hover {
box-shadow: 0px 10px 10px 0 #ffb630;
}
.v-body .btn:hover .img {
transform: scale(1.3);
}
.v-adv {
padding: 12% 0 7%;
}
.v-adv__title {
margin-bottom: 13%;
}
.v-adv__row {
margin: 0 -5px;
}
.v-adv__col {
margin-bottom: 16px;
flex: 1 1 33.3333%;
padding: 0 5px;
}
.v-adv__col:nth-child(2) .descr {
max-width: 90px;
margin: 0 auto;
}
.v-adv__item {
min-width: 180px;
padding: 45px 10px 35px;
border-radius: 10px;
border: solid 1px #e7e7e7;
text-align: center;
height: 100%;
transition: 0.3s;
position: relative;
}
.v-adv__item::before {
content: "";
position: absolute;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 3px;
background-image: linear-gradient(to top, #ffb630, #fcd998);
transition: 0.5s;
}
.v-adv__item .ico {
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #f1f7fa;
position: relative;
margin: 0 auto 25px;
}
.v-adv__item .ico img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.v-adv__item:hover {
box-shadow: 0px 29px 92px 0 rgba(36, 37, 41, 0.18);
background-color: #fff;
}
.v-adv__item:hover::before {
box-shadow: 0 0 27px 0 #ffb630;
width: 42%;
}
.v-popular {
text-align: center;
padding-bottom: 9%;
}
.v-popular__bg {
position: relative;
padding: 56px 0 20px;
margin-bottom: 39px;
}
.v-popular__bg::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 117%;
height: 100%;
border-radius: 20px;
background-color: #f1f7fa;
z-index: -1;
}
.v-popular__title {
text-align: left;
margin-bottom: 45px;
}
.v-popular__row {
margin: 0 -10px;
}
.v-popular__col {
padding: 0 10px;
margin-bottom: 20px;
flex: 1 1 33.3333%;
}
.v-popular .link-item {
height: 100%;
min-width: 175px;
}
.v-popular .link-item span {
display: block;
color: #fff;
}
.v-popular .link-item .img {
border-radius: 5px;
background-color: #fff;
position: relative;
margin-bottom: 20px;
height: 277px;
overflow: hidden;
}
.v-popular .link-item .img img {
top: 55%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
transition: 0.3s;
}
.v-popular .link-item .text {
padding: 15px 10px;
border-radius: 5px;
background-color: #32a4c3;
}
.v-popular .link-item .title {
font-weight: bold;
}
.v-popular .link-item .pop-btn {
font-size: 14px;
font-weight: 500;
text-decoration: underline;
}
.v-popular .link-item:hover img {
transform: scale(1.1) translate(-45%, -40%);
}
.v-how .v-how__bg {
padding: 58px 0 55px;
position: relative;
}
.v-how .v-how__bg::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 117%;
height: 100%;
border-radius: 20px;
background-color: #f1f7fa;
z-index: -1;
}
.v-how__title {
margin-bottom: 45px;
}
.v-how__row {
margin: 0 -10px;
display: flex;
justify-content: center;
}
.v-how__col {
margin-bottom: 20px;
flex: 1 1 auto;
padding: 0 10px;
}
.v-how__item {
padding-bottom: 25px;
position: relative;
height: 100%;
}
.v-how__item::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 3px;
background-image: linear-gradient(to top, #ffb630, #fcd998);
transition: 0.5s;
}
.v-how__item .ico {
margin-bottom: 25px;
position: relative;
width: 43px;
height: 38px;
}
.v-how__item .ico img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: none !important;
transition: 0.3s;
}
.v-how__item .ico .img2 {
opacity: 0;
}
.v-how__item .descr {
font-weight: 300;
line-height: 1.5;
color: #1b1b1b;
}
.v-how__item:hover .img1 {
opacity: 0;
}
.v-how__item:hover .img2 {
opacity: 1;
}
.v-how__item:hover::before {
width: 55%;
}
.v-body .s {
position: absolute;
z-index: -1;
pointer-events: none;
}
.v-body .s.s-5 {
top: 1px;
left: 50%;
transform: translateX(-50%);
}
.v-body .s.s-6 {
top: 0%;
right: 0%;
width: 35%;
animation: 5s movingX infinite ease-in-out;
}
.v-body .s.s-8 {
top: -46%;
right: 0;
width: 57%;
animation: 5s movingX infinite ease-in-out;
}
@keyframes movingX {
0% {
transform: translateX(0) scale(1);
}
50% {
transform: translateX(50px) scale(1.1);
}
99% {
transform: translateX(0) scale(1);
}
}
@keyframes heartbeat {
0% {
transform: scale(0.75);
}
20% {
transform: scale(1);
}
40% {
transform: scale(0.75);
}
60% {
transform: scale(1);
}
80% {
transform: scale(0.75);
}
100% {
transform: scale(0.75);
}
}
@media only screen and (max-width: 780px) {
.v-body .btn .text {
font-size: 16px;
}
.v-body section {
padding-left: 10px !important;
padding-right: 10px !important;
}
.v-body .s.s-6 {
width: 200px;
top: -100px;
right: 0;
}
.v-adv__col {
flex: 100%;
}
.v-adv__item {
display: flex;
align-items: center;
padding: 15px 10px 25px;
text-align: left;
}
.v-adv__item .ico {
width: 50px;
height: 50px;
margin: 0 15px 0 0;
flex-shrink: 0;
}
.v-adv__col:nth-child(2) .descr {
max-width: 100%;
margin: 0;
}
.v-body .s.s-8 {
width: 200px;
top: -110px;
}
.v-how__row {
flex-wrap: wrap;
}
.v-how__col {
flex: 1 1 100%;
}
.v-how__item {
display: flex;
align-items: center;
}
.v-how__item .ico {
flex-shrink: 0;
margin: 0 15px 0 0;
}
.v-how__item::before {
left: 57px;
}
}
Кюретажна ложка використовується в хірургічній стоматології для вилучення залишків коренів зуба і формування лунок (заглиблень) в кістковій тканині щелепи необхідної форми і розміру.
Виробництво: "Medisporex" Пакистан
Наші
переваги
Реалізуємо товари
за оптовими
та роздрібними цінами
Кваліфіковані менеджери з медичною освітою
Як ми
працюємо?
Залиште заявку на сайті або зв'яжіться з нами за вказаними телефонами
Задайте питання менеджеру та погодьте з ним деталі, за необхідністю
Оплата можлива готівкою при отриманні або онлайн-оплатою
Доставляємо перевізниками по всій Україні