* {
  margin: 0;
  padding: 0;
}
a { text-decoration: none;}
ul li { list-style: none;}
img { display: block;}
html, body { position: relative;}
.clear { clear: both;}
.left { float: left;}
.right { float: right;}

/*img-bg*/
.scrollblock {
  position: relative;
  margin: 0;
  width: 100%;
}
.bg-paralax {
  width: 100%;
  position: absolute;
  overflow: hidden;
  min-width: 1024px;

}
/*.en .img-bg-1 {
	height: 2380px;
}*/
.img-bg-1 {
  width: 100%;
  height: 2500px;
  background: url("../images/img-bg-1.jpg") 100% -230px no-repeat fixed;
  background-size: 120%;
  z-index: -1;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
}
.mac .img-bg-1 {
  height: 2800px;
}

.img-bg-2 {
  width: 120%;
  height: 1000px;
  background: url("../images/img-bg-2.jpg") 98% -160px no-repeat fixed;
  background-size: 120% 120%;
  z-index: -2;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
}
.img-bg-3 {
  width: 120%;
  height: 2300px;
  background: url("../images/img-bg-3.jpg") 100% 0 no-repeat fixed;
  background-size: 120% auto;
  z-index: -1;
  -ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
}
.img-bg-4 {
  width: 100%;
  /*height: 800px;*/
  background: url("../images/img-bg-4.jpg") 50% 0 no-repeat;
  background-size: 100%;
  z-index: -3;
  position: absolute;
  bottom: 430px;
}

/*conteiner*/
.conteiner {
  width: 100%;
  min-width: 1024px;
  padding-top: 56px;
  position:relative;
}


/*header*/

header {
  position: fixed;
  width: 100%;
  min-width: 1024px;
  height: 56px;
  background: url("../images/heder-bg.png") repeat-x;
  z-index: 50;
}
.top-menu {
  margin: 0 auto;
  width: 1024px;
  position: relative;
  text-align: center;
  background: url("../images/top-menu-bg.png") no-repeat center bottom;
  padding-bottom: 2px;
}
.top-menu ul li {
  float: left;
  display: block;
  background: url("../images/menu-separator.png") right 10px no-repeat;
}
.top-menu ul li.last {
  background: none;
}
.top-menu .menu {
  display: inline-block;
  margin: 0 auto;
  margin-top: 14px;
}
.top-menu .menu li a {
  color: #fff;
  font-size: 14px;
  /*font-family: 'elektra_medium_proregular';*/
  font-family: 'calibriregular';
  padding-right: 11px;
  margin-left: 5px;
}
.top-menu .menu li a.active, .top-menu .menu li a:hover {
  color: #b1b1b1;
}
.top-menu .lang {
  position: absolute;
  right: 10px;
  top: 14px;
}
.top-menu .lang li {
  background: url("../images/lang-separator.png") right 4px no-repeat;
  padding-right: 10px;
  margin-left: 9px;
}
.top-menu .lang li a {
  font-family: 'calibriregular';
  font-size: 14px;
  color: #fff;
}
.top-menu .lang li.active a, .top-menu .lang li:hover a {
  color: #b1b1b1;
}

/*logo*/
#logo {
  width: 100%;
}
#logo .bg-logo{
  width: 100%;
  text-align: center;
  height: 330px;
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B2FFFFFF', endColorstr='#B2FFFFFF'); /* IE */
  position: relative;
  margin: 109px 0 87px 0;
}
#logo a {
  background: url("../images/logo.png") no-repeat scroll 0 0 /*rgba(0, 0, 0, 0)*/;
    display: inline-block;
    height: 364px;
    width: 606px;
    margin-top: 28px;
}
#logo .bg-bottom {
  /*background: rgba(0,0,0,0.9);*/
	background: url("../images/bg-bottom.png");
  width: 100%;
  behavior: url("PIE.htc");
}
/*service */

#services h2 {
  font-family: 'robotocondensed';
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  margin-left: 5px;
}

#services {
  width: 924px;
  margin: 0 auto;
  position: relative;
}
.services-bg {
  width: 100%;
  background: #000;
  padding-bottom: 150px;
  position: relative;
}
.services-bg-after {
  display: block;
  z-index: 5;
  width: 100%;
  position: absolute;
  /*height: 65px;*/
}
#services .box {
  margin-bottom: 50px;
}
#services .box .services {
  width: 370px;
  color: #fff;
  font-family: 'calibriregular';
}
#services .box .services img {
  position: absolute;
  height: 225px;
}
#services .box .services h4 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  margin-bottom: 5px;
}
#services .box .services p {
  font-size: 14px;
}
#services .box .services .services-text {
  margin-top: 195px;
  position: relative;
  z-index: 5;
}

/*about-as*/
.about-as-box {
  margin-top: 530px;
}
.about-as-bg {
  background: #000;
  height: 420px;
  position: relative;
  padding-top: 60px;
}
.about-as-bg-before {
  display: block;
  z-index: 5;
  width: 100%;
  /*height: 40px;*/
}
.about-as-bg-after {
  display: block;
  z-index: 5;
  width: 100%;
  /*height: 125px;*/
}
#about-as{
  width: 1024px;
  margin: 0 auto;
  background: url("../images/abaut-as-logo.png") no-repeat left top;
  height: 331px;
  padding-top: 20px;
  position: relative;
}
#about-as p {
  float: right;
  font-family: 'calibriregular';
  font-size: 18px;
  color: #fff;
  width: 875px;
  margin-right: 40px;
  margin-bottom: 24px;
}
.en #about-as .about-as-title {
  font-family: 'robotoregular';
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  font-size: 88px;
  bottom: 100px;
  left: -130px;
  behavior: url("PIE.htc");
}
.ru #about-as .about-as-title {
  font-family: 'robotoregular';
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  font-size: 125px;
	left: -155px;
	bottom: 77px;
	letter-spacing: 15px;
  behavior: url("PIE.htc");
}

/*region*/
.region-b {
  margin-top: 405px;
}
.region-bg {
  background: #000;
  position: relative;
  z-index: 5;
}
.region-before-bg {
  display: block;
  z-index: 5;
  width: 100%;
  /*height: 140px;*/
}
.region-bg-after {
  display: block;
  z-index: 5;
  width: 100%;
  /*height: 80px;*/
}
#region {
  width: 895px;
  margin: 0 auto;
  color: #fff;
}
#region h2 {
  font-family: 'robotoregular';
  font-size: 30px;
  font-weight: 300;
}
#region h4 {
  font-size: 24px;
  font-weight: 300;
  font-family: 'calibriregular';
  margin-bottom: 10px;
  margin-top: 10px;
}
#region p {
  font-size: 14px;
  font-family: 'calibriregular';
}
#region .region-box {
  padding-bottom: 50px;
}
#region .region-box .region {
  width: 360px;
}
#region .region-box .region img {
  margin: 0 auto;
	height: 120px;
}

/*call-back*/
.call-back-bg-before-fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: -3;
  /*height: 85px;*/
}
.call-back-b {
  margin-top: 340px;
  z-index: 5;
  width: 100%;
}
.call-back-bg {
  background: #000;
  position: relative;
}
.call-back-bg-before {
  display: block;
  z-index: 5;
  width: 100%;
  /*height: 85px;*/
}
#call-back {
  height: 400px;
  width: 952px;
  margin: 0 auto;
}
#call-back h2 {
  font-family: 'robotoregular';
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  padding-top: 35px;
  margin-bottom: 15px;
  margin-left: 20px;
}
#call-back .call-back-box {
  background: url("../images/mail-bg.png") no-repeat;
  width: 407px;
  height: 252px;
}
#call-back .call-back-logo {
  background: url("../images/call-back-logo.png") no-repeat;
  width: 419px;
  height: 234px;
}
#call-back .call-back-box label {
  color: #fff;
  font-size: 14px;
  font-family: 'robotocondensed';
  float: left;
  margin-left: 25px;
}
#call-back .call-back-box select, #call-back .call-back-box input {
  width: 235px;
  padding: 0 5px;
  height: 20px;
  font-family: 'robotocondensed';
  font-size: 14px;
  color: #000;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  border: none;
  background: #bfbfbf;
  behavior: url("PIE.htc");
}
#call-back .call-back-box select option {
  font-family: 'robotocondensed';
  font-size: 14px;
  color: #000;
}
.input-bg {
  background: url("../images/input-bg.png") no-repeat center bottom;
  padding-bottom: 10px;
  width: 244px;
  float: right;
  margin-right: 53px;
}
.customSelect { 
  width: 235px;
  padding: 0 5px;
  height: 20px;
  border: none;
  background: url("../images/bg-select.png") no-repeat;
  behavior: url("PIE.htc");
}
.customSelect .customSelectInner {
  font-family: 'robotocondensed';
  font-size: 14px;
  color: #000;
}
#call-back .call-back-box .next-step {
  background: url("../images/next-step-bg.png") no-repeat;
  height: 27px;
  width: 89px;
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: 'robotocondensed';
  line-height: 24px;
  padding-left: 20px;
  float: right;
  margin: 10px 53px 0 0;
}
.step-4 {
  margin-top: 50px;
  display: none;
}
.step-4 textarea {
   min-width: 245px;
   max-width: 245px;
   float: right;
   margin-right: 40px;
   min-height: 97px;
   max-height: 97px;
   background: #bfbfbf;
}
.step-4 span {
  float: left;
  margin-left: 8px;
  border: 1px solid #b5b5b5;
}

.step-4 input {
  width: 115px !important;
  float: right;
  margin-right: 40px;
  margin-top: 5px;
}
.step-4 .capcha{
  height: 30px;
  line-height: 25px;
  margin-top: 10px;
}
.step-4 .succes {
  background: url("../images/succes.png") no-repeat;
  height: 27px;
  width: 110px;
  float: right;
  margin-right: 40px;
  border: none;
  font-family: 'robotocondensed';
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}
.step-5 {
  font-family: 'robotocondensed';
  color: #fff;
  text-align: center;
}
.step-1, .step-2, .step-3, .step-5 {
  margin-top: 105px;
  display: none;
}
.step-1 {
  display: block;
}
footer {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 45px;
}
footer a {
  color: #fff;
  font-family: 'calibriregular';
  font-size: 14px;
  text-decoration: underline;
}
