

/* Start:/local/templates/clinic/components/bitrix/breadcrumb/main/style.css?1741859828643*/
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 18.2px;
	letter-spacing: 0%;
	margin-right: 10px;
}

.bx-breadcrumb-item span {
    margin-left: 4px;
}
.bx-breadcrumb-item:first-child span {
    margin-left: 0;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
.bx-breadcrumb-item.active span {
    color: #C6A464;
}
@media (max-width: 992px) {
	.bx-breadcrumb .bx-breadcrumb-item {
		margin-bottom: 10px;
	}
}
/* End */


/* Start:/local/templates/clinic/components/bitrix/catalog.smart.filter/template_history/style.css?17701419322272*/
.bnt_hidden {
    display: none;
}
.bx-filter-select-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    gap: 10px;
    background: white;
    cursor: pointer;
    border: 1px solid #393939;
    width: 100%;
    color: #393939;
}
.bx-filter-select-popup {
    padding: 8px 0;
    color: #393939;
    background: white;
    border: 1px solid #393939;
    cursor: pointer;
}
.popup-window {
    padding: 0;
}
.bx-filter-select-popup li {
    padding: 8px 20px;
    transition: .3s;
    font-size: 14px;
    line-height: 130%;
    /*color: #393939;*/
}

form.smartfilter {
    display: flex;
    justify-content: space-between;
}
.list-filtr_bx {
    width: 100%;
    display: flex;
       margin-right: 1vw;
    justify-content: space-between;
    align-items: stretch;
}
.row.list-filtr_bx .col-lg-12 {
    width: calc(33% -  0.5vw);
}
.sf_add__btn.btn.btn1 {
    border: 1px solid #c6a464;
    width: 15vw;
    display: flex;
    justify-content: center;
    line-height: 100%;
    color: #fff;
}
.bx-filter-select-popup {
    width: 23.8vw;
}
.bx-filter-select-popup li:hover label {
    cursor: pointer;
}
.bx-filter-select-popup li:hover label.disabled {
    cursor: none;
}
label.bx-filter-param-label.disabled {
    color: #999;
}
.bx-filter-select-popup li:has(.disabled) {
    display: none;
}
@media (max-width: 2880px) {
	.bx-filter-select-popup {
		width: 23.6vw;
	}
}
@media (max-width:2160px) {
	.bx-filter-select-popup {
		width: 23.4vw;
	}
}


@media (max-width:2000px) {
.bx-filter-select-popup {
           width: 25.2vw;
}
}


@media (max-width:1620px) {
.bx-filter-select-popup {
    width: 25.6vw
}
}
@media (max-width:1440px) {
.bx-filter-select-popup {
    width: 26.2vw;
}
}



@media (max-width: 960px) {
.row.list-filtr_bx {
    flex-wrap: wrap;
}
.row.list-filtr_bx .col-lg-12 {
    width: 100%;
    margin-bottom: 10px;
}
.bx-filter-select-popup {
    width: calc(100vw - 40px);
}
form.smartfilter {
    flex-wrap: wrap;
}
.row.list-filtr_bx {
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 10px;
}

.sf_add__btn.btn.btn1 {
    width: 100%;
}
.row.mb_w100 {
    width: 100%;
}
}
@media (max-width: 768px) {
.bx-filter-select-popup {
    width: calc(100vw - 20px);
}

}
/* End */


/* Start:/local/templates/clinic/components/bitrix/catalog.section/feedback_history/style.css?17802858848590*/
.s_sec_history h1 {
	color: white;
	line-height: 110%;
	font-weight: 400;
	font-size: 64px;
}
.sec_history {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.sf__container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.sf_add__select_cont {
	width: calc(100% - 240px);
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-gap: 20px;
}
.sf__add_cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.sf_add__select {
	position: relative;
}
.sf_add_select__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	gap: 10px;
	background: white;
	cursor: pointer;
	border: 1px solid #393939;
	width: 100%;
}
.sf_add_select__btn span {
	font-size: 14px;
	line-height: 130%;
	color: #393939;
}
.sf_add_select__btn svg {
	width: 20px;
	height: 20px;
	object-position: center;
	object-fit: contain;
}
.sf_add_select__container {
	display: none;
	padding: 8px 0;
	z-index: 65;
	background: white;
	border: 1px solid #393939;
	cursor: pointer;
	width: 100%;
	top: 52px;
	left: 0;
	position: absolute;
	flex-direction: column;
}
.sf_add_select__item {
	padding: 8px 20px;
	transition: .3s;
	font-size: 14px;
	line-height: 130%;
	color: #393939;
}
.sf_add_select__item:hover {
	background: #d9d9d9;
}
.sf_add_select__item.active {
	background: #d9d9d9;
}
.sf_add__select.active .sf_add_select__container {
	display: flex;
}
.sf_add__btn.btn1 {
	width: 220px;
	display: flex;
	justify-content: center;
	line-height: 110%;
}





.sf__cont {
	display: flex;
	background: #383838;
margin-bottom: 20px;
}

.sf__left {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-right: 1px solid #FAF8EB;
	padding: 40px 25px 40px 40px;
	width: calc(100% - 494px);
}
.sf_l__top {
	display: flex;
	align-items: center;
	gap: 12px;
}
.sf_l__img {
	object-fit: contain;
	object-position: center;
	width: 80px;
	height: 80px;
}
.sf_l__title_cont {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.sf_l__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	text-transform: uppercase;
}
.sf_l__sub_title {
	font-size: 14px;
	line-height: 18px;
}
.sf_l__text_cont {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sf_l__text_box {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sf_l_text__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
.sf_l__text {
	font-size: 14px;
	line-height: 130%;
}

.sf__right {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 40px 40px 40px 25px;
	width: 494px;
}
.sf_r__doc_cont {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.sf_r_doc__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	text-transform: uppercase;
}
.sf_r_doc__list {
	display: flex;
	flex-direction: column;
}
.sf_r_doc__item {
	padding: 12px 8px;
	border-bottom: 1px solid #C6A464;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}
.sf_r_doc__item:first-child {
	border-top: 1px solid #C6A464;
}
.sf_r_doc__profile {
	display: flex;
	gap: 12px;
	align-items: center;
}
.sf_r_doc_prof__img {
	object-fit: contain;
	object-position: center;
	width: 40px;
	height: 40px;
}
.sf_r_doc_prof__title_box {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.sf_r_doc_prof__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
.sf_r_doc_prof__sub_title {
	font-size: 14px;
	line-height: 130%;
}
.sf_r_doc__star_cont {
	display: flex;
	align-items: center;
	gap: 4px;
}
.sf_r_doc__star {
	object-fit: contain;
	object-position: center;
	width: 16px;
	height: 16px;
}
.sf_r_doc__star_count {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
.sf_r__services_cont {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sf_r_services__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
.sf_r_services__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.sf_r_services__item {
	padding: 12px;
	background: #C6A464;
	color: #1E1E1E;
	font-size: 14px;
	line-height: 18px;
}
.sf_r_services__item:hover {
	color: #1E1E1E;
}

.s_main_breadcrumb {
	padding-bottom: 60px;
}
.s_main_breadcrumb .bx-breadcrumb .bx-breadcrumb-item {
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.sf__add_cont {
		flex-direction: column;
		align-items: unset;
		justify-content: unset;
	}
	.sf_add__select_cont {
		width: 100%;
		flex-direction: column;
		display: flex;
		grid-template-columns: unset;
		grid-gap: unset;
		gap: 20px;
	}
	.sf_add_select__btn {
		max-width: unset;
	}
	.sf_add_select__container {
		max-width: unset;
	}
}
@media (max-width: 992px) {
	.sf__cont {
		flex-direction: column;
	}

	.sf__left {
		border-bottom: 1px solid #FAF8EB;
		border-right: unset;
		padding: 20px 20px 45px 20px;
		width: 100%;
	}

	.sf__right {
		padding: 25px 20px 20px 20px;
		width: 100%;
	}
}
@media (max-width: 576px) {
	.s_sec_history h1 {
		line-height: 110%;
		font-weight: 500;
		font-size: 24px;
	}
	.sec_history {
		gap: 42px;
	}

	.sf_add__select_cont {
		gap: 10px;
	}
	.sf_add__btn.btn1 {
		width: 100%;
	}

	.sf_l__img {
		width: 60px;
		height: 60px;
	}
	.sf_l__title {
		font-size: 16px;
		color: white;
	}
	.sf_l__sub_title {
		font-size: 12px;
		line-height: 130%;
		color: white;
	}
	.sf_l__text {
		font-size: 12px;
		color: white;
	}

	.sf_r_doc__title {
		font-size: 16px;
		color: white;
	}
	.sf_r_doc_prof__sub_title {
		font-size: 12px;
		color: white;
	}
	.sf_r_services__item {
		padding: 8px 12px;
		font-size: 12px;
		line-height: 130%;
	}

	.s_main_breadcrumb {
		padding-bottom: 30px;
	}
}





.s_before_after {
	padding: 100px 0 50px;
}
.before_after {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.swiper-slide.ba_slide {
	display: flex;
	height: auto;
}
.ba_slide__img_cont {
	display: flex;
	height: 100%;
	width: 100%;
}
.ba_slide__img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.swiper.swiperBeforeAfter {
	padding-right: calc(50% + 10px);
}

.ba_slide__box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 40px;
	gap: 20px;
}
.ba_slide__info_cont_pc {
	position: absolute;
	height: 100%;
	top: 0;
	width: calc(50% - 10px);
	right: 0;
	z-index: 1;
	display: flex;
	background: #212121CC;
}
.ba_slide__info_cont_mob {
	display: none;
	background: #212121;
}

.ba_slide__info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ba_slide__title {
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
}
.ba_slide__sub_title {
	font-size: 14px;
	line-height: 18px;
}
/*.ba_slide__btn_cont {
	display: flex;
}*/
.ba_slide__btn_cont .btn1 {
	max-width: 340px;
	width: 100%;
	justify-content: center;
	display: flex;
}


.swiper-pagination.sp_main.ba_pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.ba_tab_container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.ba_tabs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.ba_tab {
	border-right: 1px solid #C6A464;
}
.ba_tab:last-child {
	border-right: unset;
}
.ba_tab_content {
	display: none;
	padding-bottom: 30px;
	position: relative;
}
.ba_tab.tab-open {
	transition: 0.3s;
}
.ba_tab_content.tab-open {
	display: block;
}

@media (max-width: 1200px) {
	.ba_slide__title {
		font-size: 24px;
		line-height: 28px;
	}
	.ba_slide__box {
		padding: 20px;
	}

	.ba_tab {
		border: unset;
		box-shadow:
				1px 0 0 0 #C6A464 inset,
				0 1px 0 0 #C6A464 inset,
				1px 1px 0 0 #C6A464 inset,
				1px 0 0 0 #C6A464 inset,
				0 1px 0 0 #C6A464 inset;
	}
	.ba_tab:last-child {
		border: unset;
	}
}
@media (max-width: 768px) {
	.s_before_after {
		padding: 40px 0 20px;
	}
	.before_after {
		gap: 30px;
	}
	.ba_tabs {
		display: flex;
		grid-template-columns: unset;
		flex-direction: column;
		gap: 10px;
	}
	.ba_tab_container {
		gap: 20px;
	}
	.ba_tab_content {
		padding-bottom: 25px;
	}
	.swiper.swiperBeforeAfter {
		padding-right: unset;
	}


	.ba_slide {
		flex-direction: column;
	}
	.ba_slide__box {
		padding: 10px;
		width: 100%;
	}
	.ba_slide__info_cont_pc {
		display: none;
	}
	.ba_slide__info_cont_mob {
		display: flex;
		width: 100%;
	}

	.ba_slide__btn_cont .btn1 {
		max-width: 100%;
	}
}
@media (max-width: 450px) {
	.ba_slide__title {
		font-size: 16px;
		line-height: 17px;
	}
	.ba_slide__sub_title {
		font-size: 12px;
		line-height: 15px;
	}

	.ba_tab {
		border: 1px solid #C6A464;
		box-shadow: unset;
	}
	.ba_tab:last-child {
		border: 1px solid #C6A464;
	}

	.s_before_after .btn1 {
		padding: 12px 20px;
	}
}
/* End */
/* /local/templates/clinic/components/bitrix/breadcrumb/main/style.css?1741859828643 */
/* /local/templates/clinic/components/bitrix/catalog.smart.filter/template_history/style.css?17701419322272 */
/* /local/templates/clinic/components/bitrix/catalog.section/feedback_history/style.css?17802858848590 */
