@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);
.popup_block {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #ffffff;
  background-color: #ffffff;
  z-index: 99999;
  display: table;
  opacity: 0;
  position: fixed; }
.popup_block .inner_block {
  display: table;
  position: relative;
  padding: 20px; }
.popup_block .inner_block h2 {
  color: #525252;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  top: 6%;
  left: 3%; }
.popup_block .inner_block .price {
  position: absolute;
  top: 14.5%;
  right: 6%;
  -webkit-transform: rotate(34deg);
  -moz-transform: rotate(34deg);
  -o-transform: rotate(34deg);
  transform: rotate(34deg);
  font-size: 18px; }
.popup_block .inner_block .price span {
  font-size: 30px;
  margin: 0 5px; }
.popup_block .inner_block .price sup {
  font-size: 20px;
  font-weight: 600; }
.popup_block .inner_block #sample_img {
  display: table;
  position: absolute;
  top: 24%;
  left: 5%; }
.popup_block .inner_block #sample_img img {
  width: 30%; }
.popup_block .inner_block ul {
  font-size: 24px;
  font-weight: 300;
  color: #68707b;
  position: absolute;
  top: 30%;
  left: 35%; }
.popup_block .inner_block ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px; }
.popup_block .inner_block ul li:before {
  content: '';
  display: block;
  background: url(../images/popup_banner/tick.png) no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  left: -40px;
  top: 3px; }
.popup_block .inner_block .disc {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  width: 110px;
  bottom: 20%;
  right: 14%; }
.popup_block .inner_block .disc span:nth-child(2) {
  font-size: 40px;
  line-height: 1; }
.popup_block .inner_block .disc span:last-child {
  font-size: 17px; }
.popup_block .inner_block .but_line {
  position: absolute;
  bottom: 8%;
  right: 5%; }
.popup_block .inner_block .but_line a.but {
  text-decoration: none;
  display: inline-table;
  font-size: 25px;
  line-height: 56px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 20px; }
.popup_block .inner_block .but_line .red {
  background-color: #e5031c;
  margin-right: 50px; }
.popup_block .inner_block .but_line .blue {
  background-color: #13b8f8; }

#blackout {
  z-index: 99998;
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none; }

/*# sourceMappingURL=Style.css.map */