@charset "utf-8";
/* core */
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
  line-height: 1.5em;
}
h1,
h2,
h3 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1em;
  margin: 0 0 30px 0;
  padding: 0;
}
h1 {
  font-size: 30px;
  padding-left: 10px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
p {
  margin: 0;
  margin-bottom: 20px;
}
small {
  font-size: 9px;
}
a {
  color: #0099ff;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #008cea;
  position: relative;
  top: 1px;
}
a.dark {
  color: #333333;
}
a[target=_blank] {
  padding-right: 16px;
  background: transparent url(../i/target.blank.png) scroll right 0 no-repeat;
}
input,
textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #d8d6c7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #333333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgab(200, 200, 200, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgab(200, 200, 200, 0.5);
  box-shadow: inset 0 1px 1px rgab(200, 200, 200, 0.5);
}
input:focus,
textarea:focus {
  border: 1px solid #b8b59a;
}
input[disabled] {
  color: #cccccc;
  background: #eeeeee;
}
input.invalid {
  color: #eb5e51;
  border-color: #eb5e51;
}
.v-mid {
  vertical-align: middle;
}
.v-top {
  vertical-align: top;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* wrapper */
#wrap {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  border-collapse: collapse;
}
/* footer */
#footer {
  position: relative;
  text-align: center;
  margin: 5px 0 0 0;
}
#footer a {
  display: inline-block;
  color: #333333;
  padding: 5px 10px;
  margin: 0 1px 5px 1px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* window */
#window {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 445px;
  margin: 0;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#window .tel-info {
  display: none;
}
#window .block {
  position: relative;
  margin-bottom: 20px;
}
#window .input {
  width: 380px;
}
#window .captcha {
  cursor: pointer;
  margin: 0 20px 0 0;
  padding: 5px 0;
  height: 40px;
  width: 90px;
}
#window .logo {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 20px;
  right: 30px;
  background: transparent url(../i/logo.png) scroll 0 0 no-repeat;
}
#window .arr {
  font-size: 18px;
  padding-right: 10px;
  vertical-align: middle;
}
#window .info {
  text-align: left;
  margin-bottom: 20px;
  display: none;
}
#window .pay {
  padding: 30px;
}
#window .tip {
  position: absolute;
  display: none;
  z-index: 1;
  background: #eb5e51;
  color: #fff;
  padding: 12px 14px;
}
#window .alert-message {
  display: none;
}
#window .alert {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid transparent;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#window .alert.warn {
  background: #ffe47d;
  border-color: #ffdf63;
  color: #b08b00;
}
#window .alert.warn a {
  color: #b08b00;
}
#window .alert.error {
  background: #eb5e51;
  border-color: #e8493a;
  color: #fff;
  text-shadow: none;
}
#window .alert.error a {
  color: #fff;
}
#window .alert.success {
  background: #8fbd83;
  border-color: #80b472;
  color: #fff;
  text-shadow: none;
}
#window .alert.success a {
  color: #fff;
}
#window .alert .close {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#window .alert .close:hover {
  color: #999;
}
#window .button {
  height: 50px;
  line-height: 50px;
  border: none;
  color: #fff;
  background: #628be2;
  font-weight: bold;
  cursor: pointer;
  margin: 0 0 0 20px;
  padding: 0 30px;
  text-shadow: 0 1px 0 #000000;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
#window .button:hover {
  background: #4c7bde;
}
#window .button.green {
  background: #8fbd83;
}
#window .button.green:hover {
  background: #80b472;
}
#window .button.orange {
  background: #ffaa38;
}
#window .button.orange:hover {
  background: #ff9f1f;
}
#window .button[disabled] {
  background: #cccccc;
  cursor: auto;
}
#window .button.loading {
  background-image: url(../i/loading-state.gif);
  background-repeat: repeat;
}
#window .input-captcha {
  width: 120px;
  text-align: center;
}
@media (max-width: 445px) {
  #window .pay {
    padding: 25px;
  }
  #window .button {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
  #window .input-captcha {
    width: 150px !important;
  }
  #window .logo {
    display: none;
  }
  #window .alert {
    margin-top: 10px;
  }
  #window .block {
    margin-bottom: 10px;
  }
  #window h2 {
    margin-bottom: 20px;
  }
  #footer a {
    font-size: 11px;
  }
}
@media (max-width: 335px) {
  #window .input-captcha {
    width: 110px !important;
  }
  #window h2 {
    font-size: 20px;
  }
}
/* bg */
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: cover !important;
}
/* faq */
.question {
  margin-bottom: 15px;
}
.question .title {
  border-bottom: 1px dotted #333333;
  color: #333333;
  cursor: help;
  font-weight: bold;
}
.question .descr {
  display: none;
  margin: 8px 0 0 0;
  padding: 0 0 0 15px;
  color: #333333;
  border-left: 3px solid #eee;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
::-webkit-input-placeholder {
  font-size: 13px;
}
:-moz-placeholder {
  font-size: 13px;
}
::-moz-placeholder {
  font-size: 13px;
}
:-ms-input-placeholder {
  font-size: 13px;
}
