:root {
  --aivons-primary: #3c72fc;
  --aivons-primary-rgb: 60, 114, 252;
  --aivons-black: #0f0d1d;
}

.page-header__bg {
  background-image: url("../images/uploads/page-header-bg.jpg");
}

.preloader .preloader__image {
  background-image: url("../images/uploads/loader.png");
}

.site-footer-wrap {
  background-color: #0f0d1d;
  background-image: url("../images/uploads/footer-bg-1-1.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.site-footer-wrap .footer-inner {
  padding: 105px 0 96px;
}

.contact-map iframe,
.home-map iframe {
  width: 100%;
  height: 555px;
  border: 0;
}

.contact-page__form input,
.contact-page__form textarea,
.error-page__form input,
.checkout-page input,
.footer-widget__newsletter-input-box input {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 20px;
  padding: 12px 20px;
}

.contact-page__form textarea {
  min-height: 160px;
}

.real-world {
  background-color: #0f0d1d;
}

.our-mission {
  background-color: #0f0d1d;
}

.counters-one {
  background-color: #0f0d1d;
}

.contact-expert__form input,
.contact-expert__form textarea {
  width: 100%;
  border: 0;
  background: #fff;
  margin-bottom: 10px;
  padding: 14px 50px 14px 20px;
}

.contact-expert__form textarea {
  min-height: 120px;
}

.shop-page .product {
  margin-bottom: 40px;
  text-align: center;
}

.shop-page .product img {
  width: 100%;
  height: auto;
}

.shop-page .product__title {
  margin-top: 18px;
  font-size: 20px;
}

.shop-page .product__price {
  margin: 8px 0 16px;
  color: var(--aivons-primary);
  font-weight: 600;
}

.ocp-logo {
  display: inline-block;
  font-family: Jost, sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.ocp-logo em {
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #3c72fc;
}

.ocp-logo--dark {
  color: #0f0d1d;
}

.main-header .main-menu-wrapper__logo a,
.main-header-three .main-menu-wrapper__logo-3 a,
.logo-box a,
.footer-widget__about-logo a {
  text-decoration: none;
}

.mobile-nav__content .ocp-logo {
  color: #fff;
}

/* Hero title must stay inside the col-lg-8 column like the demo
   ("consulting / for every / business"). Long uppercase words wrap
   extra lines and get clipped by .main-slider { overflow: hidden }. */
.main-slider .main-slider__content h2 {
  overflow: visible;
  max-width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-slider:not(.main-slider-two):not(.main-slider-three) h2 {
    font-size: 76px;
    line-height: 90px;
  }
}
