.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;
  margin: 0;
  font-family: "Open Sans", sans-serif, Arial;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.home-cta-message h2 span {
  display: block;
  color: #fff;
  line-height: 1.18;
}

.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: #dfe6ea;
}

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

.home-statistics__background .overlay {
  height: 100%;
  background-color: rgba(255, 255, 255, .58);
  color: #2d2d2d;
}

.home-statistics h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: -20px;
  padding-top: 40px;
  font-weight: 200;
}

.home-statistics .row > div {
  text-align: center;
}

.home-statistics .margin-vertical-60 {
  margin-top: 45px !important;
  margin-bottom: 0 !important;
}

.home-statistics .row i,
.home-statistics .row .animate_number {
  display: block;
  font-size: 48px;
  line-height: 52px;
  font-weight: 200;
}

.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 h2 {
    font-size: 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: 430px;
  }

  .home-statistics__background {
    background-size: auto 100%;
  }

  .home-statistics h1 {
    font-size: 44px;
    margin-bottom: 5px;
    padding-top: 28px;
  }

  .home-statistics .margin-vertical-60 {
    margin-top: 24px !important;
  }

  .home-statistics .row i,
  .home-statistics .row .animate_number {
    font-size: 38px;
    line-height: 42px;
  }

}
