ВИДЕО ×
transform: translateY(0);
}
.pp-floating-item {
display: flex;
align-items: center;
gap: 10px;
width: 210px;
padding: 13px 16px;
background: #ffffff;
color: #f36c21 !important;
text-decoration: none !important;
border-radius: 40px;
font-size: 15px;
font-weight: 700;
box-shadow: 0 6px 20px rgba(0,0,0,0.18);
transition: all 0.25s ease;
}
.pp-floating-item:hover {
transform: translateX(-4px);
box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.pp-icon {
width: 30px;
height: 30px;
min-width: 30px;
border-radius: 50%;
border: 2px solid #f36c21;
color: #f36c21;
display: flex;
align-items: center;
justify-content: center;
font-size: 17px;
font-weight: 700;
line-height: 1;
}
@media screen and (max-width: 640px) {
.pp-floating-widget {
right: 16px;
bottom: 16px;
}
.pp-main-button {
width: 68px;
height: 68px;
font-size: 16px;
}
.pp-main-close {
font-size: 34px;
}
.pp-floating-menu {
bottom: 82px;
}
.pp-floating-item {
width: 190px;
padding: 12px 14px;
font-size: 14px;
}
}