#block-socialnimerezhi{
  margin-left: 42px;
}
.soc-links-wrap{
  display: flex;
  justify-content: center;
}
.soc-links-wrap .soc-item{
  margin-left: 16px;
}
.soc-links-wrap .soc-item:first-child{
  margin-left: 0;
}
.soc-links-wrap .soc-icon{
  background-color: rgba(255, 255, 255, 0.20);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 15px;
  padding: 3px;
  box-sizing: border-box;
}
.soc-links-wrap .soc-icon:hover{
  background-color: #003EA4;
}
.soc-links-wrap .soc-title{
  display: none;
}
.footer-top #block-basic-socialnimerezhi,
#block-socialnimerezhi-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-top #block-basic-socialnimerezhi>h2,
#block-socialnimerezhi-2>h2{
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: center;
}
.footer-top #block-basic-socialnimerezhi .soc-links-wrap .soc-icon,
#block-socialnimerezhi-2 .soc-links-wrap .soc-icon{
  background-color: #0081E2;
}

.soc-links-wrap .facebook{
  background-image: url(../../images/source/icon/fas.svg);
}
.soc-links-wrap .instagram{
  background-image: url(../../images/source/icon/ins.svg);
}
.soc-links-wrap .youtube{
  background-image: url(../../images/source/icon/you.svg);
}
.soc-links-wrap .twitter{
  background-image: url(../../images/source/icon/tvi.svg);
}
.soc-links-wrap .linkedin{
  background-image: url(../../images/source/icon/lin.svg);
}
.soc-links-wrap .thred{
  background-image: url(../../images/source/icon/eme.svg);
}
.soc-links-wrap .telegram{
  background-image: url(../../images/source/icon/tel.svg);
}
.soc-links-wrap .whatsapp{
  background-image: url(../../images/source/icon/whati.svg);
}
@media (max-width: 420px){
  .menu-on-n .soc-links-wrap{
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-on-n .soc-links-wrap .soc-item{
    margin-left: 0;
  }
}
