/* Russian locale overrides for push-ads */

@media (min-width: 992px) {
  .top-block__column:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-block__container {
    padding-top: 300px;
  }

  .top-block__image {
    top: -140px;
  }

  .stats__item:nth-child(2) {
    min-width: 180px;
  }

  .stats__item:nth-child(3) {
    min-width: 180px;
  }

  .stats__item:nth-child(4) {
    min-width: 390px;
  }

  .about-push-ads__title {
    min-width: calc(100% + 60px);
  }

  .about-push-ads__description {
    margin: 90px 0 0;
    padding-left: 0;
    font-size: 22px;
  }

  .about-push-ads__grid {
    margin-top: 30px;
  }

  .about-push-ads__grid .grid__item .item__title {
    font-size: 22px;
  }

  .push-results__title {
    max-width: 1050px;
  }
}
