.banner-km{
	background:#c1a25e;
/*	background:#ffffff; */
	position:absolute;
	bottom:-400px;
	right:0px;
	width:350px;
	color:#fff;
	padding:3px;
	border-radius:4px;
	z-index:10000;
}
.banner-km h2{
	margin-bottom:10px;
	text-align:center;
}
.banner-km>div{
	border-radius:3px;
	border:1px dotted #fff;
	padding:15px 25px;
}
.banner-km a{
	border-bottom:1px dotted #fff
}
.banner-km a:hover{
	color:#fff;
	border-bottom:1px solid #fff
}
@media screen and (max-width: 1280px){
	.banner-km{
		position:relative;
		bottom:30px;
		left:20px;
/*		height:0;
		z-index:0; */
	}
}
@media screen and (max-width: 400px){
	.banner-km{
		width:300px;
	}
}

.bnav a{ display:block;padding:7px 0; }
.bnav {padding-bottom:1em;}
.pgl {width:100%; border: none; border-spacing: 0 0; table-layout:fixed; margin-bottom: 4em;}
.pgl tr td{ border:none;padding:2px; }
.pgl img{ display: block; object-fit: cover; width:100%; height:100%; }
.pgl div{ width:100%; height:100%; overflow:auto }
#otags{ margin-top:3em;width:100%; }
#otags a{ margin-right: 7px }



.blgal {
	margin-top: 1.5em;
	margin-bottom: 3em;
}

.blgal .bg-top{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px 10px;
	justify-content: center;
}

.blgal .bg-top>div{
	height:500px;
	overflow: hidden;
}

.blgal .bg-top>div:first-child{
	order: 1;
	width: 81%;
	align-items: center;
}

.blgal .bg-top>div:last-child{
	order: 0;
	width: 19%;
	display: flex;
	gap: 10px 10px;
	flex-direction: column;
	flex-wrap: nowrap;
	flex-flow: wrap;
}

.blgal .bg-top>div:last-child>a{
/*	max-height: 35%; */
	min-width: 33%;
}

.blgal a{
	text-decoration:none;
	overflow: hidden;
}

.blgal img{
	object-fit: cover;
	width:100%;
	height:100%;
	filter: contrast(.9);
}

.blgal img.tr40{
	transform: translateY(-40%); -webkit-transform: translateY(-40%);
}

@keyframes imgsca {
	0% { transform: scale(100%); -webkit-transform: scale(100%); }
	100% { transform: scale(110%); -webkit-transform: scale(110%); }
}

@keyframes imgscaz {
	0% { transform: scale(100%) translateY(-40%); -webkit-transform: scale(100%) translateY(-40%); }
	100% { transform: scale(110%) translateY(-40%); -webkit-transform: scale(110%) translateY(-40%); }
}


.blgal img:hover{
	animation: imgsca .1s ease-in-out;
	-webkit-animation: imgsca .1s ease-in-out;
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation-fill-mode: forwards;
/*	transform: scale( 110% ); */
}

.blgal img.tr40:hover{
	animation: imgscaz .1s ease-in-out;
	-webkit-animation: imgscaz .1s ease-in-out;
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
	animation-fill-mode: forwards;
/*	transform: scale( 110% ); */
}





.blgal .bg-bot{
	margin-top:10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px 10px;
}

.blgal .bg-bot>a{
	overflow:hidden;
	height: 150px;
	display: grid;
	min-width: calc( ( 100% - 40px ) / 5 );
}

@media screen and (max-width: 1200px) {
	.blgal .bg-top>div:first-child{
		width: 70%;
	}
	.blgal .bg-top>div:last-child{
		width: 30%;
	}
}

@media screen and (max-width: 768px) {
	.blgal .bg-top{
		display: block;
	}
	.blgal .bg-top>div:first-child{
		width: 100%;
		max-height: 250px;
		margin-bottom: 10px;
	}
	.blgal .bg-top>div:last-child{
		width: 100%;
		height: unset;
	}
	.blgal .bg-top>div:last-child>a{
		max-height: 250px;
	}
	.blgal .bg-bot{
		display:none;
	}
}


h1, h2, h3, h4, h5{
	font-family: Proximanova,Tahoma,sans-serif;
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-weight: 550;
}

h2, h3, h4, h5{
	line-height: 1;
}

.post-title{
	font-size: 2.5em;
}

h2{
	font-size: 1.6em;
}

h3{
	font-size: 1.2em;
}

h4{
	font-size: 1.1em;
}

h5{
	font-size: 1em;
}

.post-article p, .post-article ul{
	font-size: 1.1em;
}