/* News */

.news-section-buttons-container {
	display: flex;
	justify-content: space-between;
}

.news-container {
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.news-image-container {
	display: block;
	min-width: 400px;
	max-width: 400px;
	width: 400px;
	min-height: 260px;
	position: relative;
}

.news-img-container {
	display: block;
	min-width: 100%;
	max-width: 100%;
	width: 415px;
	min-height: 159px;
	position: relative;
}

.news-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}




.news-img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.home-banners
{
	margin-top: 30px;
}
.banner-item
{
	margin-bottom: 30px;
}

.banner-item-link
{
	border: 5px solid white;
	display: block;
    background: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
   
	position: relative;
	font-size: 0;
}
.banner-item-link:hover{
	opacity: 0.9;
	
}

.banner-item-link:before
{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
}
.banner-item img
{
	width: 100%;
	
	display: block;
}

.news-content-container {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: calc(100% - 400px);
	padding: 25px 30px;
	justify-content: space-between;
}

.news-content {
	padding-bottom: 25px;
}

.news-link {
	cursor: pointer;
}
.news-link:focus .news-title{
	color: #F54D86
}
.news-button:focus span{
text-decoration: underline;
color: #F54D86
}

.news-all-news-but .btn:focus
{
	background-color:#F6CD51!important ;
	color: #ffffff!important ;
}
.news-image:focus
{
	opacity: 0.8;
}

.news-title {
	display: block;
	font-size: 18px;
	font-size: 1.13em;
	line-height: 1.4em;
	color: #235788;
	font-family: "firago-semibold";
	padding: 0;
	word-wrap: break-word; 
	margin-bottom: 10px;
}

.news-description {
	display: block;
	font-size: 15px;
	font-size: 0.95em;
	line-height: 24px;
	line-height:  1.5em;
	color: #8A8D95;
	max-height: 3em;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-description p {
	margin: 0;
}

.news-footer {
	padding-top: 20px;
	border-top: 1px solid #DBE2E8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-date {
	display: inline-flex;
	min-width: 100px;
	min-height: 30px;
	justify-content: center;
	align-items: center;
	padding: 6px 15px 4px 15px;
	background: #2D9AD8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #ffffff;
	font-size: 0.85em;
}

.news-button {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #F54D86;
	font-size: 14px;
	font-size: 0.85em;
	min-height: 30px;
}


.news-button .view-more-icon {
	fill: #F54D86;
	margin-top: -3px;
	height: 10px;
}

.news-button:hover,
.news-button:focus {
	color: #235788;
}

.news-button:hover .view-more-icon {
	fill: #235788;
}

.news-share-container {
	display: none;
	width: 70px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #8A8D95;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	position: absolute;
	left: -15px;
	top: 15px;
	padding: 0 0 6px 0;
	text-align: center;
}

.news-list:hover .news-share-container {
	display: block;
}

.news-share-text {
	padding-bottom: 6px;
	padding-top: 10px;
}

.news-share-container .share-button {
	display: flex;
	margin: 0 auto 8px auto;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	background: #8A8D95;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}

.news-share-container .share-button:nth-child(1) {
	background: #1877F2;
}

.news-share-container .share-button:nth-child(2) {
	background: #1DA1F2;
}

.news-share-container .share-button:nth-child(3) {
	background: #0077B5;
}

.news-share-container .share-button button {
	background: none;
	cursor: pointer;
}

.news-share-container .share-button path {
	width: 16px;
	height: 16px;
	fill: #ffffff;
}

.share-button-small {
	display: flex;
	margin: 0 auto 8px auto;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	background: #8A8D95;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.share-button-small svg {
	width: 16px;
	height: 16px;
	fill: #ffffff;
}

.news-share-container .share-button:hover,
.share-button-small:hover {
	opacity: 0.8;
}

.news-list-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, calc(100% / 3 - 20px));
	justify-content: space-between;
	flex-wrap: wrap;
	grid-column-gap: 30px;
}

.news-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 60px;
}

.news-list .news-image-container {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 280px;
	margin-bottom: 20px;
}

.news-list .news-image-container {
	display: block;
	width: 100%;
	min-width: 100%;
	height: 0;
	min-height: 0;
	padding-bottom: 60%;
	background: #000000;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.news-list .news-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
}

.news-list .news-content {
	padding: 0 25px 30px 25px;
}

.news-list .news-footer {
	margin: 0 25px 25px 25px;
}

.news-inner-main-container {
	display: flex;
	justify-content: space-between;
}

.news-inner-left-col {
	width: calc(100% - 460px);
	min-width: calc(100% - 460px);
	max-width: calc(100% - 460px);
}

.news-inner-right-col {
	width: 400px;
	min-width: 400px;
	max-width: 400px;
}

.icon-print {
	width: 16px;
	height: 16px;
	fill: #ffffff;
}

.news-inner-image {
	width: 100%;
	height: auto;
	max-height: 450px;
	margin-bottom: 16px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.news-inner-right-col .news-image-container {
	height: 240px;
	min-height: 240px;
	margin-bottom: 14px;
}

.news-inner-right-col .news-list {
	margin-bottom: 30px;
}

.news-inner-right-col .news-description {
	font-size: 0.95em;
	line-height: 1.1em;
	max-height: 2.2em;
}

.news-inner-right-col .news-content {
	padding: 0 20px 25px 20px;
}

.news-inner-right-col .news-footer {
	margin: 0 20px 20px 20px;
}

.news-inner-right-col .news-title {
	display: block;
	font-size: 1em;

	line-height: 1.2em;
	color: #235788;
	font-family: "firago-semibold";
	padding: 0;
	margin-bottom: 8px;
}

.news-inner-top-block {
	display: block;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 21px;
	border-bottom: 1px solid #e0e1e5
}

.news-inner-top-block .news-date {
	font-size: 16px;
	min-height: 40px;
	min-width: 110px;
	padding:6px 7px 4px 7px;
}

.news-inner-share-box {
	display: flex;
	align-items: center;
	color: #8A8D95;
	font-size: 15px;
}

.news-inner-share-box share-button {
	display: inline-flex;
	margin: 0 0 0 6px;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	background: #8A8D95;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}

.news-inner-share-box share-button:nth-child(1) {
	background: #1877F2;
}

.news-inner-share-box share-button:nth-child(2) {
	background: #1DA1F2;
}

.news-inner-share-box share-button:nth-child(3) {
	background: #0077B5;
}

.news-inner-share-box share-button button {
	background: none;
	cursor: pointer;
}

.news-inner-share-box share-button path {
	width: 16px;
	height: 16px;
	fill: #ffffff;
}

.news-inner-share-box share-button:hover {
	opacity: 0.8;
}

.fa-facebook-f {
	width: 9px;
}

.fa-twitter {
	width: 14px;
}

.fa-linkedin-in {
	width: 14px;
}

.news-inner-top-block .news-share-container {
	display: block;
	float: left;
	width: auto;
	max-width: 50%;
}

.news-inner-share-container {
	float: right;
	display: flex;
	;
}

.news-inner-share-text {
	display: flex;
	margin-right: 16px;
	line-height: 41px;
	color: #a3a4a9;
	font-size: 17px;
}

.news-inner-top-block .news-share-buts {
	display: flex;
}

.news-inner-top-block .share-button-small {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 8px;
	margin-bottom: 0;
	;
}

.news-inner-top-block .share-button-small:first-child {
	margin-left: 0px;
}

.share-button-small.share-fb {
	background: #1977f3;
}

.share-button-small.share-tw {
	background: #1da1f3;
}

.share-button-small.share-in {
	background: #0077b4;
}

.news-share-but-bl {
	margin-top: 30px;
}

.news-share-but {
	display: inline-block;
	background: #8a8d96;
	line-height: 36px;
	color: #ffffff;
	padding: 0 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: "firago-semibold";
}

.text-page-content a.news-share-but:hover {
	color: #ffffff;
	background: #235788;
}

.news-share-but svg {
	margin-right: 9px;
	vertical-align: middle;
	margin-top: -2px;
}

.list-left {
	float: left;
	max-width: 300px;
}

.list-right {
	float: right;
	width: auto;
}

.list-foot .list-more {
	font-size: 14px;
}

.pagination {
	text-align: center;
}

.list-foot .view-more-icon {
	width: auto;
	height: 11px;
}

.list-foot .iconRight {
	margin-left: 9px;
}

.list-foot .btn {
	padding: 12px 16px 10px 20px;
	min-height: 40px;
	border: 15px solid #F5F8F9;
}

.pagination-bl {
	list-style: none;
	display: block;
	border: 0px solid #dee5ea;
	line-height: 31px;
	margin-left: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 3px 5px;
	padding-top: 5;
	font-family: "firago-semibold";
}

.pagination-bl li {
	display: inline-block;
	text-align: center;
}

.pagination-bl li a {
	display: inline-block;
	min-width: 26px;
	padding: 0 5px;
	color: #8d8e94;
	
}

.pagination-blm li a {
	display: inline-block;
	min-width: 10px;
	padding: 0 0px;
	color: #8d8e94;
	
}

.pagination-bl li a:hover {
	color: #2D9AD8;
	text-align: bottom;
}

.pagination-bl li.active a {
	background: #235788;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ffffff;
	min-width: 30px;
}

.pagination-item img {
	
	width: 30px;
	height: 31px;
	vertical-align: middle;
	margin: 0 1px;
}

.pagination-prev img,
.pagination-next img {
	display: inline-block;
}

.pagination-prev:hover img,
.pagination-next:hover img {
	display: inline-block;
}

.pagination-prev {
	transform: rotate(180deg);
}

.pagination-center {
	justify-content: center;
	padding: 0;

}


.text-page-content table
{
	width: 100%;

	border-collapse: collapse;
    border-spacing: 0px
}



.text-page-content table,
 .text-page-content table th,
 .text-page-content table td  {
    border: 0.8px solid #111111;

 
	
}
.text-page-content table td,
.text-page-content table th{
	padding: 5px 8px;
	text-align: justify;
}
/*es aris chveni kodi */
.pag {
	display: flex;
	border: 0px solid #dee5ea;
	line-height: 31px;
	margin-left: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 15px 5px;
	padding-top: 5;
	justify-content: center;
	flex-wrap: wrap;
  }
  .pag img {
	list-style: none;
	display: inline-block;
	border: 0px solid #fff;
	line-height: 31px;
	margin-left: 0px;
	border-radius: 0px;
	-webkit-border-radius: 5px;
	padding: 1px 2px;
	padding-top: 0px;
	
} 

  .pag .page {
	display: block;
	padding: 0px 10px;
	margin: 5px 0px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
  }
  
  .pag .page.active  {
	background-color: #235788;
	display: inline-block;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	min-width: 28px;
	height: 29px;
  }

  .pag .page .active .pagact a:hover{
	color: #fff;
	
  }
  
  @media (max-width: 350px) {
	.pagination .page:nth-child(n+3):not(:last-child) {
	  display: none;
	}
  }

/*es aris chveni kodi */
@media (max-width: 1499px) {
	.news-container {
		margin-bottom: 25px;
	}
	.news-content {
		padding-bottom: 20px;
	}
	.news-image-container {
		min-width: 350px;
		max-width: 350px;
		width: 350px;
		min-height: 235px;
	}
	.news-content-container {
		max-width: calc(100% - 350px);
		padding: 20px 25px;
	}
	.news-inner-left-col {
		width: calc(100% - 410px);
		min-width: calc(100% - 410px);
		max-width: calc(100% - 410px);
	}
	.news-inner-right-col {
		width: 350px;
		min-width: 350px;
		max-width: 350px;
	}
	.news-inner-right-col .news-image-container {
		height: 220px;
		min-height: 220px;
	}
	.news-list .news-image-container {
		margin-bottom: 17px;
	}
	.news-title {
		font-size: 1em;
		line-height: 1.2em;
	}
	.news-description {
		font-size: 14px;
		line-height: 22px;

		font-size:0.95em;
		line-height: 1.2em;
		max-height: 2.4em;
	}
	.news-date
	{
		padding:6px 3px 4px 3px;
		font-size: 0.85em;
	}
	.news-button
	{
		white-space: nowrap;
		font-size: 0.75em;
	}
	.iconRight {
		margin-left: 6px;
	}
}

@media (max-width: 1199px) {
	.news-image-container {
		min-width: 310px;
		max-width: 310px;
		width: 310px;
		min-height: 210px;
	}
	.news-content-container {
		max-width: calc(100% - 310px);
		padding: 15px 20px;
		flex-grow: 1;
	}
	.news-footer {
		padding-top: 15px;
	}
	.news-list-container {
		grid-template-columns: repeat(auto-fill, calc(100% / 2 - 15px));
		grid-column-gap: 30px;
	}
	.news-list {
		margin-bottom: 40px;
	}
	.news-inner-right-col {
		width: 300px;
		min-width: 300px;
		max-width: 300px;
	}
	.news-inner-left-col {
		width: calc(100% - 330px);
		min-width: calc(100% - 330px);
		max-width: calc(100% - 330px);
	}
	.news-inner-right-col .news-content {
		padding: 0 15px 20px 15px;
	}
	.news-inner-right-col .news-footer {
		margin: 0 15px 15px 15px;
	}
	.news-inner-right-col .news-image-container {
		height: 190px;
		min-height: 190px;
	}
}

@media (max-width: 991px) {
	.news-inner-right-col {
		display: none;
	}
	.news-inner-left-col {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.news-container {
		display: block;
	}
	.news-image-container {
		display: block;
		width: 100%;
		min-width: 100%;
		height: 0;
		padding-bottom: 54%;
		position: relative;
		background: #000000;
		border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	.news-image {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		overflow: hidden;
	}
	.news-content-container {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.news-list-container {
		grid-template-columns: repeat(auto-fill, 100%);
		grid-column-gap: 30px;
	}
	.news-list {
		margin-bottom: 20px;
	}
	.news-list .news-content {
		padding: 0 15px 15px 15px;
	}
	.news-list .news-footer {
		margin: 0 15px 15px 15px;
	}
	.news-date {
		min-width: 90px;
	}
	.news-share-container {
		z-index: 2;
		left: -5px;
		display: none!important;
	}
	.list-left {
		float: none;
		max-width: 100%;
		text-align: center;
	}
	.list-right {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	.pagination-bl {
		display: inline-block;
	}
}

@media (max-width: 580px) {
	.news-inner-share-container {
		margin-toP: 20px;
		float: none;
	}
}


.adme_check{
	display: flex;
	align-items:center;
	position: relative;
	/*padding-left: 35px;*/
	margin-bottom: -5px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
	.adme_chemark{
	position: relative;
	display:inline-flex;
	margin-right:10px;
	height: 20px;
	width: 20px;
	margin-bottom: -5px;
	background-color: #bebebe;
	}
	.adme_check input:checked ~ .adme_chemark {
	background-color: #58C2B1;
	}
	.adme_chemark:after {
	content: "";
	position: absolute;
	display: none;
	}
	.adme_check input:checked ~ .adme_chemark:after {
	display: block;
	}
	.adme_chemark:after {
	left: 7px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	.adme_check input:checked ~ .adme_chemark
	{
		background-color:#2D9AD8
	}
	.adme_check
	{
		font-size: 15px;
	}
	.adme_chemark
	{
		background: #ffffff;
		outline: 1px solid #dbe2e8;
	}
	.flex-container {
		display: flex;
		align-items: center;
	}
	.adme_check {
		display: inline-block;
		margin-right: 40px;
	  margin-left: 10px;
	}
	.adme_check .text {
		min-width: 150px; /* Adjust this value as necessary */
		display: inline-block;
	  font-family: 'Roboto', sans-serif;
	}
	.news-image-container-search {
		display: block;
		min-width: 300px;
		max-width: 300px;
		width: 300px;
		min-height: 180px;
		position: relative;
	}
	.news-content-container-search {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		max-width: calc(100%);
		padding: 25px 30px;
		justify-content: space-between;
	}
	.news-content-container-search2 {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		max-width: calc(100% );
		padding: 25px 30px;
		justify-content: space-between;
	}
	
	.admin-fields #mdate
	{
		height: 44px;
		padding: 7px 12px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		background: #ffffff;
		border: 1px solid #DBE2E8;
		width: 100%;
		font-size: 15px;
		font-family: "firago";
		transition: 250ms;
		-webkit-transition: 250ms;
		outline: none !important;
		width: 400px;
	}
	.input-container {
		display: flex;
		align-items: center;
		gap: 20px;
		/*margin-left: 70px;*/
	}
	