

/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/adns_price2/style.css?17772402265916*/
/* item */
.section-content{
	color: black;
}

.tabs-nav{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.adns-price-search{
	display: flex;
	gap: 10px;
	margin-bottom: 16px;
}
.adns-price-search:not(.active){
	display: none;
}
.adns-price-search__input{
	flex: 1 1 auto;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid #D6DAF1;
	border-radius: 10px;
}
.adns-price-search [data-price-search-button]{
	flex-shrink: 0;
}

.tab-btn_search{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
}
.tab-btn_search .header-search__icon{
	line-height: 0;
}
.tab-btn_search.active path{
	fill: #fff;
}
.tabs-nav .tab-btn{
    border: 1px solid #D6DAF1;
    padding: 0px 15px;
    border-radius: 10px;
    height: 42px;
    display: block;
    line-height: 40px;
	background: #fff;
}
.tabs-nav .tab-btn.active{
	background-color: var(--theme-base-color);
	color: white;
}
.tabs-content-area{
	position: relative;
}

.tabs-content-area.is-loading{
	pointer-events: none;
}

.tabs-content-area.is-loading::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.65);
	z-index: 20;
}

.tabs-content-area.is-loading::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	margin-left: -19px;
	border: 3px solid #d6daf1;
	border-top-color: var(--theme-base-color);
	border-radius: 50%;
	animation: adnsPriceLoaderSpin 0.8s linear infinite;
	z-index: 21;
}

@keyframes adnsPriceLoaderSpin{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
.tab-name_services-main{
	font-weight: 600;
}

ul li::before {
    display: none !important;
}
.section-name{
font-weight: 600;
    display: flex;
    gap: 15px;
    color: var(--theme-base-color);
    font-size: 18px;
    margin: 10px 0 10px 0;
    cursor: pointer;
}
.grouped-price{
	display: grid;
	gap: 10px;
	margin: 10px 0;
}
.price_doc_item{
  display: flex;
  align-items: center;
  background-color: var(--bgd-gray);
  border-radius: 20px;
  padding: 15px;
  justify-content: space-between;
  overflow: hidden;
  gap: 70px;
}
.price_doc_item_main{
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 auto;
	min-width: 0;
}
.price_doc_item_value{
	font-weight: 600;
	font-size: 20px;
	white-space: nowrap;
}
.price_doc_item_images {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.price_doc_item_img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  flex-shrink: 0; /* важно! */
  position: relative;
}

.price_doc_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price_doc_item_name{
	min-width: 0;
}
.price_doc_item_name .doctor-name{
	color: black;
	font-weight: 600;
}
.price_doc_item_name .doctor-name:hover{
	color: var(--theme-base-color);
}
.price_doc_item_vl-cd{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	flex-shrink: 0;
}
.price_doc_item_action{
	flex-shrink: 0;
}
.price_doc_item_action .title_block_button{
	white-space: nowrap;
}

.secton-child{
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 5px 0px 5px 0px;
    border-top: 1px dashed #ededed;
}

.secton-child_icon{
	margin-left: auto;
	display: flex;
	align-items: center;
	min-width: 20px;
}

.secton-child_icon img{
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.secton-child_title{
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
}

.secton-child_price{
	flex-shrink: 0;
	color: var(--theme-base-color);
	font-weight: 700;
	white-space: nowrap;
	font-size: 18px;
	min-width: 130px;
}
.secton-child_code{
	flex-shrink: 0;
	white-space: nowrap;
	color: #9295B6;
	font-size: 14px;
	font-weight: 600;
	min-width: 100px;
}

.child-group.collapsed-child .grouped-price{
	display: none;
}

.child-group.collapsed-child .secton-child_icon img{
	transform: rotate(0deg);
}

.tab-panel.collapsed-section .section-content {
    display: none;
}

.tab-panel.collapsed-section .section-name_icon img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


.tab-panel:not(.collapsed-section) .section-name_icon img {
    transform: rotate(360deg);
    transition: transform 0.3s ease;
}

.tab-panel {
    display: none;
}

.tabs-container_services-main .tab-panel {
    border: solid #d6daf1 1px;
    border-radius: 20px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.tabs-container-wrapper li{padding-left: 0px;margin-bottom: 0px;
    line-height: 42px;}


.tab-panel.active {
    display: block;
}
.price_doc_item_code{
	color: #9295B6;
	white-space: nowrap;
}
.price_doc_item_code-cell{
	flex-shrink: 0;
}
@media (max-width:991px){
	.adns-price-search{
		flex-direction: column;
	}
	.adns-price-search [data-price-search-button]{
		width: 100%;
	}
	.grouped-price{
		overflow-x: scroll;
		display: flex;
		flex-direction: row;
		margin-left: -24px;
		padding-left: 24px;
		margin-right: -24px;
		padding-right: 24px;
		padding-bottom: 10px;
	}
	.price_doc_item{
		flex-wrap: wrap;
        gap: 10px;
        min-width: 230px;
	}
	.price_doc_item_main{
		flex: 1 1 100%;
	}
	.price_doc_item_vl-cd{
		align-items: flex-start;
	}
	.price_doc_item_code-cell{
		flex: 1 1 100%;
	}
	.price_doc_item_action{
		display: none;
		width: 100%;
	}
	.price_doc_item_action .title_block_button{
		width: 100%;
	}
	.tabs-container-wrapper{
		overflow-x: scroll;
		margin-left: -24px;
		margin-right: -24px;
		padding: 0px 24px;
	}
	.tabs-container-wrapper ul {
		width: max-content;
	}
	.secton-child {
		flex-direction: column;
		align-items: start;
		gap: 0px;
		padding: 15px 0px 15px 0px;
		position: relative;
	}
	.secton-child_icon {
		position: absolute;
		top: 20px;
		right: 0px;
	}
	.secton-child_title {
		line-height: 20px;
		padding-right: 25px;
	}
}
/* End */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news.list/adns_price2/style.css?17772402265916 */
