@font-face {
  font-family: 'yanuscregular';
  src: url('../fonts/yanusc-webfont.woff2') format('woff2'),
  url('../fonts/yanusc-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.cards {
  display: block;
  overflow: hidden;
  width: 680px;
  height: auto;
  margin: 0 auto;
  margin-top: 32px;
}
.cards .face-card {
  float: left;
  overflow: hidden;
  width: 320px;
  height: 200px;
  background: url(../images/bg-face.png);
  border-radius: 20px;
}
.cards .face-card .summ {
  display: inline-block;
  overflow: hidden;
  width: 180px;
  height: auto;
  line-height: 90px;
}
.cards .face-card .summ .paymer-summ {
  display: block;
  overflow: hidden;
  color: white;
  font-family: 'yanuscregular', sans-serif;
  font-size: 50px;
  margin: 55px 0 0 20px;
  text-align: center;
}
.cards .face-card .currency {
  float: right;
  overflow: hidden;
  width: 100px;
  margin: 45px 30px 0 0;
  line-height: 50px;
}
.cards .face-card .currency .paymer-currency {
  display: block;
  overflow: hidden;
  color: #763a96;
  font-family: 'yanuscregular', sans-serif;
  font-size: 30px;
  text-align: right;
}
.cards .bottom-card {
  float: right;
  overflow: hidden;
  width: 320px;
  height: 200px;
  background: url(../images/bg-bottom.png);
  border-radius: 20px;
}
.cards .bottom-card .number {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 65px;
  margin-left: 10px;
}
.cards .bottom-card .number .paymer-number {
  float: left;
  width: 85px;
  overflow: hidden;
  color: white;
  font-family: 'yanuscregular', sans-serif;
  font-size: 15px;
  padding: 5px;
  margin: 0;
  text-align: left;
}
.cards .bottom-card .number .pay-num {
  float: left;
  overflow: hidden;
  color: #763a96;
  font-family: 'yanuscregular', sans-serif;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow:inset 2px 2px 3px 0 #383838;
  box-shadow:inset 2px 2px 3px 0 #383838;
  width: 160px;text-align: left;
}
.cards .bottom-card .number .copy {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background: url(../images/copy.png);
  cursor: pointer;
}
.cards .bottom-card .pin {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-left: 10px;
  margin-top: 10px;
}
.cards .bottom-card .pin .paymer-pin {
  float: left;
  width: 85px;
  overflow: hidden;
  color: white;
  font-family: 'yanuscregular', sans-serif;
  font-size: 15px;
  padding: 5px;
  margin: 0;
  text-align: left;
}
.cards .bottom-card .pin .pay-pin {
  float: left;
  overflow: hidden;
  color: #763a96;
  font-family: 'yanuscregular', sans-serif;
  font-size: 14px;
  padding: 5px;
  margin: 0;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow:inset 2px 2px 3px 0 #383838;
  box-shadow:inset 2px 2px 3px 0 #383838;
  width: 160px;text-align: left;
}
.cards .bottom-card .pin .copy {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background: url(../images/copy.png);
  cursor: pointer;
}

/*************TABLET***************/
@media (min-width: 768px) and (max-width: 1173px) {
  .cards {
    width: 768px;
    height: auto;
    margin: 0 auto;
    margin-top: 32px;
  }
  .cards .face-card {
    float: left;
    margin-left: 144px;
  }
  .cards .bottom-card {
    float: left;
    margin-left: 144px;
    margin-top: 15px;
  }
}

/*************MOBILE***************/
@media (min-width: 320px) and (max-width:767px) {
  .cards {
    width: 320px;
    height: 415;
    margin: 0 auto;
    margin-top: 32px;
  }
  .cards .face-card {
    display: block;
    width: 320px;
    height: 200px;
    border-radius: 20px;
  }
  .cards .face-card .summ {
    float: left;
    overflow: hidden;
    width: 200px;
    height: auto;
    line-height: 50px;
  }
  .cards .face-card .summ .paymer-summ {
    color: white;
    font-size: 50px;
    margin: 85px 0 0 20px;
    text-align: center;
  }
  .cards .face-card .currency {
    float: right;
    color: #763a96;
    overflow: hidden;
    width: auto;
    margin: 65px 20px 0 0;
    line-height: 30px;
  }
  .cards .face-card .currency .paymer-currency {
    color: #763a96;
    font-size: 30px;
    margin-right: 10px;
  }
  .cards .bottom-card {
    display: block;
    width: 320px;
    height: 200px;
    margin-top: 15px;
    border-radius: 20px;
  }
  .cards .bottom-card .number {
    display: block;
    overflow: hidden;
    width: auto;
    margin-top: 80px;
    margin-left: 15px;
  }
}