/*---------------- global fisrt ---------------- */

@font-face {
  font-family: "extralight";
  font-display: swap;
  src: url("/templates/cassiopeia_eventure_new/css/font/extralight.ttf");
}

@font-face {
  font-family: "light";
  font-display: swap;
  src: url("/templates/cassiopeia_arthroscopycenter/css/font/light.ttf");
}

@font-face {
  font-family: "regular";
  font-display: swap;
  src: url("/templates/cassiopeia_arthroscopycenter/css/font/regular.ttf");
}

@font-face {
  font-family: "medium";
  font-display: swap;
  src: url("/templates/cassiopeia_arthroscopycenter/css/font/medium.ttf");
}

@font-face {
  font-family: "semibold";
  font-display: swap;
  src: url("/templates/cassiopeia_arthroscopycenter/css/font/semibold.ttf");
}

@font-face {
  font-family: "bold";
  font-display: swap;
  src: url("/templates/cassiopeia_arthroscopycenter/css/font/bold.ttf");
}



html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  overflow-x: hidden;
  z-index: -100000;
  background-color: #fff;
  position: relative;
}

footer,
main,
header {
  overflow: hidden;
}

img {
  max-width: 100%;
  width: auto \9;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

figure {
  margin: 0;
}

:root {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none !important;
  font-family: "regular";
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
  font-family: "regular";
  font-stretch: normal;
}
p, li {
  font-size: 20px;
  font-family: "regular";
  line-height: 35px;
}
h2 {
  font-family: "regular";
}
menu {
  padding: 0;
  margin: 0;
}
b, strong {
  font-family: "bold";
}
ol, ul, dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.text-center {
  text-align: center;
}
.header {
  position: relative;
}


/*---------------- global end ---------------- */


/* initializations */
.vacuum {
  height: 120px;
  background-color: #fff;
}
.color-purple {
  color: #973488;
}
.color-grey {
  color: #898A8C;
}
.bgcolor-grey {
  background-color: #898A8C;
}
.bgcolor-purple {
  background-color: #973488;
}
.bgcolor-black {
  background-color: #000000;
}
.first-video .mod-custom {
  position: inherit;
}
.view-category h1,
.big-title, 
.view-article h1  {
  font-size: 60px;
}
.big-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  font-family: "regular";
  line-height: 100%;
  z-index: 1;
  position: relative;
}
.view-featured .header {
  height: 125vh;
  background: #D9FFF5;
  background: linear-gradient(0deg, rgba(217, 255, 245, 0) 0%, rgba(217, 255, 245, 0.34) 29%, rgba(217, 255, 245, 1) 61%, rgba(217, 255, 245, 1) 100%);
  
  background: #C1DBC1;
    background: linear-gradient(180deg, rgba(193, 219, 193, 1) 0%, rgba(193, 219, 193, 1) 29%, rgba(88, 129, 87, 0.1) 61%, rgba(88, 129, 87, 0) 100%);

}
.view-featured .first-video video {
  height: 97vh;
  width: 96vw;
  object-fit: cover;
  top: 32px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
  border-radius: 0px 50px 50px 50px;
}
.welcome-title {
  position: absolute;
  bottom: 55px;
  text-align: center;
  width: 100%;
}
.logo {
  width: 523px;
  height: 195px;
  z-index: 3;
  position: relative;
  background: #D9FFF5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #C1DBC1;
}
.logo img {
  width: 320px;
}
.view-featured .logoshape {
  position: absolute;
}
.view-featured .logo .logoshape {
  position: absolute;
  top: 195px;
  width: 51px;
}
.view-featured .logo .logoshape.a { 
  left: 38px;
  top: 195px;
}
.view-featured .logo .logoshape.b { 
  left: 522px;
  top: 32px;
}
.view-featured .logo path {
  fill: #d9fff5;
  fill: #C1DBC1;
}

/* MENU */
.humburger-menu {
  width: 71px;
  height: 45px;
  position: absolute;
  top: 78px;
  right: 157px;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
}
.menu-line {
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: 0.6s;
  border-radius: 25px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.10));
}
.view-category .menu-line,
.view-article .menu-line {
  background-color: #08414B;
}
.view-category .logo,
.view-article .logo {
  background: #D9FFF500;
}
.custom-menu {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: none;
  margin-top: -195px;
}
.custom-menu.change {
  display: inherit;
  background-color: #000;
}

/* welcome */
.welcome-text-items {
  display: grid;
  grid-template-columns: 26% 48% 26%;
}
.welcome-text-item:nth-child(3) {
  display: flex;
  justify-content: end;
}
.welcome-text-item:nth-child(2) {
  text-align: center;
  padding-block: 40px;
}
.welcome-text-item:nth-child(2) p:nth-child(1) {
  margin-bottom: 30px;
}
.welcome-text-item:nth-child(2) p:nth-child(2) {
  margin-bottom: 50px;
}
.btn-basic {
  border-radius: 50px;
  width: 200px;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #588157;
  margin: auto;
  border: 2px solid #CAD8BA;
  font-size: 20px;
  z-index: 1;
  position: relative;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.welcome-text-item:nth-child(1) img {
  border-radius: 0px 90px 0px 0px;
}
.welcome-text-item:nth-child(3) img {
  border-radius: 0px 0px 0px 90px;
}
.iatros-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin: auto;
}
.iatros-item-inside {
  text-align: center;
  color: #fff;
  padding: 62px 90px 75px 90px;
}
.iatros-item-inside h2 {
  color: #fff;
  margin-bottom: 65px;
}
.iatros-item:nth-child(1) {
  border-radius: 90px 0px;
  background: linear-gradient(180deg, #9FB18A 0%, #588157 100%);
}
.iatros-item-inside .btn-basic {
  background-color: #9FB18A;
  color: #fff !important;
}
.iatros-first-text {
  margin-bottom: 44px;
}
.text-iatros {
  width: 86%;
  margin: auto;
  margin-bottom: 36px;
}
.text-name {
  font-size: 30px;
  margin-bottom: 7px;
}
.text-sub {
  font-size: 25px;
}
.iatros-first-text {
 margin-bottom: 44px;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 padding-block: 15px;
 background: linear-gradient(90deg, #7EA47D 0%, #588157 50.5%, #7EA47D 100%); 
}
.iatros-item img { 
  border-radius: 90px;
}
.arthoskopiki-items {
  display: grid;
  grid-template-columns: 40% 60%;
  width: 95%;
  margin-left: auto;
}
.arthoskopiki-item h2 ,
.arthoskopiki-item h1 {
  color: #fff; 
  margin-bottom: 60px;
}
.video-arth-desk {
  position: relative;
  z-index: 3;
}
.arthoskopiki-item:nth-child(3) {
  padding-left: 36px;
  padding-block: 77px;
  background: #9FB18A;
}
.arthoskopiki-item:nth-child(3) li a { 
  color: #fff;
  font-size: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arthoskopiki-item:nth-child(2) {
  display: flex;
  align-items: center;
  width: 782px;
  height: 586px;
  overflow: hidden;
  margin: auto;
  border-radius: 0px 90px;
}
.arthoskopiki-item-inside {
  width: 67%;
  margin: auto;
  margin-bottom: auto;
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.arthoskopiki-item-inside li {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(88, 129, 87, 0.5);
}
.arthoskopiki-item-inside-box {
  text-align: center;
}
.arthoskopiki-item:nth-child(2) li:hover {
  letter-spacing: 1.5px;
  background: #588157;
}
/* .arthoskopiki-item:nth-child(2) li:hover a { 
  font-family: "semibold";
} */
.arthoskopiki-item:nth-child(2) li:last-child { 
  margin-bottom: 0px;
}
.arthoskopiki-item:nth-child(1){
  display: flex;
  align-items: center;
}
.arthoskopiki-item-inside-box .btn-basic {
  border: 2px solid #FFF;
}
/* rompotiki */
.romotiki {
  background: #25A594;
  color: #fff;
  display: grid;
grid-template-columns: 38% 62%;
}
.mod-articles-category-title {
  font-size: 25px;
  color: #000;
  text-align: center;
  display: flex;
  margin-top: 60px;
}
.romotiki-left {
  border-radius: 0px 100px 100px 0px;
  background: #9FB18A;
  padding: 90px 0 153px 0;
  z-index: 1;
}
.rompotiki-item {
  border-radius: 0px 90px;
  background: #DBF9EF;
  width: 452px;
  height: 482px;
  padding: 84px 67px 62px 69px;
  background: #F3FFE6;
}
.romotiki-right {
  padding-top: 269px;
  padding-bottom: 70px;
  margin-left: -65px;
}
.romotiki-left-inside {
  width: 78%;
}
.romotiki-left .mod-custom,
.romotiki-left-inside {
  height: 100%;
}
.romotiki-left-inside { 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.romotiki-left-inside .btn-basic {
  margin-block: 0 !important;
  display: flex;
  justify-content: center;
  margin: auto;
  border: 2px solid #FFF;
}
.romotiki-left-inside p {
  width: 57%;
  margin: auto;
  text-align: center;
}
.romotiki-left-inside .big-title {
  text-align: center;
}
.intro-image-rompotiki {
  width: 178px;
  height: 178px;
  overflow: hidden;
  display: flex;
  align-content: center;
  margin: auto;
  align-items: end;
}
.romotiki-right,
.romotiki,
.arthoplastiki {
  position: relative;
}
.video-rompotiki-desk {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  z-index: 0;
}
.romotiki::After {
  content: '';
  position: absolute;
  top: 164px;
  right: 0;
  width: 1142px;
  height: 4px;
  background-color: #fff;
  z-index: 3;
}
.video-arthoplastiki-xerourgik {
  position: absolute;
  top: 0;
  z-index: -1;
}
.arthoplastiki::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #588157d1;
  z-index: 0;
}
.arthoplastiki-items {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 70px;
}
.arthoplastiki .big-title {
  padding-block: 60px;
  text-align: center;
}
.pathiseis .big-title,
.arthoplastiki .big-title {
  color: #fff;
}
.arthoplastiki-item {
  width: 352px;
  height: 479px;
  border-radius: 0px 90px;
  background: #F3FFE594;
}
.arthoplastiki-item:nth-child(1) {
  margin-top: 125px;
}
.arthoplastiki-item:nth-child(3) {
  margin-top: 90px;
}
.link-item-arthoplastiki {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 44px;
}
.arthoplastiki-item h3 {
  font-size: 25px;
  color: #fff;
  font-family: "light";
  text-align: center;
  width: 76%;
  background-color: #25a594;
  background: rgba(88, 129, 87, 0.803);
  border: 2px solid #fff;
  border-radius: 0px 30px;
  padding-block: 20px;
  padding-inline: 29px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.link-item-arthoplastiki img {
  width: 133px;
}
.romotiki {
  width: 95%;
  margin-left: auto;
}
.arthoplastiki,
.pathiseis,
.media-title,
.custom-footer {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.romotiki {
  margin-right: 0;
}
.arthoplastiki {
  border-radius: 42px;
}
.arthoplastiki {
  padding-bottom: 60px;
}
.pathiseis-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: 
  "div1 div1 div2 div3"
  "div1 div1 div4 div5"
  "div6 div7 div8 div9";
  border-radius: 0px 45px 45px 45px;
  overflow: hidden;
}
.pathiseis-item {
  height: 323px;
}
.pathiseis-item:nth-child(1) { 
  grid-area: div1;
  background: linear-gradient(180deg, #588157 0.39%, #F3FFE5 99.64%);
  height: 100%;
}
.pathiseis-item:nth-child(2) { 
  grid-area: div2;
  border-radius: 30px 0px 0px 0px;
  position: relative;
}
.pathiseis-item:nth-child(2)::after { 
  content: '';
  position: absolute;
  left: 0;
  background-color: #598258;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.pathiseis-item:nth-child(3) { grid-area: div3; }
.pathiseis-item:nth-child(4) { grid-area: div4; }
.pathiseis-item:nth-child(5) { grid-area: div5; }
.pathiseis-item:nth-child(6) { grid-area: div6; }
.pathiseis-item:nth-child(7) { grid-area: div7; }
.pathiseis-item:nth-child(8) { grid-area: div8; }
.pathiseis-item:nth-child(9) { grid-area: div9; }

.pathiseis-inside {
  height: 100%;
  padding-inline: 30%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.pathiseis .btn-basic {
  margin: 0;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid #FFF;
}
.pathiseis .pathiseis-inside {
  gap: 48px;
}
.pathiseis .pathiseis-item:nth-child(1) .pathiseis-inside {
  gap: 60px;
}
.pathiseis .pathiseis-item:nth-child(1) .pathiseis-inside p { 
  color: #fff;
}
.pathiseis-item:nth-child(2),
.pathiseis-item:nth-child(5),
.pathiseis-item:nth-child(6),
.pathiseis-item:nth-child(8) {
  background: rgb(203, 226, 202);
}
.pathiseis-item:nth-child(3),
.pathiseis-item:nth-child(4),
.pathiseis-item:nth-child(7),
.pathiseis-item:nth-child(9) {
  background: rgb(146, 179, 145);
}
.pathiseis-inside h3 {
  color: #000;
}
.pathiseis-item:nth-child(2):hover,
.pathiseis-item:nth-child(5):hover,
.pathiseis-item:nth-child(6):hover,
.pathiseis-item:nth-child(8):hover {
  background: #E0F0D4;
}
.pathiseis-item:nth-child(3):hover,
.pathiseis-item:nth-child(4):hover,
.pathiseis-item:nth-child(7):hover,
.pathiseis-item:nth-child(9):hover {
  background: #588157;
}
.pathiseis-item:hover img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(253deg) brightness(104%) contrast(101%);
}

.pathiseis-item:nth-child(2):hover img,
.pathiseis-item:nth-child(5):hover img,
.pathiseis-item:nth-child(6):hover img,
.pathiseis-item:nth-child(8):hover img { 
  filter: inherit;
}

.media-title-inside {
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(166, 186, 165, 0.00) 0%, #588157 49%, rgba(166, 186, 165, 0.00) 100%);
  display: flex;
  justify-content: center;
  color: #fff;
  padding-block: 10px;
}
.mediaa-item {
  position: relative;
  width: 97%;
}
.mediaa-item  img {
  border-radius: 30px;
}
.mediaa-item .mod-articles-category-title {
  margin-top: 0;
  position: absolute;
  bottom: 27px;
  color: #fff;
  font-size: 22px;
  width: 62%;
  margin-left: 40px;
  line-height: 129%;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
}
.mediaa-item-hight-bg {
  height: 253px;
  position: absolute;
  background: linear-gradient(180deg, rgba(162, 180, 142, 0) 0%, #588157 100%);
  opacity: 0.5;
  bottom: 0;
  width: 100%;
  z-index: 0;
  border-radius: 30px;
}
.linkgenialand {
  height: 100%;
  display: flex;
}
.mediaa-btn {
  width: 28%;
  margin-left: auto;
  position: absolute;
  right: 0px;
  bottom: 0;
  background-color: #fff;
  height: 100px;
  border-radius: 26px 0px 10px 0px;
}
.view-featured .mediaa-btn path {
  fill: #ffffff;
}
.mediaa-btn .logoshape.ma {
  position: absolute;
  width: 30px;
  bottom: 0px;
  left: -30px;
}
.mediaa-btn .logoshape.mb {
  position: absolute;
  width: 30px;
  top: -30px;
  right: 0px;
}
.mediaa-btn p {
  width: 186px;
  /* background-color: #588157;
  border: 2px solid #CAD8BA; */
  border-radius: 20px;
  font-size: 20px;
  color: #fff;
  padding: 4px;
  text-align: center;
  margin: auto;
  margin-top: 23px;
}
.mediaa-btn p a {
  color: #fff;
}
.mediaa-item-hight-bg a {
  height: 100%;
  width: 100%;
  display: flex;
}
.swiper.mediaa {
  padding-bottom: 120px;
}
.swiper-button-box {
  position: absolute;
  width: 180px;
  height: 100px;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -0%);
  display: flex;
  justify-content: space-between;
}
.swiper-button-next, .swiper-button-prev {
  position: relative !important;
  width: 60px !important;
  height: 60px !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: '' !important;
  width: 100%;
  height: 100%;
 background-image: url("/images/Icon-right.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.swiper-button-next::after {
 background-image: url("/images/Icon-left.png");
}

.astheneis-box .swiper-button-next::after,
.astheneis-box .swiper-button-prev::after { 
  background-image: url("/images/Icon-left.png");
}

.astheneis-box .swiper-button-next::after {
  background-image: url("/images/Icon-right.png");
}



.btn-land-media {
  width: 100px;
  background-color: #F3FFE5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  border: 2px solid #588157;
  border-radius: 25px;
  font-size: 20px;
  margin: auto;
  margin-top: 20px;
  color: #588157 !important;
  font-family: "medium";
}
.vacuum.media {
  height: 60px;
}

/* footer */
.custom-footer .big-title {
  width: 50%;
  border-radius: 40px;
  background: #5C845B;
  text-align: center;
  height: 122px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 25px;
}
.footer-items {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 30px;
} 
.footer-item-inside.a {
  border-radius: 40px;
  background: #5C845B;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 90px;
  gap: 50px;
}
.footer-item-inside.a a {
  font-size: 25px;
  color: #FFF;
}
.footer-item-inside.b {
  border-radius: 40px;
  background: #F3FFE5;
  display: flex;
  justify-content: center;
  padding-block: 18px;
}
.footer-item-inside.b img { 
  width: 328px;
}
.footer-item-inside.c {
  border-radius: 40px;
  background: #5C845B;
  display: flex;
  justify-content: center;
  gap: 153px;
  padding-block: 20px;
}
.icon-social img {
  width: 78px;
}
.footer-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 96%;
  gap: 24px;
}
.footer-item:nth-child(1) img { 
  border-radius: 40px;
  max-width: 109%;
}
.footer-copyright {
  display: flex;
  justify-content: center;
  padding-block: 22px;
  color: #5C845B;
}
.footer-copyright p {
 font-size: 18px;
}
.footer-copyright a {
  color: #5C845B;
  font-family: "semibold";
}
.footer-item:nth-child(1) {
  overflow: hidden; 
  border-radius: 40px;
}
.item-top-location {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 22px;
}
.top-menu-location {
  display: flex;
  justify-content: center;
  gap: 100px;
  background: #9FB18A;
  height: 151px;
}
.item-top-location img {
  height: 40px;
  width: auto;
}
.custom-menu-social {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.mod-menu.mod-list.nav {
  height: 84%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: 
  "divm1 divm1 divm1"
  "divm2 divm2 divm2"
  "divm3 divm3 divm3"
  "divm4 divm4 divm4"
  "divm5 divm5 divm5"
  "divm6 divm6 divm6"
  "divm7 divm8 divm9 "
  ;
  width: 87%;
  margin: auto;
  grid-auto-rows: 63px;
  align-content: end;
  padding-bottom: 140px;
}
.nav-item:nth-child(1) { grid-area: divm1; }
.nav-item:nth-child(2) { grid-area: divm2; }
.nav-item:nth-child(3) { grid-area: divm3; }
.nav-item:nth-child(4) { grid-area: divm4; }
.nav-item:nth-child(5) { grid-area: divm5; }
.nav-item:nth-child(6) { grid-area: divm6; }
.nav-item:nth-child(7) { grid-area: divm7; }
.nav-item:nth-child(8) { grid-area: divm8; }
.nav-item:nth-child(9) { grid-area: divm9; }

.nav-item a {
  color: #000;
  width: 541px;
  display: flex;
  border: 5px solid #D5E9BF;
  border-top: 0;
  justify-content: center;
  margin: auto;
  font-size: 30px;
  padding-bottom: 6px;
}
.nav-item:nth-child(7),
.nav-item:nth-child(8),
.nav-item:nth-child(9) {
  margin-top: 60px;
}
#mod-custom127 {
  position: inherit;
}
.menu-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.astheneis-box {
  position: relative;
  padding-bottom: 130px;
}
.astheneis-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 900px;
  width: 1212px;
  z-index: -1;
  border-radius: 0px 76px 0px 0px;
  background: linear-gradient(180deg, #9EB089 0%, #F3FFE5 100%);
}
.astheneis-box::before {
  content: '';
  position: absolute;
  top: 192px;
  left: 139px;
  width: 375px;
  height: 559px;
  background-image: url("/images/logo-asthrnon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.astheneis-box .big-title {
  margin-bottom: 29px;
  margin-left: 160px;
  color: #fff;
  padding-top: 55px;
}
.swiper.mySwiper {
  padding-bottom: 37px;
}
.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: #F3FFE5 !important;
  opacity: 1 !important;
  border: 1px solid #588157;
}
.swiper-pagination-bullet-active {
  background: #588157 !important;
  width: 20px !important;
  height: 20px !important;
}
.astheneis-box .btn-basic {
  margin-top: 42px;
}
.astheneis-box .swiper-button-box {
  width: 83%;
  transform: accumulatematrix;
  z-index: 2;
  position: relative;
  height: 4px;
  bottom: 220px;
}
.astheneis-box .swiper-button-next {
  right: 0;
  left: auto;
  position: absolute !important;
}
.astheneis-box .swiper-button-prev {
  right: auto;
  left: 0;
  position: absolute !important;
}
.astheneis-box .swiper-slide-active {
  z-index: 3 !important;
}
.view-category .logoshape.a,
.view-article .logoshape.a,
.view-category .logoshape.b,
.view-article .logoshape.b
 {
  display: none;
}
.logo.no-background {
  background: none !important;
}
.view-category .blog-items {
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr; 
  width: 96%;
  margin: auto;
}
.view-category .blog-items .blog-item {
  background-color: #58815782;
}
.view-category .blog-items .item-content a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  font-size: 25px;
}
.view-category .blog-items .item-content .page-header { 
  display: flex;
  justify-content: center;
  padding: 32px;
}
.view-category h1,
.view-article h1 {
  color: #5C845B;
}
.view-article h1 { 
  text-align: center;
}
.view-category h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.left.item-image {
  float: none;
}
.com-content-article.item-page,
.itemid-120.view-article.no-article-header .com-content-article {
  width: 90%;
  margin: auto;
}
.iatros-article-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 163px;
}
.field-sub-title {
  background: linear-gradient(90deg, #7EA47D 0%, #588157 50.5%, #7EA47D 100%);
  color: #fff;
  text-align: center;
  padding-block: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.field-sub-title p:nth-child(1) { 
  font-size: 30px;
}
.field-sub-title p:nth-child(2) { 
  font-size: 25px;
}
.field-aplo-keimeno {
  width: 82%;
  margin: auto;
  text-align: center;
}
.left-iatros {
  width: 88%;
  margin-left: auto;
}
.iatros-article-items .full-image img {
  border-radius: 90px;
}
.view-article .iatros-article-items h1 {
  margin-bottom: 40px;
  margin-top: 71px;
}
.iatros---page .com-content-article__body {
  width: 80%;
  margin: auto;
}
[data-rlta-element="button"] {
  border-radius: 30px 0px !important;
  background: linear-gradient(180deg, #588157 0%, #9FB18A 100%);
  color: #fff;
}
[data-rlta-element="button"] h3 { 
  font-size: 25px !important;
  padding: 22px 75px !important;
}
[data-rlta-element="panel"] {
  background: #F3FFE5 !important; 
  padding: 40px 75px !important;
  border: 0px !important;
}
[data-rlta-element="container"] {
  margin-top: 70px;
}
[data-rlta-state="open"],
[data-rlta-state="closed"] {
  position: relative;
}
[data-rlta-state="open"]::after,
[data-rlta-state="closed"]::after {
  content: '';
  position: absolute;
  top: 39%;
  right: 75px;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url("/images/plin.png");
  background-size: 100%;
}
[data-rlta-state="closed"]::after {
  background-image: url("/images/sin.png");
}

[data-rlta-state="open"]::after {
  top: 49%;
}




.sinergates--page.view-category .blog-items .item-content .page-header {
  padding: 10px;
  height: 94px;
  align-items: center;
} 
.blog-item .item-image {
  margin: 0;
}
.sinergates--page.view-category .blog-items img {
  border-radius: 0 70px;
}
.sinergates--page.view-category .blog-items {
  grid-template-columns: 451px 451px;
  justify-content: center;
  grid-gap: 100px;
}
.sinergates--page.view-category .blog-item {
  border-radius: 0 70px 0 0px;
}
.swiper-button-box { 
  z-index: 22;
}
.kentroswiper {
  padding-bottom: 130px;
}
.com-content-article__body {
  width: 80%;
  margin: auto;
}
.box-header-article {
  display: grid;
  grid-template-columns: 20% 80%;
  background: #A3B18A;
  padding-block: 80px;
  position: relative;
  overflow: hidden;
}
.box-header-article::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #588157;
}
.page-header.title h1 {
  color: #000;
  position: relative;
  z-index: 3;
  padding-inline: 138px;
}
.default-layout .full-image {
  position: relative;
  z-index: 1;
  width: 341px;
  height: 414px;
  border-radius: 70px 0px;
  background: #EDFFED;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 107px;
}
.iatros---page .page-header.title h1 {
  color: #588157;
}
.default-layout .page-header.title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-video {
  position: absolute;
  bottom: 0;
  height: 86%;
  overflow: hidden;
}  
.video-article {
  position: relative;
  top: -368px;
}
.default-layout .full-image img {
  width: 188px;
}
.default--layout-text p,
.com-content-article ul,
.com-content-article ol {
  margin-bottom: 20px;
}
.com-content-article__body.default--layout-text {
  text-align: center;
}
.com-content-article__body.kentro {
  width: 100%;
}
.kentroswiper .swiper-slide img {
  width: 1000px;
  border-radius: 40px;
  z-index: 2;
  position: relative;
}
.kentroswiper .swiper-slide {
  display: flex;
  justify-content: center;
} 
.kentroswiper .swiper-button-next,
.kentroswiper .swiper-button-prev {
  position: absolute !important;
}
.swiper-button-prev {
  left: 0px !important;
}
.swiper-button-next {
  right: 0px !important;
}
.kentroswiper .swiper-button-next::after,
.kentroswiper .swiper-button-prev::after {
  background-image: url("/images/kentro-arrow.png");
}
.kentroswiper .swiper-button-prev::after {
  transform: rotate(180deg);
}
.com-content-article.item-page.kentro--layout {
  width: 100% ;
  position: relative;
}
.com-content-article.item-page.kentro--layout::after,
.com-content-article.item-page.kentro--layout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #5C845B;
  height: 100%;
  width: 36%;
}
.com-content-article.item-page.kentro--layout::before { 
  background: #D5E9BF;
  top: auto;
  bottom: 0;
  height: 40%;
  width: 90%;
}
.page-header.kentro {
  background: #9FB18A;
  display: flex;
  justify-content: end;
  padding-right: 451px;
  height: 182px;
  align-items: center;
}
.page-header.kentro h1 {
  color: #fff;
}
.right-kentro-text,
.left-kentro-text {
  position: relative;
  z-index: 1;
  width: 301px;
}
.left-kentro-text {
  margin-bottom: -237px;
  margin-left: 58px;
  color: #fff;
}
.right-kentro-text {
  margin-left: auto;
  margin-top: -235px;
  margin-right: 58px;
  padding-bottom: 17px;
}
.swiper.kentroswiper {
  padding-bottom: 87px;
}
.kentroswiper .swiper-pagination {
  bottom: 2px !important;
  top: auto !important;
}
.kentroswiper .swiper-button-next,
.kentroswiper .swiper-button-prev {
  width: 112px !important;
  height: 112px !important;
}
.no-article-header .box-header-article {
  display: none;
}
.no-article-header .no-header {
  display: none;
}
.no-article-header .com-content-article__body {
  width: 100%;
}
.no-article-header.view-article h1 {
  text-align: center;
  color: #fff;
}
.no-article-header.view-category .com-content-category-blog {
  display: none;
}
.martires--asthenwn .item-image {
  position: relative;
}
.martires--asthenwn .item-image img {
  border-radius: 30px;
}
.martires--asthenwn .item-image::after { 
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 123px;
  height: 123px;
  background-repeat: no-repeat;
  background-image: url("/images/play-button.png");
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.martires--asthenwn.view-category .blog-items .blog-item {
  background-color: #58815700;
}
.martires--asthenwn.view-category .blog-items .item-content .page-header {
  padding: 6px 0;
}
.martires--asthenwn.view-category .blog-items .item-content a {
  color: #000;
  font-size: 20px;
  font-family: "light";
}
.martires--asthenwn.view-article .page-header.kentro {
  background: #9FB18A00;
  justify-content: center;
  padding-right: 0px;
  height: auto;
}
.martires--asthenwn.view-article .page-header.kentro h1 {
  color: #5C845B;
  text-align: center;
}
.martires--asthenwn.view-article .com-content-article__body .video-arxikis-desk {
   width: 100%;
  margin: auto;
  display: flex;
  border-radius: 30px;
  margin-top: 69px;
}
.martires--asthenwn.view-article  .com-content-article__body.kentro {
  width: 74%;
  margin-top: 30px;
}
.martires--asthenwn.view-article  .com-content-article__body.kentro p:nth-child(2) {
  margin-top: 40px;
}
.view-category.no-article-header.itemid-120 h1,
.view-category.no-article-header.itemid-166 h1 {
  color: #fff;
}
.itemid-120.view-article.no-article-header .box-header-article {
  display: grid;
}
.itemid-120.view-article.no-article-header .no-header {
  display: inherit;
}
.itemid-120.view-article.no-article-header .romotiki {
  display: none;
}
.btn-basic:hover {
  color: #fff;
}
.arthoplastiki .btn-basic {
  background: #9FB18A;
}
.pathiseis .btn-basic {
border: 2px solid #CAD8BA;
}
.media-title .swiper-button-lock {
  display: inherit !important;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.astheneis {
  position: relative;
}
.astheneis::after { 
  content: '';
  position: absolute;
  top: 367px;
  right: 0;
  width: 898px;
  height: 122px;
  background-color: #5C845B;
  z-index: -3;
}
.welcome-text .btn-basic:hover,
.mediaa-item .btn-basic:hover,
.btn-basic:hover  {
  background: #9FB18A;
}
.iatros .btn-basic:hover,
.arthoplastiki .btn-basic:hover,
.btn-land-media:hover {
  background: #5C845B;
}
.btn-land-media:hover {
  color: #F3FFE5 !important;
}
.image-icon-footer {
  margin-right: 22px;
  width: 39px;
  display: inline-block;
}
.media-title .swiper-button-prev::after {
  background-image: url("/images/Icon-left.png");
}
.media-title .swiper-button-next::after {
  background-image: url("/images/Icon-right.png");
}
.page--nea .default-layout .full-image img {
  transform: scale(2);
  width: auto;
}
.page--nea .left.item-image {
  float: none;
  width: 332px;
  height: 414px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 70px 0px;
}
.page--nea .default-layout .full-image {
  width: auto;
  height: auto;
  background: #EDFFED00;
}
.page--nea .page-header.title h1 {
  font-size: 40px;
  padding-inline: 141px;
}
[data-rlta-element="panel-content"] p,
[data-rlta-element="panel-content"] li {
  text-align: left;
}
[data-rlta-element="panel"],
[data-rlta-element="button"] {
   margin-bottom: 15px !important;
}
[data-rlta-element="button"]:not([data-rlta-state="closed"]) {
   margin-bottom: 0px !important;
}
.page--nea.view-category .left.item-image {
  display: none;
}
.com-content-article ol, .com-content-article ul {
  overflow: inherit;
}
.com-content-article ol {
  list-style-type: decimal;
  padding-left: 2rem;
}
.com-content-article ul { 
  list-style-type: disc;
  padding-left: 2rem;
}
.epikoinonia-inside-content .vacuum.no-header {
  display: none;
}
.com-content-article.epikoinonia-inside-content.item-page,
.epikoinonia-inside-content .com-content-article__body.default--layout-text {
  width: 100%;
}
.box-header-article-epikinonia.default-layout {
  background: #588157;
  padding-block: 37px;
}
.box-header-article-epikinonia.default-layout h1 { 
  color: #fff;
}
.epikoinonia-inside-content .article-video {
  position: absolute;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.epikoinonia-inside-content .com-content-article__body.default--layout-text {
  position: relative;
  padding-block: 40px;
}
.epikoinonia-inside-content .com-content-article__body.default--layout-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A3B18AA8;
  z-index: -1;
}
#rsform_3_page_0 label {
  display: flex;
  color: #fff;
}
.form-control {
  border-radius: 15px;
  border: 1px solid #000;
  background: rgba(243, 255, 229, 0.70);
}
#rsform_3_page_0 {
  width: 80%;
  margin: auto;
}
.form-control:focus {
  background-color: #d7e4c6 !important;
  border-color: #000 !important;
  box-shadow: none;
}
.form-check-input {
  background-color: #b6c6a1; 
  border: var(--border-width)solid #000;
}
.privacy-link {
  margin-left: 6px;
  color: #fff;
  font-family: "bold";
}
.rsform-type-checkboxgroup {
  margin-top: 35px;
}
#Submit {
  border-radius: 25px;
  border: 2px solid #CAD8BA;
  background: #588157;
  padding: 9px 55px;
}
.form-label.formControlLabel {
  font-size: 24px;
}
#rsform_3_page_0 .row > * {
  padding-right: 20px;
  padding-left: 20px;
}
.com-content-article.error---page.item-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.com-content-article.error---page.item-page .page-header.title {
  background: #F3FFE5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error---page .com-content-article__body.default--layout-text {
  border-radius: 0px 76px 0px 0px;
  background: linear-gradient(180deg, #9EB089 0%, #F3FFE5 100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
   padding: 287px 60px 55px 60px;
}
.error---page .page-header.title h1 {
  z-index: 3;
  padding-inline: 138px;
  color: #5C845B;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 300px;
}
.error---page .default--layout-text p:nth-child(1) {
  width: 91%;
  margin: auto;
  margin-bottom: 116px;
  color: #5C845B;
}
.error---page .default--layout-text p a {
  color: #5C845B;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 21px;
  margin-right: 20px;
}
.welcome-text .btn-basic {
  position: relative;
  top: -142px;
}
.rompotiki---wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px;
}
.astheneis-box .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.astheneis-box .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 876px;
  height: 481px;
  margin-right: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.astheneis-box .swiper-slide img {
  display: block;
  width: 100%;
}
.buttonplay {
  width: 128px !important;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.astheneis-box .big-title {
  margin-bottom: 11px;
  margin-left: 156px;
  padding-top: 38px;
}
.astheneis-box::after {
  height: 859px;
  width: 78%;
}
.kentro--layout .swiper-button-prev {
  left: 234px !important;
}
.astheneis-box .big-title {
  margin-left: 0px;
}
.kentro--layout .swiper-button-next {
  right: 249px !important;
}
[data-rlta-element="panel-content"] p {
  margin-bottom: 10px;
}
.rsform-block-message {
  height: 85% !important;
}
.view-featured .romotiki {
  width: 85%;
  margin-right: auto !important;
}
.superpath-inside {
  position: relative;
  width: 1708px;
  height: 700px;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  color: #fff;
}
.superpath-inside::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #588157c9;
}
.video-superpath {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100vw;
  object-fit: cover;
}
.superpath-item {
  position: relative;
}
.superpath-item p { 
  color: #000;  
  text-align: center;
}
.superpath-items { 
  border-radius: 0 90px;
  background: rgba(243, 255, 229, 0.599);
  z-index: 1;
  width: 71%;
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 65px 50px;
}
.superpath-item-inside { 
  border-radius: 0 30px;
  border: 2px solid #FFF;
  opacity: 0.8;
  background: #588157;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.superpath-item:nth-child(2) {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 45px;
}
.superpath-item:nth-child(2) .btn-basic {
  margin: 0;
}
.viologikes-items {
  display: grid;
  grid-template-columns: 30% 70%;
}
.viologikes-item:nth-child(1) {
  background: #9FB18A;
  border-radius: 0 50px;
  display: flex;
  align-items: end;
}
.viologikes-item:nth-child(1) img {
  width: 85%;
}
.viologikes-item:nth-child(2) { 
  position: relative;
  background: #588157;
  color: #fff;
  width: 98%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 60% 40%;
}
.viologikes-image {
  display: flex;
  justify-content: end;
}
.viologikes-image img,
.viologikes-item:nth-child(2),
.viologikes-image::after { 
  border-radius: 50px 0px;
}
.viologikes-item-inside-left {
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.viologikes-item-inside-left .btn-basic {
  margin: 0;
  background: #9fb18a;
}
.viologikes-image {
  position: relative;
}
.viologikes-image img {
  position: relative;
  right: 5px;
  z-index: 1;
}
.viologikes-image::after { 
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #B8C9AA;
  width: 50%;
  height: 100%;
}
.iatros-image-iatreio-items {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
  .iatros-image-iatreio-items img {
    border-radius: 0 !important;
  }
.iatros-image-iatreio {
    display: flex;
    align-items: center;
  }
.box-phone-flex span {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "semibold";
}

.btn-basic.gonatos-mobile {
  display: none;
}
.avPlayerWrapper {
  margin-bottom: 25px;
  border-radius: 35px;
  overflow: hidden;
}

.profil.view-category .blog-items {
  grid-template-columns: 1fr 1fr;
}
.rompotiki-goantos-items .rompotiki---wrapper {
  gap: 24px;
}

.rompotiki-goantos-items .rompotiki-item {
  width: 392px;
  height: 443px;
}
.rompotiki-goantos-items .romotiki {
  grid-template-columns: 45% 55%;
}

.rompotiki-goantos-items .romotiki-right {
  margin-left: -182px;
}

