

.sidesoc{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 200;
  width: 35px;
}
.sidesoc .footer__link{
  margin: 0 0 6px;
}

.footer__links{
  display: flex;
  gap: 8px;
}
.footer__links a{
  max-width: 35px;
}

.footer__link img{
  max-width: 100%;
}
.footer__links{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerphonebox *{
  font-family: 'Montserrat', sans-serif;

}
.footerphonebox{
  border: 2px solid #76b421;
  background: #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 25vw;
  max-width: 100%;
  padding-left: 0;
  text-align: center;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footerphonebox .phone-block-label{
  width: 100%;
  font-size: 20px;
  margin-bottom: 8px;
}
.footerphonebox .phone-wrap{
  margin: 0 15px;
  margin: 0;
  width: 15vw;
  width: 17.7vw;
}
.footerphonebox .phone-wrap img{
  width: 20px;
  margin-right: 10px;
}
.footerphonebox .phone-wrap .number{
  font-size: 1.6vw;
  color: #76b421;
  font-weight: 700;
}

.phone-wrap{
  display: flex;
  align-items: center;
}

.colspec{
  width: 33%;
}

.other-right.colspec{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

@media (max-width: 767px){
  .sidesoc .footer__link{
    width: 30px;
  }

  .colspec{
    width: 100%;
  }
  .other-right.colspec{
    display: flex;
    justify-content: center;
  }

  .footerphonebox{
    width: 100%;
  }
  .footerphonebox .phone-wrap{
    width: 100%;
    justify-content: center;
  }
  .footerphonebox .phone-wrap .number{
    font-size: 5vw;
    width: auto;
  }

}
