/* Start:/local/templates/bnh/components/bitrix/news/template_services/style.css?172902393534*/
.s-list {
    padding: 50px 0;
}
/* End */


/* Start:/local/components/bnh/news.detail/templates/service_page/style.css?17290239352579*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	padding-top: 2px;
	color:#486DAA;
}

.article-title {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

article-title-left {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.user-panel {
  float:center;
  height: 70%;
  padding: 30px;
  border-radius: 15px;
    /* fallback for browser that do not support rgba */
  background: #ccc;
  /* semitransparent background */
  background: rgba(0, 0, 0, 0.1);
  text-align: left;
  color: #2F4858;
  gap: 30px;
}
/* clear the float using the pseudo after element */
user-panel:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}



.s-detail {
	padding: 50px 0;
}
.s-detail .s-detail-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px;
}
.s-detail .s-detail-inner.sdt-full-width {
	grid-template-columns: 1fr;
	gap: 0;
}
.s-detail .s-detail-inner.sdt-full-width .nd-video {
	max-width: 100%;
	margin: 0;
}
.s-detail .s-detail-inner .sd-left {

}
.s-detail .s-detail-inner .sd-left .nd-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
	text-align: left;
	color: #2F4858;

}

/* Ваш непогрешимый класс для горизонтальной линии */
.line {
    display: block;           /* Линия достойно занимает своё место */
    height: 2px;              /* Деликатный акцент для разделения */
    border: none;             /* Отсутствие рамок упрощает визуальную часть */
    border-top: 2px solid #ccc; /* Внимание концентрируется на верхней границе */
    margin: 1em 0;            /* Дарим пространство сверху и снизу */
    padding: 0;               /* Избегаем лишнего объёма */
}

.motto ul {
    padding-left: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 25px;
    list-style: none;
}
.motto li {
    list-style-type: disc; /* Стандартный сплошной круг */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #00525E;
}

.motto li::marker {
    color: #7DBA00; /* Цвет маркера */
    font-size: 2.0em; /* Размер маркера */
}

/*************************************************Адаптив*******************************************************/

@media (max-width: 768px) {
  .motto ul {
    grid-template-columns: 1fr; /* Одна колонка */
  }
}

/* Убираем стандартные маркеры */
.sublist1,
.sublist2 {
  list-style: none;
  position: relative;
  padding-left: 15px;
}

/* Квадрат для sublist1 */
.sublist1::before {
  content: "■ "; /* Сплошной квадрат */
  color: #000; /* Цвет квадрата */
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
}

/* Тире для sublist2 */
.sublist2::before {
  content: "-"; /* Тире */
  color: #000; /* Цвет тире */
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: -3px;
}

.video-wrapper {
    position: relative;
    width: 80%; /* ширина 80% от родителя */
    height: 0;
    padding-bottom: 56.25%; /* для 16:9 = 56.25%, для 2:1 = 50% */
    margin: 20px auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.img_red {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Два столбца */
    gap: 20px; /* Уменьшенный отступ между картинками */
    justify-items: center; /* Центрируем элементы по горизонтали */
}

.img_red p {
    display: contents; /* Позволяет дочерним элементам <p> участвовать напрямую в grid-раскладке */
}

.img_red img {
    width: 100%; /* Картинки занимают всю ширину своей ячейки */
    max-width: 400px; /* Ограничиваем максимальную ширину */
    height: auto; /* Сохраняем пропорции */
}

@media screen and (max-width: 768px) {
	.img_red {
		grid-template-columns: repeat(1, 1fr);
	}
}




.s-detail .s-detail-inner .ssd-left .nd-video {

}
.s-detail .s-detail-inner .s-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	grid-template-rows: min-content;
}
.s-detail .s-detail-inner .s-gallery .photo-slide .sl-serv-photo {
	height: 176px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 9px 22px 0px #00525E40;
}
.s-detail .s-detail-inner .s-gallery .photo-slide .sl-serv-photo .serv-photo-desc {
	margin-top: auto;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.01em;
	text-align: center;
	color: #00525E;
	padding: 5px;
	background: #fff;
	font-style: italic;
	border-radius: 0 0 15px 15px;
	transition: 0.5s;
	display: none;
}
.s-detail .s-detail-inner .s-gallery .photo-slide .sl-serv-photo:hover .serv-photo-desc {
	display: block;
}
.s-detail .s-detail-inner .s-gallery .photo-slide {

}
.s-detail .s-detail-inner .s-gallery .photo-slide > a {

}
.nd-video {
	max-width: 80%;
	margin: 20px auto 0 auto;
	box-shadow: 0px 9px 22px 0px #00525E40;
	border-radius: 15px;
}
.nd-video .s-video-player iframe {
	border-radius: 15px 15px 0 0;
}
.nd-video .s-video-name {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.01em;
	text-align: center;
	color: #00525E;
	text-transform: uppercase;
	padding: 5px;
}
.s-detail-3d {
	margin-top: 50px;
}

/***************************************/
@media screen and (max-width: 991px) {
	.s-detail .s-detail-inner {
		grid-template-columns: 1fr;
	}
}

/***************************************/
@media screen and (max-width: 768px) {
	.s-detail .s-detail-inner .s-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

/***************************************/
@media screen and (max-width: 450px) {
	.s-detail .s-detail-inner .s-gallery {
		grid-template-columns: 1fr;
	}
}
/* End */


/* Start:/local/components/bnh/breadcrumb/templates/universal/style.min.css?17290239351066*/
.bx-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bx-breadcrumb a span.bx-breadcrumb-item-text {
    color: #fff;
    font-weight: 700;
}
.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: none;
    vertical-align: top;
    line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.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;
    color: #fff;
}
span.breads-sep {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}
/* End */
/* /local/templates/bnh/components/bitrix/news/template_services/style.css?172902393534 */
/* /local/components/bnh/news.detail/templates/service_page/style.css?17290239352579 */
/* /local/components/bnh/breadcrumb/templates/universal/style.min.css?17290239351066 */
