

/* 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/video_new/bitrix/news.detail/.default/style.css?1690269846735*/
div.news-detail {
	word-wrap: break-word;
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    padding: 24px;
    padding-bottom: 36px;
    background-color: #fff;
    word-wrap: break-word;
    overflow: hidden;
    display: block;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 7%);
}

p.video-wrap {
	margin-bottom: 0;
	width: 100%;
}

p.video-wrap iframe {
	width: 100%;
}

div.news-detail img.detail_picture {
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.show_info_news_wrap .date:before {
	margin: -3px 7px 0 0;
	height: 20px;
}


@media screen and (max-width: 580px) {
	.bx-breadcrumb {
		height: auto;
		margin-bottom: 12px;
	}

	p.video-wrap iframe {
		width: 100%;
		height: auto;
	}
}
/* 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 */


/* Start:/local/templates/bon_new/components/bitrix/news/video_new/bitrix/news.list/.default/style.css?16902873362777*/
.videos {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-template-rows: auto auto 1fr 1fr 1fr auto auto;
   grid-gap: 28px;
   margin-top: 24px;
}

.videos .video_item {
   width: 100%;
   position: relative;
   background: #fff;
   overflow: hidden;
   border-radius: 8px;
   box-shadow: 0 3px 25px 8px #e7e7e7;
   padding: 12px;
   transition: all 0.3s ease;
   text-decoration: none;
}

.videos .video_item .video_item_image {
   position: relative;
   width: 100%;
   border-radius: 5px;
   overflow: hidden;
}

.videos .video_item .video_item_image .video_item_image_actions {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   background: rgba(51, 51, 51, 0.5);
   display: none;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   gap: 6px;
   color: #fff;
   font-size: 1rem;
}

.videos .video_item .video_item_image .video_item_image_actions i {
   font-size: 1.3rem;
}

.videos .video_item:hover .video_item_image .video_item_image_actions {
   display: flex;
}

.videos .video_item .video_item_image .video_item_image_priview {
   width: 100%;
   height: 210px;
   object-fit: cover;
   border-radius: 5px;
   overflow: hidden;
   transition: all 0.3s ease;
   position: relative;
}

.videos .video_item .video_item_meta {
   display: flex;
   gap: 12px;
   font-size: 0.875rem;
   color: #787890;
   width: 100%;
   padding: 6px 24px 0 24px;
   flex-wrap: wrap;
}

.videos .video_item .video_item_meta i {
   margin-right: 3px;
}

.videos .video_item .video_item_name {
   font-size: 1.35rem;
   font-weight: bold;
   line-height: 1.7rem;
   padding: 0 24px 12px 24px;
   color: #333;
   width: 100%;
   display: block;
}

.videos .video_item:hover .video_item_name {
   color: #a53539;
}

.videos .video_item:hover {
   box-shadow: 0 6px 25px 12px #dedede;
}

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

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

   .videos .video_item .video_item_image .video_item_image_priview {
      height: 180px;
   }

   .videos .video_item .video_item_meta {
      padding: 6px 0 0 0;
   }

   .videos .video_item .video_item_name {
      padding: 0 0 12px 0;
   }
}

@media screen and (max-width: 580px) {
   .videos {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto 1fr auto auto;

   }

   .videos .video_item .video_item_image .video_item_image_priview {
      height: 220px;
   }

   .videos .video_item .video_item_meta {
      padding: 6px 16px 0 16px;
   }

   .videos .video_item .video_item_name {
      padding: 0 16px 12px 16px;
   }
}
}

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