body {
overflow-x: hidden;
}

:root {
--primary: #41acb1;
--second: #e6901a;
--white: #fcfbf7;
}



div.topmenu ul li {
    border-radius: 30px;
}



/*PAGE TITLES*/
 #contenttop h1, #contenttop h1 a {
font-size: clamp(1.75rem, 1.519rem + 0.926vw, 3rem); /*28-48*/
color: var(--primary);
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 20px;
    -webkit-text-stroke: 1px var(--primary);
}


/*NES*/
div.items div.date {
    padding-bottom: 8px;
    font-size: 12px;
    color: var(--second);
}

h1 a.backtocat:before {
    border-right-color: var(--primary);
    top: 0.3em;
}

.notloggedin div.horizontalitemsnews div.itemcontent {

}


div.horizontalitemsnews div.itemcontent:before {
content: "";
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 30px; 
height: 30px;
    background-image: url('/cache/files/5eb279f59a75c774fe7046c51b0ba185d21415e5.svg');
    z-index: 2;
transform: rotate(-45deg);
    transition: 0.4s;
opacity: 0.6;
}

div.horizontalitemsnews div.itemcontent:hover:before {
    background-image: url('/cache/files/f911cac5a2826f5c59af27d2c09dad43f8aa4224.svg');
    right: 5;
transform: rotate(0deg);
opacity: 1;
}



/* SCROLL BAR */

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  background: transparent; 
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary); 
  border-radius: 6px;
  border: 2px solid var(--primary);  
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--second); 
  border: 2px solid var(--second);
}

/* END SCROLL BAR */

.c-newlogo {
    background-image: url('/cache/files/0776035e09a7fbcdeb9c9e230beb499d3352a23b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/0776035e09a7fbcdeb9c9e230beb499d3352a23b.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
margin: 3vh 8vh 4vh 4vh;
}



.side-nav__header {
    max-height: 100px;
    height: 30%;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}/* GLWSSES */

.langchooser {
    position: absolute;
    top: 13px;
    right: 0;
width: 100px;
}

div.langlist ul {
background-color: #fff;
padding: 8px 14px !important;
border-radius: 20px;
}

@media (max-width: 768px) {
.langchooser {
    top: 15px;
width: 40px;
}
div.langlist ul {
padding: 4px 8px !important;
border-radius: 8px;
min-height: 45px;
}
}

@media (max-width: 460px) {
    #mobile-header .langchooser {
        right: 5px;
        top: 14px;
    }
}


#mobile-header .langchooser div.langlist ul {
    height: auto !important;
}

.langlist ul li {
    font-size: 14px;
}

@media (min-width: 768px) {
    div.langlist span.langtext {
        display: none;
    }
}

.langchooser ul li:nth-child(1) a::before {
   content: 'ΕΛ';
   display: inline-block;
    cursor: pointer;
}

.langchooser ul li:nth-child(2) a::before {
   content: 'EN';
   display: inline-block;
    cursor: pointer;
}

#topbanner .langchooser ul li.active a, #mobile-header .langchooser ul li.active a {
color: var(--second);
}.c-appointment-position {
position: fixed;
bottom: 3vh;
right: 5vh;
width: 100px;
height: 100px;
z-index: 999;
}

@media (max-width: 920px) {
.c-appointment-position {
bottom: 2.5vh;
right: 2.5vh;
}
}

@media (max-width: 800px) {
.c-appointment-position {
width: 80px;
height: 80px;
}
}


.c-appointment-cyrcle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   animation: spinCircle 20s linear infinite;
}

@keyframes spinCircle {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.c-appointment-icon {
    position: absolute;
    top: 50%;
    left: 50%;
width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
}.c-button-1 {
display: inline-block;
padding: 12px 70px 12px 18px;
border: 1px solid var(--primary);
text-decoration: none;
margin-top: 7px;
    transition: 0.4s;
border-radius: 30px;
font-weight: 800;
position: relative;
}

.c-button-1:hover  {
background-color: var(--second);
border: 1px solid var(--second);
color: #fff;
position: relative;
}



.c-button-1:before {
content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 26px; 
height: 26px;
    background-image: url('/cache/files/f911cac5a2826f5c59af27d2c09dad43f8aa4224.svg');
    z-index: 2;
transform: translateY(-50%) rotate(-45deg);
    transition: 0.4s;
background-size: contain;
background-repeat: no-repeat;
}

.c-button-1:hover:before {
    background-image: url('/cache/files/dc540f03384ee0be76ff32135c2c87736a96b3a4.svg');
    right: 15px;
transform: translateY(-50%) rotate(0deg);
}









.c-button-2 {
display: inline-block;
padding: 12px 70px 12px 18px;
background-color: var(--second);
text-decoration: none;
margin-top: 7px;
    transition: 0.4s;
border-radius: 30px;
font-weight: 800;
position: relative;
color: #fff;
}

.c-button-2:hover  {
background-color: var(--primary);
color: #fff;
position: relative;
}



.c-button-2:before {
content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 26px; 
height: 26px;
    background-image: url('/cache/files/dc540f03384ee0be76ff32135c2c87736a96b3a4.svg');
    z-index: 2;
transform: translateY(-50%) rotate(-45deg);
    transition: 0.4s;
background-size: contain;
background-repeat: no-repeat;
}

.c-button-2:hover:before {
    right: 15px;
transform: translateY(-50%) rotate(0deg);
}.c-footer {
position: relative;
min-height: 90vh;
}

.c-footer:before {
content: "";
    position: absolute;
    top: 0;
    right: 0;
   width: 100vw; 
    min-height: 90vh;
height: 90vh;
    background-image: url('/cache/files/2543272b479cc50cdd23bbe2b31fdd4ea0a37bfb.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
background-repeat: no-repeat;
    z-index: -2;
}

.c-footer-data {
    display: flex;
    gap: 4vw;
    justify-content: space-between;
    font-size: 14px;
    padding: 40px 7vw 60px 7vw;
    position: absolute;
    bottom: 0;
    background-color: var(--white);
    width: 100%;
}


.c-footer-info {
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
}

.c-footer-contact-line {
display: flex;
gap: 10px;
}

.c-footer-contact-line p{
margin-bottom: 0px;
font-weight: 600;
}

.c-footer-contact-line img {
height: 30px;
width: auto;
}


.c-footer-orario {
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
font-weight: 600;
position: relative;
}


.c-footer-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary);
margin-bottom: 10px;
    margin-top: 30px;
}

.c-footer-logo {
display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    align-items: center;
margin-top: -90px;
}

.c-footer-social-line {
display: flex;
gap: 10px;
justify-content: center;
}

.c-footer-social-line img{
width: 45px;
height: auto;
}

.c-title-align {
text-align: right;
}

.c-footer-arrow {
position: absolute;
    bottom: 36px;
    right: 144px;
    height: 80px;
animation: footerArrowFloat 6s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes footerArrowFloat {
    0% {
        transform: rotate(-7deg);
    }

    25% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(-7deg);
    }

    75% {
        transform: rotate(7deg);
    }

    100% {
        transform: rotate(-7deg);
    }
}


.c-footer-line {
    position: absolute;
    top: -14px;
    left: -60px;
}


@media (max-width: 800px) {
  .c-footer-data {
    flex-direction: column;
position: relative;
margin-top: 50vh;
  }

  .c-footer-logo {
    order: 1;
  }

  .c-footer-info {
    order: 2;
align-items: center;
  }

  .c-footer-orario {
    order: 3;
align-items: center;
  }

.c-footer-arrow {
right: auto;
    left: 100px;
}

.c-title-align {
text-align: center;
}

}



@media (max-width: 500px) {
.c-footer-arrow {
right: auto;
    left: -45px;
}
}.notloggedin .c-epistrofi {
position: fixed;
top: 150px;
left: 0;
z-index: 15;
}

@media (max-width: 920px) {
.notloggedin .c-epistrofi {
position: absolute;
top: 40px;
}
}

.c-epistrofi a{
background-color: var(--primary);
text-decoration: none;
color: var(--white);
border-radius: 0px 30px 30px 0px;
padding: 12px 14px 12px 55px;
position: relative;
font-weight: 900;
font-size: 14px;
}

.c-epistrofi a:before {
content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 26px; 
height: 26px;
    background-image: url('/cache/files/dc540f03384ee0be76ff32135c2c87736a96b3a4.svg');
    z-index: 2;
transform: translateY(-50%) rotate(180deg);
    transition: 0.4s;
background-size: contain;
background-repeat: no-repeat;
}

.c-epistrofi a:hover:before {
    left: 10px;
transform: translateY(-50%) rotate(180deg);

}



.c-giatros-page-intro h1{
margin-bottom: 7px !important;
margin-top: 30px !important;
}

.c-giatros-page-intro p{
text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
}

.c-giatros-intro-img {
height: 80vh;
    object-fit: cover;
    object-position: center;
    position: relative;
    width: 100%;
}

.c-giatros-viografiko {
max-width: 1280px;
margin: 6vh auto;
padding: 20px;
text-align: justify;
}

.c-giatros-upiresies {
margin: 6vh auto;
padding: 20px;
    display: flex;
    gap: 4vw;
    flex-wrap: wrap;
    justify-content: center;
}

.c-giatros-viografiko ul{
list-style-position: outside !important;
}

.c-giatros-upiresies h3 {
    color: var(--second);
    font-size: clamp(1.5rem, 1.431rem + 0.278vw, 1.875rem); /*24-30*/
    border-bottom: 2px dashed #cde2e3;
    padding-bottom: 10px;
}

.c-giatros-upiresies div {
max-width: 600px;
    background-color: var(--white);
    padding: 3vw 3vw 3vw 4vw;
}

@media (max-width: 920px) {
.c-giatros-upiresies div {
    padding: 30px;
}
}

.c-giatros-upiresies p {
margin-bottom: 0px;
margin-top: 25px;
}

.c-giatros-upiresies h2 {
    font-size: 18px !important;
    border-bottom: 2px dashed #cde2e3;
    padding-bottom: 10px;
text-align: left !important;
}


.c-giatros-upiresies div ul{
padding-left: 5px !important;
list-style-position: outside !important;
line-height: 1.6em;
}

.c-giatros-upiresies div ul li::marker{
    color: var(--second) !important;
}


.c-giatros-meres-ores {
background-color: var(--primary);
color: var(--white);
padding: 2vw 5vw;
font-size: 20px;
font-weight: 900;
display: flex;
    justify-content: center;
    align-items: center;
gap: 3vw;
}

@media (max-width: 620px) {
.c-giatros-meres-ores {
flex-direction: column;
text-align: center;
font-size: 14px;
padding: 30px 20px;
}
}

.c-giatros-meres-ores img{
border-radius: 50%;
width: 150px;
height: auto;
filter: brightness(1.3) grayscale(1);
}

.c-giatros-meres-ores p{
margin-bottom: 0px;
max-width: 500px;
}.mobile-header {
    box-shadow: none;
    min-height: 70px;
}


.side-nav__footer {
    box-shadow: none;
padding: 2vh !important;
}

.side-nav__footer .c-footer-social-line {
justify-content: flex-start;
}


.side-nav__hide {
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
left: auto;
right: 16px;
}


.side-nav--visible .side-nav__container {
    position: relative;
    width: 94%;
    max-width: 94%;
    height: 96%;
top: 2%;
    left: 3%;
border-radius: 20px;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
   -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}


@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}


.side-nav ul {
    display: flex;
    flex-direction: column;
    width: 80vw;
    gap: 10px;
    margin: 0 auto;
}

.side-nav ul li {
    border-bottom: 2px dashed #cde2e3;
position: relative;
}

.side-nav ul li:before {
content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px; 
height: 30px;
    background-image: url('/cache/files/f911cac5a2826f5c59af27d2c09dad43f8aa4224.svg');
    z-index: 0;
transform: translateY(-50%) rotate(-45deg);
    transition: 0.4s;
}

.side-nav ul li.active:before {
    background-image: url('/cache/files/40611af32cfa384aba51770aab79d886492f5d37.svg');
transform: translateY(-50%) rotate(-0deg);

}
/*SCROLL BUTTON*/
.scrolltopbutton {
    display: block;
    position: fixed;
    bottom: 4vh;
    left: 3vh;
    cursor: pointer;
    z-index: 300;
    transform: rotate(270deg);
scale: 1;
}

.scrolltopbutton:hover {
 scale: 1.1;
}
/*END OF SCROLL BUTTON*//* PAGE TITLE */
.pagetitle {
    display: none;
}

/* INTRO */
.c-upiresies-page-intro {
    max-width: 80vw;
    margin: 4vw auto;
    display: flex;
    align-items: center;
    gap: 4vw;
    position: relative;
}

@media (max-width: 920px) {
.c-upiresies-page-intro {
    max-width: 100vw;
flex-direction: column;
}
}


.c-upiresies-page-intro h1 {
    text-align: left !important;
    margin-bottom: 0px !important;
line-height: 1.4em !important;
max-width: 300px;
}

@media (max-width: 920px) {
.c-upiresies-page-intro h1 {
max-width: 100%;
}
}


.c-upiresies-subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 900;
color: #333;
}


.c-upiresies-page-intro-text {
flex: 1;
padding: 0px 10vw;
position: relative;
}

@media (max-width: 920px) {
.c-upiresies-page-intro-text {
padding: 30px 8vw 6vw 8vw;
}
}

.c-upiresies-intro-logo-icon {
position: absolute;
}

.c-intro-cloud {
    width: 120px;
position: absolute;
    top: -6vw;
right: -3vw;
   animation: cloudMove 6s ease-in-out infinite;
}

@keyframes cloudMove {
    0% {
        transform: rotate(19deg);
    }
    50% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(19deg);
    }
}

@media (max-width: 920px) {
.c-intro-cloud {
width: 9vh;
        right: auto;
        left: 0;
        top: -8vh;
}

@keyframes cloudMove {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
}

.c-intro-arrow {
    transform: rotate(68deg);
    width: 60px;
position: absolute;
    bottom: -4vw;
   animation: arrowFloat 2.5s ease-in-out infinite;
}

@keyframes arrowFloat {
    0% {
        transform: rotate(68deg) translateX(0);
    }
    50% {
        transform: rotate(68deg) translateX(-15px);
    }
    100% {
        transform: rotate(68deg) translateX(0);
    }
}

@media (max-width: 920px) {
.c-intro-arrow {
display: none;
}
}

.c-upiresies-yellow-lines {
height: 60vh;
    position: absolute;
    left: -10vw;
    bottom: 0;
    transform-origin: bottom center;
    transform: rotate(90deg);
    z-index: 10;
}


.c-upiresies-logo-icon {
position: absolute;
    bottom: 1vw;
    left: 0;
    height: 30vw;
    width: auto;
    filter: grayscale(1);
    opacity: 0.1;
}




/* ORBIT */

.orbit-wrapper{
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

.c-orbit{
flex: 1;
    margin: 0 auto;
    border-radius: 50%;
    animation: orbitRotate 20s linear infinite;
    position: absolute;
    inset: 0;
z-index: 2;
}

.c-orbit-bg{
    position: absolute;
    inset: 0;
    background-image: url('/cache/files/737a482ca5a1e56d6b128f607bc6c4c6895f939d.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.1;
    filter: grayscale(1);
    pointer-events: none;
}



/* ICON WRAPPER */
.c-orbit-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    text-decoration: none;
    transform-origin: center;
    z-index: 5;

}

/* IMAGE (counter rotation -> μένει ίσιο) */
.c-orbit-icon img{
    width: 65px;
    height: 65px;
    object-fit: contain;
    animation: orbitReverse 20s linear infinite;
    transition: 0.1s;
}

/* HOVER */
.c-orbit-icon:hover{
    transform: scale(1.5);
    z-index: 10;
}

.c-orbit-icon:hover img{
filter: invert(58%) sepia(99%) saturate(597%) hue-rotate(349deg) brightness(93%) contrast(93%);
}

/* LABEL */
.c-orbit-icon::after { 
content: attr(data-label); 
position: absolute; 
top: -14px; 
right: -18px; 
background: var(--primary); 
color: var(--white); 
padding: 8px 14px; 
border-radius: 30px; 
font-size: 14px; 
font-weight: 600; 
white-space: nowrap; 
opacity: 0; 
visibility: hidden; 
transition: opacity 0.25s ease, transform 0.25s ease; 
pointer-events: none; box-shadow: 0 10px 25px rgba(0,0,0,0.18); 
animation: orbitReverse 20s linear infinite;
 } 

.c-orbit-icon:hover::after { 
opacity: 1; 
visibility: visible;
 }

/* ========================= */
/* PERFECT CIRCLE POSITIONS */
/* ========================= */

/* radius μεγάλο = πιο ανοιχτός κύκλος */
.c-orbit-icon:nth-child(1){
    transform: translate(-50%, -50%) rotate(0deg) translate(200px) rotate(0deg);
}

.c-orbit-icon:nth-child(2){
    transform: translate(-50%, -50%) rotate(60deg) translate(200px) rotate(-60deg);
}

.c-orbit-icon:nth-child(3){
    transform: translate(-50%, -50%) rotate(120deg) translate(200px) rotate(-120deg);
}

.c-orbit-icon:nth-child(4){
    transform: translate(-50%, -50%) rotate(180deg) translate(200px) rotate(-180deg);
}

.c-orbit-icon:nth-child(5){
    transform: translate(-50%, -50%) rotate(240deg) translate(200px) rotate(-240deg);
}

.c-orbit-icon:nth-child(6){
    transform: translate(-50%, -50%) rotate(300deg) translate(200px) rotate(-300deg);
}


/*ORBIT MOBILE*/

@media (max-width: 612px) {

  .orbit-wrapper {
    width: 90vw;
    height: 90vw;

    --orbit-radius: 34vw;
    --orbit-icon-size: 18vw;
    --orbit-img-size: 10vw;
  }

  .c-orbit-icon {
    width: var(--orbit-icon-size);
    height: var(--orbit-icon-size);
  }

  .c-orbit-icon img {
    width: var(--orbit-img-size);
    height: var(--orbit-img-size);
  }

  .c-orbit-icon:nth-child(1) {
    transform: translate(-50%, -50%) rotate(0deg) translate(var(--orbit-radius)) rotate(0deg);
  }

  .c-orbit-icon:nth-child(2) {
    transform: translate(-50%, -50%) rotate(60deg) translate(var(--orbit-radius)) rotate(-60deg);
  }

  .c-orbit-icon:nth-child(3) {
    transform: translate(-50%, -50%) rotate(120deg) translate(var(--orbit-radius)) rotate(-120deg);
  }

  .c-orbit-icon:nth-child(4) {
    transform: translate(-50%, -50%) rotate(180deg) translate(var(--orbit-radius)) rotate(-180deg);
  }

  .c-orbit-icon:nth-child(5) {
    transform: translate(-50%, -50%) rotate(240deg) translate(var(--orbit-radius)) rotate(-240deg);
  }

  .c-orbit-icon:nth-child(6) {
    transform: translate(-50%, -50%) rotate(300deg) translate(var(--orbit-radius)) rotate(-300deg);
  }

  .c-orbit-icon::after {
    font-size: 11px;
    padding: 6px 10px;
    top: -8px;
    right: -12px;
  }

}


/*END OF ORBIT MOBILE*/


/* ANIMATIONS */
@keyframes orbitRotate{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
}

@keyframes orbitReverse{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(-360deg); }
}



/*YPHRESIES*/
.c-upiresies-container {
padding: 5vw 8vw;
display: flex;
gap: 4vw;
    align-items: flex-start;
flex-direction: row-reverse;
}



.c-white-bg {
background-color: var(--white);
flex-direction: row !important;
}

@media (max-width: 920px) {
.c-upiresies-container {
flex-direction: column !important;
}
.c-white-bg {
flex-direction: column !important;
}
}


.c-upiresies-container h2{
    color: var(--second) !important;
font-size: clamp(1.75rem, 1.519rem + 0.926vw, 3rem) !important; /*28-48*/
    border-bottom: 2px dashed #cde2e3 !important;
    padding-bottom: 20px;
text-align: left !important;
}

.c-upiresies-main-text {
    flex: 1;
    position: sticky;
    top: 50px;
text-align: justify;
width: 100%;
}



.c-upiresies-main-img {
width: 50vh;
    margin-top: 3vw;
    float: right;
position: relative;
}

@media (max-width: 700px) {
.c-upiresies-main-img {
width: 30vh;
}
}


.c-white-bg .c-upiresies-main-img {
    float: left;
}

.c-upiresies-main-img img{
width: 50vh;
    height: auto;
    border-radius: 50%;
    filter: grayscale(1);
}

@media (max-width: 700px) {
.c-upiresies-main-img img{
width: 30vh;
}
}

.c-upiresies-main-img:before{
    content: "";
    position: absolute;
    top: 0px;
    right: 42vh;
    width: 120px;
    height: 120px;
background-color: var(--white);
    z-index: 1;
border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.c-upiresies-main-img:after{
    content: "";
    position: absolute;
    top: 20px;
    right: calc(42vh + 20px);
    width: 80px;
    height: 80px;
    z-index: 2;
    background-repeat: no-repeat;
background-size: contain;
filter: invert(64%) sepia(18%) saturate(1310%) hue-rotate(134deg) brightness(91%) contrast(81%);
}





.c-white-bg .c-upiresies-main-img:before{
    left: 42vh;

}

.c-white-bg .c-upiresies-main-img:after{
    left: calc(42vh + 20px);
}



@media (max-width: 700px) {
.c-upiresies-main-img:before{
    right: 22vh;
}

.c-upiresies-main-img:after{
    right: calc(22vh + 20px);
}

.c-white-bg .c-upiresies-main-img:before{
    left: 22vh;
}

.c-white-bg .c-upiresies-main-img:after{
    left: calc(22vh + 20px);
}
}




@media (max-width: 520px) {
.c-upiresies-main-img:before{
    width: 95px;
    height: 95px;
}

.c-upiresies-main-img:after{
    width: 55px;
    height: 55px;
}
}





#neognologia .c-upiresies-main-img:after{
    background-image: url('/cache/files/46fc6a495076fea886dc5978310d8915dd892068.svg');
}


#allergiologia .c-upiresies-main-img:after{
    background-image: url('/cache/files/f8714f03fff75432597099e3b73bd883c51b23cb.svg');
}


#pneumonologia .c-upiresies-main-img:after{
    background-image: url('/cache/files/8a0730af11339f0d7996afed9caae636c7373e54.svg');
}


#paidoxeirourgiko .c-upiresies-main-img:after{
    background-image: url('/cache/files/4bee69e1d3dd23b71635170545e940a00e360224.svg');
}


#endokrinologiko .c-upiresies-main-img:after{
    background-image: url('/cache/files/8efa05bdb55db7b87829ad07ddbf9a2ae95a9a5b.svg');
}



#neurologiko .c-upiresies-main-img:after{
    background-image: url('/cache/files/1c35b178872aa9f76d6057dd9dd07efd44161dbc.svg');
}





.c-upiresies-list {
flex: 1;
}

.c-upiresies-list h3 {
text-align: left !important;
font-size: 20px !important;
color: var(--primary) !important;
}

.c-upiresies-list-box {
padding: 2vw 3vw;
margin: 3vw;
background-color: var(--white);
}

@media (max-width: 780px) {
.c-upiresies-list-box {
padding: 30px 15px;
margin: 3vw 0px;
}
}


.c-white-bg .c-upiresies-list-box {
background-color: #f4f3ef !important;
}

.c-upiresies-list ul{
padding: 0 20px !important;
list-style-position: outside !important;
line-height: 1.6em;
}

.c-upiresies-list ul li::marker{
    color: var(--second) !important;
}


/*FOOTER*/

.c-upiresies-footer {
    max-width: 80vw;
    margin: 0 auto;
    text-align: center;
    padding: 2vw 8vw 4vw 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 820px) {
.c-upiresies-footer {
    max-width: 100vw;
    padding: 2vw 3vw 6vw 3vw;
}
}


.c-upiresies-footer p{
font-weight: 800;
}

.c-upiresies-footer .c-button-2 {
margin-top: 20px;
}

.c-footer-sunefaki {
width: 120px;
height: auto;
margin-bottom: 30px;
 animation: sinefakiMove 6s ease-in-out infinite;
}

@keyframes sinefakiMove {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
    }
}