.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}
:root {
--color-greenblue: #ddece3;
--color-darkgreen: #ddece3;
--color-grey: #878684;
}

body, #contenttop h1, p {
    font-family: "Geologica", sans-serif;
}

p {
   line-height: 2em;
}

#contenttop h2 {
   margin: 0;
}

.c-contact-button-fixed {
    position: fixed;
    top: 20px;
    right: 5%;
z-index: 100;
}

a.c-button.c-button-top {
    border: 0;
    background-color: var(--color-greenblue);
    margin-top: 10px;
    padding: 3px 7px;
}

a.c-button.c-button-top .c-button-arrow {
    background-color: white;
}

.c-top-container {
    margin-top: 0px;
    position: relative;
}

.c-top-video {
    height: calc(100vh - 100px);
    position: relative;
    margin-top: 50px
}


.c-top-inpage {
    position: relative;
}

.c-top-video video, .c-top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
}

.c-top-video::after, .c-top-image::after {
   content: '';
    display: block;
    background-color: black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
}

.c-top-exetaseis .c-top-image::after  {
    display: none;
}

#contenttop .c-top-exetaseis h1.c-top-title {
    color: #222222;
}

.c-top-inpage .c-top-video video, .c-top-inpage .c-top-image img {

}

.c-top-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    max-width: 800px;
    transform: translateY(-50%);
}

.c-top-inpage .c-top-content {
    max-width: 1440px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#contenttop h1.c-top-title {
    text-align: left;
    border: 0;
    color: white;
    font-size: clamp(30px, 3vw, 60px);
    font-weight: bold;
}

.c-top-subtitle{
    font-size: clamp(16px, 1vw, 20px);
    color: white;
    width: 80%;
}

.c-top-inpage .c-top-content .c-top-subtitle {
max-width: 600px;
}

.c-button {
    display: inline-block;
    padding: 7px;
    border: 1px solid white;
    border-radius: 100px;
    color: white;
}

.c-button.c-button-color {
    background-color: var(--color-grey);
}

.c-button-text {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

#topbanner .c-contact-button-top a.c-button {
    font-size: 14px;
}

.c-button-arrow {
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    background-color: var(--color-greenblue);
    box-sizing: border-box;
}



.c-button-arrow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.c-main-container {
    padding-top: 100px;
}

.c-image-border img {
    border-radius: 30px;
}

.c-title-boxy p {
    max-width: 600px;
    font-size: clamp(18px, 1.5vw, 20px);
}

#contenttop h2.c-section-title {
    font-size: clamp(20px, 2vw, 40px);
    font-weight: bold;
    text-align: left;
    border: 0;
    position: relative;
}


#contenttop h2.c-section-title::after {
    content: '';
    display: block;
    margin-top: 15px;
    width: 200px;
    background-color: var(--color-greenblue);
    height: 5px;
    position:relative;
}

@media (min-width: 990px) {
#contenttop .hidden-sm.hiddesn-xs h2.c-section-title::after {
    background-color: transparent;
}
}


.c-main-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.c-qna-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.accordion {
    background-color: #ddece3;
    box-sizing: border-box;
    width: calc(50% - 10px);
    border-radius: 15px;
}

.accordion div {
padding: 0 20px 20px;
}

.accordion h3 {
    color: #222222;
    margin: 0;
    padding: 15px 50px 15px 20px;
}

.c-orario-box {
    padding: 30px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 30px;
    overflow: auto;
    margin-bottom: 30px;
}

.c-orario-title {
    bottom: 0;
    font-size: clamp(20px, 1.5vw, 26px);
    font-weight: bold;
    color: #669195;
    background-color: #ddece3;
    z-index: 3;
    padding: 20px 70px 20px 30px;
    margin: -30px -30px 10px -30px;
    background-image: url('/cache/files/d1e5d494d6b4d227e86f5dcf01f7ae2517d6a4b3.svg');
    background-size: clamp(20px, 3vw, 40px);
    background-position: 98% center;
    background-repeat: no-repeat;
}

.c-orario-box p {
    margin: 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1dadb;
}

.c-orario-box p:last-child {
    border-bottom: 0px solid #d1dadb;   
    padding-bottom: 0px;
}

#cfooter, #qna {
    padding-bottom: 100px;
}

.c-footer-logo {
   margin-bottom: 30px;
}

.c-map iframe {
    border: 0;
    width: 100%;
    height: 400px;
}

#cfooter .c-orario-box {
    background-color: white;
    border-radius: 30px;
}

#belowsite a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.c-border-image img {
    border-radius: 30px;
}

.c-sticky {
   position: sticky;
   top: 100px;
}

#check-ups .c-bioelegxos-box {
    margin-bottom: 50px;
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 20px 15px;
}

#check-ups .c-bioelegxos-box p {
    padding: 0 15px 20px 15px;
}

#check-ups .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-bioelegxos-box {
    margin-bottom: 50px;
}

.c-bioelegxos-box-title {
    background-color: #ddece3;
    padding: 20px 15px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 15px;
}

.c-bioelegxos-box-title span {
    margin-right: 10px;
    display: inline-block;
}

#contenttop ul {
    line-height: 2em;
}

.c-services-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

#services .c-orario-title {

}

.c-service-box {
    overflow: hidden;
    border-radius: 30px;
    flex: 1;
    flex-basis: calc(25% - 20px);
    position: relative;
}

.c-service-title {
    position: absolute;
    bottom: 0;
    padding: 30px;
    font-size: clamp(20px, 1.5vw, 26px);
    font-weight: bold;
    color: white;
    z-index: 3;
}

.c-service-image::after {
    content: '';
    background-image: linear-gradient(0deg, rgb(0 0 0 / 60%), transparent);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.c-help-box {
    background-color: var(--color-darkgreen);
    flex-basis: calc(50% - 20px);
}

.c-help-icon {
    padding: 30px;
}

.c-help-icon img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.c-help-box .c-button {
    margin-left: 30px;
    border: 1px solid #669195;
    color: #333333;
    background-color: white;
}

.c-help-box .c-service-title {
    position: relative;
color: #333333;
}

#certifications {
    padding-bottom: 100px;
    background-color: #f1f1f1;
    margin-top: 100px;
}

.c-fixed-button {
   position: fixed;
   bottom: 30px;
   right: 30px;
   z-index: 90;
}

.c-fixed-button a.c-button.c-button-top {
   color: #222;
padding: 10px;
}

/*SCROLL BUTTON*/
.scrolltopbutton {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 30px;
    cursor: pointer;
    z-index: 300;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--color-darkgreen);
border: 1px solid rgb(40 40 40 / 10%);
}

.scrolltopbutton img {
    width: 30px;
    height: 30px;
    transform: rotate(-90deg);
    transition: 0.3s;
}

.scrolltopbutton:hover img {
    width: 40px;
    height: 40px;
}
/*END OF SCROLL BUTTON*/

@media (max-width: 990px) {
.c-main-container {
padding-top: 50px;
}

#cfooter .c-orario-box {
    margin-top: 50px;
}

.c-fixed-button {
    bottom: 10px;
    right: 10px;
}
.c-fixed-button a.c-button.c-button-top {
    padding: 5px;
    font-size: 14px;
}

.scrolltopbutton {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 10px;
}
.scrolltopbutton img {
    width: 20px;
    height: 20px;
}

.c-main-inner {
    padding: 0 15px;
}

.c-bioelegxos-box-title {
    padding: 10px 10px;
    font-size: 18px;
}

.c-orario-title {
    font-size: 18px;
    padding: 40px 70px 20px 30px;
background-size: clamp(30px, 3vw, 40px);
    background-position: 88% 66%;
}

.c-orario-box {
    padding: 15px;
    border-radius: 20px;
}

#metrics {
    padding: 40px 0px;
}
.items.horizontalitemsnoeshop.horizontalitemsgallery, .c-gallery-title {
    padding: 15px 15px 0 15px !important;
}

}

.notloggedin div.horizmenu ul ul {
   display: none !important;
}.c-newlogo {
    background-image: url('/cache/files/515cacc4a29b169d1540600939e66745a4c4b8f5.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/66d9d8d2c99ec03dff43466a4c763fb03fec962c.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/66d9d8d2c99ec03dff43466a4c763fb03fec962c.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.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%;
}
}.c-top-video::after, .c-top-image::after {
   display: none;
}

#contenttop h1.c-top-title {
    color: #222222;
}

.c-mixanimata-slider {
    background-color: #f1f1f1;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px;
}

@media (max-width: 990px) {
#exoplismos {
    margin-bottom: 50px !important;
}
}

.c-bioelegxos-box {
    width: calc(50% - 20px);
}

.c-bioelegxos-boxes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 990px) {
.c-bioelegxos-box {
    width: 100%;
}
}


.items.horizontalitemsnoeshop.horizontalitemsgallery, .c-gallery-title {
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px 0 0 0;
}


.c-bioelegxos-box {
    margin-bottom: 10px;
}