

/* Start:/local/templates/endoinfo/components/bitrix/news/teoriya/bitrix/news.detail/.default/style.css?178973637710531*/
.service-detail .contentus{
	margin-bottom: 20px
}

.price {
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    margin: 45px 0 25px;
    color: #fff;
    background-color: #1291BD;
    /*height: 60px;*/
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-detail .price ul {
	margin-bottom: 0 !important;
}
.service-detail .price ul li {
	font-size: 16px;
	padding-left: 0;
}
.service-detail .price ul li:before {
	display: none;
}



.service-detail ul li a {
    color: inherit;
    text-decoration: underline;
}
.service-detail ul li a:hover {
	color: #0056b3;
    text-decoration: underline;
}
.service-detail .tabs-wrapper .tabs {
	display: flex;
	height: 34px;
	line-height: 34px;
	margin-bottom: 25px;
}
.service-detail .tab {
    border: 1px solid #DFE2E8;
    padding: 0 20px;
    margin-right: -1px;
    font-weight: 700;
	cursor: pointer;
}
.service-detail .tab.active {
    background-color: #DFE2E8;
	cursor: default;
}
.service-detail .tab:hover {
    background-color: #DFE2E8;
}
.service-detail  .line {
    display: flex;
    align-items: flex-start;
}
.service-detail .address {
	margin-bottom: 15px;
	padding-left: 16px;
	position: relative;
}
.service-detail .worktime {
	margin-bottom: 15px;
	padding-left: 16px;
	position: relative;
}
.service-detail .phone {
	padding-left: 16px;
	position: relative;
	margin-bottom: 15px;
}
.service-detail h3 {
	margin: 45px 0 20px;
	color: #1F3282;
}
.service-detail h5 {
	margin-bottom: 20px;
}
.service-detail ul {
	margin-bottom: 25px;
}
.service-detail ul li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 2px;
}
.service-detail ul li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #0A8AF1;
	position: absolute;
	left: 0;
	top: 5px;
}
.drop-down-list {
	margin: 40px 0;
}
.drop-down-list .item {
    margin-bottom: 5px;
}
.drop-down-list .title {
    background-color: #FCFCFC;
    height: 38px;
    font-weight: 700;
    padding: 11px 44px 11px 20px;
    position: relative;
}
.drop-down-list .title:after {
	content: "";
	display: block;
	width: 7px;
	height: 5px;
	background-image: url("/local/templates/endoinfo/img/arr.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -2px;
}
.drop-down-list .title:hover {
    background-color: #DFE2E8;
    cursor: pointer;
}
.drop-down-list .detail {
    display: none;
	padding: 15px 0;
}
/*
.drop-down-list .detail.active {
	display: block;
}*/
.popup-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.popup-gallery .item {
    padding: 5px;
}
.popup-gallery.filial-gallery .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    height: 95px;
}
.popup-gallery.direction-sheme .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 140px;
}
.popup-gallery .item a {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

.filials {
	margin-top: 55px;
}
#ya-map {
	max-width: 100%;
	overflow: hidden;
	min-height: 396px;
	max-height: 396px;
}
.filials-list ul {
    column-count: 2;
}
.filials-list a {
    color: inherit;
    text-decoration: underline;
}





/*
.filial-sheme h5 {
	margin-bottom: 10px;
}
.direction-sheme {
	margin-bottom: 35px;
}
.filial-services {
    height: 240px;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.filial-services:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255,.3);
    backdrop-filter: blur(2px);
}
.filial-services h3{
	position: relative;
	z-index: 1;
}
*/


.equipment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.equipment-list .item {
    /*-webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;*/

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 10px;
}
.equipment-list a {
    color: inherit;
    display: block;
    border: 1px solid #DFE2E8;
    height: 100%;
    background-color: #FCFCFC;
    padding-bottom: 20px;
}
.equipment-list a:hover {
	text-decoration: none;
	color: #1291BD;
	-webkit-box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
	-moz-box-shadow: 0 5px 20px 0px rgba(18, 25, 38, 0.1);
	box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
}
.equipment-list .img {
    width: 100%;
    height: 199px;
    display: block;
    background-size: cover;
    margin: 0 auto;
}
.equipment-list .name {
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding: 20px 20px 15px;
}
.equipment-list .position {
    color: #8f8f8f;
    display: block;
    padding: 0 20px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}





.specialists-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.specialists-list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;

	/* -webkit-box-flex: 0;
	 -webkit-flex: 0 0 50%;
	 -ms-flex: 0 0 50%;
	 flex: 0 0 50%;
	 max-width: 50%;*/
    padding: 10px;
}
.specialists-list a {
    color: inherit;
    display: block;
    border: 1px solid #DFE2E8;
    height: 100%;
    padding: 0 20px 20px;
    text-align: center;
}
.specialists-list a:hover {
	text-decoration: none;
	color: #1291BD;
	-webkit-box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
	-moz-box-shadow: 0 5px 20px 0px rgba(18, 25, 38, 0.1);
	box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
}
.specialists-list .img {
    width: 100px;
    height: 100px;
    display: block;
    background-size: cover;
    border-radius: 50%;
    margin: 20px auto 10px;
}

.specialists-list .name {
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.specialists-list .position {
    color: #8f8f8f;
    display: block;
    padding: 0 20px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}.textblok {
	--table-border: #dce5ee;
	--table-header: #17324d;
	--table-accent: #eaf4ff;
	--table-text: #263746;
	--table-muted: #5d6b78;

	color: var(--table-text);
}













/* Блок с текстом не прокручивается */
.textblok {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow-x: visible !important;
	color: #18334e;
}

/* Сама таблица является scroll-контейнером */
.textblok table {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 24px 0 32px !important;
	padding: 0 !important;

	overflow-x: auto !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch !important;

	border: 1px solid #d3dfeb !important;
	border-radius: 16px !important;
	border-spacing: 0 !important;
	border-collapse: separate !important;
	background: #fff !important;
	box-shadow: 0 8px 24px rgba(28, 58, 87, 0.08);

	font-size: 16px;
	line-height: 1.55;
}

/* Внутренние части сохраняют табличную раскладку */
.textblok table thead,
.textblok table tbody {
	display: table !important;
	width: 100% !important;
	table-layout: fixed !important;
}

/* Шапка */
.textblok table thead th {
	padding: 18px 22px !important;
	background: #193752 !important;
	color: #fff !important;

	border: 0 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-align: left !important;
	vertical-align: middle !important;
}

/* Скругление шапки */
.textblok table thead tr:first-child th:first-child {
	border-top-left-radius: 15px !important;
}

.textblok table thead tr:first-child th:last-child {
	border-top-right-radius: 15px !important;
}

/* Ячейки */
.textblok table tbody td {
	padding: 20px 22px !important;
	background: #fff !important;
	border: 0 !important;
	border-top: 1px solid #d3dfeb !important;

	color: #18334e !important;
	vertical-align: top !important;
}

/* Чередование строк */
.textblok table tbody tr:nth-child(even) td {
	background: #eaf3fd !important;
}

/* Выделение строки */
.textblok table tbody tr:hover td {
	background: #dcecfb !important;
}

/* Первая колонка */
.textblok table th:first-child,
.textblok table td:first-child {
	width: 27% !important;
	font-weight: 700 !important;
}

/* Вторая колонка */
.textblok table th:nth-child(2),
.textblok table td:nth-child(2) {
	width: 39% !important;
}

/* Третья колонка */
.textblok table th:last-child,
.textblok table td:last-child {
	width: 34% !important;
}

/* Скругление нижних углов */
.textblok table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 15px !important;
}

.textblok table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 15px !important;
}

/* Мобильные устройства */
@media (max-width: 600px) {
	.textblok table {
		width: 100% !important;
		min-width: 0 !important;
		margin-top: 16px !important;
		border-radius: 12px !important;
		font-size: 14px !important;
	}

	.textblok table thead,
	.textblok table tbody {
		width: 760px !important;
		min-width: 760px !important;
	}

	.textblok table thead th {
		padding: 14px 16px !important;
		font-size: 13px !important;
	}

	.textblok table tbody td {
		padding: 15px 16px !important;
	}

	.textblok table tbody td:last-child {
		font-size: 13px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.textblok table tbody tr {
		transition: none !important;
	}
}
/* End */
/* /local/templates/endoinfo/components/bitrix/news/teoriya/bitrix/news.detail/.default/style.css?178973637710531 */
