.page_spec{
	margin-bottom:20px;
}

.page_spec .promo{
	overflow:hidden;
}

.page_spec .promo__title{
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	float: left;
	color: #1B1B1B;
	margin: 10px 12px 12px 0;
}

.page_spec .promo__count{
	float: left;
	color: #5ED6E7;
	font-weight: 600;
	font-size: 15px;
	line-height: 39px;
	margin-top: 10px;
}

.page_spec .promo__price{
	float:right;
	margin-top:10px;
	display:flex;
	align-items:center;
}

.page_spec .promo__price > *{
	display:inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 35px;
	color: #1B1B1B;
}

.page_spec .promo__price b{
	margin-left:10px;
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	color: #F17BB4;
}

.page_spec .promo__button{
	width: 197px;
	margin-left:20px;
}

.page_spec .promo__button .button{
	width: 100%;
	padding:0 28px;
}

.page_spec .promo__descr{
	width: 100%;
	display: block;
	float: left;
	margin-top: 10px;
	clear:both;
	overflow:hidden;
}

.page_spec .spec_content, .page_spec .spec_content p{
	color: #1B1B1B;
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
}


@media (max-width:991px) {

	.page_spec .promo{
		display:flex;
		flex-direction:column;
	}

	.page_spec .promo__title-wrap{
		order:1;
	}

	.page_spec .promo__title{
		font-weight: 600;
		font-size: 24px;
		line-height: 28px;
	}

	.page_spec .promo__count{
		line-height:30px;
	}

	.page_spec .promo__price{
		margin-top: 0px;
		float:left;
		clear:both;
		order:2;
		display:block;
	}

	.page_spec .promo__price b{
		position:relative;
		top:1px;
	}

	.page_spec .promo .promo__button{
		float:none !important;
		clear:both;
		display:block;
		margin-left:0;
		margin-top:10px;
		width: 100%;
		max-width: 343px;
	}

	.page_spec .promo .promo__button .button{
		width:100%;
	}

	.page_spec .promo__descr{
		order:3;
		margin-top:0;
	}
}

@media (max-width: 370px){

	.page_spec .promo__title{
		margin: 0 0 12px 0;
	}

	.page_spec .promo__count{
		float: left;
		width: 100%;
		margin: 0 0 10px 0;
		line-height: 20px;
	}
}

.clearfix{
	content: "";clear: both; display: table;
}

@media (max-width: 991px) {
    .checked-article{
        order: 3;
    }
}

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