.df {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 15px;
}


.uc-navbar-right .languages-list select {
   appearance: none; 
   -webkit-appearance: none;
   -moz-appearance: none; 
   text-decoration: none;
   background: none;
   border: none;
   color: #fff;
   font-size: 16px;
   padding: 8px; 
   cursor: pointer; 
}
.uc-navbar-right .languages-list select option {
   background: none;
   color: #000;
   font-size: 16px;
   padding: 8px; 
   border: none;
}

.uc-navbar-right .languages-list select option:hover {
   background: transparent !important;
   color: var(--bs-btn-hover-border-color); 
   font-weight: bold;
}

.uc-navbar-right .languages-list select option[selected] {
   color: var(--bs-btn-hover-border-color); 
   background: transparent !important;
   font-weight: bold;
}

.uc-navbar-right .languages-list select option:checked {
   background: none; 
   color: var(--bs-btn-hover-border-color); 
   font-weight: bold; 
}



.post-description .post-author {
   margin-top: 0px;
 }

.post-description .post-title a:hover{
   color: #ce0F2e; 
 }



.image-content {
	text-align: center;
	margin-bottom: 20px;
  }
.image-content .image-place {
	position: relative;
	margin-bottom: 5px;
    }
.image-content .image-place img {
	width: 100%;
  }
.image-content .image-place .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.image-content .image-place .hover-image a {
	position: absolute;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 70px;
	height: 70px;
	background: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
	line-height: 70px;
	color: #ffffff;
	font-size: 30px;
	outline: none;
}
.image-content .image-place .hover-image a.zoom:hover {
	opacity: 0.7;
}
.image-content .image-place:hover .hover-image {
	opacity: 1;
}

.uc-footer i.icon {
   padding: 5px 0px;
   margin-right: 10px;
}
.uc-footer .nav-y {
   padding: 5px;
}

.image-content .hover-image {
   z-index: 1;
   cursor: pointer;
}

.mfp-bg, .mfp-wrap, .lightboxOverlay {
   z-index: 9999 !important; /* Щоб вікно завжди було поверх іншого контенту */
}

.unicon-logo-telegram {
	margin-top: -9px;
}



.nav-pagination .uc-pagination {
	margin-bottom: 30px;
}

.nav-pagination .uc-pagination .page-numbers {
	border: 1px solid #acacac;
	/* color: #e62323; */
}
.nav-pagination .uc-pagination .page-numbers:hover {
	color: #e62323;
	border-color:#e62323;
}
.nav-pagination .uc-pagination .page-numbers.active {
	color: #ffffff;
	background-color: #e62323;
	border-color:#e62323;
	font-weight: bold;
}


.nav-pagination .uc-pagination .page-numbers.active.points {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50%;

}
   @media only screen and (max-width: 767px) {

   }