@import url(stylesheet.css);
.hcl {
  font-family: 'hl', Arial;
}
body {
  /*background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;*/
  background-position: 50% 0;
  background-color: #fdfeff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #141414;
  line-height: 23px;
  
  background-repeat: no-repeat;
  background-position: 50% 0;
}
body#china {
  font-family: 'SimSun';
  font-size: 22px;
}
a {
  color: #57c6f6;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.blue {
  color: #57c6f6;
}
.fake_hdr {
  /*display: none;*/
  text-align: center;
}
p {
  margin-bottom: 12px;
}
h1 {
  font-size: 60px;
  font-family: 'hl', Arial;
  line-height: 54px;
  margin-bottom: 35px;
}
h1.ch {
  font-family: 'SimSun';
}
h2 {
  font-size: 35px;
  line-height: 33px;
  margin-bottom: 35px;
  font-family: 'hl', Arial;
}
h2.central {
  text-align: center;
}
h2.ch {
  font-family: 'SimSun';
}
.page {
  width: 82.65625%;
  margin: 0 auto;
  min-width: 500px;
  max-width: 1600px;
  position: relative;
  z-index: 3;
}
.right__bl {
  float: right;
  width: 65.5%;
  margin-right: 15px;
  margin-bottom: 100px;
}
.bordered__bl {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 35px;
  font-family: 'hl', Arial;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 72px;
}
.bordered__bl.ch {
  font-family: 'SimSun';
}
.two-col {
  margin-bottom: 70px;
}
.two-col__left {
  float: left;
  width: 48.5%;
}
.two-col__right {
  float: right;
  width: 44%;
}
.form {
  width: 92.1%;
  margin: 0 auto;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 38px;
  padding: 0 28px;
  padding-top: 55px;
  border: 1px solid #57c6f6;
  padding-bottom: 15px;
  position: relative;
  height: 340px;
}
.form__left {
  float: left;
  width: 48.47665580890337%;
}
.form__right {
  float: right;
  width: 48.47665580890337%;
}
.input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  padding-bottom: 1px;
  width: 100%;
  /*background-image: url(../img/input__bg.png);*/

  font-family: 'hl', Arial;
  font-size: 23px;
  color: black;
  border: none;
  outline: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #57c6f6;
}
.input.ch {
  font-family: 'SimSun';
}
.input:focus {
  border-color: black;
}
.input.error {
  color: #cc0000;
  border-color: #cc0000;
}
.r_txt {
  position: absolute;
  bottom: 17px;
  left: 28px;
  font-size: 16px;
  color: black;
  font-family: 'hl', Arial;
}
.r_txt.ch {
  font-family: 'SimSun';
}
.textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 194px;
  width: 100%;
  border: none;
  background-image: url(../img/input__bg.png);
  font-family: 'hl', Arial;
  font-size: 23px;
  color: black;
  outline: none;
  resize: none;
}
.textarea.ch {
  font-family: 'SimSun';
}
.textarea:focus {
  border: 1px solid #57c6f6;
  background-image: none;
}
.textarea.v_text {
  background-image: none;
}
::-webkit-input-placeholder {
  color: #57c6f6;
}
::-moz-placeholder {
  color: #57c6f6;
}
.btn__cont {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -21px;
  left: 0;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  height: 46px;
  padding: 0 42px;
  font-family: 'hl', Arial;
  font-size: 23px;
  outline: none;
  color: black;
  cursor: pointer;
  background-color: #57c6f6;
  text-transform: uppercase;
}
.btn.ch {
  font-family: 'SimSun';
}
.btn:hover {
  background-color: #70dcff;
}
.btn:active {
  background-color: #57c6f6;
}
.form__txt {
  text-align: center;
  color: #57c6f6;
  font-size: 25px;
  line-height: 33px;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  font-family: 'hl', Arial;
  display: none;
}
.form__txt.ch {
  font-family: 'SimSun';
}
.central__p {
  text-align: center;
  width: 530px;
  margin: 0 auto;
  margin-bottom: 85px;
}
.footer {
  border-top: 1px solid #57c6f6;
  font-size: 15px;
  padding-top: 24px;
  color: #757070;
  font-size: 16px;
  padding-bottom: 30px;
}
.footer__copy {
  float: left;
  font-family: 'hl', Arial;
  padding-top: 13px;
  width: 250px;
}
.footer__adress {
  float: left;
  width: 435px;
  background-image: url(../img/adress.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 61px;
  padding-top: 13px;
  font-family: 'hl', Arial;
}
.footer__adress > span {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #57c6f6;
}
.footer__author {
  float: right;
  padding-top: 13px;
  font-family: 'hl', Arial;
}
#fake_hdr {
  display: none;
}
.tabs__hdr {
  font-size: 0;
  margin-bottom: 40px;
}
.tabs__hdr-el {
  font-size: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  cursor: pointer;
  font-family: 'hl', Arial;
  color: #299fd4;
  text-decoration: underline;
}
.tabs__hdr-el.curr {
  text-decoration: none;
  color: #000;
}
.tabs__hdr-el:last-child {
  margin-right: 0;
}
.tabs__el {
  display: none;
  font-family: 'hl', Arial;
}
.tabs__el.curr {
  display: block;
}
.tabs__cont {
  margin-bottom: 70px;
}
#f {
    padding: 10px 15px;
    background-color: #70DCFF;
    margin-bottom: 30px;
}
.lang__ch {
  float: right;
  font-size: 0;
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 999;
}
.lang__ch-el {
  display: inline-block;
  vertical-align: middle;
  background-color: #8f8f8f;
  border: 1px solid #8f8f8f;
  font-size: 20px;
  font-family: 'hl', Arial;
  text-align: center;
  width: 51px;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  color: #fff;
}
.lang__ch-el[href] {
  background-color: #fff;
  color: #8f8f8f;
}
.lang__ch-el:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.lang__ch-el:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.s_fake {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  z-index: -1;
  background-image: url(../img/bg2.jpg);
  background-repeat: repeat-x;
  height: 1100px;
}
.s_fake2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  z-index: -1;
  background-image: url(../img/f2.jpg);
  background-repeat: repeat-x;
  height: 1100px;
}
@media screen and (min-width: 280px) {
  #f {
    display: block;
  }
  .s_fake {
    display: none;
  }
  .s_fake2 {
    display: none;
  }
  .s_cont {
    display: none;
  }
  #swiffycontainer {
    display: none;
  }
  .right__bl {
    float: none;
    width: 100%;
  }
  .form {
    width: 100%;
    height: 550px;
  }
  .form__left,.form__right {
    float: none;
    width: 100%;
  }
  .form__txt {
    top: 200px;
  }
  h1 {
    font-size: 47px;
  }
  body {
    font-size: 18px;
    line-height: 26px;
  }
  .right__bl {
    margin-bottom: 45px;
  }
  .tabs__cont {
    display: block;
  }
  .two-col {
    display: none;
  }
  .footer__copy {
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
  .footer__author {
      float: none;
      margin-top: -5px;
  }
  .footer__adress {
    float: none;
  }
}
.animated__bl {
  width: 100%;
  background-color: #fff;
  margin-bottom: 25px;
}
.animated__bl-body {
  width: 75%;
  margin: 0 auto;
  max-width: 1200px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-color: #277ded;
}
@media screen and (min-width: 979px) {
  #swiffycontainer {
    display: block;
  }
  .s_fake {
    display: block;
  }
  .s_fake2 {
    display: block;
  }
  .s_cont {
    display: block;
  }
  #f {
    display: none;
  }
  .footer__copy {
    float: left;
    width: 250px;
    margin-bottom: 0;
  }
  .footer__adress {
    float: left;
  }
  .footer__author {
      float: right;
      margin-top: 0;
  }
  .right__bl {
    float: right;
    width: 65.5%;
  }
  .form {
    width: 92.1%;
    height: 340px;
  }
  .form__left {
    float: left;
    width: 48.47665580890337%;
  }
  .form__right {
    float: right;
    width: 48.47665580890337%;
  }
  .form__txt {
    top: 100px;
  }
  h1 {
    font-size: 60px;
  }
  body {
    font-size: 16px;
    line-height: 23px;
  }
  .right__bl {
    margin-bottom: 100px;
  }
  .tabs__cont {
    display: none;
  }
  .two-col {
    display: block;
  }
}
.sw_w {
  background-color: #FCFDFF;
}
.s_cont {
  background-image: url(../img/sf_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto;
  height: 1100px;
  margin-bottom: -370px;
  width: 1200px;
  position: relative;
  z-index: 3;
}
