

/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1673950947620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/bon_new/components/bitrix/news/news/bitrix/news.list/.default/style.css?16892400595639*/
/* Common Styles */

.news-common .info_sector .item {
   border-radius: 10px;
   padding: 12px;
}

.news-common .info_sector .item .name {
   position: relative;
   height: auto;
   display: block;
   width: 100%;
   padding-bottom: 24px;
   font-size: 1.4rem;
   line-height: 1.3em;
   color: #31383f;
}

.news-common .info_sector .item .name::before {
   position: absolute;
   bottom: 0;
   left: 50%;
   background: url(/local/templates/bon_new/assets/images/bg_title02.png) no-repeat;
   width: 55px;
   height: 11px;
   content: "";
   margin-left: -28px;
}

.news-common .info_sector .show_info_news_wrap {
   width: 100%;
   height: auto;
   display: flex;
   font-size: 0.875rem;
   line-height: 1em;
   align-items: center;
   justify-content: flex-start;
   padding: 12px 0 6px 0;
}

.news-common .info_sector .item .box_img {
   overflow: hidden;
   border-radius: 8px;
}

.news-common .info_sector .item .box_img .img {
   position: relative;
}

.news-common .info_sector .item .box_img .img::before {
   content: "";
   display: block;
   padding-bottom: 100%;
   min-height: 200px;
   -webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   -ms-transition: all 0.6s ease;
   transition: all 0.6s ease;
}

.news-common .info_sector .item:hover .box_img .img::before {
   background: rgba(0, 0, 0, 0.4);
}

.news-common .info_sector .show_info_news_wrap .date i,
.news-common .info_sector .show_info_news_wrap .count_view i {
   margin-right: 2px;
}

.news-common .info_sector .show_info_news_wrap .count_view {
   margin-top: 0px;
}

.news-common .info_sector .item .block {
   text-align: left;
   text-decoration: none;
}

.news-common .info_sector .item .name {
   transition: color 0.3s ease;
}

.news-common .info_sector .item:hover .name {
   color: #a53539;
}

.news-common .info_sector .item .desc {
   font-size: 1.1rem;
   line-height: 1.3em;
   margin: 12px 0;
}

/* Grid Styles */
.news-grid {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-template-rows: auto auto 1fr 1fr 1fr auto auto;
   grid-gap: 28px;
   margin-top: 24px;
}

.news-grid .info_sector {
   margin: 0;
}

.news-grid .info_sector .item {
   margin-top: 0px;
   flex-direction: column;
   justify-content: flex-start;
   height: 100%;
   position: relative;
   transform: translateY(0);
   transition: all 0.3s;
}

.news-grid .info_sector .item:hover {
   transform: translateY(-12px);
}

.news-grid .info_sector .item .box_img,
.news-grid .info_sector .item .block {
   width: 100%;
}

.news-grid .info_sector .item .box_img {
   height: 220px;
}

.news-grid .info_sector .item .box_img .img {
   height: 100%;
   background-position: top;
   border-radius: 6px;
}

.news-grid .info_sector .item .block {
   text-align: center;
   padding: 0 24px;
}

.news-grid .info_sector .show_info_news_wrap {
   justify-content: center;
}

/* List Styles */

.news-list {
   word-wrap: break-word;
   margin-top: 24px;
   display: block;
}
.news-list img.preview_picture {
   float: left;
   margin: 0 4px 6px 0;
}

.news-list .info_sector {
   margin-bottom: -12px;
}

.news-list .info_sector .show_info_news_wrap {
   padding-top: 0px;
}

.news-list .info_sector .item {
   transition: all 0.3s ease;
   transform: scale(1);
}

.news-list .info_sector .item:hover {
   transform: scale(1.012);
}

.news-list .info_sector .item .box_img {
   width: calc(11% - 2px);
   height: 100%;
}

.news-list .info_sector .item .img {
   height: 120px;
   object-fit: cover;
   padding-bottom: calc(60% + 48px);
}

.news-list .show_counter_wrap {
   margin-top: -6px;
}

.news-list .date:before {
   margin-top: -2px;
}

.news-list .info_sector .item .block {
   width: calc(90% - 28px);
   padding: 12px 0;
}

.news-list .info_sector .item .name {
   padding-bottom: 0;
}

.news-list .info_sector .item .name::before {
   height: 0;
}

.news-list .info_sector .item .desc {
   padding-bottom: 0;
   margin: 0;
}

@media screen and (max-width: 1024px) {
   .news-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto 1fr 1fr auto auto;
      grid-gap: 24px;
   }

   .news-list .info_sector .item .box_img {
      width: calc(15% - 2px);
   }

   .news-list .info_sector .item .block {
      width: calc(85% - 28px);
   }
}

@media screen and (max-width: 760px) {
   .news-grid {
      grid-gap: 18px;
   }

   .news-list .info_sector .item .box_img {
      width: calc(20% - 2px);
   }

   .news-list .info_sector .item .block {
      width: calc(80% - 28px);
   }
}

@media screen and (max-width: 580px) {
   .news-common .info_sector .item .name {
      font-size: 1.2rem;
   }

   .news-common .info_sector .item .desc {
      font-size: 1rem;
   }

   .news-grid {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto 1fr auto auto;
   }

   .news-grid .info_sector .item .box_img,
   .news-list .info_sector .item .box_img {
      height: 280px;
   }

   .news-grid .info_sector .item .img,
   .news-list .info_sector .item .img {
      padding-bottom: 0;
      height: auto;
   }

   .news-list .info_sector .show_info_news_wrap,
   .news-grid .info_sector .show_info_news_wrap {
      justify-content: center;
      padding-top: 0;
   }

   .news-list .info_sector .item .box_img {
      width: 100%;
   }

   .news-list .info_sector .item .block {
      width: 100%;
      padding: 0px 24px;
      text-align: center;
   }

   .news-list .info_sector .item .name {
      padding-bottom: 24px;
   }

   .news-list .info_sector .item .name::before {
      height: 11px;
   }

   .news-list .info_sector .item .desc {
      margin: 12px 0;
   }
}

/* End */


/* Start:/local/templates/bon_new/components/bitrix/system.pagenavigation/.default/style.css?1689164731898*/
.navigation {
   display: flex;
   flex-direction: row;
   justify-content: center;
   padding: 60px 0 24px 0;
   width: 100%;
}

.navigation .navigation-pages span,
.navigation .navigation-pages a {
   background: #fff;
   padding: 10px 16px;
   box-shadow: 0 3px 25px 8px rgb(54, 54, 54, 0.1);
   border-radius: 8px;
   text-decoration: none;
   transition: all 0.3s all;
   font-weight: 400;
   border: 1px solid #e8e8e8;
   font-size: 1rem;
   color: #31383F;
}

.navigation .navigation-pages span {
   cursor: not-allowed;
   background-color: #f6f6f6;
   color: #999;
}

.navigation .navigation-pages a:hover,
.navigation .navigation-pages a:hover {
   background-color: #fbfbfb;
   transform: scale(1.015);
   color: #a53539;
}

@media screen and (max-width: 580px) {
   .navigation {
      padding-top: 48px;
   }

   .navigation .navigation-pages .not-mobile {
      display: none;
   }
}

/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1673950947620 */
/* /local/templates/bon_new/components/bitrix/news/news/bitrix/news.list/.default/style.css?16892400595639 */
/* /local/templates/bon_new/components/bitrix/system.pagenavigation/.default/style.css?1689164731898 */
