

/* Start:/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/style.css?176009221911679*/
/* OVERRIDE START */
html{
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
.detail-page-title{
margin-bottom: 40px;
}
.detail-page-actions{
  margin-top: 40px!important;
  padding-bottom: 0px!important;
}
.inner-page{
    background-color: #fff!important;
}
body:before{
    display: none!important;
}
.main-site-container{
  overflow: initial!important;
}

/* OVERRIDE END */

.news-wrapper img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  
  .news-wrapper a {
    text-decoration: none;
  }
  
  .news-wrapper ol {
    list-style-position: inside;
  }
  
  .news-wrapper ul {
    margin-top: 16px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .news-wrapper ul > li {
    position: relative;
    padding-left: 32px;
  }
  .news-wrapper ul > li::before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 16px;
    content: "";
    background: url(/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/circle.svg) no-repeat center;
  }
  
  .news-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 80px;
  }
  
  .news-wrapper h1, .news-wrapper h2 {
    font-weight: 800;
    font-size: 38px;
    line-height: 121%;
    color: #333;
  }
  @media (max-width: 480px) {
    .news-wrapper h1, .news-wrapper h2 {
      font-size: 32px;
    }
  }
  @media (max-width: 425px) {
    .news-wrapper h1, .news-wrapper h2 {
      font-size: 30px;
      line-height: 36px;
    }
  }
  
  .news-wrapper h1 {
    margin: 20px 0;
  }
  @media (max-width: 576px) {
    .news-wrapper h1 {
      width: 100%;
    }
  }
  @media (max-width: 425px) {
    .news-wrapper h1 {
      margin: 12px 0;
    }
  }
  
  .news-wrapper h2:not(:first-child) {
    margin-top: 32px;
  }
  
  .news-wrapper .news-header {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    gap: 120px;
    background: #f2f8ff;
  }
  @media (max-width: 991px) {
    .news-wrapper .news-header {
      flex-direction: column;
      gap: 50px;
    }
  }
  @media (max-width: 425px) {
    .news-wrapper .news-header {
      padding: 16px;
      gap: 20px;
    }
  }
  .news-wrapper .news-header__left {
    width: 556px;
  }
  @media (max-width: 1200px) {
    .news-wrapper .news-header__left {
      width: 45%;
    }
  }
  @media (max-width: 991px) {
    .news-wrapper .news-header__left {
      width: 100%;
    }
  }
  .news-wrapper .news-header__info {
    display: flex;
    gap: 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 137%;
    color: #bcbcbd;
  }
  @media (max-width: 425px) {
    .news-wrapper .news-header__info {
      justify-content: flex-start;
      font-size: 14px;
    }
  }
  .news-wrapper .news-header__date, .news-wrapper .news-header__views, .news-wrapper .news-header__time-read {
    position: relative;
    padding-left: 30px;
  }
  .news-wrapper .news-header__date::before, .news-wrapper .news-header__views::before, .news-wrapper .news-header__time-read::before {
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
  }
  .news-wrapper .news-header__date::before {
    background: url("/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/calendar.svg") no-repeat center;
  }
  .news-wrapper .news-header__views::before {
    background: url("/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/eye.svg") no-repeat center;
  }
  .news-wrapper .news-header__time-read::before {
    background: url("/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/clock.svg") no-repeat center;
  }
  .news-wrapper .news-header__right {
    width: 456px;
    height: 306px;
    border-radius: 8px;
  }
  .news-header__right img{
      max-height: 100%;
  }
  @media (max-width: 1200px) {
    .news-wrapper .news-header__right {
      width: 45%;
    }
  }
  @media (max-width: 991px) {
    .news-wrapper .news-header__right {
      width: 100%;
    }
  }
  @media (max-width: 375px) {
    .news-wrapper .news-header__right {
      width: 303px;
      height: 202px;
    }
  }
  
  .news-wrapper p, .news-wrapper td, .news-wrapper li {
    margin-top: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 137%;
    color: #333;
  }
  @media (max-width: 425px) {
    .news-wrapper p, .news-wrapper td, .news-wrapper li {
      margin-top: 12px;
      line-height: 22px;
    }
  }
  
  .news-wrapper td, .news-wrapper li {
    margin-top: 0;
  }
  
  .news-wrapper .q-block {
    margin-top: 24px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: #fef2fc;
    border-radius: 8px;
    border: 1px solid #ff00c8;
  }
  .news-wrapper .q-block:not(.flex){
    display: block;
  }
  @media (max-width: 991px) {
    .news-wrapper .q-block {
      flex-direction: column-reverse;
    }
  }
  .news-wrapper .q-block__img {
    width: 244px;
    height: 208px;
  }
  @media (max-width: 991px) {
    .news-wrapper .q-block__img {
      width: 50%;
      height: auto;
    }
  }
  @media (max-width: 375px) {
    .news-wrapper .q-block__img {
      width: 303px;
      height: 258px;
    }
  }
  .news-wrapper .q-block__description {
    width: 555px;
  }
  @media (max-width: 991px) {
    .news-wrapper .q-block__description {
      width: 100%;
    }
  }
  .news-wrapper .q-block__description p {
    font-weight: 300;
  }
  @media (max-width: 375px) {
    .news-wrapper .q-block__description p {
      margin-top: 0;
    }
  }
  
  .news-wrapper .news {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 375px) {
    .news-wrapper .news {
      margin-top: 32px;
    }
  }
  .news-wrapper .news__left {
    padding: 0px 24px;
    width: 880px;
  }
  @media (max-width: 991px) {
    .news-wrapper .news__left {
      width: 100%;
    }
  }
  .news-wrapper .news__right {
    max-width: 280px;
    margin-left: 20px;
    position: relative;
  }
  #menu-header ul {
    padding: 16px;
    border-radius: 8px;
    background: #f2f8ff;
  }

  @media (max-width: 1250px) {
    .news-wrapper .news__right {
      display: none;
    }
  }
  .news-wrapper .news__right ul{
    gap:0px;
    position: sticky;
    top: 120px;
  }
  .news-wrapper .news__right ul li {
    border-left: 2px solid #dedee0;
    display: block;
    padding: 5px 0px 5px 20px;
  }
  .news-wrapper .news__right ul li.active{
    border-color: #ff00c8;
  }
  .news-wrapper .news__right ul li::before{
    display: none;
  }
  .news-wrapper .news__right ul li a {
    color: #333;
  }
  .news-wrapper .news .active a {
    color: #ff00c8;
  }

  .news-wrapper .news__img {
    margin-top: 24px;
    width: 832px;
    height: 472px;
  }
  @media (max-width: 991px) {
    .news-wrapper .news__img {
      width: 100%;
    }
  }
  @media (max-width: 576px) {
    .news-wrapper .news__img {
      height: 400px;
    }
  }
  @media (max-width: 480px) {
    .news-wrapper .news__img {
      height: 300px;
    }
  }
  @media (max-width: 375px) {
    .news-wrapper .news__img {
      width: 303px;
      height: 202px;
    }
  }
  .news-wrapper .news__warning, 
  .news-wrapper .news__questions,
  .news-wrapper .news__thumbsup,
  .news-wrapper .news__herbs, .news-wrapper .news__virus, .news-wrapper .news__medicine {
    position: relative;
    font-weight: 800;
    border-radius: 8px;
    padding: 16px 12px 16px 72px;
    background: #f2f8ff;
  }
  .news-wrapper .news__warning::before, 
  .news-wrapper .news__questions::before,
  .news-wrapper .news__thumbsup::before,
  .news-wrapper .news__herbs::before, .news-wrapper .news__virus::before, .news-wrapper .news__medicine::before{
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    top: 16px;
    left: 12px;
    background: url(/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/warning.svg) no-repeat center;
  }
  .news-wrapper .news__questions::before {
    background: url(/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/question.svg) no-repeat center;
  }
  .news-wrapper .news__thumbsup::before{
    background: url(/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/thumbsup.svg) no-repeat center;
    background-size: contain;
  }
  .news-wrapper .news__herbs::before{
    background: url(/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/herbs.svg) no-repeat center;
    background-size: contain;
  }
  .news-wrapper .news__virus::before{
    background: url(/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/virus.svg) no-repeat center;
    background-size: contain;
  }
  .news-wrapper .news__medicine::before{
    background: url(/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/medicine.svg) no-repeat center;
    background-size: contain;
  }
  .news-wrapper .news__info {
    margin-top: 24px;
    background: #f2f8ff;
    border-radius: 8px;
    padding: 20px 16px;
  }
  @media (max-width: 375px) {
    .news-wrapper .news__info {
      padding-left: 0;
    }
  }
  .news-wrapper .news__info ul {
    gap: 16px;
  }
  .news-wrapper .news__accordeon {
    position: relative;
    margin-top: 24px;
    background: #002b64;
    border-radius: 8px;
    padding: 16px;
    height: 56px;
    cursor: pointer;
  }
  .news-wrapper .news__accordeon::before {
    position: absolute;
    width: 10px;
    height: 18px;
    top: 20px;
    right: 16px;
    content: "";
    background: url(/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/arrow.svg) no-repeat center;
    transform: rotate(-180deg);
  }
  .news-wrapper .news__accordeon.active::before {
    transform: rotate(0deg);
  }
  .news-wrapper .news__accordeon h2 {
    font-weight: 800;
    font-size: 17px;
    line-height: 129%;
    color: #fff;
  }
  .news-wrapper .news__accordeon__description {
    padding: 20px 16px;
    background: #f2f8ff;
    display: none;
  }
  .news-wrapper .news__accordeon__description ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .news-wrapper .news__accordeon-active {
    display: block;
  }
  
  .news-wrapper .table {
    border-collapse: collapse;
    border: 1px solid #dedee0;
    margin-top: 24px;
  }
  .news-wrapper .table td {
    padding: 12px 16px;
    border: 1px solid #dedee0;
  }
  @media (max-width: 576px) {
    .news-wrapper .table td {
      padding: 5px;
      line-height: 22px;
    }
  }
  .news-wrapper .table td:first-child {
    width: 432px;
  }
  @media (max-width: 991px) {
    .news-wrapper .table td:first-child {
      width: 50%;
    }
  }
  .news-wrapper .table td:not(:first-child) {
    width: 200px;
  }
  @media (max-width: 991px) {
    .news-wrapper .table td:not(:first-child) {
      width: 25%;
    }
  }
  .news-wrapper .table tr:nth-child(odd) {
    background: #f7f7f7;
  }
  .news-wrapper .table tr:first-child {
    background: transparent;
  }
  .news-wrapper .table-wide {
    word-break: break-all;
  }
  .news-wrapper .table-wide td:first-child {
    font-weight: 800;
    width: 184px;
  }
  @media (max-width: 991px) {
    .news-wrapper .table-wide td:first-child {
      width: 25%;
    }
  }
  .news-wrapper .table-wide td:nth-child(2) {
    width: 250px;
  }
  @media (max-width: 991px) {
    .news-wrapper .table-wide td:nth-child(2) {
      width: 30%;
    }
  }
  .news-wrapper .table-wide td:nth-child(3) {
    width: 398px;
  }
  @media (max-width: 991px) {
    .news-wrapper .table-wide td:nth-child(3) {
      width: 35%;
    }
  }
  .news-wrapper .table__header {
    position: relative;
    font-weight: 800;
    padding-left: 45px !important;
    background: #f2f8ff;
  }
  @media (max-width: 576px) {
    .news-wrapper .table__header {
      font-size: 14px;
      padding-left: 35px !important;
    }
  }
  .news-wrapper .table__header::before {
    left: 10px;
    width: 25px;
    height: 25px;
    position: absolute;
    content: "";
  }
  .news-wrapper .table__header-bacteries::before {
    background: url("/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/bacteries.svg") no-repeat center;
  }
  .news-wrapper .table__header-viruses::before {
    background: url("/bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/./icons/virus.svg") no-repeat center;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /bitrix/templates/nobasit/components/bitrix/news.detail/info_news_page/style.css?176009221911679 */
