/* @charset "utf-8"; */
@import "user-fonts.css"; /* Import Georgian Fonts CSS */
@import "var-params.css"; /* saitis parametrebi */
@import "header.css"; 






/* ===== BEGIN - SLIDE MENU TOP-A poziciaSi (class:  slide-menu-zzz) ===== */

/* CarCodan daSoreba da CarCos moxsna */
.slide-menu-zzz .card-body {
	padding: 5px 10px;
}
.slide-menu-zzz.card {
	border: 0;
	background-color: var(--main-light-gray);
}

/* MENIUS HORIZONTALURAD qceva */
/* Горизонтальное меню в позиции top-a */
.slide-menu-zzz ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;   /* пункты в одну строку */
	gap: 0px;           /* расстояние между пунктами */
}
.slide-menu-zzz li {
  display: inline-block;
}

/* mobilurisTvis */
@media screen and (max-width: 992px) {
	.slide-menu-zzz ul {
			flex-direction: column;
		    flex-wrap: wrap;
			align-items: center;
	}



}





/* slaidebis zoma CarCo */
.slide-menu-zzz ul li img {
	border: 3px solid #ccc;
	border-radius: 8px;
	width: 80px;
	height: 80px;
}


.slide-menu-zzz ul li {
	background-image: url("/images/slide-menu/acc-back.jpg");
	background-repeat: no-repeat;
	background-size: auto;

	min-width: 0px;
	transition: all 500ms ease;
	padding: 0 !important;
	margin: 0 10px 0 0;
}

/* slaidis saTauri. Tavidan ar Cans (damalulia) */
.slide-menu-zzz ul li .image-title {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: all 250ms ease; /* praqtikulad ar qreba */

	font-size: 14px;
	font-weight: bold;
	white-space: normal;
	align-content: center;
	padding-left: 5px;
	width: 100px;
	height: 80px;
}



.slide-menu-zzz  ul li:hover .image-title {
	visibility: visible; /* saTauris gamoCena */
	opacity: 1;
	transition: all 250ms ease;

}

/* slaidis gaxsna animaciiT */
.slide-menu-zzz  ul li:hover {
	min-width: 220px;
	transition: all 500ms ease;
}



/* ===== END - SLIDE MENU TOP-A poziciaSi (class:  slide-menu-zzz) ===== */










/* ===== SIGPLUS HORIZONTAL SLIDER ===== */

/* CarCodan daSoreba da CarCos moxsna*/
.h-slide-zzz .card-body {
	padding: 0;
}
.card.h-slide-zzz {
	border: 0;
}
/* slaidis carieli velis foni */
.h-slide-zzz .sigplus-gallery {
	background-color: #f5f5f5;
}





.breadcrumb { background-color: var(--breadcrumb-bg-color); }






/* ===== BEGIN BLOG-Si statiebis gamoyvana ===== */




/* statiis saTauri blogSi da statiaSi */
.item-content .page-header,
.item-page .page-header  {
	background-image: linear-gradient(var(--blog-item-header-gradient));     /* #ebebeb, #ccc */
	border-bottom: 10px solid var(--site-background-color);                       /* #dde2e7 */
	margin: 0 -15px 15px;
}

.page-header a { text-decoration: none; }
.item-content .page-header h2, 
.item-page .page-header h1 {
	font-size: 13px;
	max-width: 920px;
	padding: 15px 0 15px 10px;
	margin: 0;
}

/* blogSi da statiaSi statiis saTauri da Seqmnis TariRi erT zolSi */
.item-content,
.item-page  {
	position: relative;
	padding: 0 15px;
}
.item-content .article-info, 
.item-page .article-info {
	position: absolute;
	text-align: right;
	font-size: 12px;
	color: var(--article-date-color) !important;
	top: 15px;
	right: 10px;
}
/* MOBILE - Seqmnis TariRi axal xazze */
@media screen and (max-width: 992px) {
	.item-content .article-info, 
	.item-page .article-info {
		position: static;
		margin-bottom: 0;
	}
}

/* INTRO DA FULL suraTebis mowesrigeba (centrireba) */

.item-content .item-image, 
.item-page .item-image {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 10px 5px 0;
	overflow: hidden;
}
.item-content .item-image img, 
.item-page .item-image img {
	position: absolute;
	border: 1.5px solid #ccc;
	border-radius: 5px;

	max-wid th: none;

	width: auto;
	height: 120px;
	margin: 0;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}





/* === READMORE da PAGENAVIGATION (Nexy -> Prev) === */

.readmore {
	float: right;
}
/* READ MORE – глобально */
.readmore .btn, 
.pagenavigation .btn {
	background-color: var(--main-blue);      /* основной цвет */
	color: #ffffff;
	border: 1px solid var(--main-blue);
	border-radius: 5px;
	padding: 5px 10px;
	font-size: var(--body-font-size);
	transition: all 0.25s ease;
}
.readmore .btn:hover,
.readmore .btn:focus, 
.pagenavigation .btn:hover, 
.pagenavigation .btn:focus {
	background-color: var(--link-hover-color);
	col or: var(--main-blue);
}





/* ===== END BLOG-Si statiebis gamoyvana ===== */




/*  */




/* ===== BEGIN - INTRO da FULL IMAGE-s MODAL-Si sworad gaxsnisTvis 
ix JAVASCRIPT ===== */
.modal {
  display: none;              /* скрыт по умолчанию */
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0,0,0,0.8);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);

  border: 5px solid #ccc;   /* белая рамка */
  border-radius: 8px;       /* скруглённые углы */
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
/* ===== END - INTRO da FULL IMAGE-s MODAL-Si sworad gaxsnisTvis ===== */









.right-pubs-slider-zzz .mod-articles-item-content a {
    font-size: 12px;
    white-space: normal !important;
    float: right;
    text-align: right;
    max-width: 200px;
}

.right-pubs-slider-zzz .mod-articles-item-content figure img {
  max-width: 80px;
}














.right-pubs-slider-zzz .card-body {
  overflow: hidden;
  position: relative;
  height: 900px; /* 3 × 300px */
}

.right-pubs-slider-zzz .mod-articles-items {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 1s ease-in-out;
}

.right-pubs-slider-zzz .mod-articles-items li {
  height: 300px; /* высота одного элемента */
}




.cat-blog-zzz {




}












/* ========================================= */

/* BEGIN @media */
@media screen and (max-width: 680px) {
    p {
        -webkit-hyphens: none !important; /* none | manual | auto */
        -moz-hyphens: none !important;
        -ms-hyphens: none !important;
        hyphens: none !important;
        text-align: left !important;
    }
}
@media screen and (max-width: 580px) {

}
/* END @media */