﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import "../css/sweet-alert.css";
@viewport {
  zoom: 1.0;
}
body {
  margin: 0;
  font-family: "Roboto", "Open Sans" sans-serif;
  overflow-y: hidden;
}
.table-div {
  margin: 0;
  display: table;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-cell-div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  width: 100%;
  height: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.test {
  width: 100%;
  height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
#top: 0;
left: 0;
#height:197px;
background-image: url(../img/test.png); 
background-repeat: no-repeat;
}

.wrapper-scroll {

  overflow-scrolling: touch;
overflow: auto;
  background: #c3e4f7;
  background: #c3e4f7 linear-gradient(to bottom, #c3e4f7, #ffffff);
  overflow-y: hidden;
}


.content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.logic-quotes {
  font-family: "Open Sans";
  font-weight: 300;
}
@media all and (-ms-high-contrast: none) {
  .content {
    width: 14064px;
  }
  /* IE10 */
  *::-ms-backdrop,
  .content {
    width: 14064px;
  }
  /* IE11 */
}
.ie .content,
.opera .content {
  width: 14064px;
}
.old-browser {
  padding-top: 10%;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.95);
  text-align: center;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.old-browser p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.old-browser a {
  margin: 0 auto 20px;
  display: inline-block;
  vertical-align: top;
  color: #309dcf;
}
.old-browser a:visited {
  color: #309dcf;
}
.old-browser a:hover {
  color: #4ebbed;
}
nav {
  padding-top: 40px;
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0px;
  z-index: 1500;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav a {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 15px;
}
nav a:hover {
  color: #309DCF;
}
nav a:active,
nav a:focus {
  outline: none;
  border: none;
}
nav a:checked {
  color: #fff;
}
nav .close-menu-button {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  font-size: 44px;
  border: none;
  z-index: 1001;
  background: transparent;
  color: #fff;
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  nav .close-menu-button {
    left: 20px;
    bottom: 60px;
  }
}
nav .close-menu-button:before {
  content: 'ЗАКРЫТЬ';
  position: absolute;
  width: 70px;
  height: 20px;
  top: 22px;
  left: 50px;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  nav .close-menu-button:before {
    display: none;
  }
}
nav .close-menu-button:focus {
  outline: none;
}
.menu-button {
  padding: 7px;
  position: fixed;
  left: 50px;
  bottom: 50px;
  width: 37px;
  height: 37px;
  background-color: #757471;
  cursor: pointer;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  opacity: 0;
}
.menu-button:hover .menu_strips {
  -webkit-transform: rotate(90deg) scaleX(1.3);
  -ms-transform: rotate(90deg) scaleX(1.3);
  transform: rotate(90deg) scaleX(1.3);
}
.menu-button .menu_strips {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.menu-button .menu_strips:active .menu_strip {
  background-color: #3da7e3;
}
.menu-button .menu_strip {
  margin-bottom: 4px;
  width: 100%;
  height: 5px;
  background-color: #fff;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.menu-button span {
  position: absolute;
  left: 50px;
  bottom: 10px;
}
section {
  margin: 0;
  padding: 0;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
header {
  margin: 0;
  width: 430px;
  height: 100vh;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
header .table-div {
  margin: 0 auto;
}
header img {
  padding-top: 75px;
  display: block;
  margin: 0 auto 17px;
}
header span {
  margin: 0 auto 175px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #626262;
}
header #swipe {
  width: 191px;
  height: 181px;
  display: none;
  position: absolute;
  top: 50%;
  background: url(../img/swipe.png) center no-repeat;
  -webkit-animation: swipe 3000ms ease-in infinite;
  animation: swipe 3000ms ease-in infinite;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  header #swipe {
    display: block;
  }
}
header a:first-of-type {
  margin-bottom: 5px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #626262;
  text-decoration: none;
}
header a:first-of-type:hover {
  color: #808080;
}
header a:last-of-type {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #4085cb;
}
header a:last-of-type:hover {
  color: #5ea3e9;
  text-decoration: none;
}
@-webkit-keyframes swipe {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swipe {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
section.questions {
  width: 1800px;
  background: url(../img/border.png) 90% 100% no-repeat, url(../img/faster-blur.png) 105% 55% no-repeat;
  text-align: left;
}
section.questions h1 {
  width: 700px;
  margin: 140px 0 0;
  font-size: 105px;
  font-weight: 900;
  line-height: 95px;
  color: #309dcf;
  text-transform: uppercase;
}
@media screen and (max-height: 768px) {
  section.questions h1 {
    margin-top: 70px;
  }
}
section.questions p {
  width: 700px;
  font-weight: 300;
  letter-spacing: -1px;
}
section.questions p:first-of-type {
  font-size: 24px;
  line-height: 30px;
}
section.questions p:not(:first-of-type) {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  color: #626262;
}
@media screen and (max-device-height: 768px) {
  section.questions p:not(:first-of-type) {
    width: 560px;
  }
}
.ie section.questions h1,
.gecko section.questions h1 {
  font-size: 80px;
}
section.fast {
  width: 915px;
  background: url(../img/cloud-faster.png) -30% 100% no-repeat, url(../img/time.png) 38% 5% no-repeat, url(../img/lightning.png) 90% 100% no-repeat;
  -webkit-background-size: contain, auto, contain;
  background-size: contain, auto, contain;
  position: relative;
}
@media screen and (min-height: 600px) and (max-height: 699px) {
  section.fast {
    background: url(../img/cloud-faster.png) -30% 100% no-repeat, url(../img/time.png) 38% -10% no-repeat, url(../img/lightning.png) 90% 100% no-repeat;
  }
}
@media screen and (max-height: 700px) {
  section.fast {
    background: url(../img/cloud-faster.png) -30% 100% no-repeat, url(../img/time.png) 38% -2% no-repeat, url(../img/lightning.png) 90% 100% no-repeat;
  }
}
section.fast .container {
  position: relative;
}
section.fast .timer {
  position: absolute;
  top: 10%;
  left: 40%;
}
section.fast .timer .time {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
section.fast .timer .time span:first-of-type {
  margin: 0 auto;
  display: block;
  font-size: 72px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: center;
}
section.fast .timer .time span:last-of-type {
  margin: auto;
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
section.fast .timer p {
  margin: 3px auto 0;
  width: 175px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}
section.fast .timer p:before {
  content: '';
  position: absolute;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
}
section.fast .forty-eight p:before {
  background-position: 0 0;
  width: 137px;
  height: 44px;
  top: -25px;
  left: 90px;
}
section.fast h2 {
  margin: 0 0 6px;
  padding-top: 255px;
  width: 600px;
  font-size: 120px;
  line-height: 80px;
  text-transform: uppercase;
}
section.fast h2 span {
  font-size: 83px;
  font-weight: normal;
}
section.fast p {
  margin: 0 0 10px;
  width: 570px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #626262;
  letter-spacing: -1px;
}
section.fast .plane {
  width: 779px;
  height: 287px;
  background: url(../img/plane.png) center no-repeat;
  position: absolute;
  top: 75%;
  left: -40%;
  opacity: 0;
  z-index: 50;
  text-align: right;
}
section.fast .plane p:first-of-type {
  margin: 60px 0 4px;
  font-size: 30px;
  font-weight: bold;
  float: right;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
section.fast .plane p:last-of-type {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  float: right;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.ie section.fast h2,
.gecko section.fast h2 {
  font-size: 112px;
}
section.we-can {
  width: 880px;
  position: relative;
  text-align: center;
}
section.we-can .table-div {
  margin: 0 auto;
}
section.we-can .container {
  background: url(../img/we-can.png) 50% 0% no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
}
section.we-can h2 {
  margin: 0 auto 20px;
  padding-top: 100px;
  width: 500px;
  font-size: 120px;
  font-weight: 900;
  line-height: 110px;
  text-transform: uppercase;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
section.we-can p {
  margin: 0 auto;
  width: 600px;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
section.we-can .left-side {
  width: 884px;
  height: 236px;
  position: absolute;
  left: -420px;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-height: 679px) {
  section.we-can .left-side {
    bottom: -160px;
  }
}
@media screen and (min-height: 680px) and (max-height: 819px) {
  section.we-can .left-side {
    bottom: -120px;
  }
}
@media screen and (min-height: 820px) and (max-height: 920px) {
  section.we-can .left-side {
    bottom: -50px;
  }
}
section.we-can .left-side .inner {
  width: 100%;
  height: 100%;
  background: url(../img/container-left.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
}
section.we-can .right-side {
  width: 884px;
  height: 236px;
  position: absolute;
  left: 464px;
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-height: 679px) {
  section.we-can .right-side {
    bottom: -160px;
  }
}
@media screen and (min-height: 680px) and (max-height: 819px) {
  section.we-can .right-side {
    bottom: -120px;
  }
}
@media screen and (min-height: 820px) and (max-height: 920px) {
  section.we-can .right-side {
    bottom: -50px;
  }
}
section.we-can .right-side .inner {
  width: 100%;
  height: 100%;
  background: url(../img/container-right.png) center no-repeat;
  position: absolute;
  top: 0;
  left: -50%;
}
.ie section.we-can h2,
.gecko section.we-can h2 {
  font-size: 112px;
}
section.free-consult {
  width: 777px;
  text-align: center;
}
section.free-consult .table-div {
  margin: 0 auto;
}
section.free-consult #consult {
  margin: 93px 30px 0 0;
  padding: 55px 35px 45px;
  width: 355px;
  background: #85b2d3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#85b2d3), to(#a7c7dc));
  background-image: -webkit-linear-gradient(bottom, #85b2d3 0%, #a7c7dc 100%);
  background-image: linear-gradient(to top, #85b2d3 0%, #a7c7dc 100%);
  -webkit-box-shadow: 0 3px 0 0 #4e7490;
  box-shadow: 0 3px 0 0 #4e7490;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.free-consult #consult h2 {
  margin: 0 auto 24px;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
}
section.free-consult #consult p {
  margin: 0 auto 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
section.free-consult #consult input {
  margin: 0 auto;
  width: 100%;
  display: block;
  font-size: 18px;
  border: none;
  border-radius: 7px;
}
section.free-consult #consult #phone {
  margin-bottom: 30px;
  padding: 11px 0;
  background-color: #eaff00;
  text-align: center;
}
section.free-consult #consult #phone:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.free-consult #consult #call_form {
  padding: 12px 0 18px;
  font-weight: bold;
  background-color: #1f7b9d;
  color: #fff;
  -webkit-box-shadow: inset 0 -6px 0 0 #004e6c, 0 2px 0 0 #000000;
  box-shadow: inset 0 -6px 0 0 #004e6c, 0 2px 0 0 #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
section.free-consult #consult #call_form:hover {
  background-color: #3ea1c6;
}
section.free-consult #consult #call_form:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  outline: none;
}
section.free-consult #consult #call_form:focus {
  outline: none;
}
section.services {
  width: 1880px;
  background: #225b72;
  background-image: -webkit-gradient(linear, left top, right top, from(#225b72), to(#1a4b5f));
  background-image: -webkit-linear-gradient(left, #225b72, #1a4b5f);
  background-image: linear-gradient(to right, #225b72, #1a4b5f);
  position: relative;
}
section.services .container {
  position: relative;
}
section.services .title {
  width: 111px;
  height: 554px;
  background: url(../img/services.png) center no-repeat;
  position: absolute;
  top: 28px;
  left: -109px;
}
section.services .customs-clearance {
  padding: 55px 80px 55px 75px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  top: 35px;
  left: 120px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.services .customs-clearance h2 {
  margin: 0 auto 50px;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
  text-transform: uppercase;
  letter-spacing: -4px;
}
section.services .customs-clearance p:first-of-type {
  margin: 0 0 25px;
  width: 660px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -1px;
}
section.services .customs-clearance p:nth-of-type(2),
section.services .customs-clearance p:last-of-type {
  margin: 0 0 10px;
  width: 660px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -1px;
}
section.services .saving {
  padding: 52px 38px 40px 85px;
  position: absolute;
  top: 35px;
  left: 1145px;
  z-index: 100;
  background: #64b6db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#64b6db), color-stop(52%, #309dcf), to(#309dcf));
  background-image: -webkit-linear-gradient(top, #64b6db 0%, #309dcf 52%, #309dcf 100%);
  background-image: linear-gradient(to bottom, #64b6db 0%, #309dcf 52%, #309dcf 100%);
  -webkit-box-shadow: 0 10px 5px -5px #217ca5;
  box-shadow: 0 10px 5px -5px #217ca5;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.services .saving h3 {
  margin: 0 0 20px;
  width: 440px;
  font-size: 36px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
section.services .saving p {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 300;
}
section.services .saving ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.services .saving ul li {
  margin-bottom: 36px;
  width: 365px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
section.services .saving ul li:first-of-type span:before {
  content: '1';
}
section.services .saving ul li:nth-of-type(2) span:before {
  content: '2';
}
section.services .saving ul li:nth-of-type(3) span:before {
  content: '3';
}
section.services .saving ul li:last-of-type span:before {
  content: '4';
  top: -4px;
}
section.services .saving ul li span {
  position: relative;
}
section.services .saving ul li span:before {
  padding: 5px 0 0 9px;
  width: 28px;
  height: 28px;
  background-color: #eaff00;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: -47px;
}
section.services .left-side {
  width: 860px;
  height: 600px;
  position: absolute;
  left: -140px;
  bottom: 0;
  overflow: hidden;
}
section.services .left-side .inner {
  width: 100%;
  height: 100%;
  background: url(../img/services-left.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
}
section.services .right-side {
  width: 860px;
  height: 600px;
  position: absolute;
  left: 720px;
  bottom: 0;
  overflow: hidden;
}
section.services .right-side .inner {
  width: 100%;
  height: 100%;
  background: url(../img/services-right.png) center no-repeat;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 5;
}
section.services .stop-sign {
  width: 181px;
  height: 293px;
  background: url(../img/services-control.png) center no-repeat;
  position: absolute;
  bottom: 0;
  left: 630px;
  z-index: 80;
}
.ie section.services h2,
.gecko section.services h2 {
  font-size: 105px;
}
.ie section.services h3,
.gecko section.services h3 {
  font-size: 30px;
}
section.outsource {
  width: 1300px;
  background: #225b72;
  background: url(../img/outsrc-cloud.png) 65% 10% no-repeat, -webkit-gradient(linear, left top, right top, from(#1a4b5f), to(#113949));
  background: url(../img/outsrc-cloud.png) 65% 10% no-repeat, -webkit-linear-gradient(left, #1a4b5f, #113949);
  background: url(../img/outsrc-cloud.png) 65% 10% no-repeat, linear-gradient(to right, #1a4b5f, #113949);
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.outsource .left-side {
  width: 569px;
  height: 261px;
  position: absolute;
  left: 140px;
  top: 0;
  overflow: hidden;
}
section.outsource .left-side .inner {
  width: 100%;
  height: 100%;
  background: url(../img/outsrc-left.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
}
section.outsource .right-side {
  width: 569px;
  height: 261px;
  position: absolute;
  left: 709px;
  top: 0;
  overflow: hidden;
}
section.outsource .right-side .inner {
  width: 100%;
  height: 100%;
  background: url(../img/outsrc-right.png) center no-repeat;
  position: absolute;
  top: 0;
  left: -50%;
}
section.outsource .neon-sign {
  width: 147px;
  height: 282px;
  background: url(../img/outsrc-neon.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 665px;
}
section.outsource .table-div {
  margin: 0 auto;
}
section.outsource .container {
  position: relative;
  margin-left: 80px;
}
section.outsource .container:hover > h2 {
  opacity: 0;
}
section.outsource .container:hover > img {
  opacity: 1;
}
section.outsource h2 {
  margin: 0 auto 43px;
  padding-top: 190px;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
  text-transform: uppercase;
  letter-spacing: -3px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
section.outsource img {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
section.outsource img + p {
  margin: 0 auto 42px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
section.outsource ul {
  margin: 0 auto 45px;
  padding: 0 0 0 50px;
  list-style: none;
}
section.outsource ul li {
  padding-left: 75px;
  width: 290px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.outsource ul li:first-of-type span {
  margin-top: 7px;
}
section.outsource ul li:first-of-type span:before {
  background-position: 0 -150px;
  top: -12px;
}
section.outsource ul li:nth-of-type(2) span:before {
  background-position: -75px -150px;
}
section.outsource ul li:last-of-type span:before {
  background-position: -150px -150px;
}
section.outsource ul li span {
  display: block;
  position: relative;
  text-align: left;
}
section.outsource ul li span:before {
  content: '';
  width: 54px;
  height: 54px;
  background: url(../img/sprites.png) no-repeat;
  position: absolute;
  bottom: 0px;
  left: -73px;
}
section.outsource ul + p,
section.outsource p + p {
  margin: 0 auto 12px;
  width: 600px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.ie section.outsource h2,
.gecko section.outsource h2 {
  font-size: 112px;
}
section.document {
  position: relative;
  width: 1237px;
  background: #225b72;
  background-image: -webkit-gradient(linear, left top, right top, from(#113949), to(#0a2832));
  background-image: -webkit-linear-gradient(left, #113949, #0a2832);
  background-image: linear-gradient(to right, #113949, #0a2832);
}
section.document .sheet {
  width: 100%;
  height: 100%;
  background: url(../img/docs-blank.png) center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  -webkit-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}
section.document .container {
  padding-left: 150px;
}
section.document h2 {
  margin: 0 auto 42px;
  padding-top: 40px;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
  text-transform: uppercase;
  letter-spacing: -2px;
}
section.document p {
  margin: 0 auto 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #626262;
}
section.document ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  font-size: 0;
}
section.document ul:first-of-type {
  margin-right: 2px;
  width: 335px;
}
section.document ul:first-of-type li:nth-of-type(3) {
  margin-bottom: 30px;
}
section.document ul:nth-of-type(2) {
  margin-right: 6px;
  width: 300px;
}
section.document ul:nth-of-type(2) li {
  margin-bottom: 30px;
}
section.document ul:last-of-type {
  width: 275px;
}
section.document ul li {
  margin-bottom: 12px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #626262;
  letter-spacing: -1px;
}
section.document ul li span {
  position: relative;
}
section.document ul li span:before {
  content: '';
  background: url(../img/sprites.png) -150px -100px no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -23px;
  top: 3px;
}
.ie section.document h2,
.gecko section.document h2 {
  font-size: 112px;
}
section.transportation {
  width: 1959px;
  background: #225b72 url(../img/map-h.png) center / contain no-repeat;
  background: url(../img/map-h.png) center / contain no-repeat, -webkit-gradient(linear, left top, right top, from(#0a2832), to(#082531));
  background: url(../img/map-h.png) center / contain no-repeat, -webkit-linear-gradient(left, #0a2832, #082531);
  background: url(../img/map-h.png) center / contain no-repeat, linear-gradient(to right, #0a2832, #082531);
  color: #fff;
}
section.transportation .transit-info {
  margin-left: 350px;
  margin-right: 130px;
  padding-top: 35px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
section.transportation .transit-info h2 {
  margin: 0 0 18px;
  width: 700px;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
  text-transform: uppercase;
}
section.transportation .transit-info p {
  margin: 0;
  font-weight: 300;
}
section.transportation .transit-info p:first-of-type {
  margin-bottom: 10px;
  width: 530px;
  font-size: 24px;
  line-height: 30px;
}
section.transportation .transit-info p:nth-of-type(2) {
  margin-bottom: 30px;
  width: 600px;
  font-size: 18px;
  line-height: 24px;
}
section.transportation .transit-info p:last-of-type {
  font-size: 14px;
  line-height: 18px;
}
section.transportation .transit-info p:last-of-type a {
  color: #fff;
}
section.transportation .transit-types {
  padding-top: 30px;
  display: inline-block;
  vertical-align: top;
}
section.transportation .transit-types ul {
  margin: 0;
  padding: 0;
  width: 750px;
  list-style: none;
  font-size: 0;
}
section.transportation .transit-types ul li {
  margin-bottom: 57px;
  width: 320px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
section.transportation .transit-types ul li:nth-of-type(2) p,
section.transportation .transit-types ul li:nth-of-type(2) span {
  margin-left: 90px;
}
section.transportation .transit-types ul li:last-of-type {
  margin-left: 90px;
}
section.transportation .transit-types ul li img {
  margin-bottom: 25px;
}
section.transportation .transit-types ul li p {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
section.transportation .transit-types ul li span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
section.transportation .transit-types ul li span span {
  display: inline;
}
.ie section.transportation h2,
.gecko section.transportation h2 {
  font-size: 112px;
}
section.terminal {
  padding-left: 30px;
  padding-right: 20px;
  width: 400px;
  background: #225b72;
  background: -webkit-gradient(linear, left top, right top, from(#082531), to(#082532));
  background: -webkit-linear-gradient(left, #082531, #082532);
  background: linear-gradient(to right, #082531, #082532);
  color: #fff;
}
section.terminal .terminal-photo {
  margin: 80px 0 50px;
  width: 249px;
  height: 249px;
  background: url(../img/terminal-photo.png) center no-repeat;
}
section.terminal .terminal-description {
  margin-left: 85px;
}
section.terminal h2 {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
section.terminal p {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
section.terminal a {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #fff;
}
section.terminal a:first-of-type {
  margin-bottom: 4px;
  vertical-align: top;
  font-weight: bold;
  text-decoration: none;
}
section.companies {
  padding-left: 70px;
  width: 320px;
  background: #225b72;
  background: -webkit-gradient(linear, left top, right top, from(#082531), to(#082532));
  background: -webkit-linear-gradient(left, #082531, #082532);
  background: linear-gradient(to right, #082531, #082532);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
section.companies h2 {
  margin: 15px auto 45px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
section.companies .companies-logos {
  margin: 0 auto;
  width: 212px;
  height: 428px;
  background: url(../img/companies.png) center no-repeat;
}
section.calculation {
  width: 700px;
  background: #225b72;
  background-image: -webkit-gradient(linear, left top, right top, from(#082531), to(#082633));
  background-image: -webkit-linear-gradient(left, #082531, #082633);
  background-image: linear-gradient(to right, #082531, #082633);
}
section.calculation .table-div {
  margin: 0 auto;
}
section.calculation #calc {
  margin-top: 30px;
  padding: 31px 35px 45px;
  width: 406px;
  background: #a7c7dc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#85b2d3), to(#a7c7dc));
  background-image: -webkit-linear-gradient(bottom, #85b2d3 0%, #a7c7dc 100%);
  background-image: linear-gradient(to top, #85b2d3 0%, #a7c7dc 100%);
  -webkit-box-shadow: 0 3px 0 0 #4e7490;
  box-shadow: 0 3px 0 0 #4e7490;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-height: 768px) {
  section.calculation #calc {
    margin-top: 0;
  }
}
section.calculation #calc h3 {
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
section.calculation #calc label {
  margin: 0 auto 12px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
section.calculation #calc #calc_type {
  margin: 0 auto 32px;
  padding: 11px 13px;
  width: 100%;
  background-color: #eaff00;
  font-size: 18px;
  text-align: center;
  border: none;
  border-radius: 7px;
}
section.calculation #calc #calc_info {
  margin-bottom: 27px;
  padding: 5px 10px;
  width: 100%;
  height: 153px;
  font-size: 18px;
  border: none;
  border-radius: 7px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.calculation #calc #phone_calc {
  margin: 0 auto 30px;
  padding: 11px 0;
  width: 100%;
  display: block;
  font-size: 18px;
  border: none;
  border-radius: 7px;
  background-color: #eaff00;
  text-align: center;
}
section.calculation #calc #phone_calc:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.calculation #calc #calc_submit {
  margin: 0 auto;
  padding: 12px 0 18px;
  display: block;
  width: 286px;
  font-weight: bold;
  background-color: #1f7b9d;
  color: #fff;
  border: none;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 -6px 0 0 #004e6c, 0 2px 0 0 #000000;
  box-shadow: inset 0 -6px 0 0 #004e6c, 0 2px 0 0 #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
section.calculation #calc #calc_submit:hover {
  background-color: #3ea1c6;
}
section.calculation #calc #calc_submit:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
section.calculation #calc #calc_submit:focus {
  outline: none;
}
.ie section.calculation #calc h3,
.gecko section.calculation #calc h3 {
  font-size: 25px;
}
section.staff {
  padding-right: 115px;
  width: 1350px;
  background: #225b72;
  background: -webkit-gradient(linear, left top, right top, from(#082632), to(#082633));
  background: -webkit-linear-gradient(left, #082632, #082633);
  background: linear-gradient(to right, #082632, #082633);
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
section.staff .container {
  font-size: 0;
}
section.staff h2 {
  margin: 10px 0 35px;
  padding-left: 40px;
  text-align: left;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
section.staff .employee-info {
  margin: 0 10px 33px;
  width: 185px;
  display: inline-block;
  vertical-align: top;
}
section.staff .employee-info img {
  margin: 0 auto 10px;
  display: block;
}
section.staff .employee-info p {
  margin: 0 auto 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
section.staff .employee-info span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.ie section.staff p,
.gecko section.staff p {
  font-size: 15px;
}
footer {
  margin: 0;
  width: 952px;
  height: 100vh;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #225b72;
  background: -webkit-gradient(linear, left top, right top, from(#082633), to(#0a2636));
  background: -webkit-linear-gradient(left, #082633, #0a2636);
  background: linear-gradient(to right, #082633, #0a2636);
  position: relative;
  font-size: 0;
}
footer .container > img {
  padding: 50px 0 47px;
}
footer .footer-contacts {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
footer .city-info {
  margin-right: 230px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
footer .city-info h3 {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 900;
}
footer .city-info .footer-phone {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
}
footer .city-info .footer-phone:hover {
  text-decoration: underline;
}
footer .city-info .footer-mail {
  margin-bottom: 10px;
  width: 150px;
  display: block;
  color: #a2c4db;
}
footer .city-info .footer-mail:hover {
  color: #c0e2f9;
  text-decoration: none;
}
footer .city-info p {
  margin: 0 0 10px;
  width: 270px;
}
footer .city-info a[class^="map-open"] {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #a2c4db;
}
footer .city-info a[class^="map-open"]:hover {
  color: #c0e2f9;
  text-decoration: none;
}
footer .kdm {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 270px;
  z-index: 20;
}
footer .kdm span {
  margin-bottom: 25px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: -1px;
  color: #fff;
  opacity: .4;
}
footer .kdm span a {
  color: #8ab5d4;
}
footer .kdm span a:hover {
  color: #a8d3f2;
  text-decoration: none;
}
footer .kdm span a span {
  display: inline;
}
footer #map-spb,
footer #map-msk {
  height: 100%;
  position: absolute;
  left: 452px;
  top: 0;
  opacity: 0;
  z-index: 5;
}
footer #map-spb iframe,
footer #map-msk iframe {
  width: 500px;
  height: 100%;
}
footer #map-spb {
  opacity: 1;
  z-index: 10;
}
.opera footer {
  min-height: 600px;
}

/* 175px */
header span {
	margin-bottom: 82px;
}

a.send-request {
	margin: 0 auto 35px!important;
	padding: 12px 0 18px;
	display: block;
	width: 286px;
	font-weight: bold;
	background-color: #1f7b9d;
	color: #fff!important;
	border: none;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 -6px 0 0 #004e6c, 0 2px 0 0 #000000;
	box-shadow: inset 0 -6px 0 0 #004e6c, 0 2px 0 0 #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	-webkit-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}