.socials {
   display: none;
}
.socials__block {
   border: 1px solid var(--black5);
   padding: 18px 22px;
   border-radius: 27px;
   background: var(--black3);
}
.socials__text-wrapper {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
   gap: 10px;
}
.socials__text {
   font-weight: 600;
   max-width: 155px;
   line-height: 1.16;
}
.socials__text span {
   padding-left: 3px;
   font-weight: 500;
   color: var(--white30);
   font-style: italic;
}
.socials__links {
   display: flex;
   flex-direction: row;
   gap: 12px;
}
.socials__link {
   display: block;
   width: 39px;
   height: 39px;
   flex: 0 0 39px;
}
.socials__link img {
   object-fit: cover;
   width: 100%;
   height: 100%;
}
@media (max-width: 600px) {
   .socials {
      display: block;
   }
}
