.home-cta-message {
  background: #263977;
  color: #fff;
  padding: 22px 0;
}

.home-cta-message .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.home-cta-message h2 {
  color: #fff;
}

.home-cta-message h2 span {
  color: #fff;
}

.home-cta-message h2 small {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  margin-top: 9px;
}

.home-cta-message__button {
  border: 2px solid #fff;
  background: #fff;
  color: #263977 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
  display: inline-block;
  white-space: nowrap;
}

body .home-cta-message a.home-cta-message__button,
body .home-cta-message a.home-cta-message__button:visited,
body .home-cta-message a.home-cta-message__button:hover,
body .home-cta-message a.home-cta-message__button:focus,
body .home-cta-message a.home-cta-message__button:active {
  background: #fff !important;
  border-color: #fff !important;
  color: #263977 !important;
  transform: none;
}

.home-statistics {
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0 !important;
  background: #08101f;
}

.home-featured-brands--home-gap {
  margin-top: 20px;
}

.home-statistics__background {
  aspect-ratio: 1521 / 404;
  background-image: url("../img/parallax-russia-distribution.1a0eba92a9f0.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.home-statistics__background .overlay {
  height: 100%;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 76% 52%, rgba(255, 255, 255, .08), transparent 28%),
    linear-gradient(90deg, rgba(4, 10, 20, .9) 0%, rgba(13, 27, 67, .82) 48%, rgba(5, 11, 22, .68) 100%);
  color: #fff;
}

.home-statistics__inner {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) 1.22fr;
  gap: 34px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.home-statistics__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-statistics__eyebrow:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #8fa9ff;
}

.home-statistics h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 14px;
  padding-top: 0;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.home-statistics__intro p {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.55;
}

.home-statistics__items {
  display: flex;
  align-items: stretch;
}

.home-statistics__item {
  display: flex;
  min-height: 154px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .075));
  color: #fff;
  text-align: left;
}

.home-statistics__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #263977;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.home-statistics__icon i {
  color: #fff;
  font-size: 21px;
  line-height: 1;
}

.home-statistics__number {
  display: block;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.home-statistics__suffix {
  font-size: .78em;
  line-height: 1;
}

.home-statistics__label {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.35;
}

.home-map-section iframe {
  display: block;
  width: 100%;
  height: 390px;
  border: 0;
  filter: grayscale(100%) saturate(0%) contrast(105%) brightness(94%);
}

@media (max-width: 767px) {
  .home-cta-message {
    padding: 20px 0 24px;
  }

  .home-cta-message__button {
    width: 100%;
    margin-top: 18px;
    white-space: normal;
  }

  .home-statistics__background,
  .home-statistics__background .overlay {
    aspect-ratio: auto;
    min-height: 0;
  }

  .home-statistics__background {
    background-position: center center;
    background-size: cover;
  }

  .home-statistics__inner {
    display: block;
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .home-statistics__intro {
    margin-bottom: 22px;
    text-align: left;
  }

  .home-statistics h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .home-statistics__intro p {
    max-width: 330px;
    font-size: 15px;
    line-height: 1.45;
  }

  .home-statistics__items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .home-statistics__item {
    min-height: 132px;
    padding: 16px 14px 15px;
  }

  .home-statistics__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
  }

  .home-statistics__icon i {
    font-size: 18px;
  }

  .home-statistics__number {
    font-size: 34px;
  }

  .home-statistics__label {
    font-size: 13px;
  }

}

@media (max-width: 600px) {
  .home-statistics__item {
    width: 100% !important;
    min-height: 112px;
  }
}
