#page-russian-company-registration {
  min-width: 1005px;
  max-width: 1420px;
  margin: 0 auto;
}

.banner-image {
  width: 100%;
}

.apply-form-heading {
  margin-top: 5%;
  margin-bottom: 1.04167%;
  text-align: center;
  font-size: 2.08333vw;
  line-height: 2;
}

.apply-form-heading h3 {
  font-size: 2.08333vw;
  line-height: 2;
  margin: 0;
}

.apply-form {
  width: 77.60417%;
  height: 17.1875vw;
  min-height: 172.73438px;
  margin: 0 auto 4.16667%;
  /* -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3); */
  padding-top: 30px;
  border-radius: 8px;
}

.apply-form form {
  overflow: hidden;
}

.apply-form .apply-form-control {
  float: left;
  width: 50%;
  padding-left: 6.04027%;
}

.apply-form .form-control-icon {
  width: 6.71141%;
  display: inline-block;
  vertical-align: middle;
}

.apply-form .form-control-icon img {
  vertical-align: middle;
  width: 100%;
}

.apply-form label {
  font-size: 1.30208vw;
  margin: 0 1.34228%;
  vertical-align: middle;
}

.apply-form input {
  vertical-align: middle;
  width: 100%;
  padding: 0 4.02685%;
  line-height: 3;
  font-size: 1.3vw;
  background-color: #f1f1f1;
  border: 0;
  border-radius: 6px;
  margin-top: 10px;
}

.apply-form input:focus {
  outline: none;
}

.apply-form .apply-form-buttons {
  margin-top: 5.03356%;
  text-align: center;
}

.apply-form .apply-form-buttons button {
  width: 40%;
  line-height: 3;
  text-align: center;
  border-radius: 4px;
  font-size: 1.30208vw;
  color: #fff;
}

.apply-form .submit-button {
  background-color: #3388ff;
  /* margin-right: 7.38255%; */
}

.apply-form .reset-button {
  background-color: #a4a4a4;
}

.company-intro-container {
  margin: 70px auto 70px;
  overflow: hidden;
  width: 1200px;
  background-color: #f8f8f8;
}

.company-intro {
  float: left;
  width: 35%;
  padding: 30px 20px 0px 40px;
}

.company-pic {
  overflow: hidden;
}

.company-pic img {
  width: 100%;
}

.company-intro-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.company-intro-detail {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.company-intro-link {
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  padding: 10px 30px;
  color: #fff;
  background-color: #3388ff;
  margin-top: 20px;
}

.contact-us-container {
  background: url(../../img/mainBusiness/russianCompanyReg/contact-bg.png) no-repeat 50% 0/cover;
}

.contact-us-inner {
  padding: 50px;
  width: 1200px;
  margin: 0 auto;
}

.contact-us {
  float: left;
  width: 50%;
  margin-top: 20px;
  color: #fff;
}

.contact-us-line {
  margin-bottom: 20px;
}

.contact-us-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-us-label {
  display: inline;
  width: 85px;
  opacity: 0.8;
}