

/* 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_feedback/style.css?17701430272270*/
.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: 25.2vw;
}
.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: 24.8vw;
	}
}
@media (max-width:2160px) {
	.bx-filter-select-popup {
		width: 24.6vw;
	}
}


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


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



@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_filtr/style.css?17702036235606*/
.s_sec_feedback h1 {
	color: white;
	line-height: 110%;
	font-weight: 400;
	font-size: 64px;
}
.sec_feedback {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding-bottom: 180px;
}

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

.sf_add__select_cont {
	/*width: calc(100% - 240px);
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-gap: 20px;*/
	width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    grid-gap: 20px;

}
.sf__add_cont {
	display: flex;
	/*align-items: center;*/
	align-items: flex-start;
	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 label {
	padding: 8px 20px;
	transition: .3s;
	font-size: 14px;
	line-height: 130%;
	color: #393939;
	display:block;
}
.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__cont_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
	grid-gap: 15px 20px;
}
.sf__item {
	display: flex;
	flex-direction: column;
	/* max-width: 335px;
	min-width: 335px; */
}
.sf_item__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 20px;
	background: #FAF8EB;
}
.sf_item__star_cont {
	display: flex;
	align-items: center;
	gap: 2px;
}
.sf_item__star {
	width: 16px;
	height: 16px;
	object-fit: contain;
	object-position: center;
}
.sf_item__s_logo {
	width: 73px;
	height: 19px;
	object-fit: contain;
	object-position: center;
}

.sf_item__mid {
	padding: 20px;
	border-right: 1px solid #FAF8EB;
	border-left: 1px solid #FAF8EB;
}
.sf_item__text_cont {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;
	overflow: hidden;
	max-height: 134px;
	min-height: 134px;
	cursor: pointer;
}
.sf__item.active .sf_item__text_cont {
	overflow-y: scroll;
}
.sf__item.active .sf_item__text_cont .sf_item__text {
	overflow: unset;
	display: unset;
	-webkit-line-clamp: unset;
	line-clamp: unset;
	-webkit-box-orient: unset;
}
.sf__item.active .sf_item__text_cont::-webkit-scrollbar {
	width: 3px;
	background-color: transparent;
}
.sf__item.active .sf_item__text_cont::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #C6A464;
	cursor: pointer;
}
.sf__item.active .sf_item__text_cont::-webkit-scrollbar-track {
	background-color: transparent;
	transition: .4s;
}
.sf__item.active .sf_item__text_cont::-webkit-scrollbar-thumb:hover {
	background: #a48043;
}
.sf__item.active .sf_item__text_cont .sf_item__text_box {
	padding-right: 10px;
}
.sf_item__text {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	transition: .3s;

	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sf_item__btn {
	text-decoration: underline;
	font-size: 14px;
	line-height: 18px;
	color: #C1A56D;
}
.sf_item__btn.disabled {
	display: none;
}

.sf_item__bot {
	padding: 8px;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #FAF8EB;
	color: #1E1E1E;
}
.sf_item__avatar {
	width: 40px;
	height: 40px;
	object-position: center;
	object-fit: contain;
}
.sf_item__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.sf_item__name_doc {
	font-size: 14px;
	line-height: 18px;
}
.sf_item__name_doc span {
	font-weight: 700;
}
.sf_item__name_avt {
	font-size: 14px;
	line-height: 18px;
}
.sf_item__name_avt span {
	font-weight: 700;
}

.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: 576px) {
	.s_sec_feedback h1 {
		line-height: 110%;
		font-weight: 500;
		font-size: 24px;
	}
	.sec_feedback {
		gap: 42px;
		padding-bottom: 80px;
	}

	.sf_add__select_cont {
		gap: 10px;
	}

	.sf_add__btn.btn1 {
		width: 100%;
	}

	.sf_item__mid {
		padding: 20px 15px;
	}
	.sf_item__text_cont {
		max-height: 115px;
		min-height: 115px;
	}
	.sf_item__text {
		font-size: 12px;
		line-height: 130%;
	}
	.sf_item__btn {
		font-size: 12px;
		line-height: 130%;
	}

	.sf_item__name_doc {
		font-size: 12px;
		line-height: 130%;
	}
	.sf_item__name_doc span {
		font-size: 14px;
		line-height: 18px;
	}
	.sf_item__name_avt {
		font-size: 12px;
		line-height: 130%;
	}
	.sf_item__name_avt span {
		line-height: 16px;
	}

	.s_main_breadcrumb {
		padding-bottom: 30px;
	}
}
@media (max-width: 375px) {
	.sf__cont_list {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
}
/* End */
/* /local/templates/clinic/components/bitrix/breadcrumb/main/style.css?1741859828643 */
/* /local/templates/clinic/components/bitrix/catalog.smart.filter/template_feedback/style.css?17701430272270 */
/* /local/templates/clinic/components/bitrix/catalog.section/feedback_filtr/style.css?17702036235606 */
