

/* Start:/local/templates/jaluzi/components/bitrix/breadcrumb/breadcram/style.css?174376346547*/
.bx-breadcrumb-item {
	display: inline-block;
}
/* End */


/* Start:/local/templates/jaluzi/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17648360904270*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 0;
    margin: 15px -15px;
}

.flex-item {
  width: calc(25% - 16px); /* 1/4 ширины контейнера минус зазор */
  text-align: center;
      position: relative;
    cursor: pointer;
}



.flex-item::before {
    content: "Увеличить";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: rgb(255, 255, 255);
    z-index: 2;
    margin-top: 45px;
    opacity: 0;
    transition: 0.3s;
}
.flex-item:hover:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.flex-item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #FBC707 url(/local/templates/jaluzi/images/plus-circle.svg) center center no-repeat;
    background: rgb(255 212 0 / 50%) url(/local/templates/jaluzi/images/plus-circle.svg) center center no-repeat;
    -webkit-background-size: 46px 46px;
    background-size: 46px 46px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.flex-item:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.flex-item img {
    display: block;
    max-width: 100%;
    margin-bottom: 0px!important;
}

.news_detail_slider .item {
	width: 100%;
	height: 597px;
	border-radius: 30px;
}


/* Стили для навигационных стрелок */
.custom-nav {
	position: absolute;
    bottom: 45%;
    width: 100%;
    z-index: 100;
}

.custom-nav button {
    background: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	width: 45px;
	height: 45px;
    color: white;
    border: none;
    padding: 10px 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.custom-nav button.owl-next {
	right: 10px;
    position: absolute;
}


.img_block{
	position: relative;
}

.text_block{
	margin-top: 60px;
}

.slider_title {
	position: absolute;
    bottom: 55px;
    left: 30px;
    z-index: 100;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
}

.news_page .main_title {
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	margin-bottom: 20px;
}

.news_page .owl-dots{
	justify-content: left;
	left: 30px;
}
.news_page .owl-dots .owl-dot{
	width: 120px;
    height: 8px;
	background: rgba(255, 255, 255, 0.5);
}

.news_page .owl-dots .owl-dot.active{
	background-color: #ffffff;
}

.news_slider .slide .img img {
    border-radius: 20px;
}

.news_slider .owl-dots {
	top: -30px;
	justify-content: left;
}

.news_slider .owl-dots .owl-dot{
	width: 120px;
    height: 8px;
	background: #A6A6A6;
}

.news_slider .owl-dots .owl-dot.active{
	background-color: #000;
}

body .news_slider .slide .name {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
    margin-top: 14px;
}

.news_slider .slide .desc a {
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #DD262E;
	text-decoration: none;
}

.news_slider .slide .desc_calc {
	margin-top: 15px;
}

.news_slider .slide .desc_calc a {
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
	border: 1px solid #DD262E;
	border-radius: 15px;
	padding: 9px 31px;
}

/* Для мобильных устройств (ширина экрана меньше 768px): 1 блок в ряд */
@media (max-width: 768px) {
	.flex-item {
		width: 100%; /* Делает блоки на всю ширину */
	
	}
	
	.news_detail_slider .item {
		height: 276px;
		border-radius: 20px;
	}
	
	.news_page .owl-dots .owl-dot{
		width: 75px;
		height: 8px;
		background: rgba(255, 255, 255, 0.5);
	}
	
	.custom-nav button {
		width: 34;
		height: 34;
	}
	
	.news_slider .owl-dots .owl-dot{
		width: 30px;
	}
}






/* End */
/* /local/templates/jaluzi/components/bitrix/breadcrumb/breadcram/style.css?174376346547 */
/* /local/templates/jaluzi/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17648360904270 */
