html.no-scroll, body.no-scroll {
	overflow: hidden;
}

.pat-container:not(.page__content--our-team) > div:not(.pat-top-div-overlay):not(.page__content--procedures) {
	padding-top: var(--page-padding-top);
	padding-left: var(--page-padding-left);
	padding-right: var(--page-padding-right);
}
/* 
.pat-container.page__content--our-team > div {
	padding: 160px calc(80px - 15px - 0.3vw) 100px 80px !important;
} */

.svg-text-logo {
	width: 100%;
}

.svg-text-logo--light path {
	fill: white;
}

.svg-text-logo--dark path {
	fill: var(--color-blue);
}

/* Footer */
.footer-full-height {
	font-family: var(--font-family);

	height: 100vh;
	min-height: 750px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	/* background-color: var(--color-blue); */
}
@media only screen and (max-width: 640px) {
	.footer-full-height {
		min-height: 850px;
	}
}


.footer-full-height a {
	color: white;
}

.footer-full-height a:hover {
	color: white;
}

.footer-full-height .footer__get-in-touch {
	text-align: center;
	cursor: pointer;
}

.footer-full-height .footer__get-in-touch:hover .footer__sub-header {
	color: white;
}

.footer-full-height .footer__header {
	font-size: 128px; /* ::reusable */
	font-weight: var(--font-weight--semibold); /* ::reusable */
	color: var(--color-light-blue);
	line-height: 0.9;
	margin-bottom: 30px;
	transition: 0.3s color;
}
@media only screen and (max-width: 1280px) {
	.footer-full-height .footer__header {
		font-size: 10vw;
	}
}

@media only screen and (max-width: 640px) {
	.footer-full-height .footer__header {
		font-size: 10vw !important;
	}
}
.footer-full-height .footer__sub-header {
	font-weight: var(--font-weight--semibold);
	color: var(--color-light-blue);
	font-size: 25px;
}
@media only screen and (max-width: 1280px) {
	.footer-full-height {
		justify-content: flex-start;
		padding-top: 120px;
	}
	.footer-full-height .footer__sub-header {
		font-size: 16px;
	}
}
.footer-full-height .footer__addresses {
	display: grid;
	grid-template-columns:
		repeat(4, minmax(0, 400px))
		1fr;
	width: 100%;
	color: white;
	position: absolute;
	bottom: 0;
	padding: 42px 0;
	border-top: 1px solid var(--color-footer-border);
}
@media only screen and (max-width: 1600px) {
	.hide-tablet { display: none !important; }
}
@media only screen and (max-width: 1280px) {
	.footer-full-height .footer__addresses {
		grid-template-columns: 30% 31% 39%;
		padding: 0;
		padding-top: 30px;
	}
}
@media only screen and (max-width: 640px) {
	.footer-full-height .footer__addresses {
		display: flex;
		flex-direction: column;
		text-align: center;
   		align-items: center;
		padding-top: 0;
		border-top: 0;
	}
}
.footer__addresses .footer__column {
	display: flex;
	align-items: flex-start;
	padding-left: 36px;
}
@media only screen and (max-width: 1280px) {
	.footer__addresses .footer__column {
		padding-left: 23px;
	}
}
@media only screen and (max-width: 480px) {
	.hide-mobile { display: none !important; }
}
@media only screen and (max-width: 640px) {
	.footer__addresses .footer__column {
		padding-left: 0;
		border-top: 1px solid var(--color-footer-border);
		padding: 17px 0;
		width: 100%;
		justify-content: center;
	}
	.footer__addresses .footer__column p {
		margin-bottom: 0;
	}
}
.footer__addresses .footer__column:nth-child(1),
.footer__addresses .footer__column:nth-child(2) {
	border-right: 1px solid var(--color-footer-border);
}

@media only screen and (max-width: 640px) {
	.footer__addresses .footer__column:nth-child(1),
	.footer__addresses .footer__column:nth-child(2) {
		border-right: 0;
	}
}
.footer__column--last {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media only screen and (min-width: 1281px) {
	.footer__column--last.tablet-only {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	.footer__column--last {
		justify-content: center;
	}

	.footer__column--last.desktop-only {
		display: none;
	}
}

.footer__column p {
	/* font-family: var(--font-family); */
	font-size: 14px;
	color: var(--color-footer-gray);
	line-height: 1.8;
}

.footer__column p span {
	font-size: 14px;
	color: var(--color-footer-gray);
	margin-left: 5px;
	margin-right: 5px;
	font-weight: var(--font-weight--semibold);
}


/* Footer: Social media */
.footer__social-media {
	border-left: 1px solid var(--color-footer-border);
	padding: 30px;
}

.footer__social-media i {
	color: var(--color-light-blue);
	font-size: 37px;
}

.footer-social-logo {
	height: 47px;
}

.footer-social-logo path {
	fill: var(--color-light-blue);
}

@media only screen and (max-width: 1280px) {
	.footer__social-media {
		padding: 40px 16px;
		border-left: 0;
	}
	.footer-social-logo {
		height: 40px;
	}

}
/* Header */
#masthead {
	display: flex;
	/* align-items: center; */
	align-items: flex-start;
	justify-content: space-between;
	width: calc(100% - 2*var(--section-padding-left));
	position: relative;
	z-index: 4;
	margin: 0 var(--section-padding-left);
	padding-top: 20px;
}
.mobheader .initial-logo {
	width: 50px;
}

.mobheader .rest-logo svg {
    width: 190px;
    margin-left: 5px;
}
.mobheader .header__menu-in {
	padding: 10px 13px;
	border-radius: 10px;
	border: 0;
	height: 50px;
	position: fixed;
	top: 20px;
	right: 20px;
	align-items: flex-start;
}
.mobheader .header__menu-in-dots{
	width: 26px;
    height: 31px;
}
.mobheader .header__menu {
	align-items: center;
	margin-top: 10px;
	height: min-content;
}
@media only screen and (max-width: 1280px) {
	#masthead {
		/* width: calc(100% - 46px); */
		/* margin: 0 23px; */
	}
}

#mob-navigation {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
}
#mob-navigation ul {
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#mob-navigation ul li {
	color: white;
	width: 100%;
	text-align: center;
	padding-left: 0;
	line-height: 1 !important;
}

#mob-navigation ul li a {
	color: white;
}

#mob-navigation .nav-all-social-media {
	display: flex;
	gap: 10px;
	position: absolute;
    bottom: 40px;
}

#mob-navigation .nav__social-media {
	width: 30px;
}
#mob-navigation .nav__social-media svg {
	fill: var(--color-light-blue);
}

.header__menu {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 2px;
	margin-left: 5px;
	margin-top: 20px;
}

.header__menu-word {
	color: white;
}

.header__menu.darkmenu .header__menu-word {
	color: var(--color-blue);
}

.header__menu-in,
.header__language,
.header__book-now {
	border-radius: 17px;
	backdrop-filter: blur(35px);
	-webkit-backdrop-filter: blur(35px);
	padding: 9px 18px;
	line-height: 1;
	font-size: 14px;
	font-weight: var(--font-weight--medium);
}

.header__language,
.header__book-now {
	height: 56px;
}

html[lang="el"] .header__book-now {
	width: 184px;
}
/* .header__menu.open .header__menu-in {
	padding-left: 44px;
	gap: 34px;
} */

/* .header__menu.open .header__menu-word {
	opacity: 0;
	visibility: hidden;
	display: none;
} */

.header__menu-in span,
.header__language span,
.header__book-now span {
	font-size: 14px;
	font-weight: var(--font-weight--medium);
}

.header__menu-in {
	border: 1px solid var(--color-border);
	background-color: rgba(3, 40, 83, 0.407);
	color: white;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;

	cursor: pointer;
	pointer-events: all;
	transition: 0.3s background-color;
}
@media only screen and (min-width: 641px) and (max-width: 1520px) {
	.header__menu-in {
		height: 56px;
		align-items: flex-start;
		width: 140px;
	}
}

.header__menu-in:hover {
	background-color: rgba(3, 40, 83, 0.7);
}



.header__menu.darkmenu .header__menu-in {
	background-color: rgba(201, 206, 211, 0.7);
}

.header__menu.darkmenu .header__menu-in:hover {
	background-color: rgba(201, 206, 211, 1);
}

.header__menu-in-btn {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (min-width: 641px) and (max-width: 1520px) {
	.header__menu-in-btn {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 13px;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1280px) {
	.header__menu-in-btn {
		margin-top: 17px;
	}
}

.header__menu img {
	display: none !important;
}

.header__menu #site-navigation {
	position: absolute;
	left: 20px;
	top: unset;
	transform: unset;
	opacity: 0;
	visibility: hidden;
}
@media only screen and (max-width: 1670px) {
	.header__menu #site-navigation {
		left: 10px;
	}
}

@media only screen and (max-width: 1400px) {
	.header__menu #site-navigation {
		left: 0;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1520px) {
	.header__menu #site-navigation {
		/* position: relative; */
	}
}
/* .header__menu.open #site-navigation {
	opacity: 1;
	visibility: visible;
	display: block;
} */

.header__menu #new-primary-menu {
	display: flex;
	row-gap: 20px;
	align-items: center;
	width: max-content;
}

@media only screen and (min-width: 641px) and (max-width: 1520px) {
	.header__menu #new-primary-menu {
		flex-direction: column;
		align-items: flex-start;
	}
}
.header__menu #new-primary-menu li {
	float: unset;
	padding-left: 40px !important;
}

@media only screen and (max-width: 1700px) {
.header__menu #new-primary-menu li {
	float: unset;
	padding-left: 30px !important;
}
}

@media only screen and (max-width: 1700px) {
	.header__menu #new-primary-menu li {
		float: unset;
		padding-left: 25px !important;
	}
}

@media only screen and (max-width: 640px) {
	.header__menu #new-primary-menu li {
		float: unset;
		padding-left: 0 !important;
	}
}

.header__menu #new-primary-menu li a {
	line-height: 1;
}

.header__menu #new-primary-menu li a span {
	display: block;
}

.header__menu #new-primary-menu li span, .header__menu #new-primary-menu li > * {
	color: white;
	text-transform: uppercase;
	padding-left: 0;
	line-height: 1;
}

.header__menu.darkmenu #new-primary-menu li span,
.header__menu.darkmenu #new-primary-menu li > * {
	color: var(--color-blue);
}

.header__menu #new-primary-menu li > * {
    font-size: 14px;
    font-weight: var(--font-weight--medium);
}

.header__menu #languages, .header__menu #languages-2 {
	display: none;
}

@media only screen and (max-width: 1399px) {
	.header__menu #languages, .header__menu #languages-2 {
		display: block;
		text-transform: uppercase;
	}
}

.header__language {
	/* border: 1px solid #ECF0F4; */
	background-color: rgba(201, 206, 211, 0.7);
	border: 1px solid rgba(201, 206, 211, 1);
	color: var(--color-blue);
	display: flex;
	align-items: center;

	cursor: pointer;
	pointer-events: all;
	transition: 0.3s background-color;
}

.header__language:hover {
	background-color: rgba(201, 206, 211, 1);
}

.header__menu.darkmenu .header__language {
	background-color: rgba(201, 206, 211, 0.7);
}

.header__menu.darkmenu .header__language:hover {
	background-color: rgba(201, 206, 211, 1);
}

.header__book-now {
	border-radius: 17px;
	/* border: 1px solid #ECF0F4; */
	color: var(--color-blue);
	background-color: #efd496c4;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: 0.3s background-color;
	pointer-events: all;
}

.header__book-now:hover {
	background-color: var(--color-gold);
}

.header__menu.darkmenu .header__book-now {
	background-color: #efd496c4;
}

.header__menu.darkmenu .header__book-now:hover {
	background-color: #f9e0a7;
}

.header__menu-in-dots {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) 4px;
	width: 37px;
	height: 38px;
	align-items: center;
}

@media only screen and (min-width: 641px) and (max-width: 1280px) {
	.header__menu-in-dots {
		margin-top: 4px;
	}
}
.dot {
	background-color: white;
    width: 4px;
    height: 3px;
	border-radius: 50%;

	transition: 0.3s opacity, 0.3s transform;
}

.header__menu.darkmenu .dot {
	background-color: var(--color-blue);
}

.header__menu.open .dot:nth-child(even) {
	opacity: 0;
}

.header__menu.open .dot:nth-child(1) {
	transform: translate(4px, 3px);
}

.header__menu.open .dot:nth-child(3) {
	transform: translate(-4px, 3px);
}

.header__menu.open .dot:nth-child(7) {
	transform: translate(4px, -3px);
}

.header__menu.open .dot:nth-child(9) {
	transform: translate(-4px, -3px);
}

/* .single-news #content {
	background-color: var(--color-blue);
} */

#background-elem {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(var(--color-dark-blue) 0%, var(--color-dark-blue) 100%);
}


.bnr-social-media {
	display: flex;
	gap: 12px;
}

.bnr__social-media {

}

.bnr-social-logo {
	height: 30px;
}

.bnr__social-media path {
	fill: var(--color-blue);
}



.home__procedures.home__procedures--page {
	padding-top: var(--page-padding-top);
	padding-left: var(--page-padding-left); /* ::reusable */
	padding-right: var(--page-padding-right); /* ::reusable */
	padding-bottom: var(--page-padding-bottom); /* ::reusable */
}

.publications-div {
	opacity: 0;
	visibility: hidden;
}

.page__content--single-procedure .about-right {
	border-top: 0 !important;
}
.page__content--single-procedure .about-row {
	box-shadow: none !important;
}


/**
 * Accordion Template
 */
.pafa-accordion h3.pafa-accordion-q {
  cursor: pointer;
  margin: 30px 0 0 55px;
}
.pafa-accordion h3.pafa-accordion-q span {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  margin-left: -55px;
}
.pafa-accordion .pafa-accordion-a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pafa-icon .pafa-block-q i:before, .pafa-icon .pafa-accordion-q i:before {
  width: 1em;
  height: 1em;
}

/**
 * Block Template
 */
.pafa-block {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.pafa-block:hover h3, .pafa-block .pafa-block-a, .pafa-block.pafa-block-open h3 {
  color: #fff;
}
.pafa-block p {
  margin: 0;
}
.pafa-block h3.pafa-block-q {
  margin: 35px;
  line-height: 1em;
}
.pafa-block .pafa-block-a {
  margin: 0;
}
.pafa-block:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}
.pafa-block .pafa-block-a {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
}



.badge-overlay {
	
}

.mob-video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	display: none;
}

@media only screen and (max-width: 640px) {
	.mob-video-overlay {
		display: block;
	}
	.mob-video-overlay iframe {
		z-index: 0;
	}
}

.bg-close {
	width: 45px;
	height: 45px;
	cursor: pointer;
	pointer-events: all;
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewbox='0 0 40 40'%3E%3Cpath d='M 10,10 L 30,30 M 30,10 L 10,30' stroke='white' stroke-width='4' stroke-linecap='butt' /%3E%3C/svg%3E");
	background-size: 100%;
}