<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.action-banner {
    border-radius: 6px;
    background: #F8F8F8;
    padding-top: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }

  .action-banner__info {
    padding: 15px 0 25px;
  }

  .action-banner__text {
    font-family: Gotham,Arial,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 145%;
    color: #1B0A40;
    max-width: 485px;
    margin-bottom: 24px;
  }

  .action-banner__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    margin: 0;
    list-style: none;
    padding: 0;
    width: 624px;
}

.action-banner__icon {
    width: 144px;
    height: 42px;
    display: block;
}

.action-banner__icon_app-store {
    background: url(https://1sx3iqv03l.a.trbcdn.net/upload/actions/sbp/App-Store.svg);
}

.action-banner__icon_google-play {
    background: url(https://1sx3iqv03l.a.trbcdn.net/upload/actions/sbp/Google-Play.svg);
}

.action-banner__icon_app-gallery {
    background: url(https://1sx3iqv03l.a.trbcdn.net/upload/actions/sbp/App-Gallery.svg);
}

.action-banner__icon_ru-store {
    background: url(https://1sx3iqv03l.a.trbcdn.net/upload/actions/sbp/Ru-Store.svg);
}

.action-banner__img-cover, 
.action-banner__img {
  width: 227px;
  height: 170px;
  margin-right: 133px;
  border-bottom-left-radius: 6px;
}

@media screen and (max-width: 1100px) {
  .action-banner__img-cover, 
  .action-banner__img {
    margin-right: 10%;
  }
}

@media screen and (max-width: 1023px) {
  .action-banner {
    background: #EFEFEF;
    padding-right: 54px;
    margin-bottom: 100px;
  }

  .action-banner__text {
    font-size: 24px;
    line-height: 120%;
    color: #1B0A40;
    margin-bottom: 34px;
  }
  .action-banner__btns {
    max-width: 308px;
    width: 100%;
  }

  .action-banner__img-cover, 
  .action-banner__img {
    width: 241px;
    height: 259px;
    margin-right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .action-banner {
    flex-direction: column-reverse;
    align-items: flex-start;
    /*margin: 0 -20px;*/
    padding-right: 0;
  }
  
  .action-banner__img-cover, 
  .action-banner__img {
    width: 297px;
    height: 230px;
    margin-right: 0;
  }

  .action-banner__info {
    padding: 15px 15px 45px;
  }
}</pre></body></html>