

/* Start:/local/templates/clinic/components/bitrix/news.list/akcii/style.css?175691290510547*/
.timer__count {
    position: relative;
}
.title_text {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}
.timer__count:before {
    content: attr(data-title);
    display: block;
    position: absolute;
    bottom: -2.3rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.875rem;
    color: #424242;
}
.modal_stock .timer__count:before, .modal_stock .timer__count {
    color: #fff !important;
}

.s_stock {
	padding: 0 0 50px;
}
.stock {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.stock__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.stock__item {
	display: flex;
	gap: 20px;
	padding: 20px;
	background: #FAF8EB;
	color: #282828;
}

.stock__left, .stock__right {
	width: calc(50% - 10px);
}

.stock__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
.stock__top {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.stock__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
}
.stock__text {
	font-size: 14px;
	line-height: 18px;
}
.stock__bot {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.stock_time__container {
	display: flex;
	flex-direction: column;
}
.stock_time__text {
	font-size: 14px;
	line-height: 18px;
}
.timer__container {
	display: flex;
}
.timer__count, .timer__point {
	font-size: 69px;
	line-height: 75px;
	font-weight: 300;
}
.stock_btn__cont {
	display: flex;
}
.stock_btn__cont .btn1 {
	max-width: 315px;
	width: 100%;
	text-align: center;
	color: white;
}

.stock__right {
	display: flex;
}
.stock__img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	min-height: 360px;
}
.title_text a:hover {
    color: #333;
}
.text-block_list .ms_info__text ul li:before {
    position: absolute;
    content: '';
	width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    left: 8px;
    top: 9px;
}
@media (max-width: 992px) {
	.stock__item {
		gap: 10px;
		padding: 10px;
	}

	.stock__left {
		width: calc(45% - 5px);
	}
	.stock__right {
		width: calc(55% - 5px);
	}
}
@media (max-width: 768px) {
	.timer__count:before {
		display: none;
	}
	.s_stock {
		padding: 0 0 30px;
	}
	.stock {
		gap: 30px;
	}
	.s_stock h1 {
		color: white;
	}

	.stock__item {
		flex-direction: column;
	}

	.stock__left, .stock__right {
		width: 100%;
	}
	.stock__left {
		order: 2;
	}
	.stock__right {
		order: 1;
	}

	.stock__top {
		gap: 10px;
	}
	.stock__title {
		font-size: 16px;
		line-height: 17px;
	}
	.stock__text {
		font-size: 12px;
		line-height: 15px;
	}
	.stock__bot {
		gap: 10px;
	}
	.stock_time__container {
		flex-direction: unset;
		gap: 20px;
		justify-content: space-between;
	}
	.stock_time__text {
		display: flex;
		align-items: end;
		font-size: 12px;
		line-height: 15px;
	}
	.timer__count, .timer__point {
		font-size: 24px;
		line-height: 26px;
	}

	.stock_btn__cont .btn1 {
		max-width: 100%;
	}

	.stock__img {
		min-height: 360px;
		max-height: 360px;
	}
}
@media (max-width: 550px) {
	.stock__img {
		min-height: 300px;
		max-height: 300px;
	}
}
@media (max-width: 450px) {
	.stock__img {
		min-height: 170px;
		max-height: 170px;
	}
}


/*всплывашки*/


.s_modal_stock {
	padding: 100px 0;
}
.flex_container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.modal_stock {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.ms__left, .ms__right {
	width: calc(50% - 10px);
}
.ms__title_mob {
	display: none;
}
.ms__btn_cont.ms__btn_mob {
	display: none;
}

.ms__left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.ms__title_cont {
	padding: 20px;
	background: #C6A464;
}
.ms__title {
	font-weight: 300;
	font-size: 69px;
	line-height: 76px;
	color: white;
	text-transform: uppercase;
}
.ms_info__cont {
	display: flex;
	flex-direction: column;
	gap: 100px;
	padding: 20px;
	background: #FAF8EB;
}
.ms_info__main {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.ms_info__title {
	color: #282828;
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
}
.ms_info__text {
	max-width: 325px;
}
.ms_info__text, .ms_info__important {
	font-size: 14px;
	line-height: 18px;
	color: #282828;
}
.ms_info__important {
	margin: 0 12% 0 auto;
	max-width: 230px;
}
.ms_info__text ul li {
	position: relative;
	padding-left: 20px;
}
.ms_info__text ul li:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 2px;
	background: white;
	border-radius: 50%;
	left: 8px;
	top: 9px;
}

.ms__right {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: end;
	padding: 20px;
}
.ms__right:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00000099;
	z-index: 1;
}
.ms__num {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 300;
	font-size: 69px;
	line-height: 76px;
	text-align: center;
	color: white;
}
.ms__bot_cont {
	display: flex;
	gap: 20px;
	align-items: end;
	width: 100%;
	position: inherit;
	z-index: 2;
}
.ms__add_text {
	color: white;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	max-width: 350px;
	text-transform: uppercase;
}
.ms__btn_cont {
	display: flex;
	margin-left: auto;
	width: 100%;
	max-width: 315px;
}
.ms__btn.btn1 {
	width: 100%;
	max-width: 315px;
	text-align: center;
}
.ms_info__text ol {
    margin-left: 20px;
}

.modal_stock_v2 .ms__title {
	font-size: 120px;
	line-height: 120px;
	padding-top: 50px;
	min-width: 120%;
	z-index: 2;
	position: inherit;
}
.modal_stock_v2 .ms_info__cont {
	background: transparent;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 0 46px;
	gap: 10px;
}
.modal_stock_v2 .ms__left {
	gap: 76px;
	padding: 20px 0 20px 20px;
}
.modal_stock_v2 .ms_info__main {
	gap: 20px;
	order: 2;
}
.modal_stock_v2 .ms_info__title {
	color: white;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	padding-left: 10px;
}
.modal_stock_v2 .ms_info__text {
	color: white;
	max-width: 360px;
	width: 100%;
}
.modal_stock_v2 .ms__right {
	align-items: unset;
	justify-content: end;
	padding: 80px 20px;
}
.modal_stock_v2 .ms__bot_cont {
	flex-direction: column;
	align-items: unset;
	justify-content: space-between;
	height: 100%;
	max-width: 315px;
}
.modal_stock_v2 .ms__add_text {
	max-width: 275px;
}
.modal_stock.modal_stock_v2 {
	background: #282828;
}




.modal_stock_v3 .ms_info__main {
	gap: 18px;
}
.modal_stock_v3 .ms_info__text {
	max-width: unset;
}
.modal_stock_v3 .ms_info__cont {
	height: 100%;
}
.modal_stock_v3 .ms__right {
	background: #212121;
	flex-direction: column;
	align-items: unset;
	gap: 14px;
}
.modal_stock_v3 .ms__right:before {
	display: none;
}
.modal_stock_v3 .ms_right__title {
	color: white;
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
}
.modal_stock_v3 .ms__desc {
	font-size: 14px;
	line-height: 18px;
	color: white;
}




.ms_info__time_cont {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ms_info__time_title {
	color: white;
	font-size: 14px;
	line-height: 18px;
}
.ms_timer__container {
	display: flex;
	min-width: 280px;
}
.ms_timer__count, .ms_timer__point {
	font-weight: 300;
	font-size: 69px;
	line-height: 76px;
	color: #C6A464;
}
.text-block_list .ms_info__text {
    width: 100%;
    max-width: 100%;
}

.ms__num span {
    font-size: 20px;
    line-height: 1;
    display: block;
    text-align: center;
    width: 100%;
}

@media (max-width: 992px) {
.ms__bot_cont .ms__add_text {
    max-width: 100%;
}
.ms__title {
        font-size: 35px;
        line-height: 1.2;
    }

	.ms__bot_cont {
		flex-direction: column;
		align-items: unset;
	}
	.ms__num {
		top: 25%;
	}



	.modal_stock.modal_stock_v2 {
		gap: 30px;
	}
	.modal_stock_v2 .ms__title {
		font-size: 51px;
		line-height: 56px;
		padding-top: unset;
		min-width: unset;
	}
	.modal_stock_v2 .ms_info__cont {
		flex-direction: column;
		justify-content: unset;
		padding: unset;
		gap: 20px;
	}
}
@media (max-width: 768px) {
	.ms__title_pc {
		display: none;
	}
	.ms__title_mob {
		display: flex;
		order: 1;
	}
	.ms__btn_cont.ms__btn_pc {
		display: none;
	}
	.ms__btn_cont.ms__btn_mob {
		display: flex;
	}

	.modal_stock {
		flex-direction: column;
		gap: 10px;
		justify-content: unset;
	}
	.ms__left, .ms__right {
		width: 100%;
	}

	.ms__left {
		order: 3;
	}
	.ms_info__cont {
		gap: 30px;
		padding: 10px;
	}
	.ms_info__main {
		gap: 30px;
	}
	.ms__title_cont {
		padding: 10px;
	}

	.ms__right {
		order: 2;
		min-height: 300px;
		padding: 10px;
	}
	.ms__bot_cont {
		display: unset;
		gap: unset;
		align-items: unset;
	}
	.ms__num {
		top: 50%;
	}



	.ms_info__time_cont {
		gap: 0;
	}



	.modal_stock_v3 .ms_info__main {
		gap: 10px;
	}
	.modal_stock_v3 .ms__right {
		gap: 10px;
	}



	.modal_stock.modal_stock_v2 {
		gap: 30px;
	}
	.modal_stock_v2 .ms__right {
		justify-content: unset;
		align-items: end;
		min-height: 240px;
		padding: 80px 0;
	}
	.modal_stock_v2 .ms__bot_cont {
		flex-direction: unset;
		justify-content: unset;
		height: unset;
		max-width: unset;
		margin-bottom: -130px;
	}
	.modal_stock_v2 .ms__add_text {
		max-width: unset;
	}
	.modal_stock_v2 .ms_info__main {
		gap: 10px;
	}
	.modal_stock_v2 .ms_info__text {
		max-width: unset;
	}
	.modal_stock_v2 .ms__btn_cont.ms__btn_mob {
		order: 3;
		margin-top: 10px;
	}
	.modal_stock_v2 .ms__left {
		padding: 55px 0 0;
	}
	.s_modal_stock .container:has(.modal_stock_v2) {
		background: #282828;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width: 576px) {
	.ms__num {
		white-space: nowrap;
	}
	.ms__add_text {
		max-width: 160px;
		font-size: 16px;
		line-height: 18px;
	}

	.ms_info__title {
		font-size: 24px;
		line-height: 26px;
	}
	.ms_info__text {
		max-width: 160px;
	}
	.ms_info__text, .ms_info__important {
		font-size: 12px;
		line-height: 16px;
	}
	.ms_info__important {
		margin: 0 0 0 auto;
		max-width: 160px;
	}

	.ms__btn_cont {
		margin-left: unset;
		max-width: 100%;
	}
	.ms__btn.btn1 {
		max-width: 100%;
		font-size: 12px;
		line-height: 12px;
		padding: 14px 20px;
	}

	.ms_timer__count, .ms_timer__point {
		font-size: 86px;
		line-height: 95px;
	}



	.modal_stock_v3 .ms_right__title {
		font-size: 24px;
		line-height: 26px;
	}
	.modal_stock_v3 .ms__desc {
		font-size: 12px;
		line-height: 16px;
	}
	.modal_stock_v3 .ms_info__title {
		font-size: 24px;
		line-height: 26px;
	}



	.modal_stock_v2 .ms_info__title {
		padding-left: 0;
		font-weight: 700;
		font-size: 16px;
		line-height: 18px;
	}
}
/* 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.list/akcii/style.css?175691290510547 */
/* /local/templates/clinic/components/bitrix/news.list/block_feedback/style.css?17489662103492 */
