.blog-detail{padding: 30px; border-radius: 20px;  background-color: #fff; margin-bottom: 30px;}

.blog-detail__header{position: relative; border-radius: 20px;   color: #fff; margin-bottom: 50px;   }
.blog-detail__header-img{position: relative; flex-shrink: 0; border-radius: 16px; width: 100%; height: 240px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.blog-detail__header-right-col{padding: 40px; border-radius: 0 20px 20px 0;}
.blog-detail__header h1{position: relative; color: #000; font-size: 32px; margin:0; font-weight: 500;}

.blog-detail__header-views-counter{padding: 5px 0px; position: absolute; top: 15px; left: 15px; display: inline-block; padding-left: 26px; line-height: 20px; font-size: 14px; color: #fff; background: url('/bitrix/templates/kadzama/components/bitrix/news/blog_multi_language_2/eyes_40.png') left center / 20px 20px no-repeat; }

.blog-detail__tags-holder{padding: 0px; font-weight: normal; font-size: 12px; line-height: 18px; margin-bottom: 15px; display: flex; gap: 5px; flex-wrap: wrap;}
.blog-detail__tags-holder a{display: inline-block; text-decoration: none; color: #000;  transition: all 200ms; background: #f2f2f2; border-radius: 10px; line-height: 20px; padding: 0 8px; font-weight: 500;}
.blog-detail__tags-holder a:hover{color: #0072ff; background: #f2f2f2; text-decoration: none;}

@media (max-width: 767px){
	.blog-detail{padding: 10px;}
	.blog-detail__header{}
	.blog-detail__header-right-col{padding: 15px;}
	.blog-detail__header h1{font-size: 26px; }
}


.kadzama-item{padding-bottom: 130px;  position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 0 10px 0px rgba(0,0,0,0.1); margin-bottom: 30px;}
.kadzama-item__title{font-weight: 900; font-size: 16px; padding: 10px 10px;  position: absolute; left:0;  right: 0; bottom: 50px;}
.kadzama-item__btn{font-weight: 400; font-size: 16px; padding: 10px 10px;  position: absolute; left:0;  right: 0; bottom: 0px; color: #f54c68;}
.kadzama-item__link{display: block;  position: absolute; left:0; right: 0; bottom: 0; top: 0;}


.blog-detail__free-consult-pad{padding: 30px 45px;  margin-bottom: 30px; border-top: 4px solid #f2f2f2;}
.blog-detail__free-consult-pad-title{font-size: 25px; line-height: 1.2; font-weight: 500; color: #5cbf4c; margin-bottom: 10px;}
.blog-detail__free-consult-pad-text{font-size: 14px;}
.blog-detail__free-consult-btn-holder {padding: 20px 0;}

.btn.blog-detail__free-consult-btn{background-color: #5cbf4c; color: #fff;}
.btn.blog-detail__free-consult-btn:hover{transform: translateY(-5px); background-color: #5cbf4c; color: #fff;}


.blog-detail__widget{margin-bottom: 40px;}
.blog-detail__widget-title{margin-bottom: 10px; color: #848484; font-size: 12px;}

.blog-detail__tags a{color: #0070c9; text-decoration: none; font-size: 14px;}
.blog-detail__tags a:hover{color: #0070c9; text-decoration: underline;}

.blog-detail__content{margin-bottom: 60px; line-height: 1.5; font-size: 18px;}
.blog-detail__content h2{font-size: 30px; font-weight: 900; margin: 40px 0 20px;}
.blog-detail__content h3{font-size: 24px; font-weight: 900; margin: 40px 0 20px;}
.blog-detail__content h2:first-child{margin-top:0;}
.blog-detail__content h3:first-child{margin-top:0;}
.blog-detail__content p{margin-bottom: 30px;}
.blog-detail__content img{}

.blog-detail__content .card-text{font-size: 14px;}

.blog-detail__content table{width: 100%; border-collapse: collapse; }
.blog-detail__content table td, .blog-detail__content  table th{border: 1px solid #ddd; padding: 10px 4px; vertical-align: top;}


.btn.btn-blog-back-to-list{display: block; background-color: rgba(0, 150, 255, 0.1); color: #0072ff; border-radius: 12px; font-weight: 500;}
.btn.btn-blog-back-to-list:hover{background-color: rgba(0, 150, 255, 0.2); color: #0072ff; text-decoration: underline;}


@media (max-width: 767px){
	.blog-detail__content{font-size: 14px; margin-bottom: 30px; }
	.blog-detail-text h2:first-child{font-size: 22px; }
	.blog-detail-text h3:first-child{font-size: 18px;}
}


	.article1 p{text-align: justify;}
	.article1__parallax-holder{height: 384px; overflow: hidden; position: relative; margin-bottom: 40px;}
	.article1__parallax{background: url('/upload/articles/parallax.jpg') center center / cover no-repeat; position: absolute; left:0; top:0; bottom: 0; right: 0;}
	.article1__parallax-text{position: absolute; left:100px; bottom: 35px; color: #fff; font-size: 19px; font-style: italic; font-weight: 900;}

	.article1__step-num {
		font-size: 60px;
		font-weight: 900;
	}

	.article1__step-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.article1__step-line {
		height: 4px;
		background: #f2f2f2;
		margin: 60px 0;
	}

	.article1__title1 {
		font-size: 20px;
		font-weight: 900;
	}

	.article1__feature {
		padding: 0 0 0 45px;
		position: relative;
	}

	.article1__feature.plus::before,
	.article1__feature.minus::before {
		content: "";
		display: block;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		border: 2px solid #000;
		font-size: 28px;
		line-height: 28px;
		text-align: center;
		color: #000;
		position: absolute;
		left: 0;
		top: -4px;
	}

	.article1__feature.plus::before {
		content: "+";
	}

	.article1__feature.minus::before {
		content: "-";
	}