.fixed_contacts img:not(:last-child) { display: inline-block; padding: 14px; } .fixed_contacts_default, .fixed_contacts_active { background: var(--first-color); } .fixed_contacts_default { height: 254px; width: 50px; background: var(--first-color); } .fixed_contacts { position: fixed; z-index: 100; right: 0; top: 25%; transition: all 0.3s ease; } .line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .fixed_contacts ul li:not(:last-child) { border-bottom: 1px solid var(--fixed-aside-bottom-color); } .fixed_contacts ul li:last-child { align-items: flex-start; } .fixed_contacts_active { width: 320px; height: 380px; background: var(--first-color); } .fixed_contacts ul { width: 100%; display: flex; flex-direction: column; padding: 0; margin-left: 0 !important; } .fixed_contacts ul li { display: flex; align-items: center; color: #fff; font-size: 18px !important; padding-inline-start: 0; padding: 0 !important; } .fixed_contacts ul li a { color: inherit; display: none; } .fixed_contacts ul li a:hover { color: inherit !important; } .whatsapp_qrcode { width: 100%; height: 100%; display: flex; flex-direction: column; } .fit-content { width: fit-content !important; } .whatsapp_qrcode a { height: 50px; line-height: 50px; } .whatsapp_qrcode img { display: none; width: 90px; } .police::before { text-align: center; display: inline-block; height: 25px; width: 25px; line-height: 25px; transform: translateY(20%); }