body, select, input, textarea, label, table, form, button, optgroup {
	font-family: 'Manrope', sans-serif;
}

h1 {
	font-family: 'Manrope', sans-serif !important;
}

.efimereia {
	color: #3b5f99;
	font-weight: bold;
	font-size: 1.2em;
}

.c-mybigproject {
	font-size: 1em;
}
@media (max-width: 768px) {
	.c-mybigproject {
		font-size: 0.8em;
	}
}

.c-main-inner {
	padding-left: 5%;
	padding-right: 5%;
}


.c-belowsitetitle{
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1em;
	text-align: center;
}
.c-belowsitetext{
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 1em;
	text-align: center;
}

#copyleft {
	padding-left: 5%;
}

#copyright {
	padding-right: 5%;
}


/* ABOVETOPBANNER */

#abovetopbanner .htmlbox {
	float: none;
	width: 100%;
}

/* TOP */

.c-top {
	height: calc(100vh - 140px);
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.c-top video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

/* CITIZENS */

.c-citizens-container {
	position: relative;
	height: auto;
	background-image: linear-gradient(120deg, #fbfdff, #dee3ef);
	overflow: hidden;
}

.c-citizens-bg {
	position: absolute;
	height: 85%;
	background-size: contain;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 0;
	opacity: 0.4;
	bottom: -10px;
}


.c-ul li{
	margin-bottom: 15px;
}

/* TITLES */

#contenttop h1.c-title-lg, #contenttop h1.pagetitle {
	border-bottom: 0px;
	text-align: left;
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 0;
	padding-top: 0px;
	color: #3d3e42 !important;
}

.pagetitle {
	margin-top: 30px;
	text-align: center !important;
	font-size: 40px !important;
}

.c-title-md {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 800;
}

.c-title-sm {
	font-size: 20px;
	font-weight: 800;
}


/* BODY MARGINS */

.c-margin-body {
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	z-index: 1;
}

.c-margin-body-1280 {
	max-width: 1280px;
	margin: auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}


/* PADDINGS */

.c-padding-top-8 {
	padding-top: 8vw;
}

.c-padding-top-7 {
	padding-top: 7vw;
}

.c-padding-top-5 {
	padding-top: 5vw;
}

.c-padding-top-2 {
	padding-top: 2vw;
}

.c-padding-bottom-8 {
	padding-bottom: 8vw;
}

.c-padding-bottom-7 {
	padding-bottom: 7vw;
}

.c-padding-bottom-5 {
	padding-bottom: 5vw;
}

.c-padding-bottom-2 {
	padding-bottom: 2vw;
}

/* BELOW TITLE PARAGRAPH */

.c-belowtitle-par {
	font-size: 18px;
	width: 100%;
	max-width: 550px;
}



/* BUTTON DESIGN CITIZEN */

.c-button-container {
	border: 0px solid #dee3ef;
	display: flex;
	padding: 10px;
	border-radius: 110px;
	background-image: linear-gradient(90deg, rgb(255 255 255 / 100%), rgb(255 255 255 / 100%));
	width: auto;
	position: relative;
	text-decoration: none;
	color: #3d3e42;
	font-weight: 800;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 0.2s;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	overflow: hidden;
}

.c-button-container.c-max-width {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.c-button-container::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgb(64 117 205 / 100%), rgb(113 209 237 / 100%));
	z-index: 0;
	transition: opacity 0.5s linear;
	opacity: 0;
	width: 100%;
	transition: 0.2s;
}

.c-button-container::after{
	border: 1px solid #dee3ef;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.2s;
	border-radius: 110px;
}

.c-cross {
	position: relative;
	margin-left: 0;
	border: 1px solid #dee3ef;
	background-color: #4076cd;
	text-align: center;
	border-radius: 50%;
	color: white;
	transition: 0.2s;
}


.c-cross span {
	position: relative;
	font-size: 30px;
	font-weight: 800;
	width: 43px;
	height: 43px;
	display: block;
}

.c-cross span.fa {
	font-size: 24px;
	line-height: 1.9;
}

.c-cross span.fa-arrow-down:before {
	content: "\f063";
	margin-left: 6px;
}

.c-button-text {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0px;
	position: relative;
	height: auto;
	margin-left: 20px;
	width: 100%;
}

.c-button-text span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	margin-top: -2px;
}

.c-button-container:hover {
	color: white;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.c-button-container:hover::before {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: auto;
	opacity: 1;
}

.c-button-container:hover::after{
	border: 0px;
}

.c-button-container:hover .c-cross {
	background-color: white;
	color: #4076cd;
}


/* BUTTON DESIGN AIMODOSIA */

.c-button-container-aimodosia {
	border: 1px solid #dee3ef;
	display: flex;
	padding: 10px;
	border-radius: 110px;
	background-image: linear-gradient(90deg, rgb(255 255 255 / 100%), rgb(255 255 255 / 100%));
	width: 90%;
	position: relative;
	text-decoration: none;
	color: #3d3e42;
	font-weight: 800;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 0.2s;
}



.c-button-container-aimodosia::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #d33d48, #ed7171);
	z-index: 0;
	border-radius: 110px;
	transition: opacity 0.5s linear;
	opacity: 0;
	width: 100%;
	transition: 0.2s;
}



.c-button-container-aimodosia .c-cross {
	position: relative;
	height: 43px;
	width: 43px;
	margin-left: 0px;
	border: 1px solid #dee3ef;
	background-color: #d33d48;
	text-align: center;
	border-radius: 45px;
	color: white;
	transition: 0.2s;
}

.c-button-container-aimodosia .c-cross span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: 800;
	margin-top: -1px;
}

.c-button-container-aimodosia .c-button-text {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0px;
	position: relative;
	height: auto;
	margin-left: 20px;
	width: auto;
}

.c-button-container-aimodosia .c-button-text span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	margin-top: -2px;
}

.c-button-container-aimodosia:hover {
	color: white;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.c-button-container-aimodosia:hover::before {
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	width: auto;
	opacity: 1;
}

.c-button-container-aimodosia:hover .c-cross {
	background-color: white;
	color: #d33d48;
}



/* AIMODOSIA ACTIVE BUTTON */

.c-button-container-aimodosia-active {
	border: 1px solid #dee3ef;
	display: flex;
	padding: 10px;
	border-radius: 110px;
	background-image: linear-gradient(90deg, rgb(255 255 255 / 100%), rgb(255 255 255 / 100%));
	width: 90%;
	position: relative;
	text-decoration: none;
	color: white;
	font-weight: 800;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 0.2s;
	opacity: 1;
}

.c-button-container-aimodosia-active::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #d33d48, #ed7171);
	z-index: 0;
	border-radius: 110px;
	transition: opacity 0.5s linear;
	opacity: 1;
	width: 100%;
	transition: 0.2s;
}

.c-button-container-aimodosia-active:hover::before {
	color: #3d3e42;
	background-color: white;
	opacity: 0;
}

.c-button-container-aimodosia-active:hover {
	color: #3d3e42;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}



.c-button-container-aimodosia-active .c-cross {
	background-color: white;
	color: #d33d48;
}

.c-button-container-aimodosia-active:hover .c-cross {
	background-color: #d33d48;
	color: white;
}


/* ================================= */


/* MESSAGE */

.c-message-bg {
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0.1;
	height: 100%;
	z-index: 0;
}

.c-message-container {
	position: relative;
	height: auto;
	width: 100%;
}

.c-message-inner {
	position: relative;
	z-index: 1;
}



/* CAROUSEL */

.c-maindiv {
	overflow: hidden;
	display: flex;
	white-space: nowrap;
	text-align: center;
	align-items: center;
}

.c-grafima img {
	width: 5vw;
	margin-left: 3vw;
	margin-right: 3vw;
	height: auto;
}

.c-carousel-1 {
	display: flex;
	animation: marquee 15s linear infinite;
}
.c-carousel-2 {
	display: flex;
	animation: marquee 15s linear infinite;
	animation-delay: 0s;
}

.c-carousel-3 {
	display: flex;
	animation: marquee 15s linear infinite;
	animation-delay: 0s;
}


@keyframes marquee {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}


.c-metrics-container {
	background-color: #3b5f99;
	position: relative;
}

.c-metrics-inner {
	color: white;
}

.c-title-metric {
	font-size: 120px;
	font-weight: 800;
	margin-bottom: 0;
	line-height: 1;
}

.c-subtitle-metric {
	font-size: 20px;
	letter-spacing: 2px;
}

.c-gradient-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30%;
	background-image: linear-gradient(90deg, #3b5f99 60%, transparent 100%);
	z-index: 1;
}

.c-gradient-right{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 30%;
	background-image: linear-gradient(-90deg, #3b5f99 60%, transparent 100%);
	z-index: 1;
}

/* ==================================================== */



/* PROMOTION CONTAINER */

.c-promotion-container {
	position: relative;
	height: auto;
	background-image: linear-gradient(120deg, #fbfdff, #dee3ef);
	overflow: hidden;
}

.c-promotion-inner {
	margin-left: 5%;
}

.c-box-aimodosia .c-title-lg {
	color: #d33d48 !important;
}

.c-box-aimodosia {
	padding: 5vw;
	background-color: white;
	border: 1px solid #dee3ef;
	border-radius: 100px;
	width: 90%;
	margin: auto;
	box-shadow: 0px 0px 15px #0000002b;
}


/* ==================================================== */

.c-swiper-container {
	margin-left: 5%;
}

.c-klinikes-container {
	min-height: 600px;
	width: 95%;
	border-radius: 40px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 1s cubic-bezier(0, 0.03, 0.15, 1.03);
}

.c-klinikes-container:hover {
	box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
	background-size: 110%;
}

.c-klinikes-bg {
	height: 100%;
	position: absolute;
	width: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: 1s cubic-bezier(0, 0.03, 0.15, 1.03);
}

.c-klinikes-bg img {
	transition: 1s cubic-bezier(0, 0.03, 0.15, 1.03);
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
}

.c-klinikes-container:hover .c-klinikes-bg img {
	transform: translate(-50%, -50%) scale(1.1);
}

c-klinikes-inner {
	position: absolute;
	bottom: 30px;
	left: 5%;
	width: 90%;
	text-align: left;
	color: white;
	height: 50px;
	overflow: hidden;
}

.c-klinikes-over-color-blue {
	position: absolute;
	background-color: #67d7f8;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-color-green {
	position: absolute;
	background-color: #6dffb2;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-color-red {
	position: absolute;
	background-color: #d33d48;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-color-yellow {
	position: absolute;
	background-color: #fff065;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-color-purple {
	position: absolute;
	background-color: #cd5eff;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-grad {
	position: absolute;
	background-image: linear-gradient(0deg, rgb(0 0 0 / 40%), transparent);
	opacity: 0.5;
	z-index: 1;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-inner {
	position: absolute;
	z-index: 2;
	color: white;
	text-align: left;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	bottom: 30px;
	transition: 0.3s;
	transition-delay: 0.3s;
}

.c-klinikes-container:hover .c-klinikes-over-color-blue, .c-klinikes-container:hover .c-klinikes-over-color-green, .c-klinikes-container:hover .c-klinikes-over-color-red, .c-klinikes-container:hover .c-klinikes-over-color-yellow, .c-klinikes-container:hover .c-klinikes-over-color-yello, .c-klinikes-container:hover .c-klinikes-over-color-purple, .c-klinikes-container:hover .c-klinikes-over-grad {
	opacity: 0;
}

/* KLINIKES BUTTON */

.c-klinikes-container a {
	position: relative;
	display: block;
	color: white;
	text-decoration: none;
	transition: 0.3s;
	width: fit-content;
	width: -moz-fit-content;
	padding-bottom: 15px;
}

.c-klinikes-container a::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: white;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s;
}

.c-klinikes-container a:hover {
	color: white;
}
.c-klinikes-container a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}


/* UNDERLINE BUTTON */

.c-underline-link {
	position: relative;
	display: block;
	color: #3b5f99;
	text-decoration: none;
	transition: 0.3s;
	width: fit-content;
	width: -moz-fit-content;
	padding-bottom: 15px;
	margin: auto;
}

.c-underline-link::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #3b5f99;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s;
}

.c-underline-link:hover {
	color: #3b5f99;
}
.c-underline-link:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}


.c-quick-menu {
	font-size: 14px;
	position: relative;
	right: 5vw;
	margin-bottom: 0px;
	line-height: 1.6;
	float: right;
}

.c-quick-position {
	float: left;
	font-size: 14px;
	position: relative;
	left: 5vw;
	margin-bottom: 0px;
	line-height: 1.6;
}

.c-quick-menu a, .c-quick-position a {
	margin-right: 20px;
	margin-left: 20px;
}

.c-quick-menu a:last-child {
	margin-left: 20px;
	margin-right: 0px;
}

.c-quick-position a:first-child {
	margin-left: 0px;
	margin-right: 20px;
}

.c-quick-menu a.c-underline-link, .c-quick-position a.c-underline-link {
	display: inline-block;
	padding-bottom: 0px;
}

.c-quick-menu a.c-underline-link::after, .c-quick-position a.c-underline-link::after {
	height: 1px;
	background: white;
}








#cFooter {
	background-image: linear-gradient(120deg, #fbfdff, #dee3ef);
}

.c-footer-container {
	margin-right: 5vw;
	margin-left: 5vw;
}


.c-socialfooter {
	display: flex;
	align-content: center;
	align-items: center;
}

.c-socialfooter span.fa {
	background-color: white;
	border-radius: 50%;
	margin-right: 20px;
	border: 1px solid #dee3ef;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 0.3s;
}

.c-socialfooter span.fa {
	width: 50px;
	height: 50px;
	position: relative;
}

.c-socialfooter span.fa:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-socialfooter span:hover {
	background-color: #4076cd;
	color: white;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}


/* DESIGN NEWS */

div.horizontalitemsnews div.infoboxy {
	position: relative;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 00%);
	border-radius: 40px;
	transition: 0.3s;
	overflow: hidden;
}

div.horizontalitemsnews div.infoboxy:hover {
	position: relative;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
	border-radius: 40px;
}

div.horizontalitemsnews div.textboxy {
	position: absolute;
	bottom: 0;
	height: calc(100% - 20px);
	max-height: 400px;
	padding-top: 0;
	background-image: linear-gradient(0deg, #000000ad, transparent);
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	color: white;
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 40px);
}

div.horizontalitemsnews div.item div.photos {
	border-radius: 40px;
	overflow: hidden;
}

div.horizontalitemsnews div.item div.photos img {
	transform: scale(1);
	transition: 1s cubic-bezier(0, 0.03, 0.15, 1.03);
}

div.horizontalitemsnews div.infoboxy:hover  div.photos img {
	transform: scale(1.2);
}

/*
div.items div.list h3 a {
color: white !important;
border-bottom: 1px solid white;
}
 */
	div.items div.date {
		font-style: italic;
		padding-bottom: 15px;
	}

	div.items div.detail h3 a {
		color: #3b5f99;
		border-bottom: 1px solid #3b5f99;
		font-weight: 800;
	}


	/* GO BACK BUTTON */

	div.items div.back {
		position: relative;
		float: left;
		border: 1px solid #dee3ef;
		margin-bottom: 10px;
		background-color: #f2f5fa;
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(,#ffffff),color-stop(,#ebebeb));
		background-image: -moz-linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		background-image: -webkit-linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		background-image: -o-linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		background-image: -ms-linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		background-image: linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		-moz-border-radius: 80px;
		-webkit-border-radius: 80px;
		-khtml-border-radius: 80px;
		border-radius: 80px;
	}

	div.items div.back::before {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(90deg, rgb(64 117 205 / 100%), rgb(113 209 237 / 100%));
		z-index: 0;
		border-radius: 110px;
		transition: opacity 0.5s linear;
		opacity: 0;
		width: 100%;
		transition: 0.2s;
	}



	div.items div.back a {
		color: #3b5f99;
		font-weight: 800;
		text-decoration: none;
		display: block;
		padding: 15px;
		padding-left: 25px;
		padding-right: 25px;
		transition: 0.2s;
		position: relative;
		z-index: 1;
	}



	div.items div.back a:hover {
		color: white;
	}

	div.items div.back:hover::before {
		top: -1px;
		right: -1px;
		bottom: -1px;
		left: -1px;
		width: auto;
		opacity: 1;
	}



	/* ARXIKI NEWS */

	.firstpagenews {
		max-width: 100%;
		margin-left: 5vw;
		margin-right: 5vw;
	}

	.firstpagenews div.textboxy {
		padding-top: 30% !important;
	}


	/* KLINIKES PAGE */

	.c-kliniki-box {
		border-radius: 30px;
		border: 1px solid #dee3ef;
		height: 13vw;
		width: 100%;
		margin: auto;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
		position: relative;
		transition: 0.3s;
	}

	.c-kliniki-box:hover {
		box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	}

	.c-kliniki-box-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%;
	}


	#iconsKliniki a {
		text-decoration: none;
		color: #3d3e42;
	}

	#iconsKliniki .c-title-md {
		font-size: 24px;
	}

	.c-icon-kliniki {
		background-repeat: no-repeat;
		background-size: 90%;
		background-position: center;
		height: 100%;
	}

	#iconsKliniki-inside p {
		color: #3d3e42;
		transition: 0.3s;
	}

	#iconsKliniki-inside .c-kliniki-box-bg {
		background-image: linear-gradient(90deg, rgb(64 117 205 / 100%), rgb(113 209 237 / 100%));
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 30px;
		opacity: 0;
		transition: 0.3s;
	}

	#iconsKliniki-inside .c-kliniki-box:hover .c-kliniki-box-bg {
		opacity: 1;
	}

	#iconsKliniki-inside .c-kliniki-box:hover p {
		color: white;
	}

	#iconsKliniki-inside .c-title-md {
		margin-top: 10px;
		font-size: 24px;
	}

	.c-kliniki-icon {
		width: 90px;
		height: 90px;
		margin: auto;
		background-color: white;
		position: relative;
		border-radius: 50%;
		border: 1px solid transparent;
		box-shadow: 0px 0px 7px rgb(0 0 0 / 0%);
		transition: 0.3s;
	}

	.c-kliniki-icon img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	#iconsKliniki-inside .col-md-3 {
		margin-top: 30px;
	}

	.c-kliniki-box:hover .c-kliniki-icon {
		border: 1px solid #dee3ef;
		box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
	}

	/*
	.c-infobox {
	padding: 10px 15px 10px 15px;
	background-color: #dfe3ef;
	margin-bottom: 15px;
	}

	.c-infobox p {
	margin-bottom: 15px;
	}

	.c-infobox span {
	margin-right: 10px;
	color: #4076cd;
	}
	 */


	/*new c-infobox WCAG compliant */
	/* Infobox styles for headings */
	.c-infobox {
		padding: 10px 15px;
		background-color: #dfe3ef;
		margin-bottom: 15px;
		font-size: 1.4em;
		font-weight: 400;
		line-height: 1.4;
		color: #000000;
		text-align: left;
	}

	.c-infobox span {
		margin-right: 10px;
		color: #4076cd;
	}
	/*---*/

	.c-ul {
		padding-left: 20px !important;
	}

	.c-ul li {
		margin-bottom: 20px;
	}


	.c-logos-inner {
		max-width: 1280px;
		margin: auto;
	}

	.c-logos-inner img {
		width: 100%;
		height: auto;
		max-width: 200px;
	}

	/* LIST FLEX */

	ul.c-ul-flex {
		display: flex;
	}

	ul.c-ul-flex li {
		list-style: none;
		text-align: left;
		padding: 20px;
		background-color: white;
		border-radius: 20px;
		margin: 10px;
		flex-basis: 25%;
	}

	#dioikitiki_ypiresia .col-md-offset-3 {
		margin-left: 12.5%;
	}

	/* TABLE */
	.c-table tr:nth-child(odd) {
		background: #f1f1f1;
	}

	.c-table tr:nth-child(1) {
		background: #489fd8;
		color: white;
	}

	.c-table tr td {
		padding-left:20px;
	}

	.c-backbutton {
		position: relative;
		width: 190px;
		top: 0;
	}

	.c-backbutton .c-button-container {
		max-width: 190px;
		transform: scale(0.8);
	}

	.c-backbutton .c-button-text {
		margin-left: 15px;
	}

	#rightytop {
		position: relative;
	}

	div.items div.list h3, div.items h3 {
		font-size: 18px;
		font-weight: normal;
		text-align: left;
	}

	div.items div.itemcontent {
		margin: 10px;
	}

	div.items div.list h3, div.items h3 {
		text-align: center;
	}
	.c-mybigproject {
		font-size: 1em;
	}
	@media (max-width: 768px) {
		.c-mybigproject {
			font-size: 0.8em;
		}
	}

	.c-belowsitetitle{
		font-size: 1.4em;
		font-weight: 300;
		line-height: 1em;
		color: #6fb513;
		text-align: center;
	}
	.c-belowsitetext{
		font-size: 1em;
		font-weight: 300;
		margin-bottom: 0px;
		line-height: 1em;
		text-align: center;
	}

	/*FILTERS*/

	div.boxcollapsible a.toggle span{
		font-size: 130%;
	}

	.boxcollapsible {
		border-style: solid;
		border-width: 1px;
		border-color: #852d6a;
		padding: 10px;
	}

	/* Κενό μεταξύ του κουτιού με τα φίλτρα και των items */
	.theitems {
		margin-top: 10px;
	}

	/* ΒΡΕΣ ΓΙΑΤΡΟ 
	.doctor-status {
	color: #006400; /* Dark green for the checkmark */
	font-size: 16px;
}

.fa-check {
	margin-right: 5px;
}

.status-box {
	display: inline-block;
	padding: 5px 10px;
	background-color: #90ee90; /* Light green color */
	color: #000000; /* Black text */
	border-radius: 4px; /* Optional: rounded corners */
	vertical-align: middle;
}
*/

	.textbox .value {
		display: inline-block;
		padding: 5px 10px;
		background-color: #90ee90; /* Light green color */
		color: #000000; /* Black text */
		border-radius: 4px; /* Rounded corners */
		vertical-align: middle;
		margin-top: 6px; /* space above */
	}

	/* Table NOSOKOMEIO BUILDING */
	body {
		font-family: Arial, sans-serif;
		background-color: #f9f9f9;
	}
	table {
		width: 90%;
		margin: 20px auto;
		border-collapse: collapse;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
	th, td {
		border: 1px solid #ddd;
		padding: 12px 15px;
		text-align: left;
		vertical-align: top;
	}
	th {
		background-color: #005f99;
		color: #fff;
		text-align: center;
	}
	tr:nth-child(even) {
		background-color: #f2f2f2;
	}
	tr:hover {
		background-color: #e6f7ff;
	}
	caption {
		caption-side: top;
		font-size: 1.4em;
		margin-bottom: 10px;
		font-weight: bold;
		color: #333;
	}

	/* Testimony box - CSS για επιπλέον στοιχεία κλινικών/τμημάτων */
	.testimony-box {
		background-color: #fff;
		border-radius: 15px;
		padding: 2em;
		margin: 15px auto;
	}

	.testimony-box h2 {
		text-align: center;
		margin-bottom: 1.5em;
		font-size: 1.5em;
	}

	.testimony-box p {
		white-space: pre-wrap;
		text-align: justify;
	}

	#viewer-container {
		width: 100%;
		height: 70vh;
		min-height: 500px;
		overflow: hidden;
		position: relative;
		border-radius: 15px;
		margin-top: 30px;
	}
	canvas {
		display: block;
	}
	/* end of testimony box*/

	/*Για τηλεφωνα / email links */
	.contact-box {
		display: inline-block;
		padding: 15px 25px;
		background-color: #4076cd; /* your color */
		color: #ffffff; /* ensures high contrast */
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		border-radius: 8px;
		text-align: center;
		transition: background-color 0.3s, box-shadow 0.3s;
		margin: 5px 0; /* spacing if stacked */
	}

	.contact-box:hover,
	.contact-box:focus {
		background-color: #3059a3; /* slightly darker on hover/focus */
		box-shadow: 0 0 0 4px rgba(64, 118, 205, 0.3); /* visible focus ring */
		outline: none;
	}

	.contact-box:active {
		background-color: #2a4780;
	}

	/* Accessible message box */
	.message-box {
		background-color: #dfe3ef;             /* light background */
		border-radius: 12px;                   /* rounded corners */
		padding: 16px;
		box-sizing: border-box;
		max-width: 100%;
		margin: 12px 0;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);

		/* Typography */
		font-size: clamp(14px, 2.5vw, 16px);
		line-height: 1.5;
		color: #0a0a0a;                        /* dark enough for WCAG AA on #dfe3ef */
		word-wrap: break-word;

		/* Smooth text rendering */
		-webkit-font-smoothing: antialiased;
	}

	/* Ensure links meet contrast and show focus */
	.message-box a {
		color: #003366;                        /* darker blue for WCAG AA */
		text-decoration: underline;
	}

	.message-box a:focus,
	.message-box a:hover {
		outline: 2px solid #003366;
		outline-offset: 2px;
	}

	/* For small variant */
	.message-box.small {
		padding: 10px;
		border-radius: 10px;
		font-size: clamp(13px, 2.2vw, 14px);
	}
.c-newlogo {
    background-image: url('/cache/files/ff70f34984585ef639aae01ff16f911d229168c6.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/ff70f34984585ef639aae01ff16f911d229168c6.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/ff70f34984585ef639aae01ff16f911d229168c6.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}#innertopbanner {
    padding-left: 5%;
}

#innertopmenu {
    padding-right: 5%;
}


#innertopmenu ul li a {
  position: relative;
  display: block;
  /* color: #3d3e42; */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}

#innertopmenu ul li a {
  color: #3d3e42;
}

#innertopmenu ul ul li.active a {
  color: white;
}

#innertopmenu ul ul li a {
  color: #3d3e42;
}

#innertopmenu ul ul li.active a {
  color: #3d3e42;
}

#innertopmenu ul li a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4076cd;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
    z-index: 90;
}
#innertopmenu ul ul li a:hover {
  color: #3d3e42;
}
#innertopmenu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}#twopluscols {
padding-left: 5%;
padding-right: 5%;
}

#twopluscols .pagetitle {
    margin-left: 0px;
}

#lefty {
    float: left;
    width: 270px;
    text-align: left;
    background-color: transparent;
}

@media (min-width: 800px) {
#righty {
    margin-left: 270px;
}
}

#lefty .prodmenu {
    margin-top: 50px;
}

#lefty h1, #c-clone-lefty h1 {
    margin: 0;
    margin-left: 0px;
    margin-bottom: 5px;
    padding: 3px;
    padding-left: 15px;
    padding-bottom: 4px;
    font-size: 26px !important;
    font-variant: normal;
    color: #3d3e42 !important;
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-position: 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 20px;
    border-radius: 15px;
font-weight: 800 !important;
}

#c-clone-lefty {
margin-bottom: 30px;
}

#c-clone-lefty .prodmenu ul {
list-style-type: none !important;
padding-left: 0 !important;
display: flex;
    flex-wrap: wrap;
}

#c-clone-lefty .prodmenu ul li {
    flex: 50%;
}


#lefty .prodmenu ul li, #c-clone-lefty .prodmenu ul li {
    border-bottom: 0px solid #e9e9e9;
}

#lefty .prodmenu ul li a, #c-clone-lefty .prodmenu ul li a {
    display: block;
    font-style: normal;
    font-variant: normal;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-position: 15px;
    background-size: 28px;
    text-decoration: none;
    background-color: transparent;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    padding-left: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
border: 1px solid #dee3ef;
border-radius: 30px;
margin-top: 10px;
background-image: none;
}

#c-clone-lefty .prodmenu ul li a {
    width: auto;
margin-right: 15px;
font-size: 13px;
}


#lefty .prodmenu ul li a::before, #c-clone-lefty .prodmenu ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgb(64 117 205 / 100%), rgb(113 209 237 / 100%));
  z-index: 0;
    border-radius: 30px;
  transition: opacity 0.5s linear;
  opacity: 0;
width: 100%;
transition: 0.2s;
}



#lefty .prodmenu ul l a:hover, #c-clone-lefty .prodmenu ul l a:hover {
color: white;
box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

#lefty .prodmenu ul li a:hover, #c-clone-lefty .prodmenu ul li a:hover {
color: white;
}

#lefty .prodmenu ul li a:hover::before, #c-clone-lefty .prodmenu ul li a:hover::before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
width: auto;
opacity: 1;
}


#lefty .prodmenu ul li a span, #c-clone-lefty .prodmenu ul li a span {
    font-weight: 800;
position: relative;
z-index: 3;
}


/* ICON STAVROS LOGOTYPOU*/

#lefty .prodmenu ul li.active a::after, #c-clone-lefty .prodmenu ul li.active a::after, #lefty .prodmenu ul li > ul li.active a::after, #c-clone-lefty .prodmenu ul li > ul li.active a::after {
    background-image: url('/cache/files/d855991f32179bfe1a6498e023797a7503126c0f.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li a::after, #c-clone-lefty .prodmenu ul li a::after, #lefty .prodmenu ul li > ul li a::after, #c-clone-lefty .prodmenu ul li > ul li a::after {
    background-image: url('/cache/files/c70f36618a037b31a7e9265fdf5fb4b2774ef476.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}


#lefty .prodmenu ul li a:hover::after, #c-clone-lefty .prodmenu ul li a:hover::after, #lefty .prodmenu ul li > ul li a:hover::after, #c-clone-lefty .prodmenu ul li > ul li a:hover::after{
    background-image: url('/cache/files/d855991f32179bfe1a6498e023797a7503126c0f.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

/* NESTED LIST */

#lefty .prodmenu ul li > ul li.active a::after, #c-clone-lefty .prodmenu ul li > ul li.active a::after {
    background-image: url('cache/files/notfound') !important;
}

#lefty .prodmenu ul li > ul li a::after, #c-clone-lefty .prodmenu ul li > ul li a::after {
    background-image: url('/cache/files/c70f36618a037b31a7e9265fdf5fb4b2774ef476.svg') !important;
}

#lefty .prodmenu ul li > ul li a:hover::after, #c-clone-lefty .prodmenu ul li > ul li a:hover::after{
    background-image: url('/cache/files/d855991f32179bfe1a6498e023797a7503126c0f.svg')  !important;
}

/* ========== */



/* ICON PLIROFORIES */

#lefty .prodmenu ul li.active:nth-child(1) a::after, #c-clone-lefty .prodmenu ul li.active:nth-child(1) a::after {
    background-image: url('/cache/files/761cda18c61c358ab35e7343d9a39aa2992a9ab1.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(1) a::after, #c-clone-lefty .prodmenu ul li:nth-child(1) a::after {
    background-image: url('/cache/files/5d4af9824a634b52fdcd04747e34a92868a7f5d4.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}


#lefty .prodmenu ul li:nth-child(1) a:hover::after, #c-clone-lefty .prodmenu ul li:nth-child(1) a:hover::after {
    background-image: url('/cache/files/761cda18c61c358ab35e7343d9a39aa2992a9ab1.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

/* ========== */


/* ICON DOMI


#lefty .prodmenu ul li.active:nth-child(2) a::after, #c-clone-lefty .prodmenu ul li.active:nth-child(2) a::after {
    background-image: url('/cache/files/79dd8b1b07d26d0465e804bd5f4650483f14ba6c.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(2) a::after, #c-clone-lefty .prodmenu ul li:nth-child(2) a::after {
    background-image: url('/cache/files/7c735b00a717e915c008c05f71c26249dc31bc92.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}


#lefty .prodmenu ul li:nth-child(2) a:hover::after, #c-clone-lefty .prodmenu ul li:nth-child(2) a:hover::after {
    background-image: url('/cache/files/79dd8b1b07d26d0465e804bd5f4650483f14ba6c.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}  */

/* ========== */

/* ICON PROSOPIKO */

#lefty .prodmenu ul li.active:nth-child(2) a::after, #c-clone-lefty .prodmenu ul li.active:nth-child(2) a::after {
    background-image: url('/cache/files/1574e5369892e00fe266cfb4363b32272ba23862.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(2) a::after, #c-clone-lefty .prodmenu ul li:nth-child(2) a::after {
    background-image: url('/cache/files/c819f6dcf19217b968ca97eadd5e39bccecb07b3.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(2) a:hover::after, #c-clone-lefty .prodmenu ul li:nth-child(2) a:hover::after {
    background-image: url('/cache/files/1574e5369892e00fe266cfb4363b32272ba23862.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

/* ========== */

/* ICON KLINIKO ERGO */

#lefty .prodmenu ul li.active:nth-child(3) a::after, #c-clone-lefty .prodmenu ul li.active:nth-child(3) a::after {
    background-image: url('/cache/files/9065d2f2e70d6d457998880509fa992a0097fda9.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(3) a::after, #c-clone-lefty .prodmenu ul li:nth-child(3) a::after {
    background-image: url('/cache/files/b2d85cbeb0d1fc151ead11bb650b1017ff13d363.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(3) a:hover::after, #c-clone-lefty .prodmenu ul li:nth-child(3) a:hover::after {
    background-image: url('/cache/files/9065d2f2e70d6d457998880509fa992a0097fda9.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

/* ========== */

/* ICON EKPAIDEUTIKO ERGO */

#lefty .prodmenu ul li.active:nth-child(4) a::after, #c-clone-lefty .prodmenu ul li.active:nth-child(4) a::after {
    background-image: url('/cache/files/660b62c5c37d44b8be919f4640f4bf858b1e55bf.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(4) a::after, #c-clone-lefty .prodmenu ul li:nth-child(4) a::after {
    background-image: url('/cache/files/abd7ea5eb34e0ed510a1df511abf7e0149aa0735.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(4) a:hover::after, #c-clone-lefty .prodmenu ul li:nth-child(4) a:hover::after {
    background-image: url('/cache/files/660b62c5c37d44b8be919f4640f4bf858b1e55bf.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

/* ========== */

/* ICON EREUNITIKO ERGO */

#lefty .prodmenu ul li.active:nth-child(5) a::after, #c-clone-lefty .prodmenu ul li.active:nth-child(5) a::after {
    background-image: url('/cache/files/39eee59347076a61016c7a1c4f12d4e1be80647f.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(5) a::after, #c-clone-lefty .prodmenu ul li:nth-child(5) a::after {
    background-image: url('/cache/files/41e66623cdfa9e6152e998da8600e217e23e126e.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

#lefty .prodmenu ul li:nth-child(5) a:hover::after, #c-clone-lefty .prodmenu ul li:nth-child(5) a:hover::after {
    background-image: url('/cache/files/39eee59347076a61016c7a1c4f12d4e1be80647f.svg');
    content: " ";
    position: absolute;
    z-index: 5;
    left: 11px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    top: 11px;
}

/* ========== */


/* ACTIVE */

#lefty .prodmenu ul li.active a::before, #c-clone-lefty .prodmenu ul li.active a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgb(64 117 205 / 100%), rgb(113 209 237 / 100%));
  z-index: 0;
  border-radius: 30px;
  transition: opacity 0.5s linear;
  opacity: 1;
width: 100%;
transition: 0.2s;
}

#lefty .prodmenu ul li.inactive a:hover, .prodmenu ul li.active a, #c-clone-lefty .prodmenu ul li.inactive a:hover {
color: white;
background-color: transparent;
}

#lefty .prodmenu ul li.haschilds {
position: relative;
}

#lefty .prodmenu ul li.haschilds::after {
    content: '>';
    position: absolute;
    transform: rotate(90deg);
    top: 14px;
    right: 10px;
    font-size: 20px;
    font-weight: 800;
    z-index: 90;
}

#lefty .prodmenu ul li.haschilds ul {
margin-left: 30px;
}

/* RESPONSIVE */

/* TABLET */

@media (max-width: 768px) {
#c-clone-lefty .prodmenu ul li {
    flex: 50%;
}
}

/* MOBILE */

@media (max-width: 768px) {

#c-clone-lefty .prodmenu ul li {
    flex: 100%;
}

#twopluscols {
    padding-left: 0;
    padding-right: 0;
}
#righty {
    padding-left: 0;
}
#twopluscols .pagetitle {
    margin-left: 0;
}
}.c-filesview {
max-width: 1280px;
margin: auto;
}

.c-filesview ul.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.c-filesview ul li {
width: 50%;
}

@media (max-width: 990px) {
.notloggedin .c-filesview ul li {
width: 100%;
}
}

.c-filesview ul li .lezanta {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: white;
align-items: flex-start;
}

.c-filesview ul li .lezanta .filedescription{
    color: #3d3e42;
}

.c-filesview ul li .lezanta a:nth-child(1) {
    display: flex;
    padding: 20px;
    padding-right: 0px;
    padding-left: 40px;
    position: relative;
    flex-wrap: nowrap;
    align-content: center;
align-items: center;
    color: white;
padding-top: 0px;
}

.c-filesview ul li .lezanta a:nth-child(2) {
    display: flex;
    padding: 0;
    padding-left: 0;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 10px;
    background-color: white;
    position: relative;
    padding-right: 10px;
}

.c-filesview ul li .lezanta a:nth-child(1)::before {
    content: ' ';
    background-image: url('/cache/files/55105b203b015a911d612afbe3ffaaf51763b224.svg');
    opacity: 1;
    left: 0;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.c-filesview ul li .lezanta a:nth-child(1)::after {
content: ' ';
background-image: url('/cache/files/92cd9b1d181008ab2e928fc30ab7170cff2bce27.svg');
opacity: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 11;
}

.c-filesview ul li:hover .lezanta a:nth-child(1)::after {
opacity: 1;
}

.notloggedin .c-filesview ul.gallery img {
display: none;
}

.loggedin .c-filesview ul.gallery img {
display: inline;
}

.c-filesview .photogroup {
margin: 20px;
}/* TABLET & SMALL DESKTOP */

@media (max-width: 1024px) {
.c-button-text {
    font-size: 16px;
    line-height: 1em;
}

#contenttop h1.c-title-lg, #contenttop h1.pagetitle {
    font-size: 30px;
}

.c-belowtitle-par {
    font-size: 16px;
}

.c-button-container {
margin-right: 20px;
}

}


/* TABLET */

@media (max-width: 990px) {
.c-backbutton {
    position: relative;
    width: auto;
    top: 0;
}

.c-box-aimodosia {
    padding: 20px;
    border-radius: 40px;
    width: 100%;
}

.c-promotion-inner {
    margin-left: 0%;
}

.c-padding-bottom-5, .c-padding-top-7 {
    padding-bottom: 50px;
}
.c-padding-top-5, .c-padding-top-7 {
    padding-top: 50px;
}

.c-message-container img {
    width: 100%;
    max-width: 250px;
}

.c-message-container p {
    padding: 20px;
}

.c-title-metric {
    font-size: 40px;
}

.c-metric .c-subtitle-metric {
width: 50%;
font-size: 16px;
}

.c-grafima img {
    width: 70px;
}

.c-gradient-left, .c-gradient-right {
    width: 20%;
}

.c-carousel-1 {
    align-items: center;
}

.c-subtitle-metric {
    margin-bottom: 0;
}

.c-klinikes-container {
background-size: cover;
}

.c-klinikes-container:hover {
background-size: cover;
}

.firstpagenews {
    margin-left: 0;
    margin-right: 0;
}

div.items div.itemcontent {
    margin: 0;
}

.c-socialfooter {
    flex-wrap: wrap;
}

.c-top video {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-footer-container {
    margin-right: 0;
    margin-left: 0;
}

.c-footer-container img {
    width: 100%;
    height: auto;
}

.c-socialfooter span.fa {
    margin-right: 10px;
}

.c-footer-text-span {

}

#belowsite a {
    width: 100%;
    max-width: 160px;
}

.c-quick-position {
left: 0;
}

.c-kliniki-box {
    height: auto;
    border: 1px solid #c9ceda;
}

.c-kliniki-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-kliniki-icon img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
    width: 30px;
height: auto;
}

.c-kliniki-box-inner {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}

#iconsKliniki-inside .c-title-md {
    margin-top: 0;
    font-size: 16px;
    width: calc(100% - 80px);
    margin-bottom: 0;
}

#iconsKliniki-inside .col-md-3 {
    margin-top: 15px;
}

#iconsKliniki-inside .col-md-3 a {
    text-decoration: none;
}

#iconsKliniki-inside.row {
    margin-right: -30px;
    margin-left: -30px;
}

.pagetitle {
    margin-top: 0;
    text-align: center !important;
    font-size: 30px !important;
font-weight: 800;
}

}

/* MOBILE */

@media (max-width: 768px) {
.c-button-container {
    margin-right: 0px;
}
}.c-bmi-calculator {
    max-width: 250px;
    margin: auto;
    padding: 50px;
    border-radius: 30px;
    background-color: #f1f4f9;
}

#c-bmi-calculator-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#c-bmi-calculator-form span {
    background-color: #4076cd;
    border-radius: 50%;
    margin-right: 20px;
    border: 1px solid #dee3ef;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
    transition: 0.3s;
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
color: white;
}

/* #c-bmi-calculator-form span:hover, #c-bmi-calculator-form ipnut:focus #c-bmi-calculator-form span {
    background-color: #4076cd;

box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
} */


#c-bmi-calculator-form label {
    width: 100px;
}

#c-bmi-calculator-form input {
    width: calc(100% - 180px);
}


#c-bmi-calculator-form label.c-kg, #c-bmi-calculator-form input.c-kg, #c-bmi-calculator-form span:nth-child(1) {
    margin-bottom: 10px;
}

#c-bmi-calculator-form .c-button-container {
    width: calc(100% + 7.5px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
}

#c-bmi-calculator-form .c-button-container span {
margin-bottom: 0px;
    width: 43px;
    height: 43px;
}

#c-bmi-calculator-form .c-button-container:hover span.material-symbols-outlined {
color: #4076cd;
background-color: white;
}

#c-bmi-calculator-form .c-button-container span.c-calc {
    width: auto;
    color: #3d3e42;
    background-color: transparent;
    border: 0px solid #dee3ef;
}


#c-bmi-calculator-form .c-button-container:hover span.c-calc {
color: white;
}

.c-bmi-result {
margin-top: 1.2em;
}

.c-bmi-value {
font-weight: bold;
}