

/* Start:/bitrix/templates/shablon/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17806355053347*/
/*.news-detail .top {
	padding: 14vmin 0 10vmin;
    height: initial;
}*/

/*.news-detail {
	font-family: "Kepler 296 Regular";
}*/




.news-detail .post-head {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-gap: 60px;
}

.news-detail .post-head__image {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.news-detail .titleblock {
	margin-bottom: 25px;
	font-size: 36px;
    line-height: 140%;
}

.news-detail .post_block_text h2 {
	font-family: "Kepler 296 Regular";
    font-size: 30px;
    font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.4;
}
.news-detail .post_block_text h2 span {
	color: red;
}

.news-detail .post_block_text h3 {
	font-family: "Kepler 296 Regular";
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
	margin-bottom: 15px;
}
.news-detail .post_block_text h3 span {
	color: red;
}

.news-detail .post_block_text h4 {
	font-family: "Kepler 296 Regular";
    font-size: 22px;
    font-weight: 500;
	margin-bottom: 15px;
}

.news-detail .post_block_text p {
	margin-bottom: 15px;
}

.news-detail .post_block_text, .post-body{
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
}

.news-detail .post_block_text ul {
    list-style: decimal;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-detail .post_block_text ul li {
	list-style: decimal;
	margin-bottom: 10px;
}

.news-detail .post-head {
	margin-bottom: 30px;
}

.news-detail .post-body {
	margin-bottom: 60px;
}

.post-head__image.mobile {
	display: none;
	margin-bottom: 25px;
}

.news-detail h1 {
	font-size: 55px;
}

.block .bread {
	top: 115px;
}

.post-body img {
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 15px;
}

.news-detail .post.block {
	padding-bottom: 35px;
}

.otherService {
	margin-top: 30px;
}



.otherServiceItems {
	display: flex;
	margin: 40px 0;
}
.otherServiceItem {
	width: 33%;
	height: 250px;
	box-sizing: border-box;
	margin: 0 5px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.otherServiceItem-title {
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.otherServiceItem-wrap {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: opacity 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.otherServiceItem-wrap:hover {
	opacity: 0;
}




@media (max-width: 768px) {
	.otherServiceItems {
		display: flex;
		flex-wrap: wrap;
	}

	.otherService {
		margin-top: 0;
	}

	.otherServiceItem {
		display: flex;
		width: 100%;
		box-sizing: border-box;
		margin: 0 0px 10px;
		display: flex;
	}
}


@media (max-width: 575px) {
	.news-detail .post-head {
		display: flex;
		flex-direction: column;
	}

	.news-detail .post {
		padding-top: 30px;
	}

	.news-detail .titleblock {
		font-size: 24px;
	}

	.post-head__image {
		display: none;
	}

	.post-head__image.mobile {
		display: block;
	}

	.news-detail .top .topmobile {
		display: none;
	}

	.bread {
		left: 0;
		padding: 0px 25px;
	}

/*	.news-detail .top {
		padding: 19vmin 0 10vmin;
	}*/

	.block .bread {
		top: 73px;
	}
}


@media screen and (max-width: 992px) {

		.block .bread {
			display: block;
			top: 125px;
			left: 25px;
		}	

		.bx-breadcrumb .bx-breadcrumb-item:last-child {
			display: none;
		}
		#bx_breadcrumb_1 + svg {
			display: none;
		}
}

/* End */
/* /bitrix/templates/shablon/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17806355053347 */
