
.spec_preview_block ._title{
	margin-bottom:15px;
	margin-top:20px;
	overflow:hidden;
	display:flex;
}
.spec_preview_block ._title ._h1{
	float:left;
	width:100%;
}
.spec_preview_block ._title h1{
	float:left;
	margin-top:0;
	margin-bottom:0;
	margin-right:15px;
}
.spec_preview_block ._title ._h1 span{
	float:left;
	margin-top:8px;
	font-weight: 600;
	font-size: 15px;
	line-height: 150%;
	color:#82CA5B;
}
.spec_preview_block ._title ._price{
	float:right;
}
.spec_preview_block ._title ._price span{
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
}
.spec_preview_block ._title ._price span b{
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	color:#F5851E;
}
.spec_preview_block ._title ._price button{
	padding:0 28px;
}

@media (max-width:768px) {
	.spec_preview_block ._title ._price{
		float:none;
		clear:both;
		padding-top:10px;
	}
	.spec_preview_block ._title ._price span{
		margin-bottom:10px;
		display:block;
	}
	.spec_preview_block ._title ._price button{
		width:100%;
	}
}



.spec_preview_block .promo__price-price{
	display: flex;
	align-items: center;
	justify-content:center;
}
.spec_preview_block .promo__price-price ._price{
	color:#F5851E;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	margin-right:20px;
}
.spec_preview_block .promo__price-price ._price, .page_service .promo__price-price ._price *{
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
	white-space:nowrap;
}
.spec_preview_block .promo__price-price ._price .price-strike{
	display:block;
	margin-top:5px;
	text-decoration-line: line-through;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color:#A6AFBD;
	text-align:center;
}
.spec_preview_block ._price_econom{
	float:right;
	margin-right:20px;
}
.spec_preview_block ._price_econom span{
	font-weight: 500;
	font-size: 9px;
	line-height: 11px;
	color:#1B1B1B;
	text-transform: uppercase;
	display:block;
	text-align:center;
}
.spec_preview_block ._price_econom label{
	display: flex;
	clear:both;
	flex-direction: row;
	align-items: flex-start;
	padding: 4px 8px;
	border: 2px solid #F5851E;
	border-radius: 35px;
	color:#1B1B1B;
	margin-top:5px;
	float:right;
}


@media (max-width:768px) {
	.spec_preview_block ._title{
		display:flex;
		flex-direction:column;
	}
	.spec_preview_block .ttl_uline{
		font-weight: 600;
		font-size: 24px;
		line-height: 28px;
		margin-bottom:5px;
		order:1;
	}
	.spec_preview_block .promo__count{
		line-height:30px;
	}
	.spec_preview_block .promo__price{
		float:left;
		clear:both;
		order:3;
		margin-bottom:40px;
		flex-direction:column;
	}
	.spec_preview_block ._title ._price, .spec_preview_block ._price_econom{
		float:left;
		padding-top:10px;
	}
	.spec_preview_block .promo__price-price{
		float:left;
		justify-content:left;
		display:block;
	}
	.spec_preview_block .button{
		width:100%;
		clear:both;
		margin-top:10px;
		float:left;
		display:block;
	}
	.spec_preview_block .page_service_descr{
		order:2;
		margin-top:0;
		margin-bottom:0;
	}
}


.price-list {
	clear:both;
	margin:0;
}

.price-list__nav {
	padding-bottom:30px;
}

.price-list__nav ul {
	padding:0;
	text-align:left;
}

.price-list__nav ul li {
	display:inline-block;
	margin:0 15px 10px 0;
}

.price-list__nav ul li a {
	color:inherit;
}

.price-list__item {
	margin:0 0 50px;
}

.price-list h2, .price-list .h2 {
	margin-bottom:0;
	padding-bottom:10px;
}

.price-list .block-title {
	padding-bottom:6px;
}

.price-title {
	padding:0 0 0 24px;
}

@media all and (max-width:480px) {
	.price-title {
		padding-left:0;
	}
}

.price {
	overflow:hidden;
	margin:0 0 50px;
	/*	&__spoiler{
		  &:not(.active):hover{
			  background: #F1F1F1;
			  div{
				  background: inherit;
				  &:after{
					  background: inherit;
				  }
			  }
		  }
		  &.active{
			  .price__toggle{
				  &:after{
					  display: none;
				  }
			  }
		  }
		  .price__discount{
			  height:21px;
			  line-height: 21px;
		  }
		  .svg-rub{
			  height:11px;
			  width:8px;
		  }
	  }*/
	/*
	  &__toggle{
		  display: inline-block;
		  position:relative;
		  width:26px;
		  height:26px;

		  &:before,
		  &:after{
			  position:absolute;
			  top:50%;
			  left:50%;
			  background:#FFDF5A;
			  content:'';
		  }
		  &:before{
			  width: 26px;
			  height: 4px;
			  margin:-2px 0 0 -13px;
		  }
		  &:after{
			  height:26px;
			  width:4px;
			  margin:-13px 0 0 -2px;
		  }
	  }
	  &__hidden{
		  position:relative;
		  padding-left:15px;
		  font-size:14px;
		  background: #F5F5F5;
		  height:0;
		  overflow: hidden;
		  transition:0.2s;
		  color:#3b3b3b;

		  &.open{
			  height:auto;
		  }

		  &:before{
			  position:absolute;
			  right:100%;
			  top:0;
			  bottom:0;
			  width:6px;
			  background: lighten(#FFDF5A, 15%);
			  content:'';
		  }

		  .price{
			  &__cell{
				  padding:8px 0px;

				  div{
					  position:relative;
					  display: inline-block;
					  background: #F5F5F5;
				  }
				  &:first-child{

					  div:before{
						  position: absolute;
						  bottom:0;
						  left:0;
						  width:1000px;
						  height:0px;
						  background:none;
						  border-bottom:1px dashed #e8e8e8;
						  content:'';
					  }
					  div:after{
						  position:absolute;
						  bottom:0;
						  left:0;
						  right:0;
						  height:1px;
						  background: #F5F5F5;
						  content:'';
					  }
				  }
			  }
			  &__row:last-child{
				  padding-bottom:2px;
				  //border-bottom:15px solid #fff;
			  }
		  }
	  }*/
}

.price__header {
	font-size:28px;
	font-weight:bold;
	padding:10px 10px 10px 0px;
	position:relative;
}

.price__icon {
	position:absolute;
	bottom:0;
	left:0;
	width:40px;
	height:40px;
	background:#FFDF5A;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

.price__row {
	display:table;
	table-layout:fixed;
	width:100%;
	text-decoration:none;
	text-align:left;
	color:inherit;
	border:1px solid #E2E2E2;
}

.price__row + .price__row {
	border-top:0;
}

.price__title {
	margin:0 24px;
	padding:0;
}

.price a {
	font-weight:400;
}

.price a .price__title {
	border-bottom:1px solid #C0C0C0;
}

.price a:hover .price__title {
	border-bottom:1px solid transparent;
}

.price a:hover div {
	background:inherit;
}

.price a:hover div:after {
	background:none;
}

.price__show {
	white-space:nowrap;
}

.price__cell {
	padding:13px 0px 14px;
}

.price__cell div {
	position:relative;
	display:inline-block;
	/*background: #fff;*/
}

.price__cell:last-child div {
	vertical-align:bottom;
	padding:0 24px 0 10px;
}

.price__cell, .price__head {
	display:table-cell;
	vertical-align:bottom;
	line-height:normal;
}

.price__cell:last-child, .price__head:last-child {
	width:120px;
	text-align:right;
}

.price__head {
	font-weight:bold;
	padding:18px 24px;
	background:#F1FBF5;
}

.price__discount {
	position:absolute;
	right:100%;
	margin-right:10px;
	top:-2px;
	bottom:-2px;
	background:#fcea5f;
	color:#333;
	white-space:nowrap;
	line-height:23px;
	height:23px;
	padding-left:5px;
	text-decoration:none;
}

.price__discount:before {
	position:absolute;
	top:0;
	bottom:0;
	left:100%;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #fcea5f;
	border-right:10px solid transparent;
	content:'';
}

.price__discount + .price__cost {
	text-decoration:line-through;
}

@media all and (max-width:768px) {
	.price {
		/*		&__header{
			  font-size:21px;
		  }*/
	}
}

@media all and (max-width:480px) {
	.price {
		/*		&__hidden{
			  padding-left:8px;
		  }*/
	}

	.price__head {
		padding:8px 10px;
	}

	.price__cell {
		font-size:12px;
		padding:10px 0;
	}

	.price__cell:last-child {
		width:80px;
	}

	.price__discount {
		height:20px;
	}

	.price__title {
		padding:0;
		margin:0 10px;
	}

	.price__cell:last-child div {
		padding:0 10px;
	}
}


.price-list{
	margin:40px 0 60px;
}
.price-list._price_tab{
	margin: 24px 0 60px;
}
.price__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #1B1B1B;
    padding: 0 0 20px 0;
    margin: 0;
}
.price__table {
    width: 100%;
    border-collapse: collapse;
    clear: both;
}
.price__table .price__table-row:nth-child(odd) {
    background: #F7F7F7;
}
.price__table-row-col {
    padding: 10px;
    width: 100%;
    min-height: 61px;
    color: #1B1B1B;
}
.price__link {
    display: block;
    text-decoration: none;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 130%;
    color: #1B1B1B;
    padding: 0;
	margin: 0 12px;
	position: relative;
    display: inline-block;
}
.price__table-price {
    display: flex;
    align-items: center;
    justify-content: end;
}
.price__table-row-col {
    padding: 10px;
    width: 100%;
    min-height: 61px;
    color: #1B1B1B;
}
.price__table-row-col-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #1B1B1B;
}
.price__table-row-col-price, .price__table-row-col-promo {
    width: auto;
    white-space: nowrap;
    text-align: right;
}
.price__link {
	display:block;
	text-decoration:none;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #1B1B1B;
	padding: 0;
}
a.price__link:hover {
	cursor:pointer;
	text-decoration:underline
}
.price__cost, .price__cost span {
    color: #636363;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}
.price__button {
    margin: 12px 0 0 0;
    overflow: hidden;
}
.button.button_low {
    height: 44px;
    padding: 0 28px;
    line-height: 42px;
}
.price__button .button {
    float: right;
}
@media (max-width: 768px) {
	.price-list {
        margin: 40px 0 52px;
    }
    .price__title {
        padding: 0 0 9px 0;
    }
	.price__button .button {
        width: 100%;
    }
}




/*
.js-price-spoiler{
	cursor: pointer;
}*/

.checked-article {
    background: #f2ffee;
    padding: 16px 20px;
    margin-bottom: 30px
}

.checked-article__badge {
    padding-bottom: 17px;
    color: #82CA5B;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px
}

.checked-article__badge:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(/local/templates/lstom_2022/components/bitrix/news.detail/article_item/images/ant-design_check-circle-filled.svg)
}

.checked-article__bottom {
    display: flex;
    justify-content: space-between
}

.checked-article__doctor {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px
}

.doctor-image {
    border-radius: 50%;
    overflow: hidden;
    background: #82CA5B
}

.doctor-image img {
    width: 84px;
    height: 84px;
    display: block
}

.doctor-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

.doctor-title {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 500
}

.doctor-type {
    font-weight: 600;
    color: #82CA5B
}

.doctor-desc {
    font-weight: 500;
    color: #636363;
    font-style: italic
}

.checked-article__btns .button.border_colored {
    height: 46px;
    background: 0 0;
    width: 235px;
    padding: 0 40px
}

.doctor-info .doctor-years,.doctor-mobile {
    display: none
}

@media (max-width: 768px) {
    .checked-article__bottom {
        flex-direction:column;
        gap: 10px
    }

    .checked-article__btns .button.border_colored {
        height: 36px;
        background: 0 0;
        width: 235px;
        padding: 0 40px
    }
}

@media (max-width: 480px) {
    .checked-article__doctor {
        gap:12px
    }

    .doctor-info .doctor-desc,.doctor-info .doctor-type {
        display: none
    }

    .doctor-mobile {
        display: flex;
        flex-direction: column;
        gap: 5px
    }

    .doctor-info .doctor-years {
        display: flex;
        color: #636363
    }

    .doctor-image img {
        width: 40px;
        height: 40px
    }

    .doctor-info {
        font-size: 13px;
        gap: 4px
    }

    .checked-article {
        background: 0 0;
        padding: 0;
        margin-bottom: 30px
    }

    .checked-article__btns .button.border_colored {
        height: 36px;
        background: 0 0;
        width: 100%
    }
}