.sprite {
  background: url(/images/sprite_en.png?v=1) no-repeat;
}
.block_texts_first_left {
  background-image: url('/images/headers_en/01.png');
}
.block_texts_first_right {
  background-image: url('/images/headers_en/02.png');
}
.block_texts_middle {
  background-image: url('/images/headers_en/03.png');
}
.block_texts_lower {
  background-image: url('/images/headers_en/04.png');
}
.block_texts_lowest {
  background-image: url('/images/headers_en/05.png');
}
.main-footer__rating {
  position: absolute;
  top: 25px;
  right: 230px;
}
.main-footer__rating img {
  height: 53px;
}
.main-footer__rating small {
  font-size: 10px;
}
@media only screen and (max-width: 1200px) {
  .sprite.sprite_apply-button {
    background: url(/images/sprite_mini_en.png) no-repeat;
  }
  .main-footer__rating {
    position: absolute;
    top: 40px;
    right: 195px !important;
  }
}
@media only screen and (max-width: 950px) {
  .main-footer__rating {
    position: absolute;
    top: 40px;
    right: 160px;
  }
  .main-footer__nav {
    width: 335px !important;
  }
}
@media only screen and (max-width: 730px) {
  .main-footer__nav {
    width: 335px !important;
  }
  .main-footer__rating {
    right: 0px !important;
  }
  .main-footer__socials {
    top: -40px !important;
  }
  .main-footer__rating img {
    float: right !important;
  }
}
@media only screen and (max-width: 479px) {
  .main-footer__rating img {
    height: 33px;
  }
  .main-footer__rating small {
    display: none;
  }
}
