.social{position:relative;align-items:center;display:flex}.social__more{margin:0}.social__items{padding:0;flex-wrap:wrap;margin:-3px -8px;display:flex}.main ul.social__items li:before,.social__item:before{display:none}.social--picture-image .social__items{margin:-3px}.social__item{padding:3px 8px;margin:0;align-items:center;display:flex}.social__item--image{padding:3px}.social__link{display:flex}.social__link .svg{height:20px;justify-content:center;align-items:center;width:20px;display:flex}.social__link svg *{fill:#333;fill:var(--white_text_black);opacity:.5}.social__link:hover svg *{opacity:1}.social__more-dots{letter-spacing:1.8px;margin:0 15px;cursor:pointer;padding-bottom:7px;display:flex}.social__more-dots:hover~.social__more,.social__more:hover{opacity:1;visibility:visible}.social__more{right:-2px;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;position:absolute;opacity:0;visibility:hidden;top:100%;-webkit-box-shadow:0 5px 20px rgba(0,0,0,.15);box-shadow:0 5px 20px rgba(0,0,0,.15);border-radius:4px;background:#fff;background:var(--card_bg_black);margin-top:9px}.social__more .social__item{padding:10px 15px}html.mobile .social__item.hide_on_mobile,html:not(.mobile) .social__item.hide_on_desktop{display:none}