.article_item_detail {
	padding-left: 0px !important;
  padding-right: 0px !important;
}

.headers-nav__box{
	display:flex;
	border: 1px solid #5ED6E7;
	border-radius:3px;
}

.headers-nav__box nav{
	width:100%;
	padding:40px;
}

.headers-nav__box nav label{
	display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 15px;
}

.headers-nav__box nav ul{
	margin: 0;
	padding-left: 26px;
	margin: 5px 0 15px;
    padding-left: 30px;
}

.headers-nav__box article{
	width:100%;
	border-left: 1px solid #5ED6E7;
	background: #E7F8FA;
	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;
	position: relative;
}

.headers-nav__box nav li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #5ED6E7;
	position: absolute;
	top: 12px;
	left: -18px;
}

.headers-nav__box nav li a{
	color: #1B1B1B;
}

.article_item h1{
	margin: 24px 0;
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
}

.article_item ._text{
	margin-top:40px;
}

.article_item ._text p a, .article_item ._text li a{
	color:#5ED6E7;
}

.article_item ._text img{
	float:right;
	margin:0 0 30px 30px;
}

.article_item_tags{
	background:#EAF8FA;
}

.article_item_tags .tags__header{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 28px;
}

.article_item_tags .tags__items{
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 20px;
}

.article_item_tags .tags__item a{
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #1B1B1B;
	position: relative;
	padding-left: 18px;
}

.article_item_tags .tags__item a:before{
	content: '';
	width: 6px;
	height: 6px;
	background: #F17BB4;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	left: 0;
}

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

.article_item_detail p{
	margin: 12px 0;
}

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

.article_item_btns{
	width: 100%;
	margin: 40px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.article_item_btn {
	width: fit-content;
	max-width: Calc(50% - 30px);
}

.article_item_btn a{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

button.article_item_btn{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	background: #5ED6E7;
	border-radius: 30px;
	border: none;
	margin: 0;
	padding: 0;
}

button.article_item_btn:before{
	content: '';
	width: 10px;
	height: 14px;
	background-image: url('/local/templates/mitino_2022/image/arrow-icon-white.svg');
	background-repeat: no-repeat;
}

.next button.article_item_btn:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.article_item_btn a span{
	width: Calc(100% - 42px);
	margin: 0 0 0 12px;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #1B1B1B;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.article_item_btn.next a span{
	margin: 0 12px 0 0;
}

.article_item_btn a:hover span{
	color: #5ED6E7;
}

@media (max-width: 991px){

	.headers-nav__box nav,
	.headers-nav__box article{
		padding: 16px;
	}
}

@media (max-width:768px){

	.article_item h1{
		font-size: 24px;
		line-height: 120%;
		margin: 12px 0 16px;
	}

	.headers-nav__box{
		flex-direction:column;
	}

	.headers-nav__box nav label{
		font-size: 20px;
		margin-bottom: 16px;
	}


	.headers-nav__box article{
		border-top: 1px solid #5ED6E7;
		border-left:0;
	}

	.article_item ._text img{
		float:none;
		width:100% !important;
		height:auto !important;
		margin:0;
	}

	.article_item_tags{
		margin-bottom: 10px;
	}

	.article_item_tags .tags__items{
		grid-template-columns:1fr;
		gap: 16px;
	}

	.article_item ._text{
		margin-top: 32px;
	}

	.article_item_detail h2{
		margin: 32px 0 16px;
		font-size: 20px;
	}

	.article_item_detail .order_block{
		margin: 32px 0;
	}

	.article_item_btns{
		margin: 32px 0;
	}

	.article_item_tags .tags__header{
		margin-bottom: 16px;
	}
}

@media (max-width: 490px){

	.article_item_btn{
		max-width: 145px;
	}

	.article_item_btn a span{
		text-align: center;
	}
}

@media (max-width: 340px){

	.article_item_btn{
		max-width: 130px;
	}

	.article_item_btn a span{
		width: Calc(100% - 36px);
		font-size: 14px;
		margin: 0 0 0 6px;
	}

	.article_item_btn.next a span{
		margin: 0 6px 0 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: #eaf8fa;
    padding: 16px 20px;
    margin-bottom: 30px
}

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