

/* Start:/local/templates/arbero/css/baza.css?17476567484152*/
.bazaPage {
  .breadcrumbs-list {
    /* margin-top: 40px;
    margin-bottom: 36px; */
    @media screen and (max-width: 767px) {
      margin-top: 33px;
      margin-bottom: 20px;
    }
  }
  /* .title-pages {
    font-size: 36px;
    font-weight: 800;
    color: #213341;
    line-height: 1.1em;
    @media screen and (max-width: 767px) {
      font-size: 26px;
      line-height: 1.3em;
    }
  } */
  .bazaPage__content {
    .journal {
      display: flex;
      gap: 20px;

      .journal__item {
        padding-bottom: 112px;
        width: 100%;
        position: relative;
        img {
          width: 100%;
          object-fit: cover;
          border-radius: 10px;
        }
        img.noPic {
          border: solid 1px #d5d5d5;
          object-fit: contain;
        }
        .journal__item__text {
          position: relative;
          /* right: 0; */
          /* top: -10px; */
          box-sizing: border-box;
          width: calc(100% - 22px);
          height: auto;
          padding: 10px 10px 19px;
          background-color: #f5f6f8;
          /* top: calc(100% - 55px); */
          margin-left: auto;
          margin-top: -10px;

          p {
            display: -webkit-box;
            /* -webkit-line-clamp: 4; */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
          }

          p:nth-child(1) {
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 500;
            line-height: 1.1em;
            color: #8b8b8b;
            margin-bottom: 8px;
          }

          p:nth-child(2) {
            text-transform: none;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.2em;
            color: #000;
            letter-spacing: 0.05em;
          }
        }
      }

      .journal__column {
        display: flex;
        width: calc((100% - 100px) / 5);
        flex-direction: column;
        gap: 30px;
        @media screen and (max-width: 1500px) {
          width: calc((100% - 80px) / 5);
        }
      }

      .journal__column:nth-child(odd) {
        .journal__item:nth-child(odd) {
          img {
            aspect-ratio: 1/1;
          }
        }
        .journal__item:nth-child(even) {
          img {
            aspect-ratio: 222/330;
          }
        }
      }
      .journal__column:nth-child(even) {
        .journal__item {
          padding-bottom: 80px;
        }
        .journal__item:nth-child(odd) {
          img {
            aspect-ratio: 222/330;
          }
        }
        .journal__item:nth-child(even) {
          img {
            aspect-ratio: 1/1;
          }
        }
      }
    }
  }
}
@media screen and (max-width: 1200px) {
    .bazaPage {
      .bazaPage__content {
        .journal {
          .journal__column {
            width: calc(100% / 2 - 10px);
          }
        }
      }
    }
    .bazaPage {
      & .bazaPage__content {
        .journal {
          display: flex;
          gap: 20px;
          flex-wrap: wrap;
        }
      }
    }
    .baza-page-pane.active {
      display: block;
    }
     .bazaPage {
      & .bazaPage__content {
        & .journal {
          & .journal__item {
            & .journal__item__text {
              p:nth-child(2) {
                font-size: 13px;
              }
            }
          }
        }
      }
    } 
  
     .bazaPage {
      & .bazaPage__content {
        & .journal {
          & .journal__item {
            .journal__item__text {
              width: 100%;
              height: auto;
              padding: 10px 0 0;
              background-color: unset;
              position: unset;
            }
          }
        }
      }
    }
  
    .bazaPage {
      & .bazaPage__content {
        & .journal {
          .journal__item {
            padding-bottom: 0px;
          }
        }
      }
    }
    .bazaPage {
      & .bazaPage__content {
        & .journal {
          & .journal__column:nth-child(2n) {
            .journal__item {
              padding-bottom: 0px;
            }
          }
        }
      }
    } 
  }

/* End */


/* Start:/local/templates/arbero/components/bitrix/news/baza-journals/bitrix/news.detail/.default/style.css?1745503960802*/
.preview-container {
	margin-top: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.detail-container {
	margin-top: 40px;
}

.detail-container,
.detail-container p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}

.detail-container p {
	margin-top: 20px;
}

.detail-container img {
	margin-top: 20px;
}

.detail-container img + p {
	margin-top: 10px;
}

.preview-container .detail-container {
	margin-top: 60px;
}

.detail-container h2,
.detail-container h3 {
	letter-spacing: unset;
	font-weight: 600;
	line-height: 1.3;
	text-transform: unset;
}

.detail-container h2 {
	font-size: 24px;
}

.detail-container h3 {
	font-size: 20px;
}

.detail-container ul {
	list-style: disc;
	padding-left: 20px;
}

/* .detail-container ul li {
	margin-left: 5px;
	padding-left: 5px;
} */
/* End */
/* /local/templates/arbero/css/baza.css?17476567484152 */
/* /local/templates/arbero/components/bitrix/news/baza-journals/bitrix/news.detail/.default/style.css?1745503960802 */
