

/* Start:/local/templates/.default/components/bitrix/news/news_page/bitrix/news.detail/.default/style.css?17694377784012*/
div.news-detail
{
	word-wrap: break-word;
	
}
 .detail_picture 
{
	width: 865px;
	height: 515px;
	padding-top:15px;

	
}
.detail_picture img{
	position: absolute;
	left:0;
	max-width: 865px;
	width:100%;
	max-height: 515px;
}
.news-date-time
{
	color:#486DAA;
}
.news-detail{
	padding-bottom: 160px;
}
.news_year {
	font-size: 13px;
}
.news_date{

}
.news_day{
	color: #EE5E2C;
	font-family: Arsenal;
	font-size: 56px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}
.news_year{
	color: #3D3635;
	font-size: 16px;
	font-weight: 400;
	line-height: 175%;
	margin-bottom: 86px;
}


.text_one{
	margin-top: 86px;

	margin-bottom: 159px;
}
.news_detail_button{
	display: flex;
	align-items: center;
	max-width: 240px;
	width: 100%;
	max-height: 48px;
	height: 100%;
	border-radius: 50px;
border: 1px solid #EE5E2C;
	padding: 13px 28.5px 11px 29.5px;
	gap:20px;
}
.news-detail a{
	text-decoration: none;
}
.news-detail a:hover .button_text{
	color: #EE5E2C;
}
.news-detail a:hover .button_img path{
	fill: #EE5E2C;
}
.button_img path{
	fill:#3D3635;
}
.button_text{
	color: var(--Color-Background, #3D3635);
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 184.615% */
	text-transform: uppercase;
}

.button_img{
	display: flex;
	align-items: center;

}
.detail_text{

	color: #3D3635;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px; /* 200% */
	text-transform: uppercase;
}
.detail_text_two{
	padding-bottom: 72px;
	color: #3D3635;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px; /* 200% */
	text-transform: uppercase;
}
.img_text_one{
	margin-bottom: 92px;
}
@media (max-width:1669px) {
	.detail_picture img{
		max-width: 729px;
		width:100%;
		max-height: 379px;
		height: 100%;
	}
}
@media (max-width:1500px) {
	.detail_picture img{
		max-width: 681px;
		width:100%;
		max-height: 331px;
		height: 100%;
	}
}
@media (max-width:1400px) {
	.detail_picture img{
		max-width: 578px;
	
	}
}
@media (max-width:1200px) {
	.detail_picture img{
		max-width: 475px;
		max-height: 254px;
	}
	.news_year {
    margin-bottom: 30px;
	}
	.img_text_one {
    margin-bottom: 40px;
	}
}
@media (max-width:992px) {
	.detail_picture img {
		max-width: 363px;
		max-height: 195px;
	}
}
@media (max-width:768px) {
.detail_picture img {
	position: relative;
	max-width: 729px;
 	max-height: 379px;
	margin-bottom: 20px;
	}
	.news_year {
		margin-bottom: 20px;
	}
	.img_text_one {
		margin-bottom: 20px;
	}
	.news-detail {
		padding-bottom: 100px;
	}
	.detail_text_two {
		padding-bottom: 20px;
	}
	.detail_picture {
    width: auto;
    height: auto;
	}
}
@media (max-width:576px) {
	.title_page {
		font-size: 45px;
	}
}
.detail_news_fotos {
	  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

/* Стили для модального окна */
.image-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from { transform: scale(0.9); }
    to { transform: scale(1); }
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1001;
}

.close-modal:hover {
    color: #bbb;
}

.modal-caption {
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

/* Указатель при наведении на изображения */
.detail_news_fotos-item img:hover {
    opacity: 0.9;
}
/* End */
/* /local/templates/.default/components/bitrix/news/news_page/bitrix/news.detail/.default/style.css?17694377784012 */
