

/* Start:/local/templates/polykod/components/bitrix/breadcrumb/.default/style.css?1626758139324*/
.breadcrumb {
	display: flex;
	align-items: center;
	padding: 20px 0 10px 0;
}
.breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	margin-right: 5px;
}
.breadcrumb__item {
	white-space: nowrap;
	line-height: 13px;
	margin-right: 10px;
}
.breadcrumb__item span {
	font-size: 12px;
	white-space: normal;
}

/* End */


/* Start:/local/templates/polykod/components/bitrix/news/polykod/bitrix/news.detail/.default/style.css?17647482671486*/

.news-detail__btn {
  display: inline-block;
  padding: 8px 50px 4px;
  color: #122419;
  background-color: #ddf5e7;
  border: 1px solid #638370;
  border-bottom: 5px solid #638370;
  border-radius: 6px;
  text-transform: uppercase;
  transition: background ease-in-out 0.2s;
}

.news-detail__btn:hover {
  background: #d5efe0;
  color: #122419;
}

.news-detail__title {
  margin-bottom: 25px;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  color: rgb(42, 62, 121);
  /* font-weight: bold; */
  text-align: justify;
}

.news-detail__content {
  color: #000;
  text-align: justify;
}

.news-detail__content ul {
  padding-left: 16px;
}

.news-detail__wrap {
  margin-top: 30px;
}

.news-detail {
  padding-bottom: 60px;
}

.news-btn {
  display: inline-block;
  line-height: 45px;
  padding: 0 15px;
  font-size: 18px;
  text-align: center;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 8px;
  background-color: rgb(57, 87, 137);
  text-transform: uppercase;
}

.news-btn:hover {
  -webkit-box-shadow: 0px 3px 3.45px 1.55px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3.45px 1.55px rgba(0, 0, 0, 0.3);
}

.news-detail__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: 30px;
}

.news-detail__img-box {
  overflow: hidden;
}

.news-detail__img {
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.news-detail__img:hover {
  transform: scale(1.1);
}

ul {
  padding-left: 32px;
}

/* End */
/* /local/templates/polykod/components/bitrix/breadcrumb/.default/style.css?1626758139324 */
/* /local/templates/polykod/components/bitrix/news/polykod/bitrix/news.detail/.default/style.css?17647482671486 */
