

/* Start:/local/templates/clinic/components/bitrix/news/kosmecevtika/bitrix/news.list/.default/style.css?17418612364187*/
main.def_page {
    padding: 0 !important;
}
/*header*/
.s_main_screen {
	background: #282828;
	max-height: 650px;
	height: 650px;
	position: relative;
}
.s_main_screen:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #28282899;
	z-index: 0;
}
.s_main_screen .container {
	position: inherit;
	z-index: 1;
}

.main_screen {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: end;
	padding-bottom: 10px;
}

.main_screen__box {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
}

.main_screen__text {
	font-size: 14px;
	line-height: 18px;
	max-width: 230px;
}

.main_screen__title {
	width: 100%;
	font-size: 68px;
	position: relative;
}

.main_screen__btn {
	position: absolute;
	right: 0;
	bottom: 12px;
	max-width: 340px;
	width: 100%;
	justify-content: center;
	display: flex;
}




.s_main_screen_detail .main_screen__box {
	position: relative;
}
.s_main_screen_detail .main_screen__title {
	width: 70%;
	position: unset;
}
.s_main_screen_detail .main_screen__text {
	max-width: 335px;
}

@media (max-width: 1200px) {
	.main_screen__title {
		position: unset;
		display: flex;
		flex-direction: column;
		font-size: 54px;
		line-height: 60px;
		gap: 20px;
	}

	.main_screen__btn {
		position: unset;
		right: unset;
		bottom: unset;
	}

	.main_uslug_title {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 768px) {
	.main_screen {
		padding-bottom: 20px;
	}

	.s_main_screen {
		max-height: unset;
		height: 100vh;
	}

	.main_screen__box {
		gap: 10px;
	}

	.main_screen__title {
		font-size: 24px;
		line-height: 26px;
	}

	.main_screen__text {
		font-size: 12px;
		line-height: 13px;
	}

	.main_screen__btn {
		max-width: unset;
	}
}

/*list*/
.s_block_product {
	padding: 100px 0 50px;
}
.s_block_product .container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.s_block_product h2 {
	display: none;
}
.block_product {
	display: flex;
	gap: 20px;
}


.block_product__container {
	width: calc(100% - 355px);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
}
.block_product__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	border: 1px solid #C6A464;
}
.block_product_item__img_cont {
	display: flex;
	background: white;
	min-height: 295px;
	max-height: 295px;
}
.block_product_item__img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
	mix-blend-mode: darken;
}
.block_product_item__box {
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	justify-content: space-between;
}
.block_product_item__info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.block_product_item__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	color: white;
}
.block_product_item__price {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: white;
	text-align: end;
}
.block_product_item__btn_cont {
	display: flex;
	justify-content: center;
}
.block_product_item__btn {
	text-decoration: underline;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #C6A464;
}

@media (max-width: 1200px) {
	.block_product__container {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	}
}
@media (max-width: 992px) {
	.block_product {
		flex-direction: column;
	}



	.block_product__container {
		width: 100%;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
}
@media (max-width: 768px) {
	.s_block_product {
		padding: 60px 0 30px;
	}
	.s_block_product h2 {
		display: flex;
		color: white;
	}



	.block_product__container {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		grid-gap: 10px;
	}
	.block_product__item {
		gap: 10px;
		padding: 10px;
	}
	.block_product_item__img_cont {
		min-height: 250px;
		max-height: 250px;
	}
	.block_product_item__box {
		gap: 20px;
	}
	.block_product_item__price {
		font-size: 16px;
		line-height: 17px;
	}
}
@media (max-width: 550px) {
	.s_block_product h2 {
		font-size: 24px;
		line-height: 26px;
	}

	.block_product_item__btn {
		font-size: 12px;
		line-height: 15px;
	}
}
/* End */


/* Start:/local/templates/clinic/components/bitrix/menu/product/style.css?17412564411397*/

.block_product__menu {
	width: 335px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.block_product_btn {
	position: relative;
	display: flex;
	align-items: center;
	padding: 4px 50px 4px 20px;
	border: 1px solid #C6A464;
	max-height: 50px;
	height: 50px;
	transition: .3s;
}
.block_product_btn span {
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	color: white;
	text-transform: uppercase;
}
.block_product_btn svg {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 12px;
	height: 17px;
	transform: translateY(-50%) rotate(0deg);
	transition: .3s;
}
.block_product_btn svg path {
	stroke: #C6A464;
	transition: .3s;
}
.block_product_btn:hover {
	background: #C6A464;
}
.block_product_btn:hover svg {
	transform: translateY(-50%) rotate(-50deg);
}
.block_product_btn:hover svg path {
	stroke: #FAF8EB;
}
.block_product_btn_mob {
	display: none;
}



@media (max-width: 992px) {


	.block_product__menu {
		flex-direction: unset;
		gap: unset;
	}
	.block_product_btn {
		display: none;
	}
	.block_product_btn.block_product_btn_mob {
		display: flex;
		width: 100%;
	}

}
@media (max-width: 768px) {

	.block_product__menu {
		width: unset;
		max-width: 340px;
	}
	.block_product_btn {
		padding: 2px 40px 2px 10px;
		max-height: 40px;
		height: 40px;
	}
	.block_product_btn span {
		font-size: 12px;
		line-height: 13px;
	}
	.block_product_btn svg {
		right: 10px;
	}

	
}

/* End */


/* Start:/local/templates/clinic/components/bitrix/news.list/block_feedback_media/style.css?17484379752302*/
.s_block_feedback_media {
	padding: 50px 0;
}
.block_feedback_media {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.block_feedback_media__container {
	display: flex;
	position: relative;
	padding-bottom: 30px;
}
.swiper-pagination.sp_main.sp_block_feedback_media {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.block_feedback_media__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-height: 595px;
	/*min-height: 595px;*/
}
.block_feedback_media_card__top {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
	background: #FAF8EB;
	padding: 16px 20px;
}
.block_feedback_media_card__avatar {
	border-radius: 50%;
	overflow: hidden;
	background: #C6A464;
	width: 30px;
	height: 30px;
}
.block_feedback_media_card__avatar img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}
.block_feedback_media_card__name {
	font-size: 14px;
	line-height: 18px;
	color: #282828;
}
.block_feedback_media_card__bot {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.block_feedback_media_card__bot:has(.block_feedback_media_card__txt) {
	border-bottom: 1px solid #C6A464;
	border-right: 1px solid #C6A464;
	border-left: 1px solid #C6A464;
	padding: 20px 5px 13px 20px;
	overflow: hidden;
}
.block_feedback_media_card__txt {
	color: white;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	overflow-y: auto;
	height: 100%;
	padding-right: 20px;
}
.block_feedback_media_card__txt::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}
.block_feedback_media_card__txt::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #C6A464;
	cursor: pointer;
}
.block_feedback_media_card__txt::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 0;
	transition: .4s;
}
.block_feedback_media_card__link {
	display: flex;
	width: 100%;
	height: 100%;
	background: #D2D2D2;
}
.block_feedback_media_card__link img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top;
}

@media (max-width: 768px) {
	.s_block_feedback_media {
		padding: 20px 0;
	}
	.block_feedback_media {
		gap: 30px;
	}
	.block_feedback_media__container {
		padding-bottom: 25px;
	}
}
/* End */


/* Start:/local/templates/clinic/components/bitrix/news.list/block_question/style.css?17526869353173*/
.s_block_question {
	padding: 50px 0;
}
.block_question {
	display: flex;
	gap: 20px;
}
.block_question__img, .block_question__container {
	width: calc(50% - 10px);
}
.s_block_question h2 {
	color: white;
	z-index: 1;
	position: inherit;
}

.block_question__img {
	display: flex;
	align-items: end;
	position: relative;
	background-position:  center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 160px;
	/* min-height: 483px;
	max-height: 483px; */
	padding: 20px;
	overflow: hidden;
}
.block_question__img:before {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
	linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 200%);
}

.block_question__container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.block_question__item {
	background-color: #FAF8EB;
}
.block_question__title_cont {
	position: relative;
	cursor: pointer;
	display: flex;
	padding: 18px 60px 16px 20px;
}
.block_question__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #282828;
}
.block_question__title_cont:before {
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='29' viewBox='0 0 21 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7209 28.2895L10.4354 1.57937M20.2163 10.2602L10.4283 0.911621L0.840158 10.2602' stroke='%23C6A464'/%3E%3C/svg%3E");
	content: '';
	width: 12px;
	height: 18px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: .3s;
}
.block_question__item.active .block_question__title_cont:before {
	transform: translateY(-50%) rotate(90deg);
}
.block_question__content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	transition: 0.4s;
	padding: 0 20px;
}
.block_question__item.active .block_question__content {
	display: flex;
	max-height: unset;
	padding: 0 20px 20px;
}
.block_question__text {
	color: #282828;
	font-size: 14px;
	line-height: 18px;
}

@media (max-width: 1280px) {
	.block_question__img {
		min-height: 220px;
	}
}
@media (max-width: 992px) {
	.block_question {
		flex-direction: column;
	}
	.block_question__img, .block_question__container {
		width: 100%;
	}
	.block_question__img {
		min-height: 483px;
		max-height: 483px;
	}
}
@media (max-width: 768px) {
	.s_block_question {
		padding: 30px 0;
	}

	.block_question__img {
		min-height: 400px;
		max-height: 400px;
	}

	.block_question__title {
		font-size: 16px;
		line-height: 17px;
	}
	.block_question__title_cont {
		padding: 10px 40px 10px 10px;
	}
	.block_question__title_cont:before {
		right: 10px;
	}
	.block_question__content {
		padding: 0 10px;
	}
	.block_question__item.active .block_question__content {
		padding: 0 10px 10px;
	}
}
@media (max-width: 550px) {
	.s_block_question h2 {
		font-weight: 400;
		font-size: 24px;
		line-height: 26px;
	}

	.block_question__text {
		font-size: 12px;
		line-height: 15px;
	}
	.block_question__img {
		min-height: 280px;
		max-height: 280px;
	}
}
/* End */


/* Start:/local/templates/clinic/components/bitrix/news.list/block_like/style.css?17520881492235*/
.s_maybe_like {
	padding: 50px 0;
}
.s_maybe_like h2 {
	color: white;
}
.maybe_like {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.maybe_like__container {
	display: flex;
	position: relative;
	padding-bottom: 30px;
}

.maybe_like__card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	gap: 10px;
	height: 100%;
	border: 1px solid #C6A464;
}
.maybe_like_card__img {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 390px;
	max-height: 390px;
}
.maybe_like_card__img:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 40, 40, 0.4);
	transition: .3s;
}
.maybe_like_card__img:hover:before {
	opacity: 0;
}
.maybe_like_card__img img {
	object-fit: cover;
	object-position: top;
	height: 100%;
	width: 100%;
}
.maybe_like_card__info {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	gap: 10px;
}
.maybe_like_card__title {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 20px;
	color: white;
}
.maybe_like_card__link_cont {
	display: flex;
	justify-content: center;
}
.maybe_like_card__link {
	color: #C6A464;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-decoration: underline;
}

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

@media (max-width: 992px) {
	.maybe_like__card {
		padding: 10px;
	}
}
@media (max-width: 768px) {
	.s_maybe_like {
		padding: 30px 0;
	}
	.s_maybe_like h2 {
		color: #FAF8EB;
	}
	.maybe_like {
		gap: 30px;
	}
	.maybe_like__container {
		padding-bottom: 25px;
	}

	.maybe_like_card__info {
		gap: 20px;
	}
	.maybe_like_card__link {
		color: #282828;
		font-size: 12px;
		line-height: 13px;
		text-decoration: unset;
		text-transform: uppercase;
		padding: 14px 20px;
		text-align: center;
		width: 100%;
		background: #FAF8EB;
		transition: .3s;
	}
	.maybe_like_card__link:hover {
		color: #FAF8EB;
		background: #C6A464;
	}
}
@media (max-width: 550px) {
	.s_maybe_like h2 {
		font-size: 24px;
		line-height: 26px;
	}

	.maybe_like_card__img {
		min-height: 350px;
		max-height: 350px;
	}
	.maybe_like_card__img img {
		object-position: center;
	}
}
/* End */


/* Start:/local/templates/clinic/components/bitrix/news.list/block_feedback/style.css?17489662103492*/
.s_block_feedback {
	padding: 50px 0;
}
.block_feedback {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.bf_slide_slide__img {
	display: flex;
}
.bf_slide_slide__img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 400px;
}

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

.bf_tab_container {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.bf_tabs {
	display: flex;
}
.bf_tab {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	padding: 12px 16px;
	color: #282828;
	height: 40px;
	gap: 5px;
	background: #FAF8EB;
	transition: .3s;
}
.bf_tab.bf_tab_img {
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
}
.bf_tab_img img {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.bf_tab:hover {
	background: #C6A464;
	color: white;
}
.bf_tab_content {
	display: none;
	padding-bottom: 30px;
	position: relative;
}
.bf_tab.tab-open {
	transition: 0.3s;
	background: #C6A464;
	color: white;
}
.bf_tab_content.tab-open {
	display: block;
}

@media (max-width: 768px) {
	.s_block_feedback {
		padding: 20px 0;
	}
	.s_block_feedback h2 {
		display: none;
	}
	.block_feedback {
		gap: unset;
	}
	.bf_tab_container {
		gap: 10px;
	}
	.bf_tab_content {
		padding-bottom: 25px;
	}

	.bf_tab {
		font-size: 12px;
		line-height: 13px;
		padding: 8px;
		gap: unset;
	}
	.bf_tab span {
		display: none;
	}
	.bf_tab_img img {
		width: 24px;
		height: 24px;
	}
}

.df_block_feedback_media__card {
	display: flex;
	flex-direction: column;
	height: 320px;
	width: 100%;
	max-height: 320px;
	min-height: 320px;
}
.df_block_feedback_media_card__top {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
	background: #FAF8EB;
	padding: 8px 12px;
}
.df_block_feedback_media_card__avatar {
	border-radius: 50%;
	overflow: hidden;
	background: #C6A464;
	width: 30px;
	height: 30px;
}
.df_block_feedback_media_card__avatar img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}
.df_block_feedback_media_card__name {
	font-size: 14px;
	line-height: 18px;
	color: #282828;
}
.df_block_feedback_media_card__bot {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.df_block_feedback_media_card__avatar_block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.df_block_feedback_media_card__bot:has(.df_block_feedback_media_card__txt) {
	border-bottom: 1px solid #C6A464;
	border-right: 1px solid #C6A464;
	border-left: 1px solid #C6A464;
	padding: 8px 0 8px 8px;
	overflow: hidden;
}
.df_block_feedback_media_card__txt {
	color: white;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	overflow-y: auto;
	height: 100%;
	padding-right: 12px;
}
.df_block_feedback_media_card__txt::-webkit-scrollbar {
	width: 4px;
	background-color: transparent;
}
.df_block_feedback_media_card__txt::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #C6A464;
	cursor: pointer;
}
.df_block_feedback_media_card__txt::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 0;
	transition: .4s;
}

.s_block_feedback .swiper-pagination.sp_main.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100vw - 20px);
}
/* End */
/* /local/templates/clinic/components/bitrix/news/kosmecevtika/bitrix/news.list/.default/style.css?17418612364187 */
/* /local/templates/clinic/components/bitrix/menu/product/style.css?17412564411397 */
/* /local/templates/clinic/components/bitrix/news.list/block_feedback_media/style.css?17484379752302 */
/* /local/templates/clinic/components/bitrix/news.list/block_question/style.css?17526869353173 */
/* /local/templates/clinic/components/bitrix/news.list/block_like/style.css?17520881492235 */
/* /local/templates/clinic/components/bitrix/news.list/block_feedback/style.css?17489662103492 */
