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*/.notloggedin #topmenu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 61;
}

.notloggedin #topbanner {
    position: absolute;
    top: 0;
    left: 0;
z-index: 100;
}

.notloggedin #topbanner, .notloggedin #topmenu {
   transition: background-color 1s;
}

.notloggedin #topbanner.c-scrolled, .notloggedin #topmenu.c-scrolled {
    background-color: var(--white);
}

.notloggedin #topbanner .c-newlogo {
    background-image: url('/cache/files/4224bdf3cc735b63983d31d4dc14f75402554584.svg');
}

.notloggedin #topbanner.c-scrolled .c-newlogo {
    background-image: url('/cache/files/0776035e09a7fbcdeb9c9e230beb499d3352a23b.svg');
}

a.mobile-header-startlink {
    background-image: url('/cache/files/4224bdf3cc735b63983d31d4dc14f75402554584.svg') !important;
}

.notloggedin #mobile-header {
    position: absolute;
}

#mobile-header button {
    color: var(--white);
}

#topmenu ul li a {
color: var(--white);
}

#topmenu.c-scrolled ul li a {
color: #101010;
}

/* VIDEO */

.c-bg-1 {
position: relative;
height: 100vh;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
}


.c-video-position{
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.c-video-position video {
object-fit: cover;
width: 100%;
height: 100vh;
}

.c-video-text-position {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(transparent, #000000bd);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.c-video-text {
color: var(--white);
padding: 5vw;
max-width: 650px;
    position: relative;
}

@media (min-width: 2000px) {
.c-video-text {
max-width: 35vw;
}
}

@media (max-width: 920px) {
.c-video-text {
padding: 5vw 5vw 20vh 5vw;

}
}

.c-video-title {
font-size: clamp(2rem, 1.375rem + 2.5vw, 5.375rem); /*32-86*/
font-weight: 900;
margin-bottom: 5px;
line-height: 1.1em;
-webkit-text-stroke: 1px var(--white);
}

.c-video-title span{
color: var(--primary);
-webkit-text-stroke: 1px var(--primary);
}

.typing-text {
  display: inline-block;
  min-width: 220px;
  font-weight: 900;
  white-space: nowrap;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.typing-text.is-changing {
  opacity: 1;
}

.c-video-subtitle {
margin-bottom: 5px;
font-size: 1.1em;
padding-right: 300px;
}

@media (max-width: 920px) {
.c-video-subtitle {
padding-right: 0px;
}

}

.c-video-arrow {
position: absolute;
right: 17%;
bottom: 30px;
    transform: rotate(177deg);
    height: 60px;
animation: floatArrow 2s ease-in-out infinite;
}

@keyframes floatArrow {
    0% {
        transform: rotate(177deg) translateY(0);
    }
    50% {
        transform: rotate(177deg) translateY(-10px);
    }
    100% {
        transform: rotate(177deg) translateY(0);
    }
}

/*END OF VIDEO*/

/*INTRO*/

.c-intro {
    position: relative;
    min-height: 100vh;
}

.c-intro:before {
content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw; 
    min-height: 100vh;
height: 100%;
    background-image: url('/cache/files/ec7fcb6835da2dabc7623d29629f6fb335c0a1bd.jpg');
    background-size: contain;
    background-position: right;
    background-attachment: fixed;
background-repeat: no-repeat;
    z-index: -2;
}

.c-intro:after {
content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw; 
    min-height: 100vh;
height: 100%;
background-image: linear-gradient(350deg, #00000054 27%, transparent, transparent);
    background-attachment: fixed;
    z-index: -1;
}

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

.c-intro:after {
display: none;
}
}


/*TEAM - IATREIO*/

.c-team-container  {
max-width: 75vw;
padding: 6vw 0px 0px 6vw;
position: relative;
}
@media (min-width: 2000px) {
.c-team-container, .c-iatreio-container {
max-width: 65vw;
padding: 8vw 0px 0px 8vw;
}
}

@media (max-width: 920px) {
.c-team-container  {
max-width: 90vw;
padding: 6vh 0px 0vh 0px;
margin: 0 auto;
}
}


.c-iatreio-container {
max-width: 70vw;
padding: 6vw 0px 4vw 6vw;
position: relative;
}

@media (max-width: 920px) {
.c-iatreio-container  {
max-width: 90vw;
padding: 6vh 0px 6vh 0px;
margin: 0 auto;
}
}

.c-team-text, .c-iatreio-text {
max-width: 450px;
}

.c-team-line {
margin-left: -6.5vw;
width: 25vh;
}


/*GIATROI*/

.c-team-slider {
margin-top: 30px;
position: relative;
}

.c-team-slider .slick-dots {
    bottom: -45px !important;
}

.c-giatros-box {
min-height: 400px;
height: 400px;
    background-size: cover;
    position: relative;
margin: 10px;
}
@media (min-width: 2000px) {
.c-giatros-box {
min-height: 600px;
}
}


.c-giatros-box-text {
height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, black, transparent, transparent);
    display: flex;
    align-items: flex-end;
    color: var(--white);
    padding: 20px;
    justify-content: space-between;
}

.c-giatros-title {
font-size: 26px;
font-weight: 900;
margin-bottom: 5px;
line-height: 1em;
}

.c-giatros-subtitle {
font-size: 14px;
margin-bottom: 0px;
}

.c-giatros-icon {
min-width: 50px;
min-height: 50px;
}

.c-giatros-icon img{
min-height: 40px;
min-width: 40px;
transform: rotate(-45deg);
    transition: 0.4s;
}

.c-giatros-box-text:hover .c-giatros-icon img{
margin-left: 15px;
transform: rotate(0deg);
}

.c-giatroi-cloud {
    position: absolute;
    right: -6vw;
    bottom: 55%;
    width: 22vh;
    height: auto;
    animation: cloudMove 6s ease-in-out infinite;
}

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

/*IATREIO*/

.c-iatreio-title {
color: var(--primary);
    font-weight: 900;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px;
    -webkit-text-stroke: 1px var(--primary);
}

.c-iatreio-line {
    margin-left: -6.5vw;
    width: 35vh;
    margin-top: 20px;
}

.c-iatreio-photos-container {
display: flex;
gap: 3vw;
margin-top: 30px;
position: relative;
}

.c-iatreio-photos-container div{
display: flex;
gap: 3vw;
flex-direction: column;
align-items: flex-start;
flex: 1;
}

.c-iatreio-photos-container img{
   width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

.c-photos-margin {
margin-top: 3vw;
}

.c-iatreio-ballon {
position: absolute;
top: 13%;
left: 47vw;
height: 28vh;
width: auto;
    animation: balloonFloat 6s ease-in-out infinite;
    transform-origin: center bottom;
}

@keyframes balloonFloat {
    0% {
        transform: rotate(-3deg);
    }

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

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

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

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

@media (max-width: 920px) {
.c-iatreio-ballon {
top: 13%;
left: 87vw;
}
}

@media (max-width: 600px) {
.c-iatreio-ballon {
top: 28%;
left: 77vw;
}
}


.c-iatreio-arrow {
height: 10vh;
    animation: floatArrow-2 2s ease-in-out infinite;
    position: absolute;
    left: 34vw;
    bottom: -2vw;
    z-index: 2;
}

@keyframes floatArrow-2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
.c-iatreio-arrow {
    left: 64vw;
}
}



/*YPHRESIES*/
#upiresies {
position: relative;
background-color: var(--white);
    padding: 4vh 0px;
}


.c-upiresies-container {
margin: 6vw auto;
    max-width: 65vw;
}

@media (max-width: 700px) {
.c-upiresies-container {
    max-width: 90vw;
}
}


@media (min-width: 2000px) {
.c-upiresies-container {
    max-width: 1180px;
}
}


.c-upiresies-list {
list-style-type: none !important;
    padding-left: 0px !important;
    display: flex;
    gap: 10px;
    justify-content: center;
flex-direction: column;
position: relative;
}

.c-upiresies-list p {
border-bottom: 2px dashed #cde2e3;
    padding: 20px;
    font-size: 22px;
    font-weight: 900;
position: relative;
margin-bottom: 0px;
}

@media (max-width: 700px) {
.c-upiresies-list p {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 90%;
    margin: 0 auto;
}

}

@media (min-width: 2000px) {
.c-upiresies-list p {
    padding: 2vw;
}
}


.c-upiresies-list p:before {
content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px; 
height: 40px;
    background-image: url('/cache/files/5eb279f59a75c774fe7046c51b0ba185d21415e5.svg');
    z-index: 0;
transform: translateY(-50%) rotate(-45deg);
    transition: 0.4s;
}

.c-upiresies-list p:hover:before {
    background-image: url('/cache/files/f911cac5a2826f5c59af27d2c09dad43f8aa4224.svg');
    right: 0;
transform: translateY(-50%) rotate(0deg);
}

@media (max-width: 700px) {
.c-upiresies-list p:before {
    top: 35%;
}
}


.c-upiresies-list a {
text-decoration: none;
color: #101010;
}

.c-upiresies-list a:hover {
color: var(--primary);
}

.c-upiresies-list p img {
margin-right: 20px;
max-height: 50px;
width: auto;
}

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

.c-upiresies-yellow-lines {
position: absolute;
top: 4vh;
right: 0;
height: 60vh;
width: auto;
}

@media (max-width: 700px) {
.c-upiresies-yellow-lines {
    height: 30vh;
}
}

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

.c-upiresies-croun {
position: absolute;
    bottom: 27vw;
    left: 0;
    height: 6vw;
    width: auto;
    animation: balloonFloat 6s ease-in-out infinite;
    transform-origin: center bottom;
}

/*FIRST PAGE NEWS*/

.firstpagenews {
padding-top: 6vh;
padding-bottom: 2vh;
position: relative;
}

.firstpagenews h1 {
margin-bottom: 40px !important;
position: relative;
}


.firstpagenews h1:before {
    content: "";
    position: absolute;
    top: 42%;
    right: 41%;
    width: 40px;
    height: 40px;
    background-image: url('/cache/files/e8e1410b601e6aecc87ccba1b621654bd8ae0853.svg');
    z-index: 0;
    transform: translateY(-50%) rotate(138deg);
    transition: 0.4s;
    background-repeat: no-repeat;
}


.horizontalitemsnews  {
position: relative;
}

.horizontalitemsnews:before {
content: "";
    position: absolute;
    top: 50%;
    left: -10vw;
    width: 20vw;
    height: 65vh;
    background-image: url('/cache/files/5de3376756e08dbb4351d919acd4efe2588d76b3.svg');
    z-index: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.c-arthra-subtitle {
    font-size: 14px !important;
    margin-top: -30px !important;
    font-weight: 300 !important;
}/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
top: 40%;
left: -20px;
border-radius: 50%;
    background-color: transparent;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
top: 40%;
right: -40px;
border-radius: 50%;
    background-color: transparent;
}

.slick-prev:hover, .slick-next:hover {
    background-color: transparent;
}

.slick-next:focus, .slick-prev:focus {
    background-color: transparent;
}


.slick-next:before {
    top: 14px;
    height: 100px;
    width: auto;
 background-image: url('/cache/files/f911cac5a2826f5c59af27d2c09dad43f8aa4224.svg');
    background-size: contain;
    background-position-x: 50%;
opacity: 0.4;
    transition: 0.4s;
}

.slick-prev:before {
    top: 14px;
    height: 100px;
    width: auto;
background-image: url('/cache/files/f911cac5a2826f5c59af27d2c09dad43f8aa4224.svg');
    background-size: contain;
    background-position-x: 50%;
opacity: 0.4;
    transition: 0.4s;
}.c-espa-container .c-close-espa {
cursor: pointer;
}

.c-espa-container.active-espa {
    position: fixed;
    right: calc(8vh + 100px);
    bottom: 4%;
    z-index: 20;
}

.c-espa-container.active-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


.c-espa-container.active-espa .c-espa-mini img {
    width: 110px;
    height: auto;
transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.active-espa .c-espa-box {
    transition: 0.5s;
    transition: border-radius 0s;
    width: auto;
overflow: hidden;
height: auto;
position: relative;
z-index: 3;
}



.c-espa-container.active-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -18px;
    background-color: var(--primary);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.active-espa .c-linetop {
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa .c-linebottom {
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa p {
width: 90%;
margin: auto;
}

.c-espa-container.active-espa p, .c-espa-container.active-espa a {
opacity: 1;
transition: 0.5s;
}


/* DECTIVATE */

.c-espa-container.deactive-espa {
    position: fixed;
    max-width: auto;
    right: 146px;
    bottom: 3%;
z-index: 20;
transition: 0.5s;
}

.c-espa-container.deactive-espa .c-espa-mini {
    position: absolute;
    transition: 0.5s;
opacity: 1;
}

.c-espa-container.deactive-espa .c-espa-mini img {
    width: 100px;
    height: auto;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.deactive-espa .c-espa-box {
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    height: 60px;
    width: 60px;
overflow: hidden;
}


.c-espa-container.deactive-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -15px;
    background-color: var(--primary);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.deactive-espa .c-linetop {
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa .c-linebottom {
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa p, .c-espa-container.deactive-espa a {
opacity: 0;
transition: 0.5s;
}




.c-espa-container.active-espa .c-espa-box img {
opacity: 1;
transition: 0.5s;
transition: opacity 0s;
height: 50px;
width: 466px;
}

.c-espa-container.deactive-espa .c-espa-box img {
width: 100%;
height: auto;
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


@media (max-width:920px) {

.c-espa-container.active-espa {
right: auto;
left: 2vh;
width: 50vw;
}

.c-espa-container.deactive-espa {
bottom: 2vh;
left: 2vh;
right: auto;
}

.c-espa-container.active-espa .c-espa-box img {
    height: auto;
    width: 100%;
}

.c-espa-container.active-espa .c-espa-box {
height:auto;
}


}