

/* Start:/local/templates/novatech/components/bitrix/news.list/parallax-section-new/parallax-illustration_new.css?1752228295758*/
.section__parallax-illustration_new {
    position: relative;
    display: block;
    overflow: hidden;
    /*max-width: 1440px;*/
    margin: 0 auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
      opacity: 80%;
      height: 500px;
  }
  @media (max-width: 480px) {
      .section__parallax-illustration_new {
          background-attachment: scroll;
          background-repeat: no-repeat;
          background-position:center;
          background-size: cover;
          margin-bottom: 50px;
          margin-top: 0px;
      }
  }
  
  .section__parallax-illustration_new .section__image {
    opacity: 0;
  }
/* End */
/* /local/templates/novatech/components/bitrix/news.list/parallax-section-new/parallax-illustration_new.css?1752228295758 */
