.rand-banner-register {
  position: relative;
  overflow: hidden; }
  .rand-banner-register__title {
    z-index: 2; }
  .rand-banner-register__description {
    position: relative;
    z-index: 2;
    max-width: 516px;
    width: 100%; }
  .rand-banner-register__img {
    display: none; }
  @media (min-width: 941px) {
    .rand-banner-register__img {
      display: block;
      position: absolute;
      top: 50%;
      right: -280px;
      transform: translate(0, -50%);
      max-width: 613px;
      width: 100%;
      height: 175px;
      object-fit: contain;
      object-position: center right; } }
  @media (min-width: 1281px) {
    .rand-banner-register__img {
      right: 0; } }
  .rand-banner-register .block__wrapper {
    padding-bottom: 50px; }

/*# sourceMappingURL=register-banner.css.map */
