

/* Start:/bitrix/templates/aspro-priority2/components/bitrix/news/adns_news_napravlenia/bitrix/news.detail/.default/style.css?176492339311213*/
.page-top-info{display:none;}
.detail-block{margin: 0 auto; max-width: 1500px !important;}
.adns_napravleniy_margint{margin-top:100px;}

/* Блок 1 */
.adns_napravleniy_banner {
    position: relative;
    margin-top: 25px;
    width: 100%;
	height: 780px;
    border-radius: 24px;
    overflow: hidden;
	font-weight: normal;
}


.adns_napravleniy_banner .napravleniy-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
}

.napravleniy-image .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.adns_napravleniy_banner .napravleniy-header {
    position: absolute;
    top: 0;
    background-color: white;
    padding: 26px 44px;
    border-radius: 0 0 30px;
    font-size: 46px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: 500;
}
.adns_napravleniy_banner .napravleniy-header:after,
.adns_napravleniy_banner .napravleniy-header:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(/upload/icon/border-white-block.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.adns_napravleniy_banner .napravleniy-header:after{bottom: -30px;left: 0px;}
.adns_napravleniy_banner .napravleniy-header:before{top: 0px;right: -30px;}

.napravleniy-descr__text{max-width: 600px;font-size: 20px;font-weight: 300;}


.adns_napravleniy_banner .napravleniy-descr {
    position: absolute;
    top: 15vh;
    color: white;
    left: 0px;
    right: 0px;
    font-size: 25px;
    line-height: normal;
    min-height: 640px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 20px 40px;
}
.adns_napravleniy_banner .napravleniy-descr__content {
   	width: 65%;
}
.adns_napravleniy_banner .napravleniy-descr__button{
    width: 65%;
    background: white;
    font-size: 17px;
    padding: 13px 19px;
    border-radius: 29px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    border: none;
}
.adns_napravleniy_banner .napravleniy-descr__button a{
	color: black;
}
.adns_napravleniy_banner .napravleniy-descr__button img{
	filter: invert(1);
}



.adns_napravleniy_banner .napravleniy-cards {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
	display: flex;
	justify-content: space-between;
	color: white;
	padding: 0 20px;
}
.napravleniy-cards-f__content,
.napravleniy-cards-s__content,
.napravleniy-cards-t__content{font-size: 18px;}

.napravleniy-cards .napravleniy-cards__first,
.napravleniy-cards .napravleniy-cards__second,
.napravleniy-cards .napravleniy-cards__third{
    border-radius: 30px;
    backdrop-filter: blur(5px);
    padding: 20px 30px;
    border: 2px solid #ffffff30;
    background: #706e6e2e;
	min-height: 210px;
    width: clamp(28%, 30%, 32%);
}

.napravleniy-cards .napravleniy-cards-f,
.napravleniy-cards .napravleniy-cards-s,
.napravleniy-cards .napravleniy-cards-t{
   	position: absolute;
bottom: 30px;
	display: flex;
    flex-direction: column;
    gap: 15px;
	padding: 0 15px 0 0;
}

.napravleniy-cards .link_arrow,
.napravleniy-cards .link_arrow,
.napravleniy-cards .link_arrow{
    position: absolute;
    border: 1px solid white;
    border-radius: 30px;
    width: clamp(28px, 32px, 36px);
    height: clamp(28px, 32px, 36px);
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    align-items: center;
    right: 30px;
	top: 20px;
}

.napravleniy-cards__first .link_arrow__icon,
.napravleniy-cards__second .link_arrow__icon,
.napravleniy-cards__third .link_arrow__icon{
    width: clamp(26px, 30px, 34px);
    height: clamp(26px, 30px, 34px);
    display: flex;
    justify-content: center;
    transition: 0.3s;
    align-items: center;
    transform: rotate(-45deg);
}
.napravleniy-cards-f__title,
.napravleniy-cards-s__title,
.napravleniy-cards-t__title{
	font-size: 35px;
    font-weight: 600;
}

.banner-image_mob{
	display:none;
}

/* Блок 2 */

.napravleniy_bl2-name{
	font-size: 48px;
	color: black;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1;
}
.napravleniy_bl2-content{
	display: flex;
	width: 100%;
	height: 500px;
	gap: 20px;
}
.napravleniy_bl2-c1{
	border-radius: 30px;
    overflow: hidden;
    width: 25%;
    position: relative;
    height: 500px;
}
.nprvln_bl2-card{
	width: 100%;
    height: 100%;
    cursor: pointer;
}
.nprvln_bl2-card_img{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}
.nprvln_bl2-card_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.nprvln_bl2s_button_bg {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}
.nprvln_bl2_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.nprvln_bl2_btn::before{
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fff;
    margin-left: 2px;
}

.nprvln_bl2_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.nprvln_bl2_video.active {
    display: block;
}

.nprvln_bl2_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.nprvln_bl2_video_content,
.nprvln_bl2-content {
    width: 100%;
    height: 100%;
}
.napravleniy_bl2-c2{
	width: 75%;
	object-fit: cover;
}
.nprvln_bl2-content{
	border-radius: 30px;
	position: relative; 
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.nprvln_bl2-text1{
	color: white;
	font-size: 30px;
    line-height: 1.1;
}

.nprvln_bl2-text2{
	color: white;
	font-size: 20px;
    line-height: 1.1;
}
.napravleniy_bl2-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    background: white;
    border-radius: 0 30px 0 0;
}

.napravleniy_bl2-btn:after,
.napravleniy_bl2-btn:before {
content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(/upload/icon/border-white-block.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
.napravleniy_bl2-btn:after{bottom: 0px;right: -30px;}
.napravleniy_bl2-btn:before{top: -29px;left: 0px;}



.napravleniy_bl2-btn button,
.napravleniy_bl2-btn__mob button{
	display: flex;
    border: 1px solid var(--theme-base-color);
    background: var(--theme-base-color);
    border-radius: 30px;
    padding: 10px 27px;
        margin-left: 0;
    margin-right: 12px;
    gap: 10px;
    color: #fff;
    width: max-content;
    z-index: 3;
	margin-top: 15px;
}
.napravleniy_bl2-btn__mob{
	display: none;
}

/* Блок 4*/
.napravleniy_bl4-c1{
	display: flex;
	gap: 60px;
	color: black;
}
.napravleniy_bl4-c2{
	display: flex;
	gap: 60px;
	color: black;
	margin-top: 50px;
}
.nprvln_bl4-content1,
.nprvln_bl4-content2{
	width: 40%;
}
.nprvln_bl4-content1-name,
.nprvln_bl4-content2-name{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.1;
}
.nprvln_bl4-image{
	width: 60%;
	height: 100%;
position: sticky;
    top: 10px;

}
.nprvln_bl4-content1-img,
.nprvln_bl4-content2-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 30px;
    max-height: 350px;
}

/* Блок 5 */
.adns_napravleniy_block5{
	display:flex;
	gap: 20px;
}
.nprvln_bl5-content1{
	width: 50%;
	background-color: #3D4BC7;
	color: white;
	padding: 30px 40px 10px;
	border-radius: 30px;
	display: flex;
    flex-direction: column;
}

.nprvln_bl5-name{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px;
}
.nprvln_bl5-content2{
	width: 50%;
}
.nprvln_bl5-content2 img{
	width: 100%;
    object-fit: cover;
height: 100%;
    border-radius: 30px;
}
.nprvln_bl5-name_mob{
	display: none;
}

/* Блок 6*/
.adns_napravleniy_block6
.btn_to_section_full{
	display: block;
}
@media (max-width: 991px){
	.banner-image_mob{
		display: block;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.banner-image{
		display: none;
	}

	.napravleniy-cards__first .link_arrow,
	.napravleniy-cards__second .link_arrow,
	.napravleniy-cards__third .link_arrow{
		display: none;
	}
	.adns_napravleniy_banner .napravleniy-descr__content,
	.adns_napravleniy_banner .napravleniy-descr__button {
		width: 100%;
	}
	.adns_napravleniy_banner .napravleniy-descr__button{
		font-size: 16px;
	}
	.adns_napravleniy_banner .napravleniy-cards {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 2vw;
		padding: 0;
		left:0;
		right: 0;
	}
	.napravleniy-cards .napravleniy-cards__first,
	.napravleniy-cards .napravleniy-cards__second,
	.napravleniy-cards .napravleniy-cards__third  {
		width: 100%;
		min-height: 150px;
		padding: 20px 0 0 12px;
	}
	.napravleniy-cards .napravleniy-cards-f,
	.napravleniy-cards .napravleniy-cards-s,
	.napravleniy-cards .napravleniy-cards-t{
		top: 0;
		gap: 8px;
        padding: 15px 0;

	}
	.napravleniy-cards .napravleniy-cards__third {
		grid-column: 1 / -1;
	}

	.napravleniy-cards-s__content,.napravleniy-cards-f__content,
	.napravleniy-cards-t__content{
		font-size: 16px;
	}

	.adns_napravleniy_banner .napravleniy-header{
        width: max-content;
        font-size: 24px;
        font-weight: 600;
        padding: 19px;
	}
	.adns_napravleniy_banner .napravleniy-descr{
		left: 0;
		top: 70px;
		font-size:20px;
		padding: 20px 0;
		margin: 0 11px;
	}

	/*Блок 2 */

	.napravleniy_bl2-content{
		flex-direction: column;
		height: auto;
	}
	.napravleniy_bl2-c1,
	.napravleniy_bl2-c2{
		width: auto;
	}
	.napravleniy_bl2-name{
		font-size: 30px;
	}
	.napravleniy_bl2-btn{
		display: none;
	}
	.napravleniy_bl2-btn__mob{
		display: block;
	}
	.nprvln_bl2-text1,
	.nprvln_bl2-text2{
		font-size: 16px;
	}

	.napravleniy_bl2-btn__mob button{
		margin-left: 0;
		justify-content: space-between;
	}

	/*Блок 4 */
	.napravleniy_bl4-c1{
		flex-direction: column;
		height: auto;
		gap: 20px;
	}
	.napravleniy_bl4-c2{
		flex-direction: column-reverse;
		height: auto;
		gap: 20px;
	}
	.nprvln_bl4-content1,
	.nprvln_bl4-image,
	.nprvln_bl4-content2{
		width: auto;
	}
	/*Блок 5 */
	.adns_napravleniy_block5{
		flex-direction: column;
	}
	.nprvln_bl5-content1{
		padding: 24px 14px;
	}
	.nprvln_bl5-content2,
	.nprvln_bl5-content1{
		width: 100%;
	}
	.nprvln_bl5-name{
		display: none;
	}
	.nprvln_bl5-name_mob{
		display: block;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.1;
		color: black;
	}
	/* Блок 6*/
	.adns_napravleniy_block6
	.btn_to_section_full{
		display: none;
	}
	/* Блок 7*/
	.adns_napravleniy_block7
	.grid_container_width.adns2_slider_content{
		padding-left: 0 !important;
	}
}

/* End */


/* Start:/bitrix/templates/aspro-priority2/components/bitrix/news.list/adns_our_patients/style.css?17640573543878*/
.adns_patients_card {
	border-radius: 30px;
/*	padding: 10px; */
	overflow: hidden;
	width: 350px;
	position: relative;
	height: 500px;
}



.adns_stars_exp {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #fff;
	padding: 4px 10px;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
}


.adns_stars_exp_content {
	color: blue;
	font-size: 13px;
	font-weight: 600;
}


.adns_patients_img { 
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}


.adns_patients_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.adns_patients_card_content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-radius: 30px;
	backdrop-filter: blur(5px);
	padding: 25px;
	border: 0px solid #ffffff30;
	background: #5050507d;
	min-height: 120px;
	z-index: 5;
}


.adns_patients_title {
	color: white;
	font-weight: 400;
	line-height: 34px;
	font-size: 24px;
}


.adns_patients_link {
	position: absolute;
	top: 20px;
	right: 20px;
}

.adns2_container .title_block_button{
	display: flex;
    border: 1px solid var(--theme-base-color);
    background: var(--theme-base-color);
    border-radius: 30px;
    padding: 10px 27px;
    margin-left: 12px;
    margin-right: 12px;
    gap: 10px;
    color: #fff;
    width: max-content;
}


.adns_stars_content {
	text-decoration: none;
	color: white;
	position: absolute;
	top: 1px;
	right: 8px;
	transition: all 0.3s ease;
	white-space: nowrap;
	display: flex;
	align-items: center;
}


.adns_stars_desc {
	line-height: 18px;
	margin-bottom: 15px;
	font-size: 13px;
	color: white;
	padding-top: 10px;
}


.adns_stars_button {
	align-items: center;
	background: var(--theme-base-color);
	border-radius: 30px;
	padding: 6px;
	display: inline-flex;
	text-decoration: none;
}


.adns_stars_button_content {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	min-width: 95px;
	padding-left: 20px;
	padding-right: 20px;
}

.adns_patients_button_bg {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute; 
    top: 0;
    left: 0;
}

.adns_patients_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.adns_patients_btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fff;
    margin-left: 2px;
}

.adns_patients_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
}

.adns_patients_video.active {
    display: block;
}


.adns_patients_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.adns_patients_video_content {
    width: 100%;
    height: 100%;
}
.adns_card_link{
	width: 100%;
    height: 100%;
    cursor: pointer;
}
.btn_to_section{
	display: none;
}

.adns_stars_cont{}
.adns_stars_cont .title_block{display: flex;flex-direction: column;align-items: flex-start;padding: 42px;gap: 20px;background: #F2F4FF;border-radius: 38px;}
.adns_stars_cont .description{padding-bottom: 11px;}
.adns_stars_cont .title_block_btn{margin-left: 0px !important;margin-right: 0px !important;}
 @media (max-width:900px) {
	.adns_stars_cont .title_block_right{display:block !important;}
	.adns_stars_cont .title_block {padding: 25px 20px !important;}
	.btn_to_section{
		display: block;
		margin-top: 30px;
	}
	.adns2_container .title_block_button{
		display: none;
	}

	.adns2_container .title_block_btn{
		margin-left: 0 !important;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1753735234122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/bitrix/templates/aspro-priority2/components/bitrix/news.list/adns_diseases_symptoms/style.css?17640887371351*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.adns_disease_name{
	display: flex;
    justify-content: space-between;
	padding: 15px 0 0;
	align-items: center;
}

.adns_disease .link_arrow{
    border: 1px solid white;
    border-radius: 30px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    align-items: center;
}
.adns_disease .link_arrow_content{
	display: flex;
    width: 100%;
    height: 30px;
}

.adns_disease .link_arrow__icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    align-items: center;
    transform: rotate(90deg);
}
.adns_disease .link_arrow__icon img {
    width: 15px;
    height: 15px;
}

.horizontal-line {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 5px 0;
}
.adns_disease_content {
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
  height: 0;
  opacity: 0;
  font-weight: 100;
  padding-top: 10px;
}

.adns_disease_content.is-open {
  opacity: 1;
}
.adns_disease-title{
	font-weight: 600;
}
.adns_disease_content p{
	margin-bottom: 0;
}

@media (max-width: 991px){
	.adns_disease-title{
		font-size: 16px;
	}
	.adns_disease_content{
		font-size: 14px;
	}
}
/* End */


/* Start:/bitrix/templates/aspro-priority2/components/bitrix/news.list/adns_main_services-list/style.css?17628097315032*/
.adns_height_300{
	height:300px;
}
.services-list-bg-template {
margin-bottom: 62px !important;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tabs-container_services-main .tabs-nav {
    display: flex;
    justify-content: start;
    list-style: none;
    padding: 0;
    margin: 30px 0;
    gap: 14px;
}

.tabs-container-wrapper .tab-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 20px 15px 5px;
    border: none;
    border-radius: 50px;
    background: #ffffff;
    color: #333;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    cursor: pointer;
    height: 55px;
    border: solid #d1cccc 1px;
}

.tabs-container-wrapper .tab-btn.no-picture {
  justify-content: center;
  gap: 0;
  text-align: center;
  padding:15px 20px;
}

.tabs-container-wrapper .tab-btn.active,
.tabs-container-wrapper .tab-btn:hover {
  background: #3D4BC7;
  color: white;
}

.tab-picture_services-main img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}


.adns2_services_card {
    border-radius: 30px;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    transition: 0.3s;
    position: relative;
    height: 460px;
	    background: #e9ebf3;
}

.adns2_services_days {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.adns2_services_days_content {
    color: var(--theme-base-color);
    font-size: 14px;
}

.adns2_services_img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

}

.adns2_services_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 0;
    margin-left: 0;
    transition: 0.4s;
}

.adns2_services_image.contain-img{
    object-fit: contain;
    margin-top: 5%;
	height:90%;
}


.adns2_services_card:hover .adns2_services_image {
    margin-top: -1%;
    margin-left: -1%;
    height: 102%;
    width: 102%;
    transition: 0.4s;
}

.adns2_services_card_content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    padding: 20px;
    border: 2px solid #ffffff30;
    background: #706e6e2e;
	min-height: 170px;
}


.adns2_services_card_content.contain-img {background: #b9b9b92e;}
.adns2_services_card_content.contain-img .adns2_services_title,
.adns2_services_card_content.contain-img .adns2_services_description,
.adns2_services_card_content.contain-img .adns2_services_price,
.adns2_services_card_content.contain-img .link_arrow_text {color:#000;}
.adns2_services_card_content.contain-img .link_arrow {border: 1px solid #000;}
.adns2_services_card_content.contain-img .link_arrow__icon img {filter: invert(1);}

.adns2_services_card_content .adns2_services_description ul,
.adns2_services_card_content .adns2_services_description li {margin-bottom: 0px;}



.adns2_services_title {
    color: white;
    font-weight: 600;
    padding-top: 10px;
    font-size: 24px;
    line-height: 110%;
}

.adns2_services_date {
    background: #ffffff00;
    display: inline-block;
    border: 1px solid white;
    padding: 3px 8px;
    border-radius: 30px;
    line-height: 18px;
}

.adns2_services_date_content {
    font-size: 13px;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
}

.adns2_services_price{
    color: white;
    padding-top: 20px;
    min-height: 50px;
}


.adns2_services_link_service-main {
    position: absolute;
    bottom: 50px;
    right: 20px;
}

.adns2_services_description{
	color: white;
    padding-top: 10px;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
    line-height: 18px;
}

.tabs-nav li {
  list-style: none;
}

.tabs-nav li:before {
  content: none !important;
}

.grid-list-services {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.tabs-container-wrapper{
	overflow-x: scroll;
}


@media (max-width: 991px) {
  .grid-list-services {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
        padding: 0px 15px;
  }

  .grid-list-services ::-webkit-scrollbar {
    height: 6px;
  }
  .grid-list-services ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
  }
  .grid-list-services ::-webkit-scrollbar-track {
    background: transparent;
  }

  .adns2_services_card {
    flex: 0 0 auto; 
    width: 280px;
  }

	.tabs-container_services-main .tabs-nav {
        gap: 12px;
        margin: 15px 0;
        width: 100%;
        padding: 0px 15px;
	}

    .adns2_services_card {
        width: 350px;
        height: 350px;
    }

	.tab-name_services-main{
		width: max-content;
	}
	.tabs-container_services-main{

	}
}

/* End */


/* Start:/bitrix/templates/aspro-priority2/components/bitrix/news.list/adns-staff-list/style.css?17619419702133*/

    .doctors_card {
        border-radius: 30px;
        padding: 10px;
        overflow: hidden;
        width: 350px;
        position: relative;
        height: 500px;
    }


    .doctors_exp {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #fff;
        padding: 4px 10px;
        border-radius: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .doctors_exp_content {
        color: blue;
        font-size: 13px;
        font-weight: 600;
    }


    .doctors_img { 
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }


    .doctors_image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


    .doctors_card_content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        border-radius: 30px;
        backdrop-filter: blur(5px);
        padding: 20px;
        border: 2px solid #ffffff30;
        background: #5050507d;
    }


    .doctors_title {
        color: white;
        font-weight: 600;
        line-height: 18px;
    }


    .doctors_link {
        position: absolute;
        top: 20px;
        right: 20px;
    }



    .doctors_content {
        text-decoration: none;
        color: white;
        position: absolute;
        top: 1px;
        right: 8px;
        transition: all 0.3s ease;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }


    .doctors_desc {
        line-height: 18px;
        margin-bottom: 15px;
        font-size: 13px;
        color: white;
        padding-top: 10px;
    }


    .doctors_button {
        align-items: center;
    background: var(--theme-base-color);
        border-radius: 30px;
        padding: 6px;
        display: inline-flex;
        text-decoration: none;
    }


    .doctors_button_content {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        min-width: 95px;
        padding-left: 20px;
        padding-right: 20px;
    }


 @media (max-width:900px) {

    }

/* End */
/* /bitrix/templates/aspro-priority2/components/bitrix/news/adns_news_napravlenia/bitrix/news.detail/.default/style.css?176492339311213 */
/* /bitrix/templates/aspro-priority2/components/bitrix/news.list/adns_our_patients/style.css?17640573543878 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1753735234122 */
/* /bitrix/templates/aspro-priority2/components/bitrix/news.list/adns_diseases_symptoms/style.css?17640887371351 */
/* /bitrix/templates/aspro-priority2/components/bitrix/news.list/adns_main_services-list/style.css?17628097315032 */
/* /bitrix/templates/aspro-priority2/components/bitrix/news.list/adns-staff-list/style.css?17619419702133 */
