/* .bx-newsdetail {} */
.bx-newsdetail-block {
	/* padding: 0 14px;
	margin-bottom: 40px; */
}

@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}

/* POST FORMATS */
/* .bx-newsdetail-img, */
/* .bx-newsdetail-audio,
.bx-newsdetail-youtube, */
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

/* .bx-newsdetail-img img, */
.bx-newsdetail-slider img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}

.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}

.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}

.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}

.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}

.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}

.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}

.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}

.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}

.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}

.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

/* /// */
/* .bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
} */
/* .bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
} */
/* .bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
} */

/* .bx-newsdetail-rating,
.bx-newsdetail-date,
.bx-newsdetail-separator {
	display: inline-block;
} */

/* .bx-newsdetail-separator {
	margin: 0 10px;
} */

/* .bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
} */

/* .bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
} */

/* .bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
} */


/* Стили детальной страницы новостей  */
.bx-newsdetail-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.bx-newsdetail-detail-page-date {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #E2EFF4;
}

.bx-newsdetail-detail-page-title {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: clamp(2rem, 1.77rem + 1.026vw, 3rem);
	width: clamp(21.25rem, 16.91rem + 19.295vw, 40.0625rem);
	color: #FFFFFF;
	margin-top: 32px;
}

.bx-newsdetail-detail-page-image {
	min-height: 735px;
	width: 100%;
}

.bx-newsdetail-detail-page-image::before {
	position: absolute;
	content: "";
	z-index: 1;
	inset: 0;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(2, 59, 69, 0) -30.32%, rgba(2, 59, 69, 0.68) 65.83%);
	pointer-events: none;
}

.bx-newsdetail-detail-page-image img {
	width: 100%;
	height: 100%;
}

.bx-newsdetail-detail-page-image-content {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	padding-top: 2.5rem;
	padding-left: 2.5rem;
}

.bx-newsdetail-detail-page-preview-text {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: clamp(0.875rem, 0.73rem + 0.641vw, 1.5rem);
	width: clamp(21.25rem, 16.98rem + 18.974vw, 39.75rem);
	vertical-align: middle;
	color: #FFFFFF;
	margin-top: 24px;
}


/* Стили для самых распространенных элементов верстки текста детальной страницы */
.bx-newsdetail-detail-page-content {
	font-family: "Manrope", sans-serif;
	background-color: #E2EFF4;
	padding-top: clamp(1.875rem, 2.6vw, 3.5rem);
	padding-right: clamp(1.25rem, 2.1vw, 2.5rem);
	padding-bottom: clamp(2rem, 2.0vw, 2.5rem);
	padding-left: clamp(1.25rem, 2.1vw, 2.5rem);
	border-radius: 8px;
}


.bx-newsdetail-detail-page-content h3 {
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	font-size: clamp(1.125rem, 0.923rem + 0.897vw, 2rem);
	letter-spacing: 0.5px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #127A8D;
	line-height: 1.3;
	margin-top: 24px;
}

.bx-newsdetail-detail-page-content p {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: clamp(0.875rem, 0.788rem + 0.3846vw, 1.25rem);
	line-height: 1.3;
	color: #262626;
	margin: 8px 0;
}

.bx-newsdetail-detail-page-content ul li,
.bx-newsdetail-detail-page-content ol li {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: clamp(0.875rem, 0.788rem + 0.3846vw, 1.25rem);
	line-height: 1.3;
	color: #262626;
}

.bx-newsdetail-detail-page-content a {
	color: #127A8D;
}

.bx-newsdetail-detail-page-content a:hover {
	color: #82AEB7;
}

.bx-newsdetail-detail-page-content table {
	font-size: clamp(0.875rem, 0.788rem + 0.3846vw, 1.25rem);
	border: 1px solid #262626;
	border-collapse: collapse;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.bx-newsdetail-detail-page-content table tr,
.bx-newsdetail-detail-page-content table td {
	border: 1px solid #262626;
	word-wrap: break-word;
}


/*Адаптив*/
@media (min-width: 768px) and (max-width: 1440px) {
	.bx-newsdetail-container {
		padding-top: 29px;
	}
}

@media (max-width: 480px) {
	.bx-newsdetail-detail-page-image-content {
		padding-top: 1.5rem;
		padding-right: 0.625rem;
		padding-bottom: 3.8125rem;
		padding-left: 0.625rem;
	}


	.bx-newsdetail-detail-page-image {
		min-height: 512px;
	}

	.bx-newsdetail-detail-page-title {
		margin-top: 24px;
		max-width: 100%;
	}

	.bx-newsdetail-detail-page-preview-text {
		margin-top: 16px;
		max-width: 100%;
	}

}