header.main-header {
  background-color: #fff;
  position: static;
}
@media (max-width: 767px) {
  header.main-header {
    position: fixed;
  }
}
header.main-header a.logo {
  background-image: url('../img/Ubicross_logo.svg');
}
header.main-header ul.main-navigation li a {
  color: #2c2c43;
}
header.main-header ul.secondary-navigation li a {
  color: #2c2c43;
}
header.main-header ul.secondary-navigation li a.btn {
  color: #fff;
}
@media (max-width: 767px) {
  header.main-header .left-menu-icon {
    color: #2c2c43;
  }
}
.secondary-menu {
  background-color: rgba(255, 255, 255, 0.6);
}
.secondary-menu ul li a {
  color: #2c2c43;
}
.wrapper {
  overflow-x: hidden;
}
/* Main banner
-------------------------------------------------- */
.main-banner {
  position: relative;
  background-image: url("../img/store/hero-online_store-ubicross.jpg");
  background-repeat: no-repeat;
  background-position: top -95px center;
  background-size: cover;
  height: 560px;
}
@media (min-width: 1041px) {
  .main-banner {
    background-position: top 0 center;
  }
}
@media (max-width: 767px) {
  .main-banner {
    background-position: top center;
    background-size: auto 100%;
    padding-top: 59px;
  }
}
.main-banner:after {
  background-image: url('../img/store/loop-h1.svg');
  height: 55px;
  width: 100%;
  margin-top: -22px;
  background-repeat: repeat-x;
  background-position: top center;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
}
@media (max-width: 1040px) {
  .main-banner:after {
    margin-top: -115px;
  }
}
@media (max-width: 767px) {
  .main-banner:after {
    margin-top: -22px;
  }
}
.main-banner .registration {
  max-width: 1140px;
  width: 100%;
  margin-top: 140px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  box-shadow: 0 0 13px rgba(44, 44, 67, 0.41);
  padding: 0 30px 29px 30px;
}
@media (max-width: 1199px) {
  .main-banner .registration {
    padding: 0 20px 20px 20px;
    margin-top: 94px;
  }
}
@media (max-width: 991px) {
  .main-banner .registration {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .main-banner .registration {
    height: 100%;
    margin-top: 0;
    padding: 0 30px;
    box-shadow: none;
    border-radius: 0;
    margin-top: 50px;
  }
  .main-banner .registration .form-group {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .main-banner .registration {
    padding: 0 10px;
  }
}
.main-banner .registration h1 {
  text-align: center;
  margin: 0 0 25px 0;
  padding-top: 32px;
}
@media (max-width: 991px) {
  .main-banner .registration h1 {
    font-size: 26px;
    padding-top: 27px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .main-banner .registration h1 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .main-banner .registration h1 {
    padding-top: 22px;
    margin-bottom: 17px;
  }
}
.main-banner .registration input {
  overflow: hidden;
  background-color: #fff;
  color: #2c2c43;
  height: 50px;
  font-size: 16px;
  border-color: #d6e2ea;
}
@media (max-width: 991px) {
  .main-banner .registration input {
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main-banner .registration input {
    height: 40px;
  }
}
.main-banner .registration input::-webkit-input-placeholder {
  color: #77798f;
  text-transform: uppercase;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.main-banner .registration input:-moz-placeholder {
  /* Firefox 18- */
  color: #77798f;
  text-transform: uppercase;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.main-banner .registration input::-moz-placeholder {
  /* Firefox 19+ */
  color: #77798f;
  text-transform: uppercase;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.main-banner .registration input:-ms-input-placeholder {
  color: #77798f;
  text-transform: uppercase;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.main-banner .registration input:focus::-webkit-input-placeholder {
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .main-banner .registration input:focus::-webkit-input-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.main-banner .registration input:focus:-moz-placeholder {
  /* Firefox 18- */
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .main-banner .registration input:focus:-moz-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.main-banner .registration input:focus::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .main-banner .registration input:focus::-moz-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.main-banner .registration input:focus:-ms-input-placeholder {
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .main-banner .registration input:focus:-ms-input-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.main-banner .registration button {
  padding-top: 10px;
  outline: none;
  width: 100%;
  background-color: #ff5a00;
  border: none;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'Brandon Grotesque', "Arial AMU", sans-serif;
}
.main-banner .registration button:hover {
  background-color: #ef9725;
}
@media (max-width: 991px) {
  .main-banner .registration button {
    font-size: 15px;
    line-height: 19px;
  }
}
.main-banner .registration p.register-info {
  margin: 5px 0 35px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Brandon Grotesque', "Arial AMU", sans-serif;
}
@media (max-width: 991px) {
  .main-banner .registration p.register-info {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .main-banner .registration p.register-info {
    padding: 0 15px;
  }
}
.main-banner .registration p.register-info a {
  margin-left: 5px;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  font-family: "Helvetica Neue", "Arial AMU", sans-serif, Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.main-banner .registration p.register-info a:hover {
  text-decoration: none;
  color: #2c2c43;
}
.main-banner .registration .banner-bottom {
  background-color: rgba(44, 44, 67, 0.4);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 991px) {
  .main-banner .registration .banner-bottom {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .main-banner .registration .banner-bottom {
    padding: 0 15px;
  }
}
.main-banner .registration .banner-bottom .left-block {
  position: relative;
  padding-left: 24px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .main-banner .registration .banner-bottom .left-block {
    padding-left: 18px;
  }
}
@media (max-width: 991px) {
  .main-banner .registration .banner-bottom .left-block {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .main-banner .registration .banner-bottom .left-block {
    border: none;
    text-align: center;
    padding: 0;
  }
}
.main-banner .registration .banner-bottom .left-block:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  border-right: 1px solid #fff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .main-banner .registration .banner-bottom .left-block:after {
    display: none;
  }
}
.main-banner .registration .banner-bottom .left-block h2 {
  color: #fff;
  padding-top: 2px;
  margin: 0 0 3px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 991px) {
  .main-banner .registration .banner-bottom .left-block h2 {
    margin-bottom: 4px;
    padding-top: 0;
    font-size: 13px;
  }
}
.main-banner .registration .banner-bottom .left-block p {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 991px) {
  .main-banner .registration .banner-bottom .left-block p {
    font-size: 11px;
  }
}
.main-banner .registration .banner-bottom .right-block {
  text-align: center;
}
@media (max-width: 767px) {
  .main-banner .registration .banner-bottom .right-block {
    padding: 0;
  }
}
.main-banner .registration .banner-bottom .right-block a {
  color: #fff;
  line-height: 60px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Lato', "Arial AMU", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 991px) {
  .main-banner .registration .banner-bottom .right-block a {
    font-size: 13px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .main-banner .registration .banner-bottom .right-block a {
    line-height: 40px;
  }
}
/* Steps section
-------------------------------------------------- */
.steps-section {
  padding: 50px 0 58px 0;
}
@media (max-width: 991px) {
  .steps-section {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .steps-section {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .steps-section {
    padding: 27px 0;
  }
}
.steps-section .step-item-wrapper {
  width: 33.3%;
  float: left;
  text-align: center;
}
@media (max-width: 480px) {
  .steps-section .step-item-wrapper {
    width: 100%;
  }
}
.steps-section .step-item-wrapper .step-item {
  display: inline-block;
}
.steps-section .step-item-wrapper .step-item h2 {
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .steps-section .step-item-wrapper .step-item h2 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.steps-section .step-item-wrapper .step-item ul {
  text-align: left;
  padding-left: 7px;
}
@media (max-width: 767px) {
  .steps-section .step-item-wrapper .step-item ul {
    padding-left: 4px;
  }
}
.steps-section .step-item-wrapper .step-item ul li {
  color: #2c2c43;
  line-height: 1.8;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .steps-section .step-item-wrapper .step-item ul li {
    font-size: 12px;
  }
}
.steps-section .step-item-wrapper .step-item ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #abd40b;
  position: relative;
  left: -6.5px;
}
@media (max-width: 767px) {
  .steps-section .step-item-wrapper .step-item ul li:before {
    left: -4px;
  }
}
/* Features section
-------------------------------------------------- */
.features-section {
  margin: 0 -15px;
  padding: 37px 0 0 0;
}
@media (max-width: 767px) {
  .features-section {
    margin: 0;
    text-align: center;
  }
}
.features-section h1 {
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .features-section h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .features-section h1 {
    font-size: 20px;
  }
}
.features-section p.info {
  text-align: center;
  max-width: 610px;
  margin: 0 auto 100px auto;
}
@media (max-width: 991px) {
  .features-section p.info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .features-section p.info {
    margin-bottom: 50px;
  }
}
.features-section .features-wrapper .features-item .text {
  display: inline-block;
  max-width: 406px;
}
@media (max-width: 878px) {
  .features-section .features-wrapper .features-item .text {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item .text {
    max-width: 610px;
    margin: auto;
    display: block;
  }
}
.features-section .features-wrapper .features-item .text h2 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .features-section .features-wrapper .features-item .text h2 {
    margin-bottom: 15px;
  }
}
.features-section .features-wrapper .features-item .text h3 {
  margin: 32px 0 7px 0;
}
@media (max-width: 1400px) {
  .features-section .features-wrapper .features-item .text h3 {
    margin-top: 22px;
  }
}
@media (max-width: 1200px) {
  .features-section .features-wrapper .features-item .text h3 {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .features-section .features-wrapper .features-item .text h3 {
    margin-top: 0;
    font-size: 14px;
  }
}
.features-section .features-wrapper .features-item .text .bottom-block {
  padding-top: 39px;
}
@media (max-width: 1200px) {
  .features-section .features-wrapper .features-item .text .bottom-block {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .features-section .features-wrapper .features-item .text .bottom-block {
    padding-top: 5px;
  }
}
.features-section .features-wrapper .features-item .text .bottom-block a.see-all {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  float: left;
  margin-right: 22px;
  background-color: #ef9725;
  border-radius: 2px;
  width: 160px;
  line-height: 37px;
  padding-top: 1px;
  font-family: 'Brandon Grotesque', "Arial AMU", sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item .text .bottom-block a.see-all {
    float: none;
    display: block;
    margin: auto;
  }
}
.features-section .features-wrapper .features-item .text .bottom-block a.see-all:hover {
  background-color: #ff5a00;
}
.features-section .features-wrapper .features-item .text .bottom-block a.learn {
  font-family: "Helvetica Neue", "Arial AMU", sans-serif, Helvetica, Arial, sans-serif;
  color: #00A8FF;
  font-size: 14px;
  line-height: 41px;
  float: left;
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item .text .bottom-block a.learn {
    float: none;
  }
}
.features-section .features-wrapper .features-item .left-block,
.features-section .features-wrapper .features-item .right-block {
  width: calc((100% - 82px)/2);
  float: left;
}
@media (max-width: 991px) {
  .features-section .features-wrapper .features-item .left-block,
  .features-section .features-wrapper .features-item .right-block {
    width: calc((100% - 30px)/2);
  }
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item .left-block,
  .features-section .features-wrapper .features-item .right-block {
    width: 100%;
  }
}
.features-section .features-wrapper .features-item .left-block img,
.features-section .features-wrapper .features-item .right-block img {
  max-width: 100%;
}
.features-section .features-wrapper .features-item .left-block {
  margin-right: 82px;
}
@media (max-width: 991px) {
  .features-section .features-wrapper .features-item .left-block {
    margin-right: 30px;
  }
}
.features-section .features-wrapper .features-item:nth-child(odd) .left-block {
  text-align: right;
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item:nth-child(odd) .left-block {
    display: none;
  }
}
.features-section .features-wrapper .features-item:nth-child(even) .left-block {
  text-align: right;
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item:nth-child(even) .left-block {
    text-align: center;
  }
}
.features-section .features-wrapper .features-item:nth-child(even) .left-block .bottom-block a.see-all,
.features-section .features-wrapper .features-item:nth-child(even) .left-block .bottom-block a.learn {
  float: right;
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item:nth-child(even) .left-block .bottom-block a.see-all,
  .features-section .features-wrapper .features-item:nth-child(even) .left-block .bottom-block a.learn {
    float: none;
  }
}
.features-section .features-wrapper .features-item:nth-child(even) .left-block .bottom-block a.see-all {
  margin-right: 0;
  margin-left: 22px;
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item:nth-child(even) .left-block .bottom-block a.see-all {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item:nth-child(even) .right-block {
    display: none;
  }
}
.features-section .features-wrapper .features-item:nth-child(1) {
  margin-bottom: 102px;
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item:nth-child(1) {
    margin-bottom: 50px;
  }
}
.features-section .features-wrapper .features-item:nth-child(1) img {
  max-height: 406px;
}
.features-section .features-wrapper .features-item:nth-child(2) {
  margin-bottom: 33px;
}
@media (max-width: 878px) {
  .features-section .features-wrapper .features-item:nth-child(2) {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item:nth-child(2) {
    margin-bottom: 50px;
  }
}
.features-section .features-wrapper .features-item:nth-child(2) .text {
  padding-top: 39px;
}
@media (max-width: 1200px) {
  .features-section .features-wrapper .features-item:nth-child(2) .text {
    padding-top: 0;
  }
}
.features-section .features-wrapper .features-item:nth-child(2) img {
  max-height: 517px;
}
.features-section .features-wrapper .features-item:nth-child(3) {
  margin-bottom: 47px;
}
@media (max-width: 878px) {
  .features-section .features-wrapper .features-item:nth-child(3) {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item:nth-child(3) {
    margin-bottom: 50px;
  }
}
.features-section .features-wrapper .features-item:nth-child(3) .text {
  padding-top: 43px;
}
@media (max-width: 1200px) {
  .features-section .features-wrapper .features-item:nth-child(3) .text {
    padding-top: 0;
  }
}
.features-section .features-wrapper .features-item:nth-child(3) img {
  max-height: 517px;
}
.features-section .features-wrapper .features-item:nth-child(4) {
  margin-bottom: 47px;
}
@media (max-width: 1400px) {
  .features-section .features-wrapper .features-item:nth-child(4) {
    margin-bottom: 30px;
  }
}
@media (max-width: 878px) {
  .features-section .features-wrapper .features-item:nth-child(4) {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .features-section .features-wrapper .features-item:nth-child(4) {
    margin-bottom: 50px;
  }
}
.features-section .features-wrapper .features-item:nth-child(4) .text {
  padding-top: 35px;
}
@media (max-width: 1400px) {
  .features-section .features-wrapper .features-item:nth-child(4) .text {
    padding-top: 54px;
  }
}
@media (max-width: 1239px) {
  .features-section .features-wrapper .features-item:nth-child(4) .text {
    padding-top: 35px;
  }
}
@media (max-width: 1200px) {
  .features-section .features-wrapper .features-item:nth-child(4) .text {
    padding-top: 0;
  }
}
.features-section .features-wrapper .features-item:nth-child(4) img {
  max-height: 517px;
}
#mobile-nav span {
  background: #2c2c43 !important;
}
