/*______font______*/

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../OpenSans-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans B';
    font-style: normal;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../OpenSans-Bold.woff) format('woff');
}

/*______reset______*/
html,
body {
  background: #fff;
  color: #000;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  outline: none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  resize: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
a,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
}
input,
textarea,
select {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  -moz-user-select: text;
  -o-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
      user-select: text;
  resize: none;
}
legend {
  color: #000;
}
p {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body,
html,
p,
div {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
td,
strong,
a,
ul,
li,
button {
  font-family: 'Open Sans';
  margin: 0;
  padding: 0;
}
button {
  background-color: transparent;
  border: none;
}
button focus {
  outline: none;
}
/*______grid______*/
.row-top,
.row-bottom,
.row-middle {
  display: block;
  position: relative;
  font-size: 0;
}
.col-w-1 {
  width: 5%;
}
.col-w-2 {
  width: 10%;
}
.col-w-3 {
  width: 15%;
}
.col-w-4 {
  width: 20%;
}
.col-w-5 {
  width: 25%;
}
.col-w-6 {
  width: 30%;
}
.col-w-7 {
  width: 35%;
}
.col-w-8 {
  width: 40%;
}
.col-w-9 {
  width: 45%;
}
.col-w-10 {
  width: 50%;
}
.col-w-11 {
  width: 55%;
}
.col-w-12 {
  width: 60%;
}
.col-w-13 {
  width: 65%;
}
.col-w-14 {
  width: 70%;
}
.col-w-15 {
  width: 75%;
}
.col-w-16 {
  width: 80%;
}
.col-w-17 {
  width: 85%;
}
.col-w-18 {
  width: 90%;
}
.col-w-19 {
  width: 95%;
}
.col-w-20 {
  width: 100%;
}
.col-w-1,
.col-w-2,
.col-w-3,
.col-w-4,
.col-w-5,
.col-w-6,
.col-w-7,
.col-w-8,
.col-w-9,
.col-w-10,
.col-w-11,
.col-w-12,
.col-w-13,
.col-w-14,
.col-w-15,
.col-w-16,
.col-w-17,
.col-w-18,
.col-w-19,
.col-w-20 {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.al-rt {
  text-align: right;
}
.al-lt {
  text-align: left;
}
.al-cnt {
  text-align: center;
}
.alv-tp {
  vertical-align: top;
}
.alv-bt {
  vertical-align: bottom;
}
.alv-mdl {
  vertical-align: middle;
}
/*______common______*/
body {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper {
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.wrapper .header,
.wrapper .footer,
.wrapper .block-main {
  position: fixed;
  width: 100%;
}
.wrapper .header {
  top: 0;
  z-index: 10;
}
.wrapper .footer {
  bottom: 0;
  z-index: 99;
}
.wrapper .block-main {
  height: auto;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 /* position: absolute;*/
}
.container {
  max-width: 768px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper .container {
    width: 95%;
  }
}
/*______content______*/
@charset "UTF-8";
.block-main {
  background-color: transparent;
  width: 100%;
}
.block-main .container {
  position: relative;
  width: 95%;

  background-image: url("../img/bg.jpg");
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  background-position: 50% 60px;
  background-repeat: repeat;
}
.block-main .container .btn-box {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  max-height: 110px;
  margin: auto;

}
.block-main .container .btn-box .btn-confirm {
  max-width: 330px;
  width: 80%;
  height: 100%;
  text-align: center;
  background-color: #c5001e;
  color: #fff;
  border: 2px solid #c50018;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;

  background-image: url("../img/1.jpg");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 auto;
  font-size: 42px;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle;
  font-weight: bolder;
  outline: none;
  padding: 0;
  font-family: 'Open Sans';
  line-height: 1;
  z-index: 1;
  cursor: pointer;
}
.block-main .container .btn-box .btn-confirm span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -1px;
}
.block-main .container .btn-box .btn-confirm img {
/*  position: absolute;*/
  max-width: 45px;
  height: 70%;
  max-height: 45px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 10px;
}
.block-main .container .btn-box .btn-confirm .sms-link {
  /*display: none;*/
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
  line-height: 3;

}
.block-main .container .price-wrapp {
/*  position: absolute;*/
  left: 0;
  right: 0;
  display: block;
  font-size: 22px;
  color: #929292;
  text-decoration: none;
  font-size: 0;
}
.block-main .container .price-wrapp .price {
    background-color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0px 6px 9px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 6px 9px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 6px 9px rgba(255,255,255,1);
}
@media screen and (max-width: 470px) {

  .block-main .container .btn-box .btn-confirm {
    font-size: 32px;
  }
  .block-main .container .btn-box .btn-confirm .sms-link {
    line-height: 2;
  }
  .block-main .container .btn-box .btn-confirm img {
    max-width: 25px;
    max-height: 26px;
  }
  .block-main .container{
    background-size: cover
  }
}
@media screen and (max-height: 470px) {
    .block-main .container .btn-box .btn-confirm {
      font-size: 32px;
    }
    .block-main .container .btn-box .btn-confirm .sms-link {
      line-height: 2;
    }
}
@media screen and (max-height: 440px) {
  .block-main .container .btn-box .btn-confirm img {
    max-width: 25px;
    max-height: 26px;
  }
  .block-main .container .btn-box .btn-confirm span {
    margin-bottom: 2px;
  }
}
/*@media screen and (max-height: 350px) {
  .block-main .container .btn-box .btn-confirm {
    font-size: 32px;
  }
}*/
@media screen and (max-height: 260px) {
  .block-main .container .btn-box {
    bottom: 50px;
  }
}
@media screen and (max-width: 319px) {
  .block-main .container .btn-box .btn-confirm {
    font-size: 22px;
  }
  .block-main .container .btn-box .btn-confirm img {
    display: none;
  }
}
/*______iphone views______*/
@media screen and (device-aspect-ratio: 40/71) and (orientation: landscape) and (min-height: 320px) {
/*  .block-main .container .btn-box {
    bottom: 50px;
  }*/
  .block-main .container .btn-box{
      bottom: 60px;
  }
  .header .row-top{
    padding: 5px 0px;
  }
  .wrapper .header{
      padding-top: 49px;
      background-color: #0e2c6f;
  }
  .footer .row-bottom{
      padding-bottom: 47px;
  }
}
@media screen and (device-aspect-ratio: 2/3) and (orientation: landscape) and (min-height: 320px) {
  .block-main .container .btn-box {
    bottom: 50px;
  }
}
/*______footer______*/
.footer {
  width: 100%;
  line-height: 1;
  text-align: center;
}
.footer .row-bottom {
  background-color: #6ca1cd;
}
.footer .row-bottom ul {
  list-style-type: none;
  padding: 2px;
}
.footer .row-bottom ul li {
  color: #fff;
  font-size: 16px;
}
.footer .row-bottom ul li a {
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 300px) {
  .footer .row-bottom ul li {
    font-size: 9px;
    line-height: 11px !important;
  }
}
/*______header______*/
.header {
  background-color: transparent;
}
.header .container {
  position: relative;
}
.header .row-top {
  padding: 20px 0px;
  background-color: #0e2c6f;
}
.header .row-top .icon-1 {
  max-width: 310px;
  width: 95%;
}
.header .row-top .icon-2 {
  max-width: 40px;
  width: 80%;
}
@media screen and (max-height: 890px) {
  .header .row-top .bg {
    display: block;
    position: absolute;
  }
}
@media screen and (max-height: 440px) {
  .header .row-top {
    padding: 10px 0px;
  }
  .header .row-top .icon-2 {
    max-width: 25px;
  }
}
@media screen and (max-width: 470px) {
  .header .row-top {
    padding: 10px 0px;
  }
}
@media screen and (max-height: 330px) {
  .header .row-top .col-w-20 .logo {
    width: 45%;
  }
  .header .row-bottom .icon-5 {
    display: none;
  }
  .header .row-middle {
    padding-bottom: 5px;
  }
}
@media screen and (max-height: 300px) {
  .header .row-middle {
    padding-bottom: 0px;
  }
}
</style>



/*______animation______*/
.preland_btn {
  max-width: 330px;
  width: 80%;
  height: 100%;
  text-align: center;
  background-color: #c5001e;
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #c5001e;
     -moz-box-shadow: inset 0px 0px 0px 2px #c5001e;
          box-shadow: inset 0px 0px 0px 2px #c5001e;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background-image: url("../img/1.jpg");
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 auto;
  font-size: 42px;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle;
  font-weight: bolder;
  outline: none;
  padding: 0;
  font-family: 'Open Sans';
  line-height: 1;
  cursor: pointer;
  font-size: 44px;
}
.preland_btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  max-height: 42px;
}
.preland_btn img {
  position: absolute;
  max-width: 48px;
  height: 100%;
  max-height: 40px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 10px;
  width: 30px;
      height: 27px;
  margin-left: 7px;
}
.preland_btn {
  -webkit-animation-name: btn_hide;
     -moz-animation-name: btn_hide;
       -o-animation-name: btn_hide;
          animation-name: btn_hide;
  -webkit-animation-duration: 0.6s;
     -moz-animation-duration: 0.6s;
       -o-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.hide__btn {
  opacity: 0 !important;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#buttonSubmitFinal {
  display: none;
}
.fadein__btn {
  display: block !important;
}
.btn__none {
  display: none !important;
}
.load_sign {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-top: -15px;
}
@-moz-keyframes btn_hide {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes btn_hide {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes btn_hide {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btn_hide {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#buttonSubmit span{
  font-size: 24px;
}
