*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
input,
textarea,
select {
  font-family: "Roboto", sans-serif;
}

body,
h1,
h2,
h3,
p,
blockquote {
  margin: 0;
}

p {
  font-size: 17px;
}

p + p {
  margin-top: 25px;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

a {
  color: #2789c5;
  text-decoration: none;
}

.page {
  overflow: hidden;
}

.clear:before, .cols:before, .row:before, .separate-cols:before, .promo:before, .bar:before, .footer:before, .card .inner:before, .clear:after, .cols:after, .row:after, .separate-cols:after, .promo:after, .bar:after, .footer:after, .card .inner:after {
  content: '';
  display: table;
  width: 100%;
}
.clear:after, .cols:after, .row:after, .separate-cols:after, .promo:after, .bar:after, .footer:after, .card .inner:after {
  clear: both;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  max-width: 1000px;
}

.cols-2 .col {
  width: 50%;
}
.cols-2 .col:nth-child(odd) {
  clear: left;
}
.cols-4 .col {
  width: 25%;
}

.col {
  float: left;
}
.col-1of3 {
  width: 33.333%;
}
.col-2of3 {
  width: 66.666%;
}

.row {
  margin: 0 -15px;
}
.row .col {
  padding: 0 15px;
}
.row-2 .col {
  width: 50%;
}
.row-3 .col {
  width: 33.333%;
}

.form-preface {
  padding: 20px 0;
  font-weight: 300;
  font-size: 17px;
}
.form-line {
  margin-bottom: 10px;
}
.form-title {
  margin-top: 40px;
  color: #33a4ca;
  font-weight: 300;
  font-size: 17px;
}
.form-total {
  margin-top: 40px;
}
.form-total .button {
  vertical-align: middle;
}
.form-left {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
.form-cap {
  margin-top: 30px;
  font-weight: 300;
  font-size: 14px;
}
.form-response {}
.form-response-success,
.form-response-error {
  margin-top: 20px;
}
.form-response-success { color: #390; }
.form-response-error { color: #c33; }

.logo {
  display: block;
  width: 320px;
  height: 30px;
  background: transparent url("/img/logo.png") 0 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 0;
  text-indent: -999px;
}

.nav {
  padding: 0;
  list-style: none;
  font-family: "Raleway", sans-serif;
  font-size: 0;
}
.nav li {
  display: inline-block;
  margin-left: 30px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;


    border: 1px solid;
border-color: rgba(255, 0, 0, 0);
      border-radius: 2px;
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;

  padding: 10px 15px 7px;
}
.nav li:hover {  border: 1px solid #2789c5; background:#2789c5;}


.button {
  display: inline-block;
  margin: 0;
  padding: 13px 28px;
  border: 2px solid #fff;
  border-radius: 3px;
  outline: none;
  background-color: transparent;
  color: #fff;
  font: 700 20px/30px "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.button:hover {
  background-color: #fff;
  color: #2789c5;
}
.button-positive {
  border-color: #2789c5;
  background-color: #2789c5;
}
.button-positive:hover {
  border-color: #35a1e3;
  background-color: #35a1e3;
  color: #fff;
}
.button-negative {
  border-color: #e54a37;
  background-color: #e54a37;
}
.button-negative:hover {
  border-color: #f35441;
  background-color: #f35441;
  color: #fff;
}
.button-blue {
  border-color: #33a4ca;
  color: #33a4ca;
}
.button-blue:hover {
  background-color: #33a4ca;
  color: #fff;
}
.button-minor {
  border-color: #334655;
  min-width: 160px;
  text-align: center;
}
.button-minor:hover {
  border-color: #fff;
  background-color: #fff;
  color: #00182B;
}
.button-red {
  border-color: #e54a37;
  color: #e54a37;
}
.button-red:hover {
  background-color: #e54a37;
  color: #fff;
}
.button-blue[disabled],
.button-red[disabled] {
  background-color: #fff !important;
  border-color: #ddd !important;
  color: #bbb !important;
  cursor: default !important;
}
.button-lg {
  padding-top: 18px;
  padding-bottom: 18px;
}
.button-wide {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  text-align: center;
}

.separate-aside {
  float: left;
  padding: 15px 30px 15px 0;
  width: 30%;
  border-right: 2px solid #e5e5e5;
}
.separate-main {
  float: left;
  margin-left: -2px;
  padding: 15px 0 15px 30px;
  width: 70%;
  border-left: 2px solid #e5e5e5;
}

.inline-blocks {
  font-size: 0;
  margin-left: -10px;
}
.inline-blocks-wide {
  margin-left: -25px;
}
.inline-blocks-wide .inline-block {
  margin-left: 25px;
}

.inline-block {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 16px;
  vertical-align: middle;
}

.promo {
  padding: 70px 0;
  background-color: transparent;
}
.promo-box {
  padding: 35px 30px;
  background-color: #fff;
  -moz-box-shadow: 0 0 25px rgba(0, 21, 34, 0.35);
  -webkit-box-shadow: 0 0 25px rgba(0, 21, 34, 0.35);
  box-shadow: 0 0 25px rgba(0, 21, 34, 0.35);
}
.promo-tech .promo-box {
  float: right;
  width: 60%;
}

.table {
  margin: 0 -30px;
  display: table;
  border-spacing: 30px 0;
}
.table-cell {
  display: table-cell;
  width: 50%;
}

.box-title {
  margin-bottom: 25px;
  color: #2789c5;
  font-weight: 500;
  font: 500 23px/1.1 "Raleway", sans-serif;
  text-transform: uppercase;
}

.header {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 35px 30px 150px;
  background-color: #112237;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.header .logo {
  float: left;
}
.header .nav {
  float: right;
}
.header .nav a {
  color: #fff;
}
.header .nav .portal {
border: 1px solid;
border-color: rgba(255, 0, 0, 0);

  border-radius: 2px;
  -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;

  vertical-align: middle;
}

.header:before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 110px;
  left: 50%;
  margin-left: -50px;
  width: 110px;
  height: 20px;
  background: transparent url("/img/loading.gif") no-repeat 0 0;
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opacity 100ms, visibility 100ms;
  -o-transition: opacity 100ms, visibility 100ms;
  transition: opacity 100ms, visibility 100ms;
}
.header.is-video:before,
.header.no-video:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.header:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.header-form {
  background-repeat: no-repeat;
  background-image: url(/img/video/form.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.video {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.page-main .header:after {
  background-image: url("/img/video/main.png");
}
.page-corporate .header:after {
  background-image: url("/img/video/corporate.png");
}
.page-merchant .header:after {
  background-image: url("/img/video/merchant.png");
}
.page-tech .header:after {
  background-image: url("/img/video/tech.png");
}
/*.page-form .header:after {
  background-image: url("/img/video/form.png");
}*/

.bar {
  position: relative;
  z-index: 5;
}

.title {
  position: relative;
  z-index: 5;
  margin-top: 100px;
  font: 200 70px/1.2 "Raleway", sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.join {
  position: relative;
  z-index: 5;
  margin-top: 80px;
}
.join-call {
  font: italic 300 40px/1 "Roboto", sans-serif;
}
.join-call b {
  font-weight: 500;
}
.join-ctrl {
  margin-top: 30px;
  font-size: 0;
  white-space: nowrap;
}
.join-ctrl .button {
  width: 275px;
  text-align: center;
}
.join-ctrl .button + .button {
  margin-left: 30px;
}

.content {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-back {
  background-color: #f5f5f5;
}

.subtitle {
  margin-bottom: 15px;
  color: #2789c5;
  font: 700 30px/1.1 "Raleway", sans-serif;
  text-transform: uppercase;
}

.intro {
  color: #999;
  font-style: italic;
  font-size: 17px;
}
.intro + p {
  margin-top: 50px;
}

.plate {
  position: relative;
  top: -120px;
  margin-bottom: -100px;
  padding: 20px 30px;
  background-color: #fff;
  -moz-box-shadow: 0 0 24px rgba(0, 21, 34, 0.15);
  -webkit-box-shadow: 0 0 24px rgba(0, 21, 34, 0.15);
  box-shadow: 0 0 24px rgba(0, 21, 34, 0.15);
}

.action {
  padding: 30px 0;
  background-color: #2789c5;
  color: #fff;
  font-size: 0;
}
.action-descr {
  display: inline-block;
  padding-right: 50px;
  width: 66.666%;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  vertical-align: middle;
}
.action-descr-lg {
  font-size: 30px;
}
.action-btn {
  display: inline-block;
  width: 33.333%;
  vertical-align: middle;
}
.action-btn .button {
  width: 100%;
  text-align: center;
}

.footer {
  padding: 25px 0;
  background-color: #283c4f;
  color: #fff;
  font-size: 14px;
}
.footer h3 {
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.footer-main {
  float: left;
  width: 48%;
}
.footer-nav {
  float: left;
  width: 22%;
}
.footer-add {
  float: left;
  width: 30%;
}
.footer .logo {
  margin-bottom: 15px;
}
.footer .copy {
  color: #2789c5;
}
.footer .subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.footer .subnav li + li {
  margin-top: 5px;
}
.footer .ttn {
  text-transform: none;
}
.footer .social {
  margin-top: 20px;
  margin-left: -15px;
  font-size: 0;
}
.footer .social a {
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
  text-decoration: -999px;
  vertical-align: middle;
}

.benefit {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.benefit-items {
  margin-top: -35px;
  position: relative;
  padding-right: 30%;
}
.benefit-items:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 72%;
  margin-top: -218px;
  overflow: hidden;
  width: 580px;
  height: 436px;
  border-radius: 5px;
  background: #fff url("/img/pic-index.gif") no-repeat 0 0;
  -moz-box-shadow: 0 3px 15px rgba(0, 26, 37, 0.3);
  -webkit-box-shadow: 0 3px 15px rgba(0, 26, 37, 0.3);
  box-shadow: 0 3px 15px rgba(0, 26, 37, 0.3);
}
.benefit-item {
  position: relative;
  margin-top: 35px;
  padding-right: 25px;
}
.benefit-title {
  margin-bottom: 10px;
  color: #3c434a;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.benefit-caption {
  color: #999;
}

.stat {
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  background: #545955 url(/img/pic.jpg) no-repeat center top;
  color: #fff;
  text-shadow: 0 0 4px #020303;
}
.stat-item {
  position: relative;
  text-align: center;
}
.stat-val {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.stat-caption {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
}
.stat:before {
  content: '';
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 97, 138, 0.3);
}
.stat .frame {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: -50px;
  left: 50%;
  margin-left: -450px;
  background: #333;
  width: 321px;
  height: 485px;
  outline: 1px solid transparent;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform: matrix3d(0.84623, 0.25159, 0, 0.00009, -0.1152, 0.8007, 0, -0.00021, 0, 0, 1, 0, 23, 14, 0, 1);
  transform: matrix3d(0.84623, 0.25159, 0, 0.00009, -0.1152, 0.8007, 0, -0.00021, 0, 0, 1, 0, 23, 14, 0, 1);
  background: #333 url(/img/phone-1.jpg) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}
.stat .slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: cover;
  background-size: cover;
}
.stat .slide-1 {
  background-image: url(/img/phone-2.jpg);
}
.stat .slide-2 {
  background-image: url(/img/phone-1.jpg);
}
.stat .slide.top {
  z-index: 2;
}
.stat .cntnt {
  position: relative;
  z-index: 20;
}

.office {
  position: relative;
  padding: 150px 0 50px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMTQyNSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMDAxZTM2Ii8+PHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiMwMDFlMzYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDE1MjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #001425), color-stop(35%, #001e36), color-stop(65%, #001e36), color-stop(100%, #001525));
  background-image: -moz-linear-gradient(#001425 0%, #001e36 35%, #001e36 65%, #001525 100%);
  background-image: -webkit-linear-gradient(#001425 0%, #001e36 35%, #001e36 65%, #001525 100%);
  background-image: linear-gradient(#001425 0%, #001e36 35%, #001e36 65%, #001525 100%);
}
.office:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("/img/bg-map.png") no-repeat center top;
}
.office .inner {
  position: relative;
  z-index: 2;
}
.office-item {
  padding-right: 50px;
  color: #fff;
}
.office-info + .office-info {
  margin-top: 25px;
}
.office-name {
  margin-bottom: 10px;
  font: 500 16px "Raleway", sans-serif;
  text-transform: uppercase;
}
.office-param {
  margin: 0;
  padding: 0;
  list-style: none;
}
.office-param li {
  margin-top: 3px;
  font-size: 14px;
}
.office-param li:first-child {
  margin-top: 0;
}
.office-param li.ico-locate {
  margin-bottom: 15px;
}
.office-form {
  margin-top: 30px;
}
.office-form-title {
  margin-bottom: 5px;
  color: #fff;
  font: 30px/1 "Raleway", sans-serif;
  text-transform: uppercase;
}
.office-form-subtitle {
  margin-bottom: 10px;
  color: #2789c5;
  font: 20px/1 "Raleway", sans-serif;
}
.office-form .form-total,
.office-form .form-response {
  text-align: center;
}
.office-form .form-left {
  display: block;
  margin-top: 20px;
  margin-left: 0;
  color: #fff;
}

.service {
  margin: 20px auto 0;
  max-width: 800px;
}
.service-title {
  margin-bottom: 30px;
  color: #999;
  font: 30px/1 "Raleway", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.service-items {
  margin: -10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.service-items li {
  display: inline-block;
  margin-top: 10px;
  padding-right: 25px;
  width: 50%;
  font-weight: 300;
  font-size: 16px;
  vertical-align: top;
}

.card {
  padding: 70px 0;
  position: relative;
}
.card-first {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffffff), color-stop(100%, #f4f4f4));
  background-image: -moz-linear-gradient(#ffffff 40%, #f4f4f4 100%);
  background-image: -webkit-linear-gradient(#ffffff 40%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 40%, #f4f4f4 100%);
}
.card-first .card-body {
  float: left;
  width: 50%;
}
.card-mid {
  position: relative;
  z-index: +1;
  background-color: #fcfcfc;
  box-shadow: 0 0 7px rgba(2, 3, 3, 0.11);
}
.card-mid .card-body {
  float: right;
  width: 50%;
}
.card-last {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(60%, #ffffff));
  background-image: -moz-linear-gradient(#f4f4f4 0%, #ffffff 60%);
  background-image: -webkit-linear-gradient(#f4f4f4 0%, #ffffff 60%);
  background-image: linear-gradient(#f4f4f4 0%, #ffffff 60%);
}
.card:before {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -moz-transition: opacity 750ms ease-out, -moz-transform 750ms ease-out;
  -o-transition: opacity 750ms ease-out, -o-transform 750ms ease-out;
  -webkit-transition: opacity 750ms ease-out, -webkit-transform 750ms ease-out;
  transition: opacity 750ms ease-out, transform 750ms ease-out;
}
.card-first:before {
  top: auto;
  bottom: 0;
  left: 55%;
  width: 508px;
  height: 315px;
  background-image: url("/img/pic-terminal.jpg");
}
.card-mid:before {
  margin-top: -156px;
  right: 55%;
  width: 526px;
  height: 312px;
  background-image: url("/img/pic-reporting.jpg");
}
.card.anim:before {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 601px) and (max-width: 1100px) {
  .header .logo {
  float: none;
  clear: both;
  margin: 0 auto;
  }
  .header .nav {
  float: none;
  clear: both;
  width: 100%;
  margin-top: 30px;
  margin-left: -10px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  }
  .header .nav li {
  margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .join-ctrl .button {
  display: block;
  margin: 0 auto;
  }
  .join-ctrl .button + .button {
  margin-top: 30px;
  margin-left: auto;
  }

  .title {
  font-size: 60px;
  }

  .separate-aside, .separate-main {
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  }
  .separate-main {
  margin-top: 30px;
  }

  .action {
  text-align: center;
  }
  .action-descr {
  display: block;
  width: 100%;
  padding-right: 0;
  }
  .action-btn {
  display: block;
  width: 100%;
  margin-top: 30px;
  }
  .action-btn .button {
  width: auto;
  }

  .footer-main {
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  }
  .footer-nav, .footer-add {
  width: 50%;
  }

  .promo-tech {
  background-position: left center;
  }
  .promo-tech .promo-box {
  float: none;
  clear: both;
  width: 100%;
  }

  .table {
  margin: 0;
  display: block;
  }
  .table-cell {
  display: block;
  width: 100%;
  }
  .table-cell + .table-cell {
  margin-top: 30px;
  }

  .benefit {
  padding: 50px 0;
  background-color: #f5f5f5;
  }
  .benefit-items {
  padding: 0;
  }
  .benefit-items:after {
  display: block;
  content: '';
  position: static;
  margin: 40px auto 0;
  top: auto;
  left: auto;
  width: 320px;
  height: 270px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .header {
  padding-right: 10px;
  padding-left: 10px;
  -moz-transition: padding-top 1s;
  -o-transition: padding-top 1s;
  -webkit-transition: padding-top 1s;
  transition: padding-top 1s;
  }
  .header .logo {
  display: block;
  float: none;
  clear: both;
  }
  .header .nav {
  position: absolute;
  z-index: 100;
  top: -440px;
  left: -30px;
  right: -30px;
  padding-top: 10px;
  height: 230px;
  background-color: #111;
  -moz-transition: top 1s;
  -o-transition: top 1s;
  -webkit-transition: top 1s;
  transition: top 1s;
  }
  .header .nav li {
  display: block;
  margin: 10px 0 0;
  height: 40px;
  }
  .header .nav-toggle {
  display: block;
  position: absolute;
  z-index: 150;
  top: 39px;
  right: 10px;
  width: 30px;
  border: 2px solid #fff;
  border-right: none;
  border-left: none;
  height: 18px;
  font-size-adjust: none;
  -moz-transition: border-color 50ms;
  -o-transition: border-color 50ms;
  -webkit-transition: border-color 50ms;
  transition: border-color 50ms;
  }
  .header .nav-toggle:before, .header .nav-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -moz-transition: -moz-transform 150ms;
  -o-transition: -o-transform 150ms;
  -webkit-transition: -webkit-transform 150ms;
  transition: transform 150ms;
  }
  .header-open {
  padding-top: 250px;
  }
  .header-open .nav {
  top: -250px;
  }
  .header-open .nav-toggle {
  border-color: transparent;
  }
  .header-open .nav-toggle:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  .header-open .nav-toggle:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }

  .title {
  font-size: 50px;
  }

  .logo {
  width: 260px;
  height: 24px;
  }

  .cols-2 .col {
  float: none;
  clear: both;
  width: 100%;
  }
  .cols-4 {
  margin-top: -30px;
  }
  .cols-4 .col {
  margin-top: 30px;
  width: 50%;
  }
  .cols-4 .col:nth-child(odd) {
  clear: left;
  }

  .row-2 .col, .row-3 .col {
  float: none;
  clear: both;
  width: 100%;
  }
  .row-2 .col:last-child, .row-3 .col:last-child {
  margin-top: 10px;
  }

  .service-items li {
  width: 100%;
  padding-left: 15px;
  }

  .card-body {
  float: none !important;
  clear: both;
  width: 100% !important;
  }
  .card:before {
  content: '';
  position: static;
  display: block;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  margin: 0 auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  }
  .card-first:before {
  margin-bottom: 50px;
  }
  .card-mid:before {
  margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .title {
  font-size: 40px;
  }

  .cols-4 .col {
  float: none;
  clear: both;
  width: 100%;
  }

  .footer-main {
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  }
  .footer-nav {
  margin-bottom: 30px;
  }
  .footer-nav, .footer-add {
  float: none;
  clear: both;
  width: 100%;
  }
}
.hoshi {
  position: relative;
  display: block;
  padding-top: 1.5em;
  vertical-align: top;
}
.hoshi input {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  background-color: transparent;
}
.hoshi label {
  overflow: hidden;
  position: absolute;
  z-index: +1;
  top: 1.5em;
  left: 0;
  max-width: 100%;
  color: #666;
  white-space: nowrap;
  -moz-transition: top 250ms ease-out;
  -o-transition: top 250ms ease-out;
  -webkit-transition: top 250ms ease-out;
  transition: top 250ms ease-out;
}
.hoshi.requare label:after {
  content: '*';
  margin-left: .2em;
  color: #c33;
  font-size: 1.5em;
  line-height: 0.75em;
}
.hoshi input,
.hoshi label {
  display: block;
  padding: 0.25em 0.3em;
  font: 1em/1.5 "Raleway", sans-serif;
  height: 2em;
  cursor: text;
}
.hoshi span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #33a4ca;
  -moz-transition: width 250ms ease-out;
  -o-transition: width 250ms ease-out;
  -webkit-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
}
.hoshi input:focus ~ label, .hoshi.full label {
  top: 0;
}
.hoshi input:focus ~ span, .hoshi.full span {
  width: 100%;
}

.office-form .hoshi label {
  color: #ccc;
}
.office-form .hoshi input {
  border-color: #808e99;
  color: #ccc;
}
.office-form .hoshi span {
  background-color: #2789c5;
}



/* retina sprites */
.ico {
  position: relative;
}
.ico:before {
  content: '';
  position: absolute;
  top: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('/img/sprite.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .ico:before {
    background-image: url('/img/sprite@2x.png');
    -webkit-background-size: 144px 322px;
    -moz-background-size: 144px 322px;
    -o-background-size: 144px 322px;
    background-size: 144px 322px;
  }
}

/* 18x18 (standart) */
.ico-corp,
.ico-serv,
.ico-tech,
.ico-locate,
.ico-phone,
.ico-mail-sm {
  margin-left: 25px;
}
.ico-mail,
.ico-back {
  margin-left: 20px;
}
.ico-itm {
  padding-left: 20px;
}

.ico-mail-wh {
  padding-left: 35px !important;
}

.ico-login {
  padding-left: 25px !important;
}

.ico-corp:before,
.ico-serv:before,
.ico-tech:before,
.ico-login:before,
.ico-mail:before,
.ico-locate:before,
.ico-phone:before,
.ico-mail-sm:before,
.ico-itm:before,
.ico-back:before {
  margin-top: -9px;
  width: 18px;
  height: 18px;
}
.ico-locate:before {
  top: 0;
  margin-top: 0;
}
.ico-corp:before,
.ico-serv:before,
.ico-tech:before,
.ico-locate:before,
.ico-phone:before,
.ico-mail-sm:before,
.ico-itm:before {
  left: -25px;
}
.ico-mail:before,
.ico-back:before {
  left: -20px;
}
.ico-itm:before {
  top: 2px;
  left: 0;
  margin-top: 0;
}
.ico-corp:before { background-position: 0 -18px; }
.ico-serv:before { background-position: 0 0; }
.ico-tech:before { background-position: 0 -54px; }
.ico-mail:before { background-position: 0 -72px; }
.ico-locate:before { background-position: 0 -90px; }
.ico-phone:before { background-position: 0 -108px; }
.ico-mail-sm:before { background-position: 0 -126px; }
.ico-itm:before { background-position: 0 -144px; }
.ico-back:before { background-position: 0 -180px; }

.ico-mail-wh:before {
  left: 10px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
}

.ico-login:before {
  left: 0px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
}
.ico-login:before {
  background-position: 0 -36px;
}
.ico-mail-wh:before {
  background-position: 0 -162px;
}
/* -- */

/* hoshi */
.ico-user label,
.ico-pass label,
.ico-user input,
.ico-pass input {
  padding-left: 25px !important;
}
.ico-user:before,
.ico-pass:before {
  top: 1.8em;
  left: 0;
  width: 18px;
  height: 18px;
}
.ico-user:before { background-position: 0 -198px; }
.ico-pass:before { background-position: 0 -216px; }
/* -- */

/* benefit */
.ico-payment,
.ico-term,
.ico-report,
.ico-risk {
  padding-top: 60px;
}
.ico-payment:before,
.ico-term:before,
.ico-report:before,
.ico-risk:before {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.ico-payment:before { background-position: -18px 0; }
.ico-term:before { background-position: -18px -120px; }
.ico-report:before { background-position: -18px -40px; }
.ico-risk:before { background-position: -18px -80px; }
/* -- */

/* stat */
.ico-world,
.ico-doc,
.ico-support,
.ico-likes {
  padding-top: 60px;
}
.ico-world:before,
.ico-doc:before,
.ico-support:before,
.ico-likes:before {
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
.ico-world:before { background-position: -58px 0; }
.ico-doc:before { background-position: -58px -40px; }
.ico-support:before { background-position: -58px -80px; }
.ico-likes:before { background-position: -58px -120px; }
/* -- */

/* box */
.ico-incorp,
.ico-chat,
.ico-cart,
.ico-cloud,
.ico-chart,
.ico-shield,
.ico-mobile {
  margin-left: 55px;
}
.ico-incorp:before,
.ico-chat:before,
.ico-cart:before,
.ico-cloud:before,
.ico-chart:before,
.ico-shield:before,
.ico-mobile:before {
  top: 50%;
  left: -55px;
  margin-top: -23px;
  width: 46px;
  height: 46px;
}
.ico-incorp:before { background-position: -98px 0; }
.ico-chat:before { background-position: -98px -184px; }
.ico-cart:before { background-position: -98px -92px; }
.ico-cloud:before { background-position: -98px -138px; }
.ico-chart:before { background-position: -98px -46px; }
.ico-shield:before { background-position: -98px -230px; }
.ico-mobile:before { background-position: -98px -276px; }
/* -- */