.headers-nav__box{
	display:flex;
	border: 2px solid #82CA5B;
	border-radius:5px;
}
.headers-nav__box nav{
	width:100%;
	padding:40px;
}
.headers-nav__box nav label{
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
	margin-bottom:20px;
	display:inline-block;
}
.headers-nav__box article{
	width:100%;
	border-left: 2px solid #82CA5B;
	background:#F2FFEE;
	padding:40px;
}
.headers-nav__box article p{
	margin:0;
	padding:0;
}
.headers-nav__box article img{
	width:100% !important;
	height:auto !important;
	border-radius: 5px;
	margin-bottom:10px;
}
.headers-nav__box nav li{
	list-style: none;
}
.headers-nav__box nav li a{
	color:#1B1B1B;
}
.headers-nav__box nav li::before {
	content: "\2022";
	color:#82CA5B;
	font-weight: 900;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}


.article_item h1{
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
}
.article_item ._text{
	margin-top:30px;
}
.article_item ._text p a, .article_item ._text li a{
	color:#82CA5B;
}
.article_item ._text img{
	float:right;
	margin:0 0 30px 30px;
}

.article_item_tags{
	background:#F2FFEE;
	margin:30px 0;
}
.article_item_tags .tags__header{
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	margin-bottom:10px;
}
.article_item_tags .tags__items{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr;
}
.article_item_tags .tags__item{
	margin-top:10px;
}
.article_item_tags .tags__item a{
	font-weight: 600;
	font-size: 15px;
	line-height: 200%;
	color: #82CA5B;
}

._zapis{
	margin-bottom:15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
}
._zapis .button.button_low{
	margin-left:15px;
	padding:0 48px;
}


@media (max-width:768px){
	.headers-nav__box{
		flex-direction:column;
	}
	.headers-nav__box nav{
		padding:15px;
	}
	.headers-nav__box article{
		border-top: 2px solid #82CA5B;
		border-left:0;
		padding:15px;
	}
	.article_item ._text img{
		float:none;
		width:100% !important;
		height:auto !important;
		margin:0;
	}
	.article_item_tags ._tags{
		padding:10px 20px;
	}
	.article_item_tags .tags__items{
		grid-template-columns:1fr;
	}
	._zapis .button.button_low{
		margin-top:15px;
		margin-left:0;
	}
}


.article-dates {
    display: flex;
    padding: 39px 0
}

.article-dates .line {
    width: 1px;
    display: flex;
    background: #dde4e5;
    margin: 0 20px
}

.article-dates .article-dates__modified,.article-dates .article-dates__published {
    font-size: 13px
}

.article-dates .article-dates__modified span,.article-dates .article-dates__published span {
    color: #636363;
    font-size: 12px;
    font-style: italic
}

@media (max-width: 480px) {
    .article-dates .article-dates__modified,.article-dates .article-dates__published {
        display:block;
        margin: 0 auto;
        max-width: 125px;
        text-align: center
    }

    .article-dates .article-dates__modified span,.article-dates .article-dates__published span {
        display: block
    }
}

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