body {
  background: #eee url('../img/extra_clean_paper.png');
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  background-color: rgba(0, 0, 0, .2);
  font-size: .9rem;
  color: rgba(255, 255, 255, .6);
}



.ff2 {
  display: none;
}


@media (max-width: 868px) {
  .ff2 {
    display: block;
  }

  .ff3 {
    display: none;
  }
}

form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}



#demo {
  font-size: 40px;
}


input {
  width: 85%;
  margin-bottom: 30px;
  border: 2px solid #222;
  padding: 5px;
  height: 30px;
  border-radius: 10px;
}

.order_block h3 {
  padding-top: 15px;
  text-align: center;
  margin: -50px 0;
  font-size: 20px !important;
}

.submit-form {

  width: 85%;
  border: none;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  background-color: #d4282c;
  border-radius: 20px;
  -webkit-animation: a 1s infinite alternate;
  animation: a 1s infinite alternate;
  cursor: pointer;
  font-weight: 700;

}

@media screen and (max-width: 480px) {
  input {
    width: 90%
  }
}

.vat {
  text-align: center;
  font-size: 12px;
}

.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  color: #A12000;
}

.ac_footer a {
  color: #A12000;
}

.ac_footer p {
  text-align: center;
}

img[height="1"],
img[width="1"] {
  display: none !important;
}



@media only screen and (max-width: 1230px) {
  .ac_footer {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .ac_footer {
    padding: 15px;
    font-size: 11px;
    line-height: 1.2;
  }
}

