* {  -webkit-transition: 0.33s ease;  transition: 0.33s ease;}.plus-button {  position: fixed;  bottom: 10px;  left: 10px;  z-index: 100;  height: 75px;  width: 75px;  border-radius: 100%;  background-color: #fff;  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58);  -webkit-backface-visibility: hidden;          backface-visibility: hidden;  -webkit-transform: scale(0.92);          transform: scale(0.92);}.plus-button::before {  content: "";  position: fixed;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%, -50%);          transform: translate(-50%, -50%);  color: #fff;  font-size: 28px;  font-weight: 600;}.plus-button:hover {  -webkit-transform: scale(1);          transform: scale(1);  box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.5);}.plus-button:active {  -webkit-transform: scale(0.96);          transform: scale(0.96);  box-shadow: 2px 3px 11px 1px rgba(0,0,0,0.53);}.plus-button.open {  -webkit-transform: rotate(45deg) scale(0.92);          transform: rotate(45deg) scale(0.92);  background-color: #333;  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.58);}.plus-button.open:hover {  -webkit-transform: scale(1) rotate(45deg);          transform: scale(1) rotate(45deg);  box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.5);}.plus-button.open:active {  -webkit-transform: scale(0.96) rotate(45deg);          transform: scale(0.96) rotate(45deg);  box-shadow: 2px 3px 11px 1px rgba(0,0,0,0.53);}.social-button {  position: fixed;  bottom: 23px;  left: 21px;  height: 50px;  width: 50px;  -webkit-transform: scale(0.8);          transform: scale(0.8);  background-size: 100% !important;  border-radius: 100%;  box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.4);  cursor: pointer;  z-index: 99;  -webkit-backface-visibility: hidden;          backface-visibility: hidden;}.social-button:hover {  -webkit-transform: scale(1);          transform: scale(1);  -webkit-transition: 0.35s cubic-bezier(0.3, 0.2, 0, 2.5);  transition: 0.35s cubic-bezier(0.3, 0.2, 0, 2.5);}.social-button.whatsapp-button {  background: url("../images/whatsapp.png") no-repeat center;}.social-button.whatsapp-button.active {  bottom: 100px;  left: 11px;}.social-button.telegram-button {  background: url("../images/telegram.png") no-repeat center;}.social-button.telegram-button.active {  bottom: 95px;  left: 63px;}.social-button.viber-button {  background: url("../images/viber.png") no-repeat center;}.social-button.viber-button.active {  bottom: 57px;  left: 99px;}.social-button.messenger-button {  background: url("../images/messenger.png") no-repeat center;}.social-button.messenger-button.active {  bottom: 5px;  left: 95px;}