h1,
h2,
h3,
h4,
h5 {
	padding-bottom: 0 !important;
	margin-bottom: 0.65em;
	margin-top: 1em;
	color: #000;
}

.inner-article-detail-text p {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.header-bottom {
		display: flex;
		margin-bottom: 0;
	}

	.header-fixed {
		position: relative;
		flex: 1;
		width: 100%;
	}

	.article-detail-text .row {
		display: flex;
		gap: 30px;
		width: 100%;
		margin: 0;

	}

	.article-detail-text .row aside {
		width: 320px;
	}

	.article-detail-text .row article {
		flex: 1;
		flex-shrink: 1;
		flex-grow: 1;
	}
}

.inner-article-detail-text {
	padding: 16px 0 16px 0;
	margin: 0;
}


.picture_zoom {
	position: relative;
	margin: 15px 0;
	min-height: 200px;
	overflow: hidden
}

.picture_zoom picture {
	margin: 0
}

.picture_zoom .glightbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	cursor: zoom-in;
	text-decoration: none;
	display: block;
	border: 0
}

@media all and (max-width:768px) {
	.picture_zoom .glightbox {
		display: none
	}
}


@media all and (max-width:660px) {
	.picture_zoom {
		height: 600px
	}

	.picture_zoom picture {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%
	}

	.picture_zoom img {
		width: 100%;
		max-width: 360px;
		display: block;
		margin: auto;
		max-height: 100%;
		object-fit: contain
	}
}

.footer_source {
	margin-top: 20px;
}

.footer_source .ttl {
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: 700
}

.footer_source ul {
	padding-top: 0;
	padding-bottom: 0
}

.footer_source a,
.footer_source p,
.footer_source ul li {
	word-break: break-all;
	font-size: 12px;
	color: #9b9b9b;
	line-height: 1.6em;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 400
}

.footer_source ul li {
	padding-left: 15px;
}


.appr {
	display: inline;
	font-size: 10px;
	font-style: italic;
	line-height: 1;
	top: 0;
	text-decoration: none;
	margin-left: 2px;
	vertical-align: super;
	padding-left: 2px
}


.appr[data-note=true],
sup[data-note=true] {
	display: inline-block;
	margin-left: 2px;
	color: #2799b2;
	position: relative;
	cursor: pointer
}

.overlay_note {
	display: none;
	position: fixed;
	width: 400px;
	z-index: 999999;
	color: #2f486d;
	font-size: 14px;
	line-height: 1.3;
	font-style: italic;
	color: #000;
	padding: 15px 20px;
	cursor: default;
	border-bottom: 20px solid transparent;
	transform: translate(0, 10px)
}

.overlay_note:after {
	content: " ";
	display: block;
	box-shadow: 0 1px 3px #000;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #d8dee8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	box-shadow: 0 10px 30px rgba(97, 100, 105, .3)
}

.overlay_note:before {
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: auto;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff
}

.overlay_note a {
	color: #ff2026
}

.overlay_note a:before {
	content: " ";
	display: block;
	margin-top: 3px
}

@media all and (max-width:768px) {
	.overlay_note {
		top: auto !important;
		bottom: 0;
		left: 0 !important;
		border: 0;
		width: 100%;
		box-sizing: border-box;
		padding-bottom: calc(20px + env(safe-area-inset-bottom)) !important;
		transform: translate(0, 0)
	}

	.overlay_note:after {
		box-shadow: 0 0 30px rgb(97 100 105 / 30%)
	}
}

.breadcrumb {
	margin-bottom: 0;
}


.author_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 10px;
}

.author_list .artice_author {
	max-width: calc(50% - 15px);
}

@media all and (max-width:768px) {
	.author_list .artice_author {
		max-width: 100%;
		width: 100%
	}

	.author_list {
		gap: 10px;
		display: flex;
	}
}


.glightbox-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999 !important;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
	overflow: hidden
}

.glightbox-container.inactive {
	display: none
}

.glightbox-container .gcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden
}

.glightbox-container .gslider {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.glightbox-container .gslide {
	width: 100%;
	position: absolute;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0
}

.glightbox-container .gslide.current {
	opacity: 1;
	z-index: 99999;
	position: relative
}

.glightbox-container .gslide.prev {
	opacity: 1;
	z-index: 9999
}

.glightbox-container .gslide-inner-content {
	width: 100%
}

.glightbox-container .ginner-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
	height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
	width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
	max-width: 100% !important
}

.gslide iframe,
.gslide video {
	outline: 0 !important;
	border: none;
	min-height: 165px;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: auto;
	touch-action: auto
}

.gslide-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gslide-image img {
	max-height: 100vh;
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	outline: 0;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100vw;
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-touch-action: none;
	touch-action: none;
	margin: auto;
	min-width: 200px
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
	width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
	width: auto;
	max-width: 100%
}

.gslide-image img.zoomable {
	position: relative
}

.gslide-image img.dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none
}

.gslide-video {
	width: 100%;
	max-width: 100%;
	position: relative;
	width: 100vh;
	max-width: 100vh;
	width: 100% !important
}

.gslide-video .gvideo-wrapper {
	width: 100%;
	margin: auto
}

.gslide-video::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, .34);
	display: none
}

.gslide-video.playing::before {
	display: none
}

.gslide-video.fullscreen {
	max-width: 100% !important;
	min-width: 100%;
	height: 75vh
}

.gslide-video.fullscreen video {
	max-width: 100% !important;
	width: 100% !important
}

.gslide-inline {
	background: #fff;
	text-align: left;
	max-height: calc(100vh - 40px);
	overflow: auto;
	max-width: 100%
}

.gslide-inline .ginlined-content {
	padding: 20px;
	width: 100%
}

.gslide-inline .dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none
}

.ginlined-content {
	overflow: auto;
	display: block !important;
	opacity: 1
}

.gslide-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 100%;
	background: #fff;
	padding: 0;
	overflow: auto;
	max-height: 75vh;
	height: 100%
}

.gslide-media {
	display: block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto
}

.zoomed .gslide-media {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.gslide-description {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
	max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
	margin: 0 auto;
	width: 100%
}

.gslide-description p {
	margin-bottom: 12px
}

.gslide-description p:last-child {
	margin-bottom: 0
}

.zoomed .gslide-description {
	display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
	height: auto !important;
	width: 100%;
	background: 0 0;
	position: absolute;
	bottom: 15px;
	padding: 19px 11px;
	max-width: 100vw !important;
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
	max-height: 78vh;
	overflow: auto !important;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	padding-bottom: 50px
}

.glightbox-mobile .glightbox-container .gslide-title {
	color: #fff;
	font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
	color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
	color: #fff;
	font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
	color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc string {
	color: #fff
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	color: #fff;
	opacity: .4
}

.gdesc-open .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: .4
}

.gdesc-open .gdesc-inner {
	padding-bottom: 30px
}

.gdesc-closed .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1
}

.greset {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.gabsolute {
	position: absolute
}

.grelative {
	position: relative
}

.glightbox-desc {
	display: none !important
}

.glightbox-open {
	overflow: hidden
}

.gloader {
	height: 25px;
	width: 25px;
	-webkit-animation: lightboxLoader .8s infinite linear;
	animation: lightboxLoader .8s infinite linear;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 47%
}

.goverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	will-change: opacity
}

.glightbox-mobile .goverlay {
	background: #000
}

.gclose,
.gnext,
.gprev {
	background-repeat: no-repeat;
	z-index: 99999;
	cursor: pointer;
	width: 26px;
	height: 44px;
	display: block;
	background-position: 0 0;
	border: none
}

.gclose svg,
.gnext svg,
.gprev svg {
	display: block;
	width: 100%;
	height: auto
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
	opacity: .1
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
	stroke: #fff
}

iframe.wait-autoplay {
	opacity: 0
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
	opacity: 0 !important
}

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
	background: #fff
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
	padding: 22px 20px
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
	font-size: 1em;
	font-weight: 400;
	font-family: arial;
	color: #000;
	margin-bottom: 19px;
	line-height: 1.4em
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
	font-size: .86em;
	margin-bottom: 0;
	font-family: arial;
	line-height: 1.4em;
	width: 100%
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
	background: #000
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
	background-color: rgba(0, 0, 0, .12)
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover,
.glightbox-modern .gclose:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gprev:hover {
	background-color: rgba(0, 0, 0, .2)
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path,
.glightbox-modern .gclose path,
.glightbox-modern .gnext path,
.glightbox-modern .gprev path {
	fill: #fff
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
	outline: 0
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
	position: absolute;
	top: -100%;
	left: 30px;
	width: 40px;
	height: 56px
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
	position: absolute;
	top: -100%;
	right: 30px;
	width: 40px;
	height: 56px
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
	width: 35px;
	height: 35px;
	top: 15px;
	right: 10px;
	position: absolute;
	opacity: .7;
	background-position: -59px 2px
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
	width: 20px
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
	opacity: 1
}

.gfadeIn {
	-webkit-animation: gfadeIn .5s ease;
	animation: gfadeIn .5s ease
}

.gfadeOut {
	-webkit-animation: gfadeOut .5s ease;
	animation: gfadeOut .5s ease
}

.gslideOutLeft {
	-webkit-animation: gslideOutLeft .3s ease;
	animation: gslideOutLeft .3s ease
}

.gslideInLeft {
	-webkit-animation: gslideInLeft .3s ease;
	animation: gslideInLeft .3s ease
}

.gslideOutRight {
	-webkit-animation: gslideOutRight .3s ease;
	animation: gslideOutRight .3s ease
}

.gslideInRight {
	-webkit-animation: gslideInRight .3s ease;
	animation: gslideInRight .3s ease
}

.gzoomIn {
	-webkit-animation: gzoomIn .5s ease;
	animation: gzoomIn .5s ease
}

.gzoomOut {
	-webkit-animation: gzoomOut .5s ease;
	animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes gfadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes gfadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes gfadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes gfadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0)
	}

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0)
	}

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}

@keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}

@keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}

@-webkit-keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1
	}
}

@keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes gzoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes gzoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@media (min-width:769px) {
	.glightbox-container .ginner-container {
		width: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.glightbox-container .ginner-container.desc-top .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.glightbox-container .ginner-container.desc-top .gslide-image,
	.glightbox-container .ginner-container.desc-top .gslide-image img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.glightbox-container .ginner-container.desc-left .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.glightbox-container .ginner-container.desc-left .gslide-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.gslide-image img {
		max-height: 97vh;
		max-width: calc(100% - 20px);
		max-width: 100%
	}

	.gslide-image img.zoomable {
		cursor: -webkit-zoom-in;
		cursor: zoom-in
	}

	.zoomed .gslide-image img.zoomable {
		cursor: -webkit-grab;
		cursor: grab
	}

	.gslide-inline {
		max-height: 95vh
	}

	.gslide-external {
		max-height: 100vh
	}

	.gslide-description.description-left,
	.gslide-description.description-right {
		max-width: 275px;
		flex: 0
	}

	.glightbox-open {
		height: auto
	}

	.goverlay {
		background: rgba(0, 0, 0, .92)
	}

	.glightbox-clean .description-left .gdesc-inner,
	.glightbox-clean .description-right .gdesc-inner,
	.glightbox-modern .description-left .gdesc-inner,
	.glightbox-modern .description-right .gdesc-inner {
		position: relative;
		height: 100%;
		overflow-y: auto
	}

	.glightbox-clean .gprev,
	.glightbox-modern .gprev {
		top: 45%
	}

	.glightbox-clean .gnext,
	.glightbox-modern .gnext {
		top: 45%
	}
}

@media (min-width:992px) {

	.glightbox-clean .gclose,
	.glightbox-modern .gclose {
		right: 20px
	}
}

@media screen and (max-height:420px) {
	.goverlay {
		background: #000
	}
}

body .glightbox-clean .gslide-title,
body .glightbox-modern .gslide-title {
	font-weight: 700;
	font-size: 16px;
	width: 235px
}

body .glightbox-clean .gslide-desc,
body .glightbox-modern .gslide-desc {
	font-size: 13px
}

body .goverlay {
	background: #fff
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path,
.glightbox-modern .gclose path,
.glightbox-modern .gnext path,
.glightbox-modern .gprev path {
	fill: #000 !important
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
	background: #fff !important
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	cursor: zoom-out;
	z-index: 999
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
	display: none
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gclose,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
	background: 0 0 !important
}

.glightbox-container .ginner-container,
.glightbox-container .gslide-inner-content,
.glightbox-container .gslide.current,
.glightbox-container .gslider {
	position: static;
	transform: none;
	z-index: unset
}

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
	z-index: 99999999 !important;
	cursor: default
}

.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gprev {
	display: none !important
}

.glightbox-clean .gslide-desc:empty,
.glightbox-clean .gslide-title:empty,
.glightbox-modern .gslide-desc:empty,
.glightbox-modern .gslide-title:empty {
	display: none
}


.artice_author {
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	padding: 0 0
}

.artice_author div {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.artice_author p {
	margin-top: 0;
	margin-bottom: 3px !important;
	width: 100%
}

.artice_author img.lazy:not(.loaded) {
	overflow: hidden;
	opacity: 1;
	font-size: 0;
	position: relative;
}

.artice_author img.lazy:not(.loaded):after {
	content: "";
	font-size: 13px;
	color: #222;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAaVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnbPKNAAAAInRSTlMA7c8QCvX757gpHxO1MOHap5QjHAbXyr+roZqNgHpAPC3v6GEcOAAAAPdJREFUSMftldkOgjAURNtKF1sWBfcV5/8/UhIeaqu9SMIL0fMCTGZImnTuZfNBiJEB4CtbUfhAoKV4yCYONJITgRVWPuClNFbi3r+ZvH/eIS0juGAXCjtcGEVWbUNhW2WMZLN5+56EpTTLAYeRr46aQ61d2u7WCryOFZ08XqY//K81Ih0QpmU/z6JjjEegg+pw7DG8Iyfc3vNnJDdB9UHcIskegCodqICDDTsNec2I6XOVCDtdHhtG0hzLeqKLG3XdLQb8ugyFUtOJM/ahsMeZnG9KFeGOK5SiZmKOU7xQTqBaoLmLA45rImCtX4pem3LtesyM+vsE224NKwrEBh8AAAAASUVORK5CYII=') no-repeat 50% #fff;
	background-size: 18px;
}

.artice_author img {
	opacity: 1;
	max-width: 48px !important;
	min-width: 48px;
	width: 48px;
	height: 48px;
	min-height: 48px !important;
	border-radius: 100%;
	display: block;
	object-fit: cover;
	object-position: top center;
	margin-bottom: 0;
	margin-right: 10px !important;
	margin-left: 0 !important
}

.artice_author span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	color: #000
}

.artice_author span+span {
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0
}

.artice_author a {
	display: inline-block;
	color: #0083cd;
	font-size: 12px;
	line-height: 1;
	font-style: italic;
	text-decoration: underline;
	position: relative
}

.artice_author a:hover {
	text-decoration: none
}

.artice_author a:after {
	content: "→";
	display: block;
	position: absolute;
	right: -18px;
	top: 0;
	line-height: 1
}

.inner-article-detail-text ul,
.inner-article-detail-text ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media all and (max-width:768px) {
	.artice_author img {
		max-width: 48px !important;
		min-width: 48px;
		width: 48px;
		height: 48px;
		min-height: 48px !important
	}

	.artice_author a,
	.artice_author span {
		font-size: 12px;
		margin-bottom: 0
	}

	.artice_author a {
		line-height: 1
	}

	.artice_author p {
		width: 100%;
		margin-bottom: 4px !important
	}

	.artice_author div {
		display: flex;
		align-items: center;
		flex-wrap: wrap
	}
}


@media (min-width: 1000px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 21px;
	}

	h4 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.inner-article-detail-text {
		padding: 10px 0;
	}

	.detail-b-blog-article h2,
	.article-detail-text h1 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

#publicTime {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #9b9b9b;
}

#vstavka {
	border-left: 4px solid #2799b2;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 20px;
}


#vstavka .title {
	margin-bottom: 5px;
	color: #2799b2;
}

#HTML1 {
	width: 100%;
	height: 150px;
	background: #fff;
}

#HTML2 {
	width: 100%;
	height: 480px;
	background: #fff;
	margin-top: 20px;
}

.notes {
	padding: 12px;
	background: #eee;
}

.notes p:last-child {
	margin-bottom: 0;
}

ol ul {
	margin-left: 25px;
	padding-left: 20px;
	list-style: disc;
}

ol ul li {
	padding-left: 0;
}

ol li {
	padding-left: 25px;
}

ol li h2,
ol li h3 {
	margin-top: 0;
}

ol.title_nemuratic li {
	padding-left: 0;
}

ol.title_nemuratic li:before {
	display: none;
}

ol.title_nemuratic li h2:before,
ol.title_nemuratic li h3:before {
	content: counter(itemsCounter) ". ";
	display: inline !important;
}


.figure_block {
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #f7f8fa;
	border-radius: 7px;
	overflow: hidden;
}

.figure_block .figure_block-info {
	width: 100%;
}

body .figure_block figure {
	width: 200px;
	height: auto;
	border-radius: 4px;
	padding: 6px;
	margin-right: 30px;

}

body .figure_block figcaption {
	font-size: 11px;
	margin-top: 8px;
}

body .figure_block img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	min-width: 200px;
	width: 200px;
	height: auto;
	object-fit: contain;
}

body .figure_block img:after {
	content: attr(alt);
	font-size: 10px;
}

.figure_block .figure_block-action {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 20px auto auto;
	gap: 0 10px;
	text-align: left;
}

.figure_block .figure_block-info p {
	margin-bottom: 10px;
}

.figure_block .figure_block-action p {
	margin-bottom: 0;
}

.figure_block .figure_block-action a {
	text-decoration: underline;
	border: 0;
}

.figure_block .figure_block-action a:hover {
	text-decoration: none;
}

.figure_block .alert {
	margin-top: 12px;
	color: #8b8b8b;
	margin-bottom: 0 !important;
	line-height: 1.1;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 8px;
	padding: 0;
}

@media all and (max-width: 768px) {
	.figure_block {
		display: block;
		padding: 12px;
	}

	body .figure_block img {
		margin: auto;
	}

	body .figure_block figure {
		margin: 0 auto 15px auto;
	}

	body .main .kpinfoImg .alert {
		font-size: 16px !important;
		line-height: 18px !important;
		text-align: center;
	}

	.dd_tgb_wrapper .kpinfoImg {
		margin-bottom: 0 !important;
	}
}

.b-blog-article {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.b-blog-article__image {
	margin-bottom: 6px;
	height: 180px;
}

.b-blog-article__image img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

.b-blog-article__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: .7px;
}

.b-blog-article .b-blog-article__item {
	width: calc(25% - 15px);
}

@media (max-width: 1180px) {
	.b-blog-article .b-blog-article__item {
		width: calc(33.33% - 14px);
	}
}

@media (max-width: 768px) {
	.b-blog-article .b-blog-article__item {
		width: 100%;
	}
}