.page_spec_specialist-wrap{
	clear:both;
}

.spec_preview_block ._title{
	margin-bottom:15px;
	margin-top:20px;
	overflow:hidden;
}
.spec_preview_block ._title ._h1{
	float:left;
}
.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%;
	margin-right:20px;
}
.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%;
	}
}


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