/*------------------------------RESET--------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

@font-face {
  font-family: "Myriad Pro Light";
  src: url(../fonts/MyriadPro-Light.otf); }

/*------------------------------COMMON--------------------------------*/
html, body {
  height: 100%; }

body {
  font-family: "Arial Regular", sans-serif;
  background: url(../images/pattern.png); }
.main{
  width: 1120px;
  margin: 0 auto;
  background: #fff;}
.wrap {
  min-height: 100%; }

.center-wrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px; }
  .center-wrapper:after {
    content: '';
    display: block;
    clear: both; }

/*------------------------------HEADER--------------------------------*/
.top-line {
  height: 4px;
  background-color: #434D54; }

header {
  background: #fff; }

.header-bot {
  height: 185px;
  border-bottom: 1px solid #EBF2F8; }

.header-inner {
  position: relative; }
  .header-inner:after {
    content: '';
    display: block;
    clear: both; }
  .header-inner .logo {
    float: left;
    padding-top: 2px; }
  .header-inner .top-menu {
    float: right;
    padding-top: 98px; }
    .header-inner .top-menu ul li {
      display: inline-block;
      margin-right: -4px;
      border-right: 1px solid #f99c2a;
      border-left: 1px solid #f35d1f; }
      .header-inner .top-menu ul li:first-child {
        border-left: none; }
        .header-inner .top-menu ul li:first-child a {
          border-radius: 5px 0 0 5px; }
      .header-inner .top-menu ul li:last-child {
        border-right: none; }
        .header-inner .top-menu ul li:last-child a {
          border-radius: 0 5px 5px 0; }
      .header-inner .top-menu ul li a {
        display: block;
        padding: 0 27px 0 24px;
        background: #f56920;
        background-image: -webkit-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
        background-image: -moz-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
        background-image: -o-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
        background-image: -ms-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
        background-image: linear-gradient(to top, #F56120 0%, #F7841E 100%);
        color: #FFF;
        font-family: "Myriad Pro";
        font-size: 18px;
        line-height: 38px;
        text-align: center;
        text-decoration: none; }
        .header-inner .top-menu ul li a:hover, .header-inner .top-menu ul li a.current {
          background: #1b77cc;
          background-image: -webkit-linear-gradient(bottom, #3CA1FF 0%, #1771C6 100%);
          background-image: -o-linear-gradient(bottom, #3CA1FF 0%, #1771C6 100%);
          background-image: -moz-linear-gradient(bottom, #3CA1FF 0%, #1771C6 100%);
          background-image: -ms-linear-gradient(bottom, #3CA1FF 0%, #1771C6 100%);
          background-image: linear-gradient(to top, #3CA1FF 0%, #1771C6 100%);
          box-shadow: inset 0 0 6px rgba(0, 116, 223, 0.75); }
  .header-inner .contacts {
    position: absolute;
    right: 0;
    top: 25px; }
    .header-inner .contacts:before {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      left: -17px;
      width: 13px;
      height: 24px;
      background: url(../images/phone-icon.png); }
    .header-inner .contacts .phone {
      color: #3F454B;
      font-family: "Myriad Pro";
      font-size: 30px; }
    .header-inner .contacts .email {
      text-align: right;
      color: #3F454B;
      font-family: "Arial";
      font-size: 12px; }
      .header-inner .contacts .email a {
        color: #1A81E1; }

/*------------------------------FEATURES--------------------------------*/
.features {
  box-sizing: border-box;
  position: relative;
  padding-top: 250px;
  height: 486px;
  background: url(../images/feat-bg.png);
  background-repeat: repeat-x; }

.slider {
  position: absolute;
  top: -182px;
  padding: 10px;
  width: 940px;
  height: 367px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(211, 224, 235, 0.58);
  box-sizing: border-box; }
  .slider .bxslider li {
    position: relative; }
    .slider .bxslider li .slider-block {
      position: absolute;
      padding: 20px;
      padding-right: 40px;
      bottom: 20px;
      left: 50px;
      width: 630px;
      height: 174px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      box-sizing: border-box; }
      .slider .bxslider li .slider-block h2 {
        font-weight: normal;
        font-size: 38px;
        text-transform: uppercase;
        font-family: "Myriad Pro"; }
      .slider .bxslider li .slider-block p {
        font-size: 28px;
        font-family: "Myriad Pro Light"; }

.slider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 55px;
  margin-top: -27px;
  z-index: 9999; }

.slider .bx-prev {
  left: 20px;
  background: url(../images/slider-arrow-left.png);
  text-indent: -9999px; }

.slider .bx-next {
  right: 20px;
  background: url(../images/slider-arrow-right.png);
  text-indent: -9999px; }

.slider .bxpager {
  position: absolute;
  bottom: -35px;
  width: 100%;
  text-align: center; }

.slider .bxpager li {
  display: inline-block;
  margin-right: 5px; }

.slider .bxpager li a {
  display: block;
  width: 13px;
  height: 13px;
  background: #2787e0;
  background-image: -webkit-linear-gradient(bottom, #3CA1FF 0%, #1771C6 100%);
  background-image: -o-linear-gradient(bottom, #3CA1FF 0%, #1771C6 100%);
  background-image: -moz-linear-gradient(bottom, #3CA1FF 0%, #1771C6 100%);
  background-image: -ms-linear-gradient(bottom, #3CA1FF 0%, #1771C6 100%);
  background-image: linear-gradient(to top, #3CA1FF 0%, #1771C6 100%);
  border-radius: 50%; }

.slider .bxpager li a:hover, .bxpager li a.active {
  background: #f6741f;
  background-image: -webkit-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
  background-image: -o-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
  background-image: -moz-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
  background-image: -ms-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
  background-image: linear-gradient(to top, #F56120 0%, #F7841E 100%); }

.feat-list {
  text-align: center; }
  .feat-list li {
    display: inline-block;
    margin-right: 55px;
    width: 140px;
    box-sizing: border-box;
    vertical-align: top; }
    .feat-list li:last-child {
      margin-right: 0; }
    .feat-list li .feat-img {
      margin-bottom: 10px; }
    .feat-list li .feat-text {
      color: #3F454B;
      font-family: "Myriad Pro";
      font-size: 18px; }

/*------------------------------CONTENT--------------------------------*/
.content {
  background: #fff; }

.delivery {
  padding-top: 55px; }
  .delivery h1 {
    margin-bottom: 27px;
    color: #434D54;
    font-family: "Myriad Pro";
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase; }
  .delivery p {
    margin-bottom: 30px;
    color: #434D54;
    font-family: "Arial";
    font-size: 14px; }

.services {
  font-family: "Myriad Pro";
  margin-top: 55px;
  padding-top: 23px;
  padding-left: 42px;
  background-color: #d5e7f3;
  background-image: -webkit-linear-gradient(bottom, #EBF2F8 0%, #F6FBFF 100%);
  background-image: -moz-linear-gradient(bottom, #EBF2F8 0%, #F6FBFF 100%);
  background-image: -o-linear-gradient(bottom, #EBF2F8 0%, #F6FBFF 100%);
  background-image: -ms-linear-gradient(bottom, #EBF2F8 0%, #F6FBFF 100%);
  background-image: linear-gradient(to top, #EBF2F8 0%, #F6FBFF 100%);
  border-radius: 5px; }
  .services:after {
    content: '';
    display: block;
    clear: both; }
  .services h2 {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 30px;
    color: #1771c6; }
  .services ul {
    float: left;
    width: 490px;
    padding-left: 40px;
    box-sizing: border-box;
    list-style: none; }
    .services ul li {
      margin-bottom: 20px;
      position: relative;
      color: #434D54;
      font-family: "Arial";
      font-size: 14px;
      line-height: 20px; }
      .services ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: -40px;
        width: 20px;
        height: 20px;
        background: url(../images/services-arrow.png); }
  .services .service-img {
    float: right;
    margin-top: 3px;
    margin-right: 26px; }

.competition {
  padding-top: 58px;
  padding-bottom: 83px; }
  .competition h2 {
    margin-bottom: 27px;
    color: #434D54;
    font-family: "Myriad Pro";
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase; }
  .competition ul {
    list-style: none; }
    .competition ul li {
      display: inline-block;
      margin-right: 11px;
      width: 175px;
      text-align: center;
      vertical-align: top;
      box-sizing: border-box; }
      .competition ul li:last-child {
        margin-right: 0; }
      .competition ul li .comp-img {
        margin-bottom: 20px; }
      .competition ul li .comp-text {
        color: #434D54;
        font-family: "Arial";
        font-size: 12px; }

/*------------------------------APPLICATION--------------------------------*/
.application {
  position: relative;
  min-height: 210px;
  background: #ebf2f8;
  box-sizing: border-box; }
  .application .app-text {
    width: 510px;
    padding-top: 50px;
    float: left;
    font-family: "Arial";
    font-size: 14px;
    line-height: 20px;
    color: #434D54; }
    .application .app-text a {
      color: #2F91EB; }
  .application .app-href {
    float: right;
    padding-top: 50px;
    padding-right: 24px; }

.app-btn {
  display: block;
  width: 297px;
  height: 69px;
  background: #f56920;
  background-image: -webkit-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
  background-image: -moz-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
  background-image: -o-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
  background-image: -ms-linear-gradient(bottom, #F56120 0%, #F7841E 100%);
  background-image: linear-gradient(to top, #F56120 0%, #F7841E 100%);
  box-shadow: 0.5px 0.9px 3px rgba(94, 71, 60, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.29);
  border: 1px solid #F6701F;
  border-radius: 5px;
  color: #FFF;
  font-family: "Myriad Pro";
  font-size: 30px;
  font-weight: 600;
  line-height: 69px;
  text-align: center;
  text-decoration: none; }

/*------------------------------FOOTER--------------------------------*/
footer {
  height: 155px;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  background: url(../images/footer-bg.png);
  background-repeat: repeat-x;
  z-index: 1; }
  footer:after {
    content: '';
    display: block;
    clear: both; }
  footer .copy {
    float: left; }
    footer .copy p {
      color: #A9AFAF;
      font-family: "Arial";
      font-size: 12px;
      margin-bottom: 22px; }
    footer .copy .bottom-menu ul {
      list-style: none; }
      footer .copy .bottom-menu ul li {
        display: inline-block;
        margin-right: 30px; }
        footer .copy .bottom-menu ul li a {
          color: #FFF;
          font-family: "Arial";
          font-size: 14px; }
          footer .copy .bottom-menu ul li a:hover {
            text-decoration: none; }
  footer .disaers {
    float: right;
    margin-top: 10px;
    color: #A9AFAF;
    font-family: "Arial";
    font-size: 12px; }
    footer .disaers a {
      padding: 0 10px;
      margin-right: 10px;
      display: inline-block;
      height: 28px;
      background-color: #ECECEC;
      text-decoration: none;
      color: #555E63;
      font-family: "Helvetica";
      font-size: 18px;
      line-height: 28px;
      font-weight: bold; }
.B_crumbBox {list-style: none;}
.B_crumbBox li{display: inline;}
.inner .site-navifation {
  padding-top: 12px;
  font-size: 12px;
  margin-bottom: 40px; }
  .inner .site-navifation a {
    position: relative;
    margin-right: 20px;
    font-family: "Arial";
    color: #2F91EB;
    text-decoration: none; }
    .inner .site-navifation a:after {
      top: 2px;
      right: -16px;
      content: '';
      display: block;
      position: absolute;
      width: 6px;
      height: 9px;
      background: url(../images/site-nav-icon.png); }
    .inner .site-navifation a.current {
      color: #434D54; }
      .inner .site-navifation a.current:after {
        display: none; }

.left-column {
  float: left;
  width: 220px; }
  .left-column .left-nav {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 8px;
    background-color: #EBF2F8;
    border-radius: 3px; }
    .left-column .left-nav ul {
      padding-left: 13px; }
      .left-column .left-nav ul li {
        margin-bottom: 2px; }
        .left-column .left-nav ul li a {
          padding: 15px 0;
          padding-left: 8px;
          border-radius: 5px 0 0 5px;
          display: block;
          text-decoration: none;
          font-family: "Arial";
          font-size: 14px;
          font-weight: 400;
          color: #3F454B; }
          .left-column .left-nav ul li a:hover, .left-column .left-nav ul li a.current {
            background: #fff;
            color: #F56320; }
  .left-column .banner {
    box-sizing: border-box;
    position: relative; }
    .left-column .banner .banner-text {
      text-align: center;
      bottom: 20px;
      position: absolute;
      color: #fff; }
      .left-column .banner .banner-text h4 {
        font-weight: normal;
        color: #FFF;
        font-size: 17px;
        font-family: "Myriad Pro";
        text-transform: uppercase; }
      .left-column .banner .banner-text span {
        font-family: "Myriad Pro Light";
        font-size: 17px; }

.inter-delivery {
  padding-bottom: 70px;
  margin-left: 20px;
  width: 700px;
  float: left;
  color: #434D54;
  font-family: "Arial";
  font-size: 14px; }
  .inter-delivery h1 {
    margin-bottom: 20px;
    color: #434D54;
    font-family: "Myriad Pro";
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal; }
  .inter-delivery h2 {
    margin-bottom: 20px;
    color: #434D54;
    font-family: "Myriad Pro";
    font-size: 24px;
    font-weight: normal; }
  .inter-delivery p {
    margin-bottom: 20px;
    line-height: 20px; }
  .inter-delivery ul {
    list-style: none;
    padding-left: 40px; }
    .inter-delivery ul li {
      position: relative;
      margin-bottom: 25px; }
      .inter-delivery ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: -40px;
        width: 20px;
        height: 20px;
        background: url(../images/services-arrow.png); }
  .inter-delivery .app-btn {
    width: 247px;
    height: 49px;
    line-height: 49px;
    font-size: 24px; }

.apply {
  float: left;
  margin-left: 20px; }
  .apply h1 {
    margin-bottom: 14px;
    color: #434D54;
    font-family: "Myriad Pro";
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal; }
  .apply .form-block {
    box-sizing: border-box;
    padding: 50px;
    width: 700px;
    min-height: 423px;
    background: #ccdeed;
    background-image: -webkit-linear-gradient(bottom, #EBF2F8 0%, #F6FBFF 100%);
    background-image: -o-linear-gradient(bottom, #EBF2F8 0%, #F6FBFF 100%);
    background-image: -moz-linear-gradient(bottom, #EBF2F8 0%, #F6FBFF 100%);
    background-image: -ms-linear-gradient(bottom, #EBF2F8 0%, #F6FBFF 100%);
    background-image: linear-gradient(to top, #EBF2F8 0%, #F6FBFF 100%);
    border-radius: 5px; }
    .apply .form-block .form-left {
      float: left;
      width: 275px; }
    .apply .form-block .form-right {
      float: right;
      width: 275px; }
    .apply .form-block form ::-webkit-input-placeholder {
      color: #7C8790; }
    .apply .form-block form ::-moz-placeholder {
      color: #7C8790; }
    .apply .form-block form :-moz-placeholder {
      color: #7C8790; }
    .apply .form-block form :-ms-input-placeholder {
      color: #7C8790; }
    .apply .form-block input[type="text"] {
      padding-left: 20px;
      box-sizing: border-box;
      margin-bottom: 20px;
      width: 275px;
      height: 41px;
      background-color: #FFF;
      border: 1px solid #D3E0EC;
      border-radius: 3px;
      color: #7C8790;
      font-family: "Arial";
      font-size: 14px; }
    .apply .form-block textarea {
      background-color: #FFF;
      border: 1px solid #D3E0EC;
      border-radius: 3px;
      width: 600px;
      height: 81px;
      color: #7C8790;
      font-family: "Arial";
      font-size: 14px;
      padding-left: 20px;
      padding-top: 10px;
      box-sizing: border-box; }
    .apply .form-block input[type="submit"] {
      margin-top: 20px;
      font-size: 22px;
      float: right;
      width: 275px;
      height: 41px;
      line-height: 41px;
      font-size: 24px;
      font-weight: normal;
      padding-bottom: 10px; }
    .apply .form-block select {
      padding-left: 20px;
      box-sizing: border-box;
      margin-bottom: 20px;
      width: 275px;
      height: 41px;
      background-color: #FFF;
      border: 1px solid #D3E0EC;
      border-radius: 3px;
      color: #7C8790;
      font-family: "Arial";
      font-size: 14px; }

