

/* Start:/bitrix/templates/amt/components/bitrix/news/blog_new/bitrix/news.detail/.default/style.css?17755476263785*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.news_txt iframe {
	max-width: 100%;
}
.table {
	padding-bottom: 7px;
	overflow-x: auto;
}
.table table {
	border-collapse: separate !important;
	border-spacing: 0;
	min-width: 800px;
	border: 0;
	table-layout: fixed;
}
.table table p {
	margin: 0;
}
.table tr:nth-child(2n+1) td {
	background: transparent;
}
.table tr:nth-child(2n+2) td {
	background: #fff;
}
.table td {
	border: none;
	border-right: 1px solid #1C1E20;
	border-bottom: 1px solid #1C1E20;
	padding: 18px 8px;
	min-width: 160px;
	white-space: nowrap;
}
.table tr:first-child td {
	border-top: 1px solid #1C1E20;
	text-align: center;
	padding: 23px 15px;
}
.table td:first-child {
	border-left: 1px solid #1C1E20;
}

.table tr:first-child td:first-child {
	border-top-left-radius: 12px;
}
.table tr:first-child td:last-child {
	border-top-right-radius: 12px
}
.table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 12px
}
.table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 12px
}
@media (max-width: 991px) {
	.table table {
		min-width: 500px;
	}
	.table td {
		padding: 17px 2px;
		min-width: 60px;
		white-space: normal;
		border-radius: 0 !important;
	}
	.table tr:first-child td {
		padding: 17px 2px;
	}
}

.product-container {
	align-items: inherit;
	flex-direction: row;
}
.product-sidebar {
	position: relative;
	flex-shrink: 0;
	width: 19.0625rem;
	margin: 0 0 0 1.25rem;
}
.product-sidebar aside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news_txt h2 {
	color: #F60001;
}
.table-of-contents {
	position: sticky;
	top: 170px;
	margin-top: 40px;
}
.table-of-contents li {
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	color: #2B2D38;
}
.table-of-contents li:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 10px;
	background: #A7A7A7;
	z-index: 2;
}
.table-of-contents li:after {
	content: "";
	width: 2px;
	height: calc(100% + 40px);
	position: absolute;
	left: 4px;
	top: 9px;
	border-radius: 10px;
	background: #A7A7A7;
}
.table-of-contents li.active:before {
	background: #F60001;
}
.table-of-contents li:last-child:after {
	content: none;
}
.table-of-contents li + li {
	margin-top: 40px;
}


.product-sidebar__consultation {
	margin-top: 0;
}
.blog-card__meta-data {
    display: flex;
    gap: 15px;
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-text);
}
.blog-card__meta-data span {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media (max-width: 1199px) {
	h1.blog_h1 {
		width: 100%;
	}
	.blog-card__meta-data.news_meta {
		width: 100%;
		margin: 0 0 40px 00%;
		justify-content: flex-start;
		flex-direction: row;
	}
	.news_img {
		height: 600px;
	}
	.news_img img {
		height: 100%
		margin: 0 !important;
	}
	.news_txt {
		padding: 20px;
	}
	.news_txt h2 {
		margin: 30px 0 -10px;
	}
	.table-of-contents {
		top: 110px;
	}
}
@media (max-width: 991px) {
	.table-of-contents {
		display: none;
	}
	.product-container {
		flex-direction: column;
	}
	.product-sidebar {
		flex-shrink: inherit;
		width: 100%;
		margin: 40px 0 0;
	}
	.product-sidebar aside {
		position: static;
	}
	.table {
		overflow: auto;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
    .blog-card__meta-data {
        flex-direction: column;
        gap: 10px;
    }
    .blog-card__meta-data span.blog-card__views {
        display: none;
    }
	.news_img {
		height: auto;
		border-radius: 20px;
	}
	div.news-detail .news_img img.detail_picture {
		margin: 0;
	}
	.news_txt {
		padding: 0 20px 20px;
	}
	.product-sidebar {
		margin: 0;
	}
}
/* End */


/* Start:/bitrix/templates/amt/components/bitrix/system.pagenavigation/.default/style.css?17731012292827*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	/*! border-radius: 16px; */
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #ef1616;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/amt/components/bitrix/news.list/news_more_slaid/style.css?1775553193213*/
.blog__swiper .swiper-button-next {
  right: -1.4375rem;
}
.blog__swiper .swiper-button-prev {
  left: -1.4375rem;
}

.blog__swiper .swiper-button-next svg, .blog__swiper .swiper-button-prev svg {
	padding: 9px;
}
/* End */
/* /bitrix/templates/amt/components/bitrix/news/blog_new/bitrix/news.detail/.default/style.css?17755476263785 */
/* /bitrix/templates/amt/components/bitrix/system.pagenavigation/.default/style.css?17731012292827 */
/* /bitrix/templates/amt/components/bitrix/news.list/news_more_slaid/style.css?1775553193213 */
