.page_service ._title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.page_service .ttl_uline{
	width: fit-content;
	width: -moz-fit-content;
	float: left;
	margin: 10px 24px 16px 0;
}
.page_service .promo__price{
	width: fit-content;
	width: -moz-fit-content;
	float:right;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.page_service .promo__price b{
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color:#F17BB4;
}

.page_service .promo__price-price{
	display: flex;
	align-items: center;
	justify-content:center;
	margin-right:20px;
}

.page_service .promo__price-price ._price, .page_service .promo__price-price ._price *{
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
}
.page_service .promo__price-price ._price .price-strike{
	display:block;
	margin-top:2px;
	text-decoration-line: line-through;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #A3A3A3;
	text-align:center;
}
.page_service ._price_econom{
	float:right;
	margin-left:12px;
}
.page_service ._price_econom span{
	font-weight: 500;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 0.07em;
	color:#1B1B1B;
	text-transform: uppercase;
	display:block;
	text-align:center;
}
.page_service ._price_econom label{
	display: flex;
	clear: both;
	flex-direction: row;
	align-items: center;
	padding: 4px 8px;
	border: 2px solid #F17BB4;
	border-radius: 35px;
	color: #1B1B1B;
	margin-top: 6px;
	float: right;
}

.page_service .promo__button{
	width: 197px;
}

.page_service .promo__button .button{
	width: 100%;
	padding:0 28px;
}
.page_service .promo__descr{
	clear:both;
	margin-top:15px;
	overflow:hidden;
}

.page_service .promo__desc{
	clear:both;
	overflow:hidden;
	margin-top:15px;
}
.page_service .promo__desc, .page_service .promo__desc p{
	color:#1B1B1B;
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
}


.page_service_descr{
	width: 100%;
	clear:both;
	margin-top:10px;
	overflow:hidden;
	margin-bottom:20px;
}
.page_service_descr article, .page_service_descr article p{
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #1B1B1B;
}

.page_service_descr article p:first-child,
.page_service_text article p:first-child{
	margin-top: 0;
}

.page_service_text{
	clear:both;
}
.page_service_text article, .page_service_text article p{
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #1B1B1B;
}

.page_service_specialist{
	margin: 45px auto -20px !important;
}

.page_service_specialist .main_specialist a.link_arrow,
.page_service_specialist .main_specialist ._list .slide_left,
.page_service_specialist .main_specialist ._list .slide_right{
	display: none !important;
}

.page_service h2{
	margin: 40px 0 16px;
	font-size: 24px;
	line-height: 120%;
}

@media (max-width:768px) {
	.price_list._price_tab{
		margin: 24px 0 10px;
	}

	.page_service ._title{
		display:flex;
		flex-direction:column;
	}

	.page_service .ttl_uline{
		width: 100%;
		font-size: 24px;
		margin: 0 0 8px;
		order: 1;
	}

	.page_service .promo__count{
		line-height:30px;
	}
	.page_service .promo__price{
		width: 100%;
		float:left;
		clear:both;
		order:2;
		flex-direction:column;
	}
	.page_service .promo__price-price{
		width: 100%;
		float:left;
		margin: 0;
		justify-content:left;
	}
	.page_service .promo__button{
		width: 100%;
		float:none !important;
		clear:both;
		display:block;
		margin-left:0;
		margin-top:12px;
	}
	.page_service .promo__button .button{
		width:100%;
	}
	.page_service .page_service_descr{
		order:3;
		margin-top:15px;
		margin-bottom:0;
	}
	.price-list{
		order:4;
	}

	.page_service_descr article p,
	.page_service_text article p{
		margin-bottom: 12px;
	}

	.page_service_specialist{
		margin: 40px auto -40px !important;
	}

	.page_service_specialist .main_specialist ._list .slide_left,
	.page_service_specialist .main_specialist ._list .slide_right{
		display: block !important;
	}

	.page_service h2{
		margin: 40px 0 12px;
	}

	.page_service{
		margin-bottom: -30px;
	}
}

@media (max-width: 325px){
	.page_service .promo__price-price ._price,
	.page_service .promo__price-price ._price *{
		font-size: 20px;
	}
}

.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: #F3FEFF;
}
.price__table-row-col {
    padding: 10px;
    width: 100%;
    min-height: 61px;
    color: #1B1B1B;
}
.price__link {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #1B1B1B;
    padding: 0;
}
.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__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%;
    }
}



.checked-article {
    background: #eaf8fa;
    padding: 16px 20px;
    margin-bottom: 30px;
	width: 100%;
    margin-top: 20px;
}

.checked-article__badge {
    padding-bottom: 17px;
    color: #5ED6E7;
    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/mitino_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: #5ED6E7
}

.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: #5ED6E7
}

.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%
    }
}

.reviews{
	margin-top: 15px;
}

.review{
	border-bottom: 2px solid #E7F8FA;
	padding: 25px 0 12px 0;
}
.review strong{
	font-weight: 600;
	font-size: 17px;
	line-height: 130%;
	color: #1B1B1B;
	display:inline-block;
	margin-bottom:5px;
}
.review dt{
	margin-top: 2px;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	color: #9D9D9D;
	display: block;
}
.review p{
	margin:8px 0 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color:#1B1B1B;
}

.review_row{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.review .review_stars{
	margin-right: 12px;
}

.reviews .show_more{
	margin-top: 8px;
	display:inline-block;
	color:#5ED6E7;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	padding-right:16px;
	background:url(image/open_down_green2.svg) no-repeat right center;
	cursor:pointer;
}
.reviews .show_more._opened{
	background-image:url(image/close_up.svg);
}
.reviews ._more{
	display:none;
}

@media (max-width:768px){

	.reviews{
		margin-top: 7px;
		margin-bottom: 10px;
	}

	.review strong{
		margin-right:0;
	}
	.review dt{
		clear:both;
		display:block;
	}
}