
.footer__payments-image {
  padding: 45px 495px 0px 0px;
  background: url('https://www.snvk.dev/footer_image.png'); 
  background-size:auto; 
  width:0px;
  height: 0px;
}

.gopay-logo__image {
  width:0px;
  height: 0px;
}

.btn__custom {
  padding:0 20px;
  display:inline-block;
  vertical-align:top;
  font-weight:700;
  font-size:16px;
  cursor:pointer;
  border:0;
  text-decoration:none;
  text-transform:uppercase;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  height:45px;
  line-height:45px;
  background-color:#0c8e36;
  color:#fff
}