body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'PT Sans',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*background-color: #3672d7;*/
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.donation-module ul{
  display: flex;
}
.donation-module .a1{
  transition: all 0.3s ease-out;
}

.donation-module .hidden{
  opacity: 0;
  transform: translate(0, -40px);
}

.donation-module .a1{
  position: absolute;
  /*left: 0;*/
}

.donation-module .setup-price button{
  margin: 0 5px;
}

.donation-module .submit-btn span:before{
  content: 'ok
  ';
}
.donation-module .cancel-btn span:before{
  content: '<';
}

.donation-module .cancel-btn {
  padding: 0 5px;
}

.donation-module .confirm-btn span:before{
  content: 'Пожертвовать ';
}

.btn {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #222;
  padding: 20px 60px;
  min-height: 60px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.setup-price{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.setup-price input {
  height: 60px;
  font-size: 30px;
  text-align: center;
  z-index: 1;
}
.setup-price .container {
  display: flex;
  padding-bottom: 5px;
}

.btn span {
  position: relative;
  z-index: 1;
}


.link {
  font-size: 20px;
  margin-top: 30px;
}

.link a {
  color: #000;
  font-size: 25px;
}

.setup-price{
  display: flex;
}

.cancel-btn{
  min-width: 50px;
}

.caption{
  color: white;
  padding-bottom: 4px;
}
.caption span{
  padding-bottom: 4px;
}


