@charset 'UTF-8';

html {
	min-height: 100%;
	font-size: 9px;
	scroll-behavior: smooth;
}

:root {
	--main: #2fa3aa;
	--text: #777f80;

	--font: "Nunito", sans-serif;

	--transition: 0.5s all ease;

	--xl: 8rem;
	--l: 6rem;
	--m: 4rem;
	--s: 2rem;

	--animation-delay: 0.3s;
	--animation-duration: 0.3s;

	--animation-distance: 25%;
	--animation-distance-big: 50%;

	--arrow: no-repeat;
}

/* ::selection {
	background-color: var(--light);
} */

body {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	line-height: 1.25;
	font-family: var(--font);
	color: var(--text);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	overflow-x: hidden;
}

h1, h2, h3, h4 {
	font-weight: 700;
	margin: 0;
}


img {
	max-width: 100%;
}


.button {
	display: inline-block;
	padding: 0;
	border: none;
	outline: 0;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
	transition: var(--transition);
	white-space: nowrap;
	padding: 15px 30px;
	font-size: 2.2rem;
	background-color: var(--main);
	/* box-shadow: 0 14px 24px -20px #75D5D8; */
}

.button:hover {
	background: #fff;
	color: var(--main);
	transform: translateY(-5px);
}

section {
	margin-top: 30px;
}

a {
	color: currentColor;
	transition: var(--transition);
	text-decoration: none;
}

a.boss {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}

.rel {
	position: relative;
}

.container {
	max-width: 1290px;
	padding: 0 1.5rem;
	margin: 0 auto;
	width: 100%;
}

[class*="__wrap"] {
	display: flex;
	margin: 0 -1.5rem;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}

/* .reverse {
	flex-direction: row-reverse;
} */

[class*="col-"] {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	flex: 0 0 auto;
}

.col-0 {
	flex: 1 0 0%;
}

.col-1 {
	width: 16.6666666667%;
}

.col-2 {
	width: 33.3333333333%;
}

.col-3 {
	width: 50%;
}

.col-4 {
	width: 66.6666666667%;
}

.col-5 {
	width: 83.3333333333%;
}

.col-6 {
	width: 100%;
}

.offset-1 {
	margin-left: 16.6666666667%;
}

.offset-2 {
	margin-left: 33.3333333333%;
}

.offset-3 {
	margin-left: 50%;
}

.offset-4 {
	margin-left: 66.6666666667%;
}

.offset-5 {
	margin-left: 83.3333333333%;
}

.offset-6 {
	margin-left: 100%;
}

.wrapper {
	display: flex;
	flex-direction: column;
	/* min-height: 100vh; */
}

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

.bgSlider .swiper-slide {
	min-height: 100vh;
	background : left top / cover no-repeat;
}

.hero-text {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: right;
}

.hero-text .container {
	padding: 0 4rem;
}

p {
	margin: 0;
}

h1 {
	font-size: 10rem;
	margin: 0;
	line-height: 1.2;
}

h1 sup {
	font-size: 20px;
	top: -50px;
	margin-right: -25px;
}

.hero-motto {
	margin-top: 80px;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
}

.hero-motto span {
	width: 120px;
	display: inline-block;
}

.hero-buttons {
	display: flex;
	justify-content: flex-end;
	margin-top: 50px;
}

.hero-buttons .button {
	margin-left: 40px;
	font-size: 1.6rem;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	padding: 10px 30px;
}

.hero-buttons .button:first-child {
	background-color: #ee9f55;
	border: 0;
}

.hero-buttons .button:hover {
	color: var(--main);
	background-color: #fff;
}

.wave {
	padding-top : 180px;
	z-index: 1;
	position: relative;
	background: url(/_img/estro/wave.svg) no-repeat center center / cover;
	margin-top: -175px;
	padding-bottom: 500px;
}

h2 {
	font-size: 3.5rem;
	color: var(--main);
	font-weight: 700;
	margin-bottom: 30px;
}

.advantages {
	margin-top: 30px;
}


.advantages__box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.advantages-item {
	width: 33%;
}

.advantages-item__text {
	max-width: 260px;
	margin-top: 20px;
}

.advantages-item__text sup {
	font-weight: 700;
	color: var(--main);
	font-size: 14px;
}

.advantages-white {
	padding-top: 200px;
}

.advantages-white .advantages__box {
	margin-top: 60px;
}

.advantages-white h2,
.advantages-white .advantages-item__text{
	color: #fff;
	font-weight: 700;
}

.advantages-white .advantages-item__text{
	font-size: 2.2rem;
	max-width: 320px;
}

.advantages-white .advantages-item__text sup {
	color: #f2cba4;
}

.wave2 {
	margin-top: -100px;
}

.wave_or {
	padding-top : 180px;
	position: relative;
	background: url(/_img/estro/wave_or.svg) no-repeat center center / cover;
	margin-top: -550px;
}

.covid {
	background: url('/_img/estro/wave3.png') bottom right no-repeat;
	padding-bottom: 250px;
}

.covid__header {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.covid__header > * {
	width: 32%;
}

.covid-item {
	display: flex;
	align-items: flex-start;
}

.covid-item img {
	flex : 0 0 auto;
	width: 40px;
	margin-right: 10px;
}

.covid h3 {
	color: var(--main);
	font-size: 2.4rem;
}

.covid sup {
	color: var(--main);
	font-weight: 700;
}

.covid-doctor {
	display: flex;
	margin-top: 60px;
	align-items: flex-end;
}

.covid-doctor > * {
	flex : 0 0 auto;
}


.covid-doctor__content {
	width: 45%;
	margin-left: 60px;
}

.covid-doctor__content img {
	margin: 20px 0
}

.covid-doctor-about {
	color: var(--main);
	margin-top: 20px;
}


.recomendation {
	margin-top: 100px;
}

.rec__wrap {
	margin-top: 100px;
}

.rec__wrap img {
	border-radius: 20px;
}

.rec__wrap h3 {
	color: var(--main);
	margin-bottom: 40px;
}

.rec__item:before {
	content : '';
	display: block;
	width: 53px;
	height: 30px;
	background: url(/_img/estro/wave_circle5.png) no-repeat;
	margin-bottom: 0px;
}

.rec__item {
	margin-bottom: 30px;
}

.rec__list .button {
	background-color: #fff;
	border: 1px solid var(--main);
	color: var(--main);
	margin-top: 40px;
	font-size: 1.6rem;
	font-weight: 700;
}

.rec__wrap:nth-of-type(odd) .col-3:first-child > * {
	width: 70%;
}

.rec__wrap:nth-of-type(even) {
	flex-direction: row-reverse;
}

.rec__wrap:nth-of-type(even) .rec__list {
	columns : 2
}

.wave_gr {
	padding-top : 180px;
	position: relative;
	background: url(/_img/estro/wave_gr.svg) no-repeat center center / cover;
	padding-bottom: 60px;
	/* margin-top: -550px; */
}

.flacon__box {
	color: #fff;
	display: flex;
}

.flacon__wrap {
	color: #fff!important;
	align-items: center;
}

.wave_gr * {
	color: #fff!important;

}

.howto-item {
	display: flex;
}

.howto-item p {
	max-width: 40%;
}

.howto-item img {
	margin-right: 30px;
}

.flacon__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flacon__content-text p {
	margin-bottom: 30px;
}

.howto {
	margin-top: 60px;
}

.howto__wrap {
	margin-top: 40px;
}

.links {
 margin-top: 60px;
 font-size: 1.8rem;
}

.instruction__wrap {
	margin-top: 60px;
}

.instruction__wrap .button{
	border: 1px solid #fff;
}

.instruction__wrap .button:hover {
	color: var(--main)!important;
}

.fixed-back {
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1000;
}

.mobile-wave {
	display: none;
}

footer {
	background-color: #AAC9D0;
	padding: 40px 0;
	color: #fff!important;
	margin-top: -10px;
}

footer a {
	text-decoration: underline;
}

.footer__box {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: flex-end;
}

.footer__box img {
	width: 160px;
}

.footer__links {
	width: 560px;
}

.footer__copy {
	text-align: right;
}

html.overflow {
	overflow: hidden;
}
body.spec.preload header,
body.spec.preload main,
html.overflow footer,
html.overflow header,
html.overflow main {
	filter: blur(10px);
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
	pointer-events: none;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}
.modal.open {
	opacity: 1;
	pointer-events: auto;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	transform: translateY(-100%);
	opacity: 0;
	transition: all 0.3s ease-in;
	display: none;
}
.modal.open .modal-dialog {
	opacity: 1;
	transform: translateY(100px);
}
@media (min-width: 768px) {
	#modal-disclaimer {
		max-width: 730px;
		margin: 30px auto;
	}
}
.modal-form__close {
	font-family: sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
	position: absolute;
	right: -30px;
	top: 0;
}
@media screen and (max-width: 480px) {
	.modal-form__close {
		color: var(--main);
		top: 20px;
		right: 20px;
	}
	.modal__content h4 {
		width: calc(100% - 60px);
	}
}
.modal-form__close:focus,
.modal-form__close:hover {
	color: #000;
}
.modal__content {
	padding: 60px;
	background: #fff;
	border-radius: 20px;
	position: relative;
}
#modal-disclaimer {
	text-align: center;
}

#cookie {
	display: none;
	z-index: 1100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--main);
    padding: 15px;
    font-style: normal;
    text-align: center;
    align-items: center;
}

.cookie__box {
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
}


.cookie__box div a {
	text-decoration: underline;
}

.cookie__box .button {
	background-color: #fff;
	color: var(--main);
	padding: 10px 20px;
	margin-left: 30px;
}

.modal__content a {
	margin : 20px 0;
}

.modal__content h3 {
	margin-bottom: 20px;
}


@media screen and (max-width : 768px) {
	html {
		font-size: 8px;
		overflow-x: hidden;
	}

	body {
		min-width: 320px;
		overflow-x: hidden;
		font-size: 1.8rem;
	}

	.container {
		padding: 0 3rem;
	}

	h1 {
		font-size: 7rem;
	}

	h1 sup {
		font-size: 14px;
		top: -20px;
		margin-right: -15px;
		right: 5px;
	}

	h2 {
		font-size: 2.4rem;
	}

	.hero-text {
		justify-content: flex-end;
	}

	.bgSlider .swiper-slide {
		background :center  top / cover no-repeat
	}

	.hero-motto {
		margin-top: 20px;
		font-size: 3.2rem;
	}

	.hero-motto span {
		display: none;
	}

	.hero-buttons {
		flex-direction: column;
	}

	.fullscreen:before {
		content : '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		background-color: #000;
		opacity: 0.2;
		display: block;
		z-index: 2;
	}

	.fullscreen:after {
		content : '';
		display: block;
		position: absolute;
		bottom: 0;
		top: 0;
		width: 100%;
		background : url(/_img/estro/wave.svg) no-repeat center 260px / cover;
		z-index: 3;
	}

	.hero-buttons .button {
		margin-bottom: 20px;
	}

	.wave {
		/* padding-top: 0;
		margin-top: 0;
		padding-bottom: 200px; */
		margin-top: -195px;
	}

	.advantages__box {
		flex-direction: column;
	}

	.advantages-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.advantages-item__img {
		width: 50px;
	}

	.advantages-item__text {
		max-width: none;
		margin-top: 0;
	}

	.advantages-white {
		padding-top: 100px;
	}

	.advantages-item__text sup {
		font-size: 10px;
	}
	/* .mobile-wave {
		display: block;
		position: absolute;
		z-index: 3;
	} */

	.wave_or {
		/* margin-top: 0; */
		padding-top: 130px;
	}

	.covid__header {
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 0;
	}

	.covid__header > * {
		width: 100%;
		margin-bottom: 20px;
	}

	.covid__header h3 {
		font-weight: normal;
		font-size: 2rem;
	}

	.covid-item img {
		width: 20px;
	}

	.covid-doctor {
		align-items: flex-start;
		justify-content: space-between;
		margin-top: 20px;
	}

	.covid-doctor img {
		width: 40%;
	}

	.covid-doctor__content {
		width: calc(60% - 15px);
		margin-left: 0;
	}

	.covid {
		background: none;
		padding-bottom: 20px;
	}

	.covid-wave {
		width: 70%;
		margin: 40px auto;
		display: block;
		opacity: 0.6;
	}

	.recomendation {
		margin-top: -30px;
	}

	.rec__wrap {
		flex-direction: column;
		margin-top: 30px;
	}

	.rec__wrap .col-3 {
		width: 100%;
	}

	.rec__wrap:nth-of-type(odd) .col-3:first-child > * {
		width: 100%;
	}

	.break-before {
		break-before: column;
	}

	.rec__wrap h3 {
		margin-bottom: 20px;
	}

	.rec__item:before {
		width: 35px;
		height: 20px;
		background-size: contain;
	}

	.rec__list .button {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.wave_gr {
		margin-top: -120px;
		padding-bottom: 60px;
	}

	.howto {
		margin-top: 10px;
	}

	.howto__wrap {
		flex-direction: column;
	}

	.howto__wrap .col-3 {
		width: 100%;
	}

	.howto-item {
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.howto-item:last-child {
		flex-direction: row-reverse;
	}

	.howto-item p {
		max-width: none;
	}

	.howto-item img {
		width: 45%;
		margin-right: 0;
	}

	.howto-item:first-child img {
		margin-right: 15px;
	}

	.howto-item:last-child img {
		margin-left: 15px;
	}

	.instruction h2 {
		width: 80%;
	}

	.instruction__wrap {
		flex-direction: column;
		margin-top: 20px;
	}

	.instruction__wrap > * {
		width: 100%;
	}

	.instruction__wrap .button {
		white-space: normal;
		margin-top: 20px;
	}

	.flacon__wrap .col-3 {
		width: 100%;
	}

	.flacon__content > * {
		flex : 0 0 auto;
	}

	.flacon__content-text {
		width: 60%;
	}

	.flacon__content img{
		width: 40%;
	}

	.footer__box {
		flex-direction: column;

		align-items: flex-start;
	}

	.footer__box > * {
		width: auto;
		margin-bottom: 20px;
		text-align: left;
	}
	
}