.wrapper2{
  z-index: 99999999;
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 365px;
  background: #fff;
  padding: 25px 25px 30px 25px;
  border-radius: 15px;
  box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
/*  text-align: center;*/
}
.wrapper2.hide2{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
::selection{
  color: #fff;
  background: #FCBA7F;
}
.wrapper2 img{
  max-width: 90px;
}
.content2 header{
  font-size: 25px;
  font-weight: 600;
}
.content2{
  margin-top: 10px;
}
.content2 p{
  color: #858585;
  margin: 5px 0 20px 0;
}
.content2 .buttons2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons2 button{
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: #008B1C;
  cursor: pointer;
  transition: all 0.3s ease;
}
.buttons2 button:hover{
  transform: scale(0.97);
}
.buttons2 .item2{
  margin: 0 10px;
}
.buttons2 a{
  color: #FCBA7F;
}

@media (max-width: 980px) {
	.wrapper2 {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}