.main-title {
  padding-top: 40px;
}
.main-title p {
  font-size: 48px;
  color: #426e65;
  text-transform: uppercase;
  font-family: 'IntroRegular';
  text-align: center;
}
.main-title .blue {
  color: #1369a6;
  line-height: 1;
  display: block;
}
.main-title span {
  display: block;
  position: relative;
  width: 39px;
  margin: 10px auto;
  height: 38px;
  background: url("../images/sprite.png") 0 -205px no-repeat;
}
.main-title span:after {
  content: '';
  display: block;
  position: absolute;
  width: 190px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 55px;
  background-color: #426e65;
}
.main-title span:before {
  content: '';
  display: block;
  position: absolute;
  width: 190px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 55px;
  background-color: #426e65;
}
.main-title.big p {
  font-size: 60px;
}
.main-button {
  display: block;
  width: 89%;
  height: 80px;
  line-height: 56px;
  border: none;
  cursor: pointer;
  color: #fff;
 background: linear-gradient(#53afdc, #226dd6);
  background: -webkit-linear-gradient(#53afdc, #226dd6);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: auto;
   
  
}
.main-button:hover {
  background: linear-gradient(#53afdc, #226dd6);
  background: -webkit-linear-gradient(#53afdc, #226dd6);
  box-shadow: 0 0 40px #226dd6;
}
.main-button:active {
  background: linear-gradient(#53afdc, #226dd6);
  background: -webkit-linear-gradient(#53afdc, #226dd6);
 
}
.main-button.big {
  width: 89%;
}


.form-input::-webkit-input-placeholder {color:#666;}
.form-input::-moz-placeholder          {color:#666;}/* Firefox 19+ */
.form-input:-moz-placeholder           {color:#666;}/* Firefox 18- */
.form-input:-ms-input-placeholder      {color:#666;}
.form-input{
  height: 80px;
  width: 100%;
  color: #666;
  font-size: 30px;
  font-family: "Circe";
   text-align: center;
  margin-bottom: 15px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0 5%;
  border: 2px solid #bebebe;
}


.for-input::-webkit-input-placeholder {color:#dfdfdf;}
.for-input::-moz-placeholder          {color:#dfdfdf;}/* Firefox 19+ */
.for-input:-moz-placeholder           {color:#dfdfdf;}/* Firefox 18- */
.for-input:-ms-input-placeholder      {color:#dfdfdf;}
.for-input{
  height: 50px;
  width: 100%;
  color: #dfdfdf;
  font-size: 30px;
  font-family: "OpenSansSemiBold";
  margin-bottom: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 5%;
  border: 1px solid #bebebe;
}
.for-text1{
  color: #fff;
  font-size: 48px;
  margin-bottom: 15px;
  font-family: "IntroRegular";
}
.for-text2{
  color: #fff;
  font-size: 48px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  background-color: #426e65;
  border-radius: 5px;
  margin-bottom: 70px;
  font-family: "IntroRegular";
}
.for-text4{
  color: #fff;
  font-size: 24px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  background-color: #426e65;
  border-radius: 5px;
}
.for-text3{
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
  font-family: "IntroRegular";
}
.for-text{
  float: left;
  width: 415px;
  margin-left: 10px;
}