

/* Start:/local/templates/makro/components/bitrix/news.detail/news/style.css?17521502262770*/
.newsdetail {
  padding: 0 0px 70px 0px;
  padding-top: 20px;
}

.page__newsdetail-news__titles {
	margin: 0px 0px 25px 0px;
	padding-top: 10px;
}


.news-date-panel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.news-date {
	font-weight: 500;
	font-size: 8px;
	line-height: 117%;
	letter-spacing: -0.03em;
	color: #000000;
	padding: 4px 6px;
	background: #ffffff;
	border-radius: 3px;
}

.newsdetail-wrap {
    /* display: flex;
    gap: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; */
    max-width: 700px;
    margin: 0 auto;
}
.newsdetail-wrap .h3 {
  font-size: 44px;
  font-weight: 600;
}
.news-detail .breadcrambs {
  display: block;
}

.newsdetail-img {
	margin-bottom: 30px;
}
.newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	border-radius: 6px;
}

.newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
	font-family: Montserrat;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 125%;
	letter-spacing: -3%;
}
.newsdetail-content h3 {
	font-family: Montserrat;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 22px;
	line-height: 125%;
	letter-spacing: -3%;
}
.newsdetail-content img {
	border-radius: 6px;
	width: 100% !important;
	display: block;
	height: auto !important;
}

.news-navtop-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -28px;
}
.news-navbottom-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:28px;
}
.news-nav-button {
	display: flex;
	align-items: center;
	gap:8px;
}
.news-nav-button-icon {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: 0.1s;
	background: #fff;
	color: #1B53FF;
}
.news-nav-button.active .news-nav-button-icon,
.news-nav-button:hover .news-nav-button-icon {
	background: #1B53FF;
	color: #fff;
}
.news-nav-button-icon svg {

}
.news-nav-button-text {
	font-family: Montserrat;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -1.1%;
	color: #1E1E1E99;
}
.news-navbottom-panel .news-nav-button-text {
	text-transform: uppercase;
}
.news-navbottom-panel .news-nav-button-icon {
	background: #fff;
	color: #1B53FF;
}
.news-navbottom-panel .news-nav-button.active .news-nav-button-icon,
.news-navbottom-panel .news-nav-button:hover .news-nav-button-icon {
	background: #1B53FF;
	color: #fff;
}

@media (max-width: 767.98px) {
  .newsdetail {
    padding: 0px 0px 50px 0px;
  }
  .news-navtop-panel {
	margin-bottom: 20px;
  }
  .newsdetail-wrap .h3 {
	font-size: 34px;
  }
  .news-nav-button-text {
	font-size: 11px;
  }
}
/* End */
/* /local/templates/makro/components/bitrix/news.detail/news/style.css?17521502262770 */
