.social-icon{display:flex;align-items:center;justify-content:center;flex:1;height:36px;border-radius:4px;background-color:var(--colors-global-blue-10);transition:all .2s ease-out}.reg-social__list--1 .social-icon,.reg-social__list--2 .social-icon{max-width:60px}.no-touch .social-icon:hover{background-color:var(--colors-global-blue-20)}.social-icon__icon{width:100%;height:24px;color:var(--colors-base-white)}.social-network-block-btn{display:flex;align-items:center;justify-content:center;padding:12px 21px;gap:10px;border:1px solid var(--gray-500);border-radius:16px;background-color:var(--white)}.reg-social{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}@media(min-width:640px)and (max-width:1139px){.reg-social{margin-bottom:32px}}@media(min-width:1140px){.reg-social{margin-bottom:var(--buttons-l-hor)}}.reg-social__btn-icon{width:22px;height:auto;color:var(--telegram-bg)}.reg-social__btn-text{font-size:14px;line-height:20px;font-weight:700;color:var(--gray-500);text-transform:uppercase}.reg-social__separator{display:flex;justify-content:center;font-size:12px;line-height:16px;font-weight:400}@media(min-width:1140px){.reg-social__separator{position:relative;align-items:center;gap:var(--universal-spacings-s);color:var(--colors-base-white-75)}.reg-social__separator:after,.reg-social__separator:before{content:"";width:100%;height:1px;background-color:var(--colors-base-white-12)}}.reg-social__list{display:flex;justify-content:center;align-items:center;gap:var(--spacings-3xs)}