/*--------------------------------------------------------  

 header  

--------------------------------------------------------*/
.header-nav i {
  margin-right: 8px;
}
.header-nav li {
  margin:0 0 0 10px;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .header-nav li {
    margin:0 0 15px 10px;
  }
}

/*--------------------------------------------------------

 article

--------------------------------------------------------*/
.section-title i {
  margin-right: 20px !important;
}

#guide i {
  margin-right: 8px;
}

/*  #faq
----------------------------------------- */
.faq-menu li {
  position: relative;
}
.faq-menu li:nth-child(3) a {
  border: none;
}
.faq-menu li:nth-child(3):before,
.faq-menu li:nth-child(3):after {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  left: 0;
}
.faq-menu li:nth-child(3):before {
  top: 0;
}
.faq-menu li:nth-child(3):after {
  bottom: 0;
}

/*--------------------------------------------------------

  contact

--------------------------------------------------------*/
.formy_confirm {
  background: url(../images/formy/form_btn_confirm_en.png) no-repeat;
}
.formy_submit_disabled {
  background: url(../images/formy/form_btn_unfinished_en.png) no-repeat;
}
.autoConfirmBack {
  background: url(../images/formy/form_btn_edit_en.png) no-repeat;
}
.formy_send {
  background: url(../images/formy/form_btn_send_en.png) no-repeat;
}


/*--------------------------------------------------------

  UNDER

--------------------------------------------------------*/

/*--------------------------------------------------------

  guide

--------------------------------------------------------*/
.guide-flow li h3 {
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .guide-flow li p {
    margin-left: 0px;
  }
  .guide-flow li h3, .guide-flow li p{
    word-wrap: break-word;
  }
}


/*--------------------------------------------------------

  shipment

--------------------------------------------------------*/
.shipment-flow li {
  height: 200px;
}
.shipment-flow li:nth-last-child(-n + 3) {
  width: 24%;
}
.shipment-flow li h3 {
  padding-left: 70px;
  min-height: 60px;
}
/* .guide-steps */
.guide-steps li:before {
  top: 50%;
}

@media (max-width: 768px) {
  .shipment-flow li {
    height: auto;
  }
  .shipment-flow li h3 {
    padding-left: 54px;
    min-height: 0px;
  }
  .shipment-flow li:nth-last-child(-n + 3) {
    width: 100%;
  }
}
