* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-width: 960px;
  margin: 0;
  padding: 0;
}
article {
  width: 960px;
  margin: 0 auto;
  font-family: 'MullerRegular';
}
section {
  position: relative;
}
.clearfix:after {
  width: 0;
  height: 0;
  display: block;
  content: ' ';
  overflow: hidden;
  clear: both;
}
.hide {
  display: none;
}
.fixed {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  z-index: 100;
}
.form {
  width: 475px;
  min-height: 610px;
  padding: 90px 30px 0 30px;
  background: url('../images/calendar-icon.png') 50% 5% no-repeat rgba(36, 36, 36, 0.84);
}
.form h2 {
  margin-bottom: 30px;
  font-family: 'MullerRegular';
  font-size: 33px;
  text-align: center;
  color: #ffffff;
}
.form .selection {
  font-family: 'MullerBold';
}
.form p {
  margin-bottom: 30px;
  font-family: 'MullerRegularItalic';
  font-size: 15px;
  text-align: center;
  color: #f2a90c;
}
.form label {
  margin-bottom: 10px;
  display: block;
  font-family: 'MullerRegularItalic';
  font-size: 16px;
  color: #ffffff;
}
.form input {
  width: 100%;
  margin-bottom: 10px;
  height: 47px;
  padding: 0 13px;
  line-height: 47px;
  font-family: 'MullerRegular';
  font-size: 21px;
  border-radius: 8px;
  border: 0;
  outline: 0;
}
.form input.code {
  width: 66px;
  margin-right: 13px;
  text-align: center;
}
.form input.operator {
  width: 93px;
  margin-right: 13px;
  text-align: center;
}
.form input.number {
  width: 221px;
}
.form input[type="submit"] {
  width: 300px;
  margin: 30px auto 0 auto;
  display: block;
  cursor: pointer;
  font-family: 'MullerMedium';
  font-size: 27px;
  background: #f2a90c;
}
.form textarea {
  width: 100%;
  margin-bottom: 10px;
  min-height: 100px;
  padding: 13px;
  font-family: 'MullerRegular';
  font-size: 21px;
  border-radius: 8px;
  border: 0;
  outline: 0;
}
.section-title {
  margin-bottom: 55px;
  font-family: 'MullerBold';
  font-size: 2.875rem;
  text-align: right;
  text-transform: uppercase;
  color: #000000;
}
#one {
  height: 685px;
  padding-top: 8px;
  background: url('../images/section-one-bg.jpg') 50% 6rem no-repeat;
}
#one .logo-wrapper {
  width: 400px;
  display: inline-block;
  float: left;
}
#one .logo-wrapper .logo {
  margin-right: 12px;
  display: block;
  float: left;
  border: 0;
}
#one .logo-wrapper .title {
  font-family: 'MullerBold';
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #5079ad;
}
#one .logo-wrapper .sub-title {
  font-size: 0.875rem;
  color: #484e58;
}
#one .quick-call-wrapper {
  width: 400px;
  display: inline-block;
  float: right;
  text-align: right;
}
#one .quick-call-wrapper .top-phone {
  margin-bottom: 5px;
  font-family: 'MullerBold';
  font-size: 1.5rem;
  color: #424953;
}
#one .quick-call-wrapper .quick-call {
  height: 24px;
  padding: 0 12px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #5079ad;
  color: #ffffff;
}
#one .menu {
  width: 100%;
  height: 25px;
  margin-top: 10px;
  background: #353c56;
}
#one .menu ul {
  list-style-type: none;
}
#one .menu ul li {
  margin-right: 101.5px;
  display: inline-block;
  line-height: 25px;
  font-size: 1rem;
}
#one .menu ul li a {
  text-decoration: none;
  color: #ffffff;
}
#one .menu ul li:last-child {
  margin-right: 0;
}
#one .title-container {
  width: 408px;
  margin-top: 115px;
  text-align: center;
  float: right;
}
#one .title-container .sup-title,
#one .title-container .sub-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
}
#one .title-container .title-one,
#one .title-container .title-two {
  font-family: 'MullerBold';
  font-size: 2.975rem;
  text-transform: uppercase;
  color: #ffffff;
}
#one .title-container .title-two {
  font-size: 2.2rem;
}
#one .title-container .sub-title {
  font-size: 1.25rem;
}
#one .title-container .title-cover {
  margin: 5px 0 10px 0;
  background: #5079ad;
}
.two {
  padding: 55px 0 100px 0;
}
.two .service {
  width: 315px;
  height: 140px;
  margin: 0 6px 5px 0;
  padding: 40px 0 0 95px;
  display: inline-block;
  float: left;
  line-height: 20px;
  background: #eef0f0;
  color: #484e58;
}
.two .service.time {
  background: url('../images/clock-icon.png') 18px 40px no-repeat #eef0f0;
}
.two .service.case {
  background: url('../images/case-icon.png') 21px 40px no-repeat #eef0f0;
}
.two .service.headphones {
  background: url('../images/headphones-icon.png') 18px 40px no-repeat #eef0f0;
}
.two .service.hand {
  background: url('../images/hand-icon.png') 18px 34px no-repeat #eef0f0;
}
.two .service.location {
  padding-top: 32px;
  background: url('../images/location-icon.png') 19px 41px no-repeat #eef0f0;
}
.two .service.computer {
  background: url('../images/computer-icon.png') 18px 36px no-repeat #eef0f0;
}
.two .service.marginless {
  margin-right: 0;
}
.two .service .selection {
  font-family: 'MullerBold';
}
.three {
  /*height: 610px;*/
  background: url('../images/section-three-bg.jpg') 50% top no-repeat;
  background-size: cover;
}
.three .form {
  padding-bottom: 20px;
  background: url('../images/calendar-icon.png') 50% 5% no-repeat rgba(36, 36, 36, 0.84);
}
.three .form h2 {
  font-size: 31px;
}
.three .form input[type="submit"] {
  width: 368px;
  color: #ffffff;
}
.four {
  height: 697px;
  padding: 60px 0 70px 0;
  background: url('../images/section-four-bg.jpg') 50% top no-repeat;
}
.four .section-title {
  margin-bottom: 45px;
}
.four .work-with {
  width: 500px;
  display: inline-block;
  float: left;
  list-style-type: none;
}
.four .work-with li {
  margin-bottom: 15px;
  padding-left: 40px;
  vertical-align: top;
  float: left;
  line-height: 26px;
  font-size: 1.125rem;
  background: url('../images/screw-nut-icon.png') left top no-repeat;
  color: #000000;
}
.four .companies {
  width: 420px;
  margin-top: 30px;
  padding-bottom: 15px;
  display: inline-block;
  float: right;
  text-align: center;
  background: rgba(242, 242, 242, 0.9);
}
.four .companies .microsoft {
  margin: 37px 0 0 22px;
}
.four .companies .s {
  margin: 60px 0 0 15px;
}
.four .companies .cisco {
  margin: 0 0 0 60px;
}
.four .companies .ibm {
  margin: 65px 0 0 18px;
}
.four .companies .intel {
  margin: 0 0 0 75px;
}
.four .companies p {
  margin-top: 25px;
  font-size: 1.125rem;
  color: #000000;
}
.five {
  height: 393px;
  padding-top: 50px;
  background: url('../images/section-five-bg.jpg') 50% top no-repeat;
}
.five .section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
.five .helped-companie {
  width: 170px;
  height: 80px;
  margin: 0 25px 20px 0;
  display: inline-block;
  float: left;
  background: #ffffff;
}
.five .helped-companie.continental {
  background: url('../images/logo-continental.png') 50% 50% no-repeat #ffffff;
}
.five .helped-companie.gazprom {
  background: url('../images/logo-gazprom.png') 50% 50% no-repeat #ffffff;
}
.five .helped-companie.sberbank {
  background: url('../images/logo-sberbank.png') 50% 50% no-repeat #ffffff;
}
.five .helped-companie.lukoil {
  background: url('../images/logo-lukoil.png') 50% 50% no-repeat #ffffff;
}
.five .helped-companie.dobrolet {
  background: url('../images/logo-dobrolet.png') 50% 50% no-repeat #ffffff;
}
.five .helped-companie.marginless {
  margin-right: 0;
}
.six {
  height: 557px;
  padding-top: 50px;
  background: url('../images/section-six-bg.jpg') 50% top no-repeat;
}
.seven {
  /*height: 610px;*/
  background: url('../images/section-seven-bg.jpg') 50% top no-repeat;
  background-size: cover;
}
.seven .form {
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}
.seven .form h2 {
  margin-bottom: 160px;
  font-size: 28px;
}
.seven .form .offer {
  width: 100%;
  height: 110px;
  padding-top: 25px;
  position: absolute;
  top: 60px;
  left: 0;
  background: rgba(36, 36, 36, 0.84);
}
.seven .form .offer .first,
.seven .form .offer .second,
.seven .form .offer .third {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.seven .form .offer .first {
  font-size: 16px;
}
.seven .form .offer .second {
  font-size: 28px;
  color: #f2a90c;
}
.seven .form .offer .third {
  font-size: 12px;
}
.seven .form .offer .comp,
.seven .form .offer .serv {
  width: 235px;
  height: 65px;
  padding-left: 95px;
  display: inline-block;
  background: url('../images/comp-icon.png') 15px top no-repeat;
}
.seven .form .offer .serv {
  padding-left: 85px;
  background: url('../images/server-icon.png') 15px top no-repeat;
}
.eight {
  padding: 50px 0 80px 0;
}
.eight .section-title {
  margin-bottom: 80px;
}
.eight .work-step {
  width: 210px;
  height: 130px;
  padding: 12px 8px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  background: #eef0f0;
}
.eight .work-step h3 {
  font-family: 'MullerBold';
  font-size: 39px;
  text-align: left;
  color: #000000;
}
.eight .work-step .icon {
  position: absolute;
  right: 0;
}
.eight .work-step .icon.one-step {
  top: -37px;
}
.eight .work-step .icon.two-step {
  top: -38px;
}
.eight .work-step .icon.three-step {
  top: -30px;
}
.eight .work-step .icon.four-step {
  top: -19px;
}
.eight .work-step .site-order {
  cursor: pointer;
  font-family: 'MullerRegularItalic';
  font-size: 15px;
  text-decoration: underline;
  color: #5079ad;
}
.eight .next {
  width: 32px;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  background: url('../images/next-icon.png') 50% 50% no-repeat;
}
.nine {
  height: 929px;
  padding-top: 50px;
  background: url('../images/section-nine-bg.jpg') 50% top no-repeat;
}
.nine .section-title {
  margin-bottom: 10px;
}
.nine .sub-title {
  margin-bottom: 25px;
  font-size: 1.2rem;
  text-align: right;
  color: #000000;
}
.nine table {
  width: 795px;
  float: right;
  font-size: 21px;
  border: 2px solid #000000;
  border-collapse: collapse;
  color: #000000;
}
.nine table th,
.nine table td {
  width: 33%;
  height: 55px;
  border: 2px solid #000000;
  background: rgba(255, 255, 255, 0.95);
}
.nine table th.left,
.nine table td.left {
  padding-left: 15px;
  text-align: left;
}
.nine table th.center,
.nine table td.center {
  text-align: center;
}
.nine table th.big,
.nine table td.big {
  text-transform: uppercase;
}
.nine table th.result,
.nine table td.result {
  font-family: 'MullerBold';
}
.nine table .transparent {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  background: none;
}
.nine table .staff {
  background: #fd3550;
  color: #ffffff;
}
.nine .send-request {
  width: 100%;
  height: 160px;
  padding-top: 30px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.nine .send-request .section-title {
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
}
.nine .send-request span {
  width: 269px;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  line-height: 37px;
  cursor: pointer;
  border-radius: 5px;
  background: #5079ad;
  color: #ffffff;
}
/* Arcticmodal */
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
*:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000;
}

.captcha-code {
  margin-right: 10px;
  line-height: 15px;
  color: #fff;
}

.captcha-val {
  width: 81% !important;
}

.captcha-button {
  background: url('http://img3.uploadhouse.com/fileuploads/17737/17737011310213e71805ecf2292144cbbecf42ad.png') no-repeat scroll 0 0 transparent;
  margin: 5px 0 0;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
}