@font-face {
  font-family: antonio;
  src: url('fonts/Antonio-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: antonio;
  src: url('fonts/Antonio-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: antonio;
  src: url('fonts/Antonio-Bold.ttf');
  font-weight: 500;
}

html {
	width: 100%;
	font-family: 'antonio', sans-serif;
	overflow-x: hidden;
}

body {
	width: 100%;
	font-family: 'antonio', sans-serif;
}

a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

.wrapper {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
}

/*.full-page {
	overflow: hidden;
	height: 100vh;
}

section {
	height: 100vh;
}
*/
.section1 {
	background: rgb(128,208,203);
    background: -moz-radial-gradient(circle, rgba(128,208,203,1) 0%, rgba(46,118,111,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(128,208,203,1) 0%, rgba(46,118,111,1) 100%);
    background: radial-gradient(circle, rgba(128,208,203,1) 0%, rgba(46,118,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80d0cb",endColorstr="#2e766f",GradientType=1);
}

.section2,
.section3,
.section4,
.section5 {
	background: #80d6d4;
}




.fp-nav-wr {
	position: fixed;
	z-index: 100;
	top:  0;
	right:  2%;
	height: 100vh;
}

#fp-nav {
    list-style: none;
	margin-top: -135px;
}

@media (max-width: 1099px) {
	#fp-nav {
		display: none;
	}
}

#fp-nav li a {
	display: block;
	padding: 0 5px;
}

#fp-nav span {
	height: 42px;
	background-color: #fff;
	width: 5px;
	display: block;
	margin: 10px 0;
	border-radius: 3px;
}

#fp-nav li:hover span {
	background-color: #127660;
}

#fp-nav .active span {
	background-color: #16443a;
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

@media (min-width: 992px) {
	.menu.active {
		background-color: #47918b;
	}
}

.logo {
	width: 250px;
	float: left;
}

.zlogo {
	position: absolute;
	top: 25px;
	right: 2%;
	width: 120px;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	padding: 24px 0 0 20px;
	float: left;
}

.menu a:hover {
	text-decoration: none;
	color: #16443a;
	cursor: pointer;
}

.menu a:focus,
.menu a:active {
	text-decoration: none;
	color: #fff;
}

.menu ul li {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
	padding: 0 5px;
}

.section1 .bg {
	height: 100vh;
	background-image: url('../img/hero-background.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	position:  absolute;
	top: 0;
	width: 100%;
}

.section1 .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgb(46,118,111);
	background: -moz-linear-gradient(180deg, rgba(46,118,111,0.82) 0%, rgba(126,206,201,0) 30%, rgba(128,208,203,0) 90%, rgba(101,187,179,0.6755077030812324) 100%);
	background: -webkit-linear-gradient(180deg, rgba(46,118,111,0.82) 0%, rgba(126,206,201,0) 30%, rgba(128,208,203,0) 90%, rgba(101,187,179,0.6755077030812324) 100%);
	background: linear-gradient(180deg, rgba(46,118,111,0.82) 0%, rgba(126,206,201,0) 30%, rgba(128,208,203,0) 90%, rgba(101,187,179,0.6755077030812324) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e766f",endColorstr="#65bbb3",GradientType=1);
}

.pack1 {
	width: 628px;
	margin-left: -114px;
	margin-top: -71px;
	margin-bottom: -44px;
	z-index: 0;
	position: relative;
}

.section1 .t1,
.section1 .t2,
.section1 .t3 {
	z-index: 1;
	position: relative;
}

.goto {
	display: block;
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 200px;
	z-index: 1;
	cursor: pointer;
}

.goto:hover {
	opacity: 0.9;
}

.section1 .buton {
	margin-top: 30px;
}

.buton {
	background-color: #f96002;
	color: #fff;
	font-weight: 400;
	display: table;
	padding: 5px 20px;
	border-radius: 18px;
	font-size: 20px;
	letter-spacing: 1px;
}

.buton:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}

.t1 {
	color: #fff;
	font-weight: 500;
	font-size: 39px;
}

.t2 {
	color: #fff;
	font-weight: 400;
	font-size: 22px;
}

.t3 {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

.t3 sup {
	/* color: #f94c4c; */
	font-weight:900;
}

.t4 {
	font-size: 35px;
	text-align: center;
	color: #16443a;
	font-weight: 500;
}

.t5 {
	font-size: 25px;
    color: #16443a;
	font-weight: 500;
}

.t6 {
	font-size: 22px;
    color: #039b8c;
	font-weight: 500;
}

.t-disc {
	font-size: 20px;
	text-align: center;
	color: #16443a;
	font-weight: 500;
	margin-top: 80px
}

.disc {
	font-family: 'Arial';
	color: #fff;
}

.disc span {
	/* color: red */
}

.disc2 {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}

.section3 .disc {
	margin-top: 6vh;
}

.personaj {
	text-align: center;
}

.personaj video {
	width: 100%;
	max-width: 464px;
}

.personaj .t3 {
	/* max-width: 250px; */
	margin: 0 auto;
}

.personaj .t5 {
	margin-top: 10px;
}

.section2 .t4 {
	margin-bottom: 50px;
}

.section4 .t4 {
	margin-bottom: 100px;
}

.section5 .t4 {
	margin-bottom: 50px;
}

.section2 {
	background-color: #80d6d4;
}

.personaj .img {
	/* background-image: url('../img/circles.png'); */
	background-position: center;
	background-repeat: no-repeat;
	/* height: 370px; */
}

.zzz {
	max-height: 570px;
	margin: 44px auto 0 auto;
	display: block;
	max-width: 95%;
}


.benzi>div {
	position: relative;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.pack2 {
	position: relative;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	max-width: 90%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.red {
	color: red;
	margin-top: 20px;
}

.footer {
	background-color: #01413b;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0 63px 0;
}


.footer a:hover {
	color: #80d6d4
}

.footer p span {
	color: #18a092;
}

.totop {
	width: 50px;
}

.totop-link {
	position: absolute;
	right: 13px;
}

@media (min-width: 576px) {
	.totop-link {
		top: 0;
	}
}

@media (min-width: 1400px) {
	.totop-link {
		right: 0;
	}
}

.footer .container {
	position: relative;
}

.prospect {
	background-color: #fff;
	text-align: center;
	border-radius: 15px;
	padding: 8px 0;
	box-shadow: 0px 0px 53px -6px rgba(22,22,22,0.4);
	box-sizing: content-box;
}

.prospect>div img {
	display: inline-block;
	width: 40px;
}

.prospect>div p {
	display: inline-block;
	color: #039b8c;
	font-weight: 500
}

.prospect>div p span {
	color: #024039;
}
.packs {
	max-width: 280px;
	width: 100%;
}

#open_menu {
	display: none;
}

/*Popup adverse*/

.adverse {
	display: none;
	position: fixed;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

.continut {
	background-color: #01413b;
	border-radius: 50px;
	padding: 44px 55px 44px 55px;
	width: 95%;
	max-width: 700px;
	max-height: 100vh;
	margin: 0 auto;
	/* overflow: auto; */
	/* overflow-x: hidden; */
	position:  relative;
	line-height: 2;
	margin-top: 15%;
	/* top: 20%; */
	/* transform: translateY(50%); */
}

.close_popup {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  border: 2px solid #fff;
  position: absolute;
  right: 27px;
  top: 24px;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 14px;
  /* font-weight: 600; */
  text-align: center;
  /* margin-bottom: 65px; */
}

.close_popup:hover {
  border: 2px solid #fff;
  background-color: #80d6d4;
  color: #fff;
}

.icofont-close-line {
	color: #fff;
}

.more:hover {
	color: #80d6d4;
	font-weight: 500;
	cursor: pointer;
}


.container.pro {
	padding-bottom: 100px;
}

.section5 .t-disc {
	margin-top: 50px;
}





/* HEIGHTS */
@media only screen and (max-height : 800px) {
	
    .section1 .t1 {
    	margin-top: 46px;
    }

    .section2 .t4 {
    	margin-top: 46px;
    	margin-bottom: 10px
    }

    .personaj .img {
    	height: 350px
    }

    .personaj .img img {
    	transform: scale(0.8);
    	position: absolute;
    	margin: 0 auto;
    	display:  block;
    	top: -43px;
    	left:  0;
    	right: 0;
    }

    .personaj .t5 {
    	/* margin-top: 10px; */
    }

    
}












@media (max-height : 700px), (max-width : 1290px)  {
	section {
		min-height: 730px
	}

	.section1 .bg {
    	background-position: top right -79px;
    	height: 100%;
    }
}

@media only screen and (max-width : 1200px) {
	.section1 .bg {
    	background-size: 1161px;
    	background-position: top right -79px;
    	height: 100%;
    }
}
@media only screen and (max-width : 1125px) {
	.section5 .t4 {
		margin-bottom: 30px
	}

	.section5 .t-disc {
		margin-top: 15px;
	}

	/*.container.pro {*/
	/*	padding-bottom: 140px;*/
	/*}*/
}
/* iPads (landscape) ----------- */
@media only screen and (max-width : 991px) {
	.section1 .bg {
    	background-size: 1161px;
    	background-position: top 57px center;
    	background-image: url(../img/hero-mob-background.png);
    	background-repeat: no-repeat;
    }

    .section1 .t1 {
    	margin-top: 700px;
    	text-align: center
    }

    .section1 .t2,
    .section1 .t3 {
    	text-align: center
    }

    .section1 .pack1 {
    	display: table;
    	margin: -11vw auto -6vw auto;
    	width: 100%;
    	left: -3vw;
    }

    .section1 .buton {
    	display: table;
    	margin: 30px auto 80px auto;

    }
    
	#open_menu {
		display: table;
		color: #fff;
		font-size: 30px;
		position:  absolute;
		right: 20px;
		top: 7px;
		cursor: pointer;
		z-index: 2;
	}	
	.zlogo {
		position: fixed;
		left: 20px;
		width: 100px;
		top: 23px;
	}

	.menu {
		background-color: #47918b;
		height: 60px;
	}

	.menu-opened .menu ul {
		top: 0;
	}

	.menu ul {
		position: fixed;
		width: 100%;
		left: 0;
		top: -100%;
		z-index: 1;
		background-color: #47918b;
		padding-bottom: 15px;
		transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
	}

	.menu ul li {
		display: table;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul li:nth-of-type(2n+2) {
		display: none;
	}

	.menu ul li a {
		padding: 10px;
		display: block;
	}

	.logo {
		display: table;
		left: 0;
		right: 0;
		margin: 0 auto;
		position: absolute;
		width: 189px;
	}

	.section2 .t4 {
		margin-top: 50px;
	}

	.section3 .t4 {
		margin-top: 90px;
	}

	.section4 .t4 {
		margin-top: 50px;
	}

	.section5 .t4 {
		margin-top: 70px;
		margin-bottom: 40px
	}

	.pack2 {
		max-width: 400px;
		display: table;
		margin: 0 auto;
	}

	.prospect {
		max-width: 400px;
		margin: 20px auto;
		padding-bottom: 20px
	}

	.prospect>div p {
		font-size: 15px
	}

	.section5 .disc2:last-of-type {
		margin-bottom: 140px;
	}

	.section3,
	.section5 {
		background: #7ac7c6
	}

	.section3  {
		padding-bottom: 60px
	}

	.personaj:last-of-type {
		margin-bottom: 70px;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
    .pack2 {
    	max-width: 90%;
    }

    .prospect {
    	max-width: 100%;
    }

    .zlogo {
    	width: 80px;
    }
    .logo {
    	width: 170px;
    }

    .section1 .bg {
    	background-size: 215vw;
    }

    .section1 .t1 {
    	margin-top: 550px;
    	font-size: 30px
    }

    .section1 .pack1 {
    	max-width: 100%;
    	/* margin: -64px auto -41px auto; */
    }
}

html {
	font-size: 100%;
}

.simple-page {
	background: rgb(128,208,203);
	background: -moz-radial-gradient(circle, rgba(128,208,203,1) 0%, rgba(46,118,111,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(128,208,203,1) 0%, rgba(46,118,111,1) 100%);
	background: radial-gradient(circle, rgba(128,208,203,1) 0%, rgba(46,118,111,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80d0cb",endColorstr="#2e766f",GradientType=1);
	font-size: 100% !important;
}

.simple-page .text-container {
	margin-inline: auto;
}

.simple-page .footer {
	padding-bottom: 20px;
}

.simple-page .footer p {
	margin: 0;
}

.contact-page {
	height: 100vh !important;
}

.contact-section,
.prospectus-section {
	display: flex;
	justify-content: center;
	height: 100%;
	margin: auto;
}

.contact-section {
	align-items: center;
}

.prospectus-section {
	padding-block: 90px 32px;
}

.prospectus-section .heading {
	margin-block: 24px 20px;
	color: #16443a;
}

.prospectus-section h1 {
	font-size: 32px;
}

.prospectus-section h4.heading {
	margin-bottom: 12px;
	font-size: 20px;
}

.prospectus-section ul,
.prospectus-section ol {
	margin-bottom: 24px;
}

.prospectus-section p,
.prospectus-section li {
	font-size: 18px;
	color: #fff;
}

@media (min-width: 768px) {
	.prospectus-section {
		padding-block: 120px 40px;
	}
}

@media (min-width: 992px) {
	.prospectus-section .heading {
		margin-top: 32px;
	}

	.prospectus-section h1 {
		font-size: 36px;
	}

	.simple-page .text-container {
		max-width: 75%;
	}
}

@media (min-width: 1400px) {
	.prospectus-section {
		padding-block: 130px 60px;
	}
}

@media (max-width: 576px) {
	.contact-page {
		height: 100% !important;
	}

	.contact-section {
		margin-top: 100px;
	}
}

.accent-color {
	color: rgba(46,118,111,1);
}

.padding-bottom {
	padding-bottom: 20px;
}

.active-link {
	color: #f96002;
}

.active-link-menu {
	color: #16443a;
}

.footer-contact {
	position: unset;
}

/* --- Homepage full page layout --- */
.full-page {
	height: 100%;
}

.full-page .section,
.full-page .section > .container {
	min-height: 100lvh;
}

.full-page .section > .container {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.full-page .section .row {
	display: flex;
	flex-direction: column;
    align-items: center;
}

.full-page .section1,
.full-page .section5 {
	position: relative;
	z-index: 0;
}

@media (min-width: 992px) {
	.full-page .section .row {
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.full-page :is(.section1, .section2) .row {
		width: 100%;
	}
}

.full-page .section5 .row {
    flex-direction: column;
}

.full-page .section5 .prospect-wrapper {
	display: block;
}

.prospect-body {
	padding-inline: 10px;
}

.mx-auto {
	margin-inline: auto;
}

.mt-4 {
	margin-top: 1rem;
}

.pt-4 {
	padding-top: 1rem;
}

@media only screen and (max-height: 800px) {
	.section1 {
		.row {
			margin-top: 46px;
		}

		.buton {
			margin-top: 0;
		}
	}

	.section3 .t4 {
		margin-top: 5rem;
		margin-bottom: 0;
	}

	.section4 .t4 {
		margin-bottom: 50px;
	}

	.section4 .t4 {
		margin-top: 3rem;
	}

	.section4 .t3 {
		font-size: 0.8rem;
	}

	.section5 .t4 {
		margin-top: 3rem;
		margin-bottom: 10px;
	}

	.section5 .t-disc {
		margin-top: 10px;
	}

	.section5 .disc2 {
		font-size: 0.5rem;
	}
}

@media only screen and (max-height: 600px) {
	.section1 .pack1 {
		width: 300px;
		margin-left: -50px;
		padding-block: 2rem;
	}

	.section5 .packs {
		max-width: 200px;
	}
}