.social__wrap{height:100%;border-radius:5px;border:1px solid var(--bg-blue-color);background:var(--white-color);box-shadow:0 5px 10px 0 #0000001a;padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.social__title{text-align:center;font-size:calc(16px + 4*(100vw - 860px)/404)}@media(max-width:860px){.social__title{font-size:16px}}@media(min-width:1264px){.social__title{font-size:20px}}.social__title{line-height:125%}.social__items{display:grid;grid-template-columns:auto auto;justify-content:center;align-items:center;grid-auto-rows:1fr;grid-gap:calc(20px + 10*(100vw - 860px)/404);gap:calc(20px + 10*(100vw - 860px)/404)}@media(max-width:860px){.social__items{gap:20px}}@media(min-width:1264px){.social__items{gap:30px}}.social__item{height:calc(60px + 20*(100vw - 860px)/404)}@media(max-width:860px){.social__item{height:60px}}@media(min-width:1264px){.social__item{height:80px}}.social__item img{object-fit:contain;width:100%;height:100%}.social__item--forbidden{position:relative}.social__item--forbidden:before{content:"*";position:absolute;right:-8px;top:-2px}.social__info,.social__item--forbidden:before{font-size:12px;line-height:105%;color:var(--gray-color)}.social__info{text-align:end}