.color-gold {
  color: #8c8065; }
.blockFooter {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  background-color: rgba(0, 0, 0, 0.83);
  z-index: 999; 
}
  .blockFooter .btn {
    border: 1px solid #caa57c;
    padding: 5px 17px;
    font-size: 10px;
    margin: 0;
    color: #fff !important; }
  .blockFooter .text {
    color: #fff !important;
    padding-top: 3px;
    margin-bottom: 0px; }
    @media (max-width: 780px) {
      .blockFooter .text {
        margin-bottom: 5px; } }