@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: "";
	background-color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

ul, ol, dl {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

a,
button,
input,
select,
textarea {
	transition-property: transform, background, background-color, border-color, color;
	transition-duration: 0.3s;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}

p a {
	text-decoration: underline !important;
}

textarea {
	resize: vertical;
}

a {
	color: "";
	text-decoration: none;
}

a:hover {
	color: "";
	text-decoration: underline;
}

a:focus {
	outline: none;
}

img {
	vertical-align: middle;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	touch-action: manipulation;
}

[role="button"] {
	cursor: pointer;
}

[hidden] {
	display: none !important;
}

.js-getImage {
	position: relative;
}

.js-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat !important;
	overflow: hidden;
}

.js-image img {
	visibility: hidden;
}

hr {
	border-top-color: "";
	opacity: .4;
	margin: 30px auto;
}

hr.small {
	margin: 10px auto;
}

hr.u-mtb-0 {
	margin: 0;
}

.toogle_menu {
	display: none;
	border: none;
	background-color: #000;
	padding: 10px;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 65px;
	left: 0px;
	z-index: 10001;
}

.toogle_menu #menu {
	fill: "";
}

.toogle_menu:focus {
	outline: none;
}

.c-header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	background-color: rgba(13, 46, 64, 0.9);
	padding-bottom: 30px;
}

@media (max-width: 1500px) {
	.c-header {
		padding-bottom: 20px;
	}
}

@media (max-width: 992px) {
	.c-header {
		display: none;
	}
}

.c-header .c-header__inner {
	display: flex;
	justify-content: space-between;
	padding: 50px 45px 0px;
}

@media (max-width: 1500px) {
	.c-header .c-header__inner {
		padding: 30px 45px 0px;
	}
}

.c-header .c-header__brand {
	display: flex;
	align-items: center;
	width: 317px;
}

@media (max-width: 1500px) {
	.c-header .c-header__brand {
		width: 207px;
	}
}

.c-header .c-header__brand a {
	display: flex;
	width: 100%;
}

.c-header .c-header__brand img {
	display: block;
	width: 100%;
}

.c-header .c-header__nav {
	width: 54%;
	position: relative;
}

.c-header .c-header__nav .home-icon {
	position: absolute;
	left: -70px;
	top: -10px;
	height: 25px;
	width: 25px;
}

.c-header .c-header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #fff;
	padding-top: 20px;
	position: relative;
}

@media (max-width: 1500px) {
	.c-header .c-header__nav ul {
		padding-top: 25px;
	}
}

.c-header .c-header__nav ul li a {
	color: #fff;
	text-transform: uppercase;
}

@media (max-width: 1500px) {
	.c-header .c-header__nav ul li a {
		font-size: 11px;
	}
}

.c-header .c-header__nav ul li a:hover {
	text-decoration: none;
	color: #E43D30;
}

.c-header .c-header__nav ul li a.hidden {
	display: none;
}

.c-header .c-header__nav ul:after {
	background: url("../img/nav-icon.svg");
	content: '';
	background-size: 21px 37px;
	height: 37px;
	position: absolute;
	top: -19px;
	left: 10px;
	width: 21px;
	transition: all 250ms;
	opacity: 0;
}

.c-header .c-header__nav ul.our-company:after {
	opacity: 1;
	left: 5.4%;
}

.c-header .c-header__nav ul.people:after {
	opacity: 1;
	left: 23%;
}

.c-header .c-header__nav ul.operation:after {
	opacity: 1;
	left: 39%;
}

.c-header .c-header__nav ul.facts:after {
	opacity: 1;
	left: 55%;
}

.c-header .c-header__nav ul.sustainability:after {
	opacity: 1;
	left: 72%;
}

.c-header .c-header__nav ul.contact:after {
	opacity: 1;
	left: 94%;
}

.m-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	display: none;
}

@media (max-width: 992px) {
	.m-header {
		display: block;
	}
}

.m-header.fixed .m-header__inner .m-header__logo {
	opacity: 0;
}

.m-header .m-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
}

.m-header .m-header__inner .m-header__logo {
	opacity: 1;
	transition: opacity 250ms;
}

.m-header .m-header__inner .m-header__logo img {
	width: 177px;
}

.m-header .m-header__inner .m-header__bar img {
	width: 50px;
}

.header-mobile {
	position: fixed;
	background: #000;
	z-index: 20;
	height: 100%;
	top: 0px;
	left: -100%;
	width: 100%;
	transition: left 250ms;
	z-index: 1000;
}

.header-mobile .close-nav {
	color: #fff;
	font-weight: 800;
	position: absolute;
	top: 30px;
	right: 30px;
	margin-left: 20px;
	font-size: 18px;
}

.header-mobile .close-nav svg {
	width: 20px;
}

.header-mobile .close-nav svg path {
	fill: #fff;
}

.header-mobile ul {
	padding: 90px 30px 20px;
}

.header-mobile ul li:last-child a {
	border-bottom: 1px solid #303030;
}

.header-mobile ul li a {
	color: #fff;
	text-transform: uppercase;
	padding: 25px 0px;
	border-top: 1px solid #303030;
	display: block;
	font-size: 20px;
	position: relative;
}

.header-mobile ul li a:hover {
	text-decoration: none;
}

.header-mobile ul li a:after {
	background: url("../img/menu-arrow.png") no-repeat;
	content: '';
	background-size: 14px 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	width: 14px;
}

.header-mobile.active {
	left: 0px;
}

body {
	background: url("../img/loader.gif") #000 center center no-repeat;
	background-size: 80px 80px;
}

.c-main {
	background: #000;
	background-size: 100px 100px;
	height: 100vh;
	width: 100%;
	opacity: 0;
}

.c-main.section-active {
	opacity: 1;
}

.c-home .c-home__boxes {
	position: relative;
}

.c-home .c-home__main-info {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 90;
	height: 100vh;
	display: flex;
	align-items: center;
	width: 45%;
	background: url("../img/home-pattern.svg") no-repeat rgba(13, 46, 64, 0.9);
	flex-direction: column;
	justify-content: center;
	transition: all 250ms;
}

.c-home .c-home__main-info .move-content {
	min-width: 513px;
	padding-top: 100px;
}

@media (max-width: 1500px) {
	.c-home .c-home__main-info .move-content {
		padding: 100px 40px 0px;
	}
}

.c-home .c-home__main-info h1 {
	color: #fff;
	font-weight: 500;
	font-size: 45px;
	max-width: 513px;
	line-height: 54px;
	padding-bottom: 34px;
	margin-bottom: 34px;
	position: relative;
	opacity: 0;
}

@media (max-width: 1500px) {
	.c-home .c-home__main-info h1 {
		font-size: 40px;
		line-height: 44px;
		padding-bottom: 34px;
		margin-bottom: 34px;
	}
}

.c-home .c-home__main-info h1:after {
	background: #E43D30;
	content: '';
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 350ms;
	width: 0px;
	display: none;
}

.c-home .c-home__main-info h1.animate:after {
	width: 103px;
}

.c-home .c-home__main-info p {
	color: #fff;
	max-width: 513px;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	opacity: 0;
}

@media (max-width: 1500px) {
	.c-home .c-home__main-info p {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-height: 700px) {
	.c-home .c-home__main-info p {
		font-size: 12px;
		line-height: 20px;
	}
}

.c-home .c-home__main-info figure {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	display: block;
	text-align: right;
	width: 100%;
	opacity: 0;
}

.c-home .c-home__main-info figure img {
	max-width: 183px;
}

@media (max-width: 1500px) {
	.c-home .c-home__main-info figure img {
		max-width: 160px;
	}
}

.c-home .c-home__main-image {
	background: url("../img/full-background-home.jpg");
	z-index: 50;
	height: 100vh;
	background: #000;
	transition: all 250ms;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-home .c-home__main-image .imageContainer {
	height: 100vh;
}

.c-home .c-home__main-image .imageContainer img {
	width: 100%;
}

.c-home .c-home__main-image .iframe-content {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	top: -100px;
}

.c-home .c-home__main-image .iframe-content video {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-home .c-home__controls {
	position: absolute;
	bottom: 30px;
	right: 50px;
	display: flex;
	z-index: 1000;
}

.c-home .c-home__controls .c-home__controls-sound {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.c-home .c-home__controls .c-home__controls-sound p {
	margin: 0px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 10px;
}

.c-home .c-home__controls .c-home__controls-sound a {
	margin-right: 5px;
}

.c-home .c-home__controls .c-home__controls-sound a:hover {
	text-decoration: none;
	color: #050F10;
}

.c-home .c-home__controls .c-home__controls-sound span {
	margin-right: 5px;
}

.c-home .c-home__controls .c-home__controls-video {
	position: relative;
}

.c-home .c-home__controls .c-home__controls-video a {
	position: relative;
	text-transform: uppercase;
	z-index: 10;
}

.c-home .c-home__controls .c-home__controls-video a:hover {
	text-decoration: none;
	color: #050F10;
}

.c-home .c-home__controls .c-home__controls-video:after {
	background: url("../img/expand-after.png");
	content: '';
	position: absolute;
	top: -6px;
	left: -10px;
	height: 14px;
	width: 14px;
}

.c-home .c-home__controls .c-home__controls-video:before {
	background: url("../img/expand-after.png");
	content: '';
	position: absolute;
	bottom: -6px;
	right: -10px;
	transform: rotate(180deg);
	height: 14px;
	width: 14px;
}

.c-home.image-full .c-home__main-info {
	width: 0px;
	overflow: hidden;
}

.c-home.image-full .c-home__main-image {
	width: 100%;
}

.c-facts .c-facts__boxes {
	background: url("../img/facts-nav-bg02.jpg") no-repeat left top;
	background-size: 45% 100%;
	display: flex;
	flex-wrap: wrap;
}

.c-facts .c-facts__nav {
	height: 100vh;
	display: flex;
	width: 45%;
	background-size: 100% 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px 45px;
	transition: all 250ms;
	background: url("../img/home-pattern.svg") no-repeat rgba(13, 46, 64, 0.9);
}

.c-facts .c-facts__nav .move-content {
	min-width: 513px;
	padding-top: 100px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .move-content {
		padding: 100px 40px 0px;
	}
}

.c-facts .c-facts__nav .btn-back {
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	transition: all 250ms;
}

.c-facts .c-facts__nav .btn-back:hover {
	text-decoration: none;
	color: #E43D30;
}

.c-facts .c-facts__nav .btn-back:hover svg path {
	fill: #E43D30;
}

.c-facts .c-facts__nav .btn-back svg {
	width: 20px;
}

.c-facts .c-facts__nav .btn-back svg path {
	fill: #fff;
}

.c-facts .c-facts__nav h1 {
	color: #fff;
	font-weight: 500;
	font-size: 45px;
	max-width: 513px;
	line-height: 54px;
	padding-bottom: 34px;
	margin-bottom: 34px;
	position: relative;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav h1 {
		font-size: 40px;
		line-height: 44px;
		padding-bottom: 34px;
		margin-bottom: 34px;
	}
}

@media (max-height: 700px) {
	.c-facts .c-facts__nav h1 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

.c-facts .c-facts__nav h1:after {
	background: #E43D30;
	content: '';
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 350ms;
	width: 0px;
	display: none;
}

.c-facts .c-facts__nav h1.animate:after {
	width: 103px;
}

.c-facts .c-facts__nav .c-facts__items {
	padding: 10px 0px 10px 25px;
	position: relative;
	opacity: 1;
	margin-bottom: 60px;
}

@media (max-height: 700px) {
	.c-facts .c-facts__nav .c-facts__items {
		margin-bottom: 15px;
	}
}

.c-facts .c-facts__nav .c-facts__items ul li {
	margin-bottom: 25px;
}

.c-facts .c-facts__nav .c-facts__items ul li:last-child {
	margin-bottom: 0;
}

.c-facts .c-facts__nav .c-facts__items ul li a {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 20px;
	transition: all 250ms;
	opacity: 0;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items ul li a {
		font-size: 14px;
	}
}

.c-facts .c-facts__nav .c-facts__items ul li a i {
	color: #fff;
	margin-right: 25px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items ul li a i {
		margin-right: 30px;
	}
}

.c-facts .c-facts__nav .c-facts__items ul li a i svg {
	width: 23px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items ul li a i svg {
		width: 30px;
	}
}

.c-facts .c-facts__nav .c-facts__items ul li a i svg .cls-1 {
	fill: #fff;
	transition: all 250ms;
}

.c-facts .c-facts__nav .c-facts__items ul li a:hover {
	text-decoration: none;
}

.c-facts .c-facts__nav .c-facts__items ul li a:hover i svg .cls-1 {
	fill: #E43D30;
}

.c-facts .c-facts__nav .c-facts__items ul li a.enabled {
	opacity: 1;
}

.c-facts .c-facts__nav .c-facts__items ul li.active a {
	font-weight: 800;
}

.c-facts .c-facts__nav .c-facts__items ul li.active a i svg .cls-1 {
	fill: #E43D30;
}

.c-facts .c-facts__nav .c-facts__items:before {
	background: #fff;
	content: '';
	position: absolute;
	top: 0px;
	left: -1px;
	height: 100%;
	width: 1px;
	transition: all 2s;
	max-height: 0px;
}

.c-facts .c-facts__nav .c-facts__items.ready:before {
	max-height: 100%;
}

.c-facts .c-facts__nav .c-facts__items.ready:after {
	opacity: 1;
}

.c-facts .c-facts__nav .c-facts__items:after {
	background: #e33d30;
	content: '';
	height: 20px;
	position: absolute;
	left: -3px;
	top: 0px;
	width: 6px;
	z-index: 10;
	opacity: 0;
	transition: all 250ms;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items:after {
		height: 40px;
	}
}

.c-facts .c-facts__nav .c-facts__items.item-1:after {
	top: 10px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items.item-1:after {
		top: 5px;
	}
}

.c-facts .c-facts__nav .c-facts__items.item-2:after {
	top: 60px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items.item-2:after {
		top: 60px;
	}
}

.c-facts .c-facts__nav .c-facts__items.item-3:after {
	top: 115px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items.item-3:after {
		top: 110px;
	}
}

.c-facts .c-facts__nav .c-facts__items.item-4:after {
	top: 165px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items.item-4:after {
		top: 160px;
	}
}

.c-facts .c-facts__nav .c-facts__items.item-5:after {
	top: 225px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items.item-5:after {
		top: 210px;
	}
}

.c-facts .c-facts__nav .c-facts__items.item-6:after {
	top: 275px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items.item-6:after {
		top: 270px;
	}
}

.c-facts .c-facts__nav .c-facts__items.item-7:after {
	top: 328px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__nav .c-facts__items.item-7:after {
		top: 320px;
	}
}

.c-facts .c-facts__nav .btn-orange {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
	background: #e43d30;
	border-radius: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 320px;
}

.c-facts .c-facts__nav .btn-orange:hover {
	text-decoration: none;
	background: #cc271b;
}

.c-facts .c-facts__data {
	height: 100vh;
	background: #000;
	transition: all 250ms;
	width: 55%;
}

.c-facts .c-facts__data .data-wrapper {
	height: 100%;
	display: none;
}

.c-facts .c-facts__data .map-container {
	background: #F0EDE8;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	height: 50%;
}

.c-facts .c-facts__data .map-container img {
	width: 60%;
}

.c-facts .c-facts__data .image-container {
	height: 50%;
	opacity: 1;
}

.c-facts .c-facts__data .image-container .image-liquid {
	height: 100%;
}

.c-facts .c-facts__data .image-container img {
	width: 100%;
}

.c-facts .c-facts__data .data-container {
	height: 50%;
	background: #F0EDE8;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 50px;
	opacity: 1;
	overflow: hidden;
}

.c-facts .c-facts__data .data-container .center-content {
	max-width: 544px;
}

.c-facts .c-facts__data .data-container .center-content.large {
	max-width: 90%;
}

.c-facts .c-facts__data .data-container .center-content .separator-content {
	margin-bottom: 40px;
	display: block;
}

.c-facts .c-facts__data .data-container .center-content .content-flex {
	display: flex;
	align-items: center;
}

.c-facts .c-facts__data .data-container .center-content .btn-orange {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
	background: #e43d30;
	border-radius: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 200px;
}

.c-facts .c-facts__data .data-container .center-content .btn-orange:hover {
	text-decoration: none;
	background: #cc271b;
}

.c-facts .c-facts__data .data-container .center-content figure {
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}

.c-facts .c-facts__data .data-container .center-content figure img {
	max-width: 544px;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__data .data-container .center-content figure img {
		max-width: 400px;
	}
}

.c-facts .c-facts__data .data-container .center-content h3 {
	color: #e43d30;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media (max-height: 700px) {
	.c-facts .c-facts__data .data-container .center-content h3 {
		margin-bottom: 10px;
	}
}

.c-facts .c-facts__data .data-container .center-content h5 {
	color: #e43d30;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media (max-height: 700px) {
	.c-facts .c-facts__data .data-container .center-content h5 {
		margin-bottom: 10px;
	}
}

.c-facts .c-facts__data .data-container .center-content p {
	font-size: 16px;
	line-height: 17px;
	font-weight: 300;
	color: #51483A;
	text-align: center;
}

@media (max-width: 1500px) {
	.c-facts .c-facts__data .data-container .center-content p {
		font-size: 13px;
		margin-bottom: 10px;
	}
}

.c-facts .c-facts__data .data-container .center-content p span {
	text-decoration: underline;
}

.c-facts .c-facts__data .data-container .center-content p strong {
	font-weight: 700;
}

.c-facts .c-facts__data .data-container .center-content p strong a {
	color: #000;
}

.c-facts .c-facts__data .data-container .center-content ul {
	margin-bottom: 15px;
}

.c-facts .c-facts__data .data-container .center-content ul li {
	text-align: center;
	color: #0d2e40;
	font-size: 14px;
	font-weight: 700;
}

@media (max-height: 700px) {
	.c-facts .c-facts__data .data-container .center-content ul li {
		font-size: 12px;
	}
}

.c-products .c-products__boxes {
	display: flex;
	flex-wrap: wrap;
	padding-top: 140px;
	height: 100vh;
}

@media (max-width: 1500px) {
	.c-products .c-products__boxes {
		padding-top: 120px;
	}
}

.c-products .c-products__info {
	background: url("../img/product-right-bg.jpg") no-repeat #000;
	background-size: 100% 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 51%;
}

.c-products .c-products__info .boxes-content {
	width: 80%;
}

.c-products .c-products__info h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}

.c-products .c-products__info h3 {
	font-size: 18px;
	color: #e43d30;
	font-weight: 400;
	margin-bottom: 30px;
}

.c-products .c-products__info p {
	color: #fff;
	font-size: 14px;
	text-align: justify;
}

.c-products .c-products__info h4 {
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #e43d30;
	font-weight: 400;
	display: inline-block;
	margin-right: 50px;
}

.c-products .c-products__info ul li {
	margin-bottom: 5px;
	color: #fff;
}

.c-products .c-products__info ul li a {
	color: #fff;
	text-transform: uppercase;
}

.c-products .c-products__info ul li a:hover {
	color: #e43d30;
	text-decoration: none;
}

.c-products .c-products__info ul li a.active {
	color: #e43d30;
}

.c-products .c-products__info .title {
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.c-products .c-products__info .btn-download {
	font-size: 13px;
	background: #E43D30;
	height: 35px;
	display: block;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	width: 140px;
}

.c-products .c-products__info .btn-download:hover {
	text-decoration: none;
	background: #cc271b;
}

.c-products .c-products__prod {
	background: #efece7;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
}

.c-products .c-products__prod .products-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.c-products .c-products__prod .products-content .product-item {
	margin-bottom: 30px;
	opacity: 0;
	transition: opacity 250ms;
}

.c-products .c-products__prod .products-content .product-item:last-child {
	margin-bottom: 0px;
}

.c-products .c-products__prod .products-content .product-item img {
	width: 100%;
}

.c-products .c-products__prod .products-content .product-item.pr01 {
	width: 270px;
}

.c-products .c-products__prod .products-content .product-item.pr02 {
	width: 240px;
}

.c-products .c-products__prod .products-content .product-item.pr03 {
	width: 261px;
}

.c-products .c-products__prod .products-content .product-item.pr04 {
	width: 170px;
}

.c-products .c-products__prod .products-content .product-item.active {
	opacity: 1;
}

.c-frozen {
	background: url("../img/frozen-bg2.jpg");
	background-size: 100% 100%;
}

.c-frozen .c-frozen__boxes {
	display: flex;
	flex-wrap: wrap;
}

.c-frozen .c-frozen__content {
	background: rgba(0, 0, 0, 0.6) no-repeat;
	height: 100vh;
	transition: width 250ms;
	width: 45%;
}

.c-frozen .c-frozen__content .c-frozen__wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	padding: 0px 45px;
	margin-bottom: 120px;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__wrapper {
		padding: 0px 100px 0px 50px;
		margin-bottom: 60px;
	}
}

.c-frozen .c-frozen__content .c-frozen__title {
	padding-top: 200px;
	margin-bottom: 50px;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__title {
		padding-top: 155px;
		max-width: 342px;
	}
}

.c-frozen .c-frozen__content .c-frozen__title h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 30px;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__title h1 {
		font-size: 40px;
		line-height: 44px;
	}
}

.c-frozen .c-frozen__content .c-frozen__title span {
	font-size: 34px;
	color: #fff;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__title span {
		font-size: 20px;
	}
}

.c-frozen .c-frozen__content .frozen-more {
	color: #E43D30;
	position: relative;
	font-size: 25px;
	position: absolute;
	bottom: 30px;
	right: 120px;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .frozen-more {
		right: 80px;
		font-size: 18px;
	}
}

.c-frozen .c-frozen__content .frozen-more:hover {
	text-decoration: none;
}

.c-frozen .c-frozen__content .frozen-more:hover:after {
	right: -45px;
}

.c-frozen .c-frozen__content .frozen-more:after {
	background: url("../img/btn-arrow-right.svg") no-repeat;
	content: '';
	height: 61px;
	position: absolute;
	top: -11px;
	right: -35px;
	transition: all 250ms;
	width: 30px;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .frozen-more:after {
		top: -16px;
	}
}

.c-frozen .c-frozen__content .frozen-less {
	position: absolute;
	right: 50px;
	bottom: 0px;
	opacity: 0;
	width: 22px;
}

.c-frozen .c-frozen__content .frozen-less img {
	width: 100%;
}

.c-frozen .c-frozen__content .c-frozen__brand {
	max-width: 300px;
	opacity: 0;
	width: 100%;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__brand {
		max-width: 180px;
	}
}

.c-frozen .c-frozen__content .c-frozen__brand img {
	width: 100%;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__brand img {
		max-width: 200px;
	}
}

.c-frozen .c-frozen__content .c-frozen__info {
	max-width: 450px;
	display: none;
	opacity: 0;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__info {
		max-width: 350px;
	}
}

.c-frozen .c-frozen__content .c-frozen__info h2 {
	font-size: 44px;
	color: #fff;
	text-align: left;
	position: relative;
	padding-right: 50px;
	font-weight: 500;
	margin-bottom: 10px;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__info h2 {
		font-size: 34px;
	}
}

.c-frozen .c-frozen__content .c-frozen__info h2:after {
	background: url("../img/frozen-barco.svg");
	content: '';
	position: absolute;
	top: 0px;
	right: -45px;
	height: 70px;
	width: 80px;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__info h2:after {
		top: 10px;
		height: 51px;
		width: 59px;
		right: 0px;
	}
}

.c-frozen .c-frozen__content .c-frozen__info p {
	color: #ffffff;
	font-size: 17px;
	text-align: justify;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .c-frozen__info p {
		font-size: 13px;
		line-height: 18px;
	}
}

.c-frozen .c-frozen__content .row-data {
	justify-content: space-between;
	align-items: flex-start;
	padding: 0px 50px;
	display: none;
}

.c-frozen .c-frozen__content .row-data .data-box {
	width: 30%;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .row-data .data-box {
		max-width: 342px;
		width: 100%;
	}
}

.c-frozen .c-frozen__content .row-data .data-box.active h3:after {
	max-width: 1000px;
}

.c-frozen .c-frozen__content .row-data .data-box h3 {
	color: #fff;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 500;
	position: relative;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .row-data .data-box h3 {
		font-size: 18px;
	}
}

.c-frozen .c-frozen__content .row-data .data-box h3:after {
	background: #fff;
	content: '';
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: -1px;
	max-width: 0px;
	transition: all 2s;
	width: 100%;
}

.c-frozen .c-frozen__content .row-data .data-box figure {
	margin: 0px;
	padding: 0px;
}

.c-frozen .c-frozen__content .row-data .data-box figure img {
	width: 100%;
}

.c-frozen .c-frozen__content .row-data .data-box p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	text-align: justify;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content .row-data .data-box p {
		font-size: 12px;
		line-height: 14px;
	}
}

.c-frozen .c-frozen__content .row-data .data-box.two figure {
	margin-bottom: 30px;
}

.c-frozen .c-frozen__content .row-data .data-box.two p {
	height: 57px;
}

.c-frozen .c-frozen__content.active-section {
	width: 100%;
}

.c-frozen .c-frozen__content.active-section .c-frozen__wrapper {
	justify-content: space-between;
	flex-direction: row;
	padding: 200px 95px 0px 45px;
	margin-bottom: 80px;
	align-items: flex-start;
}

@media (max-width: 1500px) {
	.c-frozen .c-frozen__content.active-section .c-frozen__wrapper {
		padding: 155px 50px 0px;
		margin-bottom: 80px;
	}
}

@media (max-height: 650px) {
	.c-frozen .c-frozen__content.active-section .c-frozen__wrapper {
		margin-bottom: 0px;
	}
}

.c-frozen .c-frozen__content.active-section .c-frozen__info {
	display: block;
	opacity: 1;
}

.c-frozen .c-frozen__content.active-section .c-frozen__title {
	padding-top: 0px;
}

.c-frozen .c-frozen__content.active-section .c-frozen__brand {
	position: relative;
	left: -30px;
}

.c-frozen .c-frozen__content.active-section .frozen-more {
	display: none !important;
}

.c-frozen .c-frozen__content.active-section .row-data {
	display: flex;
}

.c-sustainable .c-sustainable__boxes {
	display: flex;
	flex-wrap: wrap;
	padding-top: 150px;
	height: 100vh;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__boxes {
		padding-top: 120px;
	}
}

.c-sustainable .c-sustainable__content {
	background: rgba(0, 0, 0, 0.6) no-repeat;
	height: 100%;
	display: flex;
	transition: width 250ms;
	width: 100%;
}

.c-sustainable .c-sustainable__content .data-graph {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 45%;
}

.c-sustainable .c-sustainable__content .data-graph .graph-content {
	max-width: 420px;
}

.c-sustainable .c-sustainable__content .data-graph h1 {
	font-size: 40px;
	color: #1d465b;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 46px;
}

.c-sustainable .c-sustainable__content .data-graph h3 {
	font-weight: 700;
	font-size: 14px;
	color: #51483a;
	margin-bottom: 10px;
}

.c-sustainable .c-sustainable__content .data-graph .subtitle {
	font-size: 12px;
	color: #51483a;
	line-height: 18px;
}

.c-sustainable .c-sustainable__content .data-graph small {
	display: block;
	font-size: 12px;
	color: #51483a;
	margin-bottom: 30px;
	border-top: 1px solid #51483a;
	padding-top: 8px;
}

.c-sustainable .c-sustainable__content .data-graph .graph-item {
	max-width: 430px;
	margin: 0px auto 20px;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-graph .graph-item {
		margin: 0px auto 10px;
	}
}

.c-sustainable .c-sustainable__content .data-graph .graph-item:last-child {
	margin-bottom: 0px;
}

.c-sustainable .c-sustainable__content .data-graph .graph-item .graph-title {
	display: flex;
	flex-direction: row;
	margin-bottom: 7px;
	width: 100%;
}

.c-sustainable .c-sustainable__content .data-graph .graph-item .graph-title span {
	position: relative;
	width: 100%;
}

.c-sustainable .c-sustainable__content .data-graph .graph-item .graph-title span:after {
	background: #BDC7D7;
	content: '';
	height: 1px;
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
}

.c-sustainable .c-sustainable__content .data-graph .graph-item .graph-title p {
	color: #51483a;
	margin-bottom: 0px;
	white-space: nowrap;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-graph .graph-item .graph-title p:nth-of-type(1) {
		font-size: 10px;
	}
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-graph .graph-item .graph-title p {
		font-size: 11px;
	}
}

.c-sustainable .c-sustainable__content .data-graph .graph-item .loeader {
	display: flex;
}

.c-sustainable .c-sustainable__content .data-graph .graph-item .loeader .data-white {
	height: 14px;
	background: #1d465b;
	width: 7%;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-graph .graph-item .loeader .data-white {
		height: 9px;
	}
}

.c-sustainable .c-sustainable__content .data-graph .graph-item .loeader .data-red {
	height: 14px;
	background: #e43d30;
	width: 1%;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-graph .graph-item .loeader .data-red {
		height: 9px;
	}
}

.c-sustainable .c-sustainable__content .scrolldown {
	position: absolute;
	left: 47%;
	transform: translateX(-50%);
	bottom: 20px;
}

.c-sustainable .c-sustainable__content .scrolldown span {
	height: 76px;
	background: #1d465b;
	display: block;
	width: 1px;
	position: relative;
}

.c-sustainable .c-sustainable__content .scrolldown span:after {
	background: #1d465b;
	content: '';
	position: absolute;
	top: 0px;
	left: -2px;
	height: 30px;
	width: 5px;
	animation: scroll-mouse 2s;
	animation-iteration-count: infinite;
}

.c-sustainable .c-sustainable__content .data-info {
	background: #efece7;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55%;
}

.c-sustainable .c-sustainable__content .data-info .info-content {
	width: 85%;
}

.c-sustainable .c-sustainable__content .data-info .box-info {
	padding-left: 120px;
	position: relative;
	margin-bottom: 80px;
}

.c-sustainable .c-sustainable__content .data-info .box-info:last-child {
	margin-bottom: 0px;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-info .box-info {
		margin-bottom: 60px;
	}
}

.c-sustainable .c-sustainable__content .data-info .box-info figure {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	position: absolute;
	left: 0px;
	text-align: right;
	top: 0px;
	width: 70px;
	opacity: 0;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-info .box-info figure {
		text-align: center;
	}
}

.c-sustainable .c-sustainable__content .data-info .box-info figure.active {
	opacity: 1;
}

.c-sustainable .c-sustainable__content .data-info .box-info figure img {
	width: 47px;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-info .box-info figure img {
		width: 30px;
	}
}

.c-sustainable .c-sustainable__content .data-info .box-info figure img.fastgrowth {
	width: 55px;
}

.c-sustainable .c-sustainable__content .data-info .box-info figure img.sealice {
	width: 35px;
}

.c-sustainable .c-sustainable__content .data-info .box-info figure img.icon02 {
	width: 55px;
}

.c-sustainable .c-sustainable__content .data-info .box-info h2 {
	font-size: 24px;
	color: #1d465b;
	margin-bottom: 10px;
	opacity: 0;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-info .box-info h2 {
		font-size: 16px;
	}
}

.c-sustainable .c-sustainable__content .data-info .box-info h2.active {
	opacity: 1;
}

.c-sustainable .c-sustainable__content .data-info .box-info p {
	color: #1d465b;
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__content .data-info .box-info p {
		font-size: 13px;
		line-height: 16px;
	}
}

.c-sustainable .c-sustainable__content .data-info .box-info p.active {
	opacity: 1;
}

.c-sustainable .c-sustainable__section {
	height: 100vh;
	width: 100%;
}

.c-sustainable .c-sustainable__section .sustainale-top {
	position: relative;
}

.c-sustainable .c-sustainable__section .sustainale-top h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	font-weight: 400;
	text-align: right;
	font-size: 60px;
	color: #fff;
}

@media (max-width: 1500px) {
	.c-sustainable .c-sustainable__section .sustainale-top h3 {
		font-size: 45px;
	}
}

.c-sustainable .c-sustainable__section .sustainale-top figure {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.c-sustainable .c-sustainable__section .sustainale-top img {
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	min-width: 1400px;
}

.c-sustainable .c-sustainable__section .sustainable-timeline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50%;
	padding: 0px 50px;
	position: relative;
}

.c-sustainable .c-sustainable__section .sustainable-timeline .line-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 25%;
	z-index: 10;
	opacity: 0;
}

.c-sustainable .c-sustainable__section .sustainable-timeline .line-item.active {
	opacity: 1;
}

.c-sustainable .c-sustainable__section .sustainable-timeline .line-item figure {
	margin: 0px 0px 120px;
	padding: 0px;
	height: 70px;
	display: flex;
	align-items: flex-end;
}

.c-sustainable .c-sustainable__section .sustainable-timeline .line-item figure svg path {
	fill: #fff;
}

.c-sustainable .c-sustainable__section .sustainable-timeline .line-item p {
	color: #fff;
	text-align: center;
	max-width: 221px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
	min-height: 72px;
}

.c-sustainable .c-sustainable__section .sustainable-timeline .line-item p strong {
	display: block;
}

.c-sustainable .c-sustainable__section .sustainable-timeline .line-item p span {
	text-transform: uppercase;
}

.c-sustainable .c-sustainable__section .sustainable-timeline .line-item:after {
	background: url("../img/nav-icon.svg");
	content: '';
	background-size: 21px 37px;
	height: 37px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: 21px;
}

.c-sustainable .c-sustainable__section .sustainable-timeline:after {
	background: #fff;
	content: '';
	height: 1px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 95%;
	transition: all 1s;
	max-width: 0;
	z-index: 5;
}

.c-sustainable .c-sustainable__section .sustainable-timeline.active:after {
	max-width: 2000px;
}

.c-healthy {
	background-size: 100% 100%;
}

.c-healthy .c-healthy__boxes {
	background: url("../img/healthy-bg02.jpg");
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
}

.c-healthy .c-healthy__content {
	background: rgba(0, 0, 0, 0.3) no-repeat;
	height: 100vh;
	display: flex;
	transition: width 250ms;
	width: 100%;
}

.c-healthy .c-healthy__content .c-healthy__title {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	padding-left: 70px;
	align-items: center;
	width: 45%;
}

.c-healthy .c-healthy__content .c-healthy__title h1 {
	font-size: 70px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
	opacity: 1;
}

@media (max-width: 1500px) {
	.c-healthy .c-healthy__content .c-healthy__title h1 {
		font-size: 40px;
		line-height: 44px;
	}
}

.c-healthy .c-healthy__content .c-healthy__title p {
	font-size: 35px;
	letter-spacing: 2px;
	margin-bottom: 80px;
	opacity: 1;
	color: #fff;
}

@media (max-width: 1500px) {
	.c-healthy .c-healthy__content .c-healthy__title p {
		font-size: 23px;
		margin-bottom: 60px;
	}
}

.c-healthy .c-healthy__content .c-healthy__title p strong {
	font-weight: 700;
}

.c-healthy .c-healthy__content .c-healthy__title ul {
	margin-bottom: 40px;
}

.c-healthy .c-healthy__content .c-healthy__title ul li {
	color: #fff;
	font-size: 28px;
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px;
	font-weight: 700;
	opacity: 1;
}

@media (max-width: 1500px) {
	.c-healthy .c-healthy__content .c-healthy__title ul li {
		font-size: 20px;
	}
}

.c-healthy .c-healthy__content .c-healthy__title ul li:after {
	background: url("../img/icon-check.svg");
	content: '';
	height: 33px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 33px;
	transition: opacity 2.5s;
	opacity: 0;
}

.c-healthy .c-healthy__content .c-healthy__title ul li.active:after {
	opacity: 1;
	animation: bounce;
	animation-duration: 2s;
}

.c-healthy .c-healthy__content .scrolldown {
	position: absolute;
	left: 47%;
	transform: translateX(-50%);
	bottom: 20px;
}

.c-healthy .c-healthy__content .scrolldown span {
	height: 76px;
	background: #fff;
	display: block;
	width: 1px;
	position: relative;
}

.c-healthy .c-healthy__content .scrolldown span:after {
	background: #fff;
	content: '';
	position: absolute;
	top: 0px;
	left: -2px;
	height: 30px;
	width: 5px;
	animation: scroll-mouse 2s;
	animation-iteration-count: infinite;
}

.c-healthy .c-healthy__content .c-healthy__info {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55%;
}

.c-healthy .c-healthy__content .c-healthy__info .info-content {
	padding-top: 150px;
	width: 70%;
}

@media (max-width: 1500px) {
	.c-healthy .c-healthy__content .c-healthy__info .info-content {
		padding-top: 100px;
	}
}

.c-healthy .c-healthy__content .c-healthy__info .info-content p {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: justify;
}

.c-healthy .c-healthy__content .c-healthy__info .info-content p:nth-of-type(3) {
	margin-bottom: 90px;
}

@media (max-width: 1500px) {
	.c-healthy .c-healthy__content .c-healthy__info .info-content p:nth-of-type(3) {
		margin-bottom: 50px;
	}
}

@media (max-width: 1500px) {
	.c-healthy .c-healthy__content .c-healthy__info .info-content p {
		font-size: 16px;
		line-height: 20px;
	}
}

.c-healthy .c-healthy__content .c-healthy__info a {
	font-size: 20px;
	background: #E43D30;
	height: 40px;
	display: block;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 40px;
	width: 180px;
	opacity: 1;
}

@media (max-width: 1500px) {
	.c-healthy .c-healthy__content .c-healthy__info a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		width: 180px;
	}
}

.c-healthy .c-healthy__content .c-healthy__info a:hover {
	text-decoration: none;
	background: #cc271b;
}

.c-healthy .c-healthy__section {
	height: 100vh;
	display: flex;
	width: 100%;
}

.c-healthy .c-healthy__section .section-info {
	background: #efece7;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53%;
}

.c-healthy .c-healthy__section .section-info .info-content {
	width: 80%;
}

@media (max-width: 1500px) {
	.c-healthy .c-healthy__section .section-info .info-content {
		width: 70%;
	}
}

.c-healthy .c-healthy__section .section-info .info-content h2 {
	font-size: 26px;
	color: #e43d30;
	font-weight: 300;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.c-healthy .c-healthy__section .section-info .info-content h2 svg {
	margin-right: 15px;
	width: 60px;
	opacity: 0;
}

.c-healthy .c-healthy__section .section-info .info-content h2 svg path {
	fill: #e43d30;
}

.c-healthy .c-healthy__section .section-info .info-content h2.active svg {
	opacity: 1;
	animation: heartBeat;
	animation-duration: 2s;
}

.c-healthy .c-healthy__section .section-info .info-content p {
	color: #1d465b;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 20px;
}

.c-healthy .c-healthy__section .section-info .info-content .info-player {
	margin-top: 50px;
	position: relative;
}

.c-healthy .c-healthy__section .section-info .info-content .info-player .iframe-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 85px;
	width: 85px;
}

.c-healthy .c-healthy__section .section-info .info-content .info-player .player-iframe img {
	width: 100%;
}

.c-healthy .c-healthy__section .section-info .info-content .info-player video {
	background: #000;
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	display: none;
}

.c-healthy .c-healthy__section .section-image {
	background: #efece7;
	height: 100%;
	width: 47%;
}

.c-healthy .c-healthy__section .section-image .imageContainer {
	height: 100vh;
}

.c-healthy .c-healthy__section .section-image .imageContainer img {
	width: 100%;
}

.c-recetas {
	padding-top: 140px;
}

@media (max-width: 1500px) {
	.c-recetas {
		padding-top: 110px;
	}
}

.c-recetas .c-recetas__boxes {
	display: flex;
	flex-wrap: wrap;
	background: #F0EDE8;
	padding: 0px 20px;
	height: 100%;
}

.c-recetas .c-recetas__boxes .c-recetas__items {
	padding-top: 30px;
	width: 50%;
}

@media (max-width: 992px) {
	.c-recetas .c-recetas__boxes .c-recetas__items {
		width: 100%;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item {
	padding: 7px;
	float: left;
	width: 50%;
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item a {
	display: block;
	position: relative;
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item a p {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 19px;
	opacity: 0;
	z-index: 10;
	width: 100%;
	padding: 0px 10px;
	text-align: center;
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item a:hover p {
	opacity: 1;
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item a:hover:after {
	opacity: 1;
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item a:after {
	background: rgba(0, 0, 0, 0.7);
	content: '';
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all 400ms;
	width: 100%;
	z-index: 5;
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item.active a p {
	opacity: 1;
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item.active a:after {
	opacity: 1;
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item figure {
	margin: 0px;
	padding: 0px;
}

.c-recetas .c-recetas__boxes .c-recetas__items .c-recetas__item figure img {
	width: 100%;
}

.c-recetas .c-recetas__boxes .c-recetas__info {
	display: none;
	padding: 30px 50px 0px;
	width: 50%;
}

@media (max-width: 992px) {
	.c-recetas .c-recetas__boxes .c-recetas__info {
		padding: 30px 20px 0px;
		width: 100%;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__info.enabled {
	display: block;
}

.c-recetas .c-recetas__boxes .c-recetas__info h2 {
	font-size: 46px;
	color: #E43D30;
	padding-bottom: 10px;
	border-bottom: 1px solid #E43D30;
	font-weight: 300;
	margin-bottom: 40px;
}

@media (max-width: 1500px) {
	.c-recetas .c-recetas__boxes .c-recetas__info h2 {
		font-size: 36px;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__info .c-receta__level {
	display: flex;
	border-bottom: 1px solid #E43D30;
	border-top: 1px solid #E43D30;
	padding: 20px 0px;
	margin-bottom: 50px;
}

@media (max-width: 1500px) {
	.c-recetas .c-recetas__boxes .c-recetas__info .c-receta__level {
		padding: 10px 0px;
		margin-bottom: 35px;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__info .c-receta__level .c-receta__level-box {
	border-right: 1px solid #E43D30;
	display: flex;
	align-items: start;
	padding-right: 40px;
	margin-right: 40px;
	justify-content: center;
	flex-direction: column;
}

.c-recetas .c-recetas__boxes .c-recetas__info .c-receta__level .c-receta__level-box:last-child {
	border-right: none;
}

.c-recetas .c-recetas__boxes .c-recetas__info .c-receta__level .c-receta__level-box p {
	color: #E43D30;
	margin: 0px;
	font-size: 16px;
}

@media (max-width: 1500px) {
	.c-recetas .c-recetas__boxes .c-recetas__info .c-receta__level .c-receta__level-box p {
		font-size: 12px;
		line-height: 18px;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__body {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1500px) {
	.c-recetas .c-recetas__boxes .c-recetas__body {
		padding-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.c-recetas .c-recetas__boxes .c-recetas__body {
		flex-direction: column;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-ingredientes {
	border-right: 1px solid #E43D30;
	width: 35%;
}

@media (max-width: 992px) {
	.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-ingredientes {
		border-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-ingredientes h3 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 19px;
	text-transform: uppercase;
}

@media (max-width: 1500px) {
	.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-ingredientes h3 {
		font-size: 11px;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-ingredientes ul {
	padding-right: 20px;
}

.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-ingredientes ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1500px) {
	.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-ingredientes ul li {
		font-size: 11px;
		line-height: 16px;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-receta {
	padding-left: 40px;
	width: 65%;
}

@media (max-width: 992px) {
	.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-receta {
		padding-left: 0px;
		width: 100%;
	}
}

.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-receta h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-receta p {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

@media (max-width: 1500px) {
	.c-recetas .c-recetas__boxes .c-recetas__body .c-recetas__body-receta p {
		font-size: 11px;
		line-height: 16px;
	}
}

.c-location {
	height: 100vh;
}

@media (max-height: 700px) {
	.c-location {
		height: auto;
	}
}

.c-location .c-location__content {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.c-location .c-location__content .c-location__info {
	background: #0d2a3c;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 140px;
	padding-left: 140px;
	height: 100vh;
	width: 50%;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info {
		padding-left: 80px;
	}
}

@media (max-height: 700px) {
	.c-location .c-location__content .c-location__info {
		height: auto;
		padding-bottom: 50px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address {
	display: flex;
	align-items: flex-end;
}

.c-location .c-location__content .c-location__info .c-location__address figure {
	margin: 0px;
	padding: 0px;
	min-width: 100px;
	margin-right: 60px;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address figure {
		margin-right: 30px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address figure.map, .c-location .c-location__content .c-location__info .c-location__address figure.mini-map {
	opacity: 0;
	transition: all 700ms;
}

.c-location .c-location__content .c-location__info .c-location__address figure img {
	display: none;
	width: 120px;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address figure img {
		width: 90px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address figure.map01 .map1 {
	display: block;
}

.c-location .c-location__content .c-location__info .c-location__address figure.map02 .map2 {
	display: block;
}

.c-location .c-location__content .c-location__info .c-location__address figure.map03 .map3 {
	display: block;
}

.c-location .c-location__content .c-location__info .c-location__address figure.map04 .map4 {
	display: block;
}

.c-location .c-location__content .c-location__info .c-location__address figure.mini-map img {
	display: block;
}

.c-location .c-location__content .c-location__info .c-location__address figure.enabled {
	opacity: 1;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations {
	margin-right: 60px;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address .address-locations {
		margin-right: 30px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul {
	padding-left: 30px;
	position: relative;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address .address-locations ul {
		padding-left: 15px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul li {
	margin-bottom: 62px;
	opacity: 0;
	transition: all 1s;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address .address-locations ul li {
		margin-bottom: 40px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul li a {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address .address-locations ul li a {
		font-size: 16px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul li a span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	max-height: 0px;
	overflow: hidden;
	transition: all 250ms;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul li a:hover {
	color: #e43d30;
	text-decoration: none;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul li a:hover span {
	color: #fff !important;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul li.active a {
	color: #e43d30;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul li.active a span {
	max-height: 200px;
	color: #fff;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul:after {
	background: #0d2a3c;
	content: '';
	border: 1px solid #e43d30;
	height: 15px;
	position: absolute;
	top: 10%;
	transition: all 250ms;
	left: -8px;
	border-radius: 50%;
	width: 15px;
	opacity: 0;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul:before {
	background: #fff;
	content: '';
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0px;
	max-height: 0px;
	transition: all 2s;
	width: 1px;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul.ac01:after {
	top: 10%;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul.ac02:after {
	top: 32%;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul.ac03:after {
	top: 63%;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul.ac04:after {
	top: 92%;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul.enabled li {
	opacity: 1;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul.enabled:before {
	max-height: 1000px;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations ul.enabled:after {
	opacity: 1;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations figure {
	margin: 0px;
	padding: 0px;
}

.c-location .c-location__content .c-location__info .c-location__address .address-locations figure img {
	max-width: 200px;
	width: 100%;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address .address-locations figure img {
		max-width: 180px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address .address-sublocation {
	opacity: 0;
	display: none;
}

.c-location .c-location__content .c-location__info .c-location__address .address-sublocation ul {
	border-left: 1px solid #fff;
	padding-left: 20px;
}

.c-location .c-location__content .c-location__info .c-location__address .address-sublocation ul li {
	margin-bottom: 23px;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address .address-sublocation ul li {
		margin-bottom: 18px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address .address-sublocation ul li:last-child {
	margin-bottom: 0px;
}

.c-location .c-location__content .c-location__info .c-location__address .address-sublocation ul li a {
	color: #fff;
	font-size: 20px;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address .address-sublocation ul li a {
		font-size: 16px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address .address-sublocation ul li a:hover {
	color: #e43d30;
	text-decoration: none;
}

.c-location .c-location__content .c-location__info .c-location__address .address-sublocation.enabled {
	opacity: 1;
	display: block;
}

.c-location .c-location__content .c-location__info .c-location__address .address-sub02 {
	opacity: 0;
	display: none;
	position: relative;
	top: -180px;
}

.c-location .c-location__content .c-location__info .c-location__address .address-sub02 ul {
	border-left: 1px solid #fff;
	padding-left: 20px;
}

.c-location .c-location__content .c-location__info .c-location__address .address-sub02 ul li {
	margin-bottom: 23px;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address .address-sub02 ul li {
		margin-bottom: 18px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address .address-sub02 ul li:last-child {
	margin-bottom: 0px;
}

.c-location .c-location__content .c-location__info .c-location__address .address-sub02 ul li a {
	color: #fff;
	font-size: 20px;
}

@media (max-width: 1500px) {
	.c-location .c-location__content .c-location__info .c-location__address .address-sub02 ul li a {
		font-size: 16px;
	}
}

.c-location .c-location__content .c-location__info .c-location__address .address-sub02 ul li a:hover {
	color: #e43d30;
	text-decoration: none;
}

.c-location .c-location__content .c-location__info .c-location__address .address-sub02.enabled {
	opacity: 1;
	display: block;
}

.c-location .c-location__content .c-location__image {
	background: url("../img/location-image01.jpg");
	background-size: cover;
	width: 50%;
	height: 100vh;
	position: relative;
	opacity: 0;
	transition: all 1s;
}

@media (max-height: 700px) {
	.c-location .c-location__content .c-location__image {
		height: auto;
	}
}

.c-location .c-location__content .c-location__image.enabled {
	opacity: 1;
}

.c-location .c-location__content .c-location__image.bg01 {
	background: url("../img/location-image01.jpg");
	background-size: cover;
}

.c-location .c-location__content .c-location__image.bg02 {
	background: url("../img/location-sec02.jpg");
	background-size: cover;
}

.c-location .c-location__content .c-location__image.bg03 {
	background: url("../img/location-sec03.jpg");
	background-size: cover;
}

.c-location .c-location__content .c-location__image.bg04 {
	background: url("../img/location-sec04.jpg");
	background-size: cover;
}

.c-location .c-location__content .c-location__image .image-rep {
	height: 100%;
	width: 100%;
}

.c-location .c-location__content .c-location__image .copy {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	z-index: 200;
}

.c-location .c-location__section {
	height: 100vh;
	display: none;
	padding: 70px 50px;
	background: #efece7;
}

.c-location .c-location__section .section-content {
	display: none;
	margin-bottom: 50px;
}

@media (max-width: 1500px) {
	.c-location .c-location__section .section-content {
		margin-bottom: 40px;
	}
}

.c-location .c-location__section .section-content .section-image {
	padding-right: 50px;
	width: 50%;
}

.c-location .c-location__section .section-content .section-image img {
	width: 100%;
}

.c-location .c-location__section .section-content .section-info {
	padding-left: 50px;
	width: 50%;
}

.c-location .c-location__section .section-content .section-info h3 {
	font-size: 50px;
	color: #e43d30;
	font-weight: 400;
	border-bottom: 1px solid #0e2d40;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

@media (max-width: 1500px) {
	.c-location .c-location__section .section-content .section-info h3 {
		font-size: 36px;
		margin-bottom: 30px;
	}
}

.c-location .c-location__section .section-content .section-info h3 small {
	color: #0e2d40;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width: 1500px) {
	.c-location .c-location__section .section-content .section-info h3 small {
		font-size: 16px;
	}
}

.c-location .c-location__section .section-content .section-info ul {
	border-bottom: 1px solid #0e2d40;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

@media (max-width: 1500px) {
	.c-location .c-location__section .section-content .section-info ul {
		padding-bottom: 30px;
	}
}

.c-location .c-location__section .section-content .section-info ul li {
	font-size: 22px;
	margin-bottom: 5px;
	color: #0E2D40;
}

@media (max-width: 1500px) {
	.c-location .c-location__section .section-content .section-info ul li {
		font-size: 16px;
	}
}

.c-location .c-location__section .section-content .section-info ul li strong {
	font-weight: 700;
}

.c-location .c-location__section .section-content .section-info .info-data {
	margin-bottom: 70px;
}

@media (max-width: 1500px) {
	.c-location .c-location__section .section-content .section-info .info-data {
		margin-bottom: 30px;
	}
}

.c-location .c-location__section .section-content .section-info .info-data .cert-item {
	display: flex;
	align-items: center;
}

.c-location .c-location__section .section-content .section-info .info-data .cert-item span {
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	text-align: center;
	line-height: 30px;
	width: 30px;
}

.c-location .c-location__section .section-content .section-info .info-data .cert-item span img.lg {
	width: 30px;
}

.c-location .c-location__section .section-content .section-info .info-data .cert-item span img.sm {
	width: 21px;
}

.c-location .c-location__section .section-content .section-info .info-data .cert-item span img.xs {
	width: 18px;
}

.c-location .c-location__section .section-content .section-info .info-data .cert-item p {
	margin-bottom: 0px;
	font-size: 16px;
}

.c-location .c-location__section .section-content .section-info .info-brands {
	width: 200px;
}

.c-location .c-location__section .section-content .section-info .info-brands.sm img {
	max-width: 85px;
}

.c-location .c-location__section .section-content.active {
	display: flex;
}

.c-location .c-location__section .section-zonas {
	border-top: 1px solid #0e2d40;
	padding-top: 30px;
}

.c-location .c-location__section .section-zonas ul li {
	display: inline-block;
	font-size: 16px;
	color: #0e2d40;
	font-weight: 400;
	padding: 0px 10px;
	position: relative;
}

.c-location .c-location__section .section-zonas ul li a {
	color: #0e2d40;
}

.c-location .c-location__section .section-zonas ul li a:hover {
	color: #e43d30;
	text-decoration: none;
}

.c-location .c-location__section .section-zonas ul li:first-child {
	padding: 0px 10px 0px 0px;
}

.c-location .c-location__section .section-zonas ul li:last-child:after {
	display: none;
}

.c-location .c-location__section .section-zonas ul li.active {
	color: #e43d30;
	font-weight: 700;
}

.c-location .c-location__section .section-zonas ul li.active a {
	color: #e43d30;
	font-weight: 700;
}

.c-location .c-location__section .section-zonas ul li:after {
	color: #0e2d40;
	content: '/';
	position: absolute;
	font-weight: 400;
	right: -5px;
	top: 0px;
}

.c-contact .c-contact__wrapper {
	background: url("../img/form-image02.jpg") no-repeat -20px;
	background-size: 110% 110%;
	height: 100vh;
	padding: 220px 50px 0px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1500px) {
	.c-contact .c-contact__wrapper {
		padding: 140px 80px 0px;
	}
}

@media (max-width: 1300px) {
	.c-contact .c-contact__wrapper {
		padding: 150px 80px 0px;
	}
}

@media (max-height: 600px) {
	.c-contact .c-contact__wrapper {
		padding: 130px 80px 0px;
	}
}

.c-contact .c-contact__wrapper .c-contact__form {
	display: flex;
	padding-right: 120px;
	width: 100%;
	flex-wrap: wrap;
}

@media (max-width: 1500px) {
	.c-contact .c-contact__wrapper .c-contact__form {
		padding-right: 70px;
	}
}

@media (max-width: 1300px) {
	.c-contact .c-contact__wrapper .c-contact__form {
		padding-right: 30px;
	}
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info {
	width: 50%;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .btn-back {
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	transition: all 250ms;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .btn-back:hover {
	text-decoration: none;
	color: #E43D30;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .btn-back:hover svg path {
	fill: #E43D30;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .btn-back svg {
	width: 20px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .btn-back svg path {
	fill: #fff;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info h1 {
	margin-bottom: 80px;
}

@media (max-height: 700px) {
	.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info h1 {
		margin-bottom: 40px;
	}
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .c-contact__form-boxes .c-contact__form-box {
	margin-bottom: 50px;
}

@media (max-height: 700px) {
	.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .c-contact__form-boxes .c-contact__form-box {
		margin-bottom: 20px;
	}
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .c-contact__form-boxes .c-contact__form-box:last-child {
	margin-bottom: 0px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .c-contact__form-boxes .c-contact__form-box h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-info .c-contact__form-boxes .c-contact__form-box p {
	color: #fff;
	margin-bottom: 0px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content {
	text-align: center;
	width: 50%;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content figure {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 80px;
}

@media (max-height: 700px) {
	.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content figure {
		margin-bottom: 30px;
	}
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content figure img {
	max-width: 100%;
	max-width: 260px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .inputs {
	width: 100%;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input {
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.2);
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input input {
	background: none;
	border: none;
	height: 45px;
	width: 100%;
	text-align: center;
	color: #fff;
	outline: none;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input input::-webkit-input-placeholder {
	font-size: 20px;
	color: #fff;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input input::-moz-placeholder {
	font-size: 20px;
	color: #fff;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input input:-ms-input-placeholder {
	font-size: 20px;
	color: #fff;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input input:-moz-placeholder {
	font-size: 20px;
	color: #fff;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input.select {
	padding: 0px 20px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input select {
	background: none;
	border: none;
	height: 45px;
	width: 100%;
	outline: none;
	text-align: center;
	color: #fff;
	padding: 0px 30px;
	text-transform: uppercase;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input textarea {
	height: 150px;
	width: 100%;
	padding: 15px;
	background: none;
	resize: none;
	border: none;
	outline: none;
	text-align: center;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 20px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input textarea::-moz-placeholder {
	color: #fff;
	font-size: 20px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input textarea:-ms-input-placeholder {
	color: #fff;
	font-size: 20px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form .input textarea:-moz-placeholder {
	color: #fff;
	font-size: 20px;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form button {
	background: #E43D30;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	width: 100%;
	border: none;
	font-weight: 700;
	transition: all 250ms;
	cursor: pointer;
}

.c-contact .c-contact__wrapper .c-contact__form .c-contact__form-content form button:hover {
	background: #cc271b;
}

.c-contact .c-contact__wrapper .c-contact__form h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 40px;
}

@media (max-width: 1500px) {
	.c-contact .c-contact__wrapper .c-contact__form h1 {
		font-size: 38px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1300px) {
	.c-contact .c-contact__wrapper .c-contact__form h1 {
		font-size: 34px;
	}
}

.c-contact .c-contact__wrapper .c-contact__form h3 {
	color: #E43D30;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 40px;
}

@media (max-width: 1500px) {
	.c-contact .c-contact__wrapper .c-contact__form h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.c-contact .c-contact__wrapper .c-contact__form p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
	color: #fff;
}

@media (max-width: 1500px) {
	.c-contact .c-contact__wrapper .c-contact__form p {
		font-size: 13px;
		margin-bottom: 20px;
		line-height: 20px;
	}
}

.c-contact .c-contact__wrapper .c-contact__form p em {
	text-decoration: underline;
	font-style: initial;
}

.c-contact .c-contact__wrapper.success {
	justify-content: center;
	padding: 0px 20px;
	align-items: center;
}

.page-id-26 .c-main__context {
	background: #000;
}

.page-id-26 .c-main {
	background: #F0EDE8;
}

@keyframes scroll-mouse {
	from {
		margin-top: 0;
	}
	to {
		margin-top: 46px;
	}
}

.c-baseLayout .c-baseLayout__boxes {
	position: relative;
}

.c-baseLayout .c-baseLayout__main-info {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 90;
	height: 100vh;
	display: flex;
	align-items: flex-start;
	width: 45%;
	background: url("../img/home-pattern.svg") no-repeat rgba(13, 46, 64, 0.9);
	flex-direction: column;
	justify-content: center;
	transition: all 250ms;
	padding: 50px 45px 20px;
	overflow: hidden;
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-info {
		padding: 0px 45px 20px;
	}
}

.c-baseLayout .c-baseLayout__main-info.pt110 {
	padding-top: 110px;
}

.c-baseLayout .c-baseLayout__main-info .move-content {
	min-width: 513px;
}

@media (max-width: 1500px) {
	.c-baseLayout .c-baseLayout__main-info .move-content {
		padding: 100px 40px 0px;
	}
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-info .move-content {
		padding: 50px 40px 0px;
	}
}

.c-baseLayout .c-baseLayout__main-info .move-content.our-location {
	position: relative;
}

.c-baseLayout .c-baseLayout__main-info .move-content.our-location:after {
	background: url("../img/ourlocation-maps.svg") no-repeat;
	content: '';
	position: absolute;
	right: -70px;
	top: 70px;
	height: 457px;
	width: 260px;
}

@media (max-width: 1500px) {
	.c-baseLayout .c-baseLayout__main-info .move-content.our-location:after {
		right: -30px;
	}
}

@media (max-width: 1300px) {
	.c-baseLayout .c-baseLayout__main-info .move-content.our-location:after {
		display: none;
	}
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-info .move-content.our-location:after {
		display: none;
	}
}

.c-baseLayout .c-baseLayout__main-info .btn-back {
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	transition: all 250ms;
}

.c-baseLayout .c-baseLayout__main-info .btn-back:hover {
	text-decoration: none;
	color: #E43D30;
}

.c-baseLayout .c-baseLayout__main-info .btn-back:hover svg path {
	fill: #E43D30;
}

.c-baseLayout .c-baseLayout__main-info .btn-back svg {
	width: 20px;
}

.c-baseLayout .c-baseLayout__main-info .btn-back svg path {
	fill: #fff;
}

.c-baseLayout .c-baseLayout__main-info h1 {
	color: #fff;
	font-weight: 500;
	font-size: 45px;
	max-width: 513px;
	line-height: 54px;
	padding-bottom: 34px;
	margin-bottom: 25px;
	position: relative;
}

@media (max-width: 1500px) {
	.c-baseLayout .c-baseLayout__main-info h1 {
		font-size: 40px;
		line-height: 44px;
		padding-bottom: 34px;
		margin-bottom: 34px;
	}
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-info h1 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

.c-baseLayout .c-baseLayout__main-info h1:after {
	background: #E43D30;
	content: '';
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 350ms;
	width: 0px;
	display: none;
}

.c-baseLayout .c-baseLayout__main-info h1.animate:after {
	width: 103px;
}

.c-baseLayout .c-baseLayout__main-info p {
	color: #fff;
	max-width: 513px;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}

@media (max-width: 1500px) {
	.c-baseLayout .c-baseLayout__main-info p {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-info p {
		font-size: 12px;
		line-height: 20px;
	}
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__items {
	height: 100%;
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__items:before {
	background: #fff;
	content: '';
	position: absolute;
	top: 0px;
	left: -1px;
	height: 100%;
	width: 1px;
	transition: all 2s;
	max-height: 100%;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__items ul li {
	margin-bottom: 35px;
	position: relative;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__items ul li:after {
	background: url(../img/nav-icon.svg);
	content: '';
	background-size: 21px 37px;
	height: 37px;
	position: absolute;
	top: -11px;
	left: -31px;
	width: 21px;
	transition: all 250ms;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__items ul li a {
	color: #fff;
	font-size: 14px;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__items ul li a:hover {
	text-decoration: none;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__donwload-list {
	position: relative;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
	max-height: 300px;
	scrollbar-color: #e43d30 transparent;
	overflow-y: scroll;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__donwload-list:-moz-scrollbar {
	width: 8px;
	height: 8px;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__donwload-list .scroll-content {
	position: relative;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__donwload-list .scroll-content:before {
	background: #fff;
	content: '';
	position: absolute;
	top: 0px;
	left: -20px;
	height: 100%;
	width: 1px;
	transition: all 2s;
	max-height: 100%;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__donwload-list h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__donwload-list span {
	color: #e43d30;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__donwload-list ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__donwload-list ul li a {
	color: #fff;
	font-size: 14px;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__donwload-list ul li a:hover {
	text-decoration: none;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .input {
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.4);
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .input input {
	background: none;
	border: none;
	height: 45px;
	width: 100%;
	text-align: center;
	color: #fff;
	outline: none;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .input input::-webkit-input-placeholder {
	color: #fff;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .input input::-moz-placeholder {
	color: #fff;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .input input:-ms-input-placeholder {
	color: #fff;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .input input:-moz-placeholder {
	color: #fff;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .input.select {
	padding: 0px 20px;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .input select {
	background: none;
	border: none;
	height: 45px;
	width: 100%;
	outline: none;
	text-align: center;
	color: #fff;
	padding: 0px 30px;
	text-transform: uppercase;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .upload {
	position: relative;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .upload p {
	text-decoration: underline;
	color: #E43D30;
	font-weight: 700;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form .upload input {
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form button {
	background: #E43D30;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	width: 100%;
	border: none;
	font-weight: 700;
	transition: all 250ms;
	cursor: pointer;
}

.c-baseLayout .c-baseLayout__main-info .c-baseLayout__form form button:hover {
	background: #cc271b;
}

.c-baseLayout .c-baseLayout__main-info .location-list {
	margin-bottom: 50px;
}

.c-baseLayout .c-baseLayout__main-info .location-list li {
	margin-bottom: 30px;
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-info .location-list li {
		margin-bottom: 15px;
	}
}

.c-baseLayout .c-baseLayout__main-info .location-list li:last-child {
	margin-bottom: 0;
}

.c-baseLayout .c-baseLayout__main-info .location-list li strong {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-info .location-list li strong {
		font-size: 14px;
	}
}

.c-baseLayout .c-baseLayout__main-info .location-list li span {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.c-baseLayout .c-baseLayout__main-info .btn-orange {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
	background: #e43d30;
	border-radius: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 320px;
}

.c-baseLayout .c-baseLayout__main-info .btn-orange:hover {
	text-decoration: none;
	background: #cc271b;
}

.c-baseLayout .c-baseLayout__main-thumb {
	background: #f6f4f2;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55%;
	z-index: 90;
}

.c-baseLayout .c-baseLayout__main-thumb .c-mod-slider {
	height: 100vh;
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-thumb .c-mod-slider .c-mod-items {
	height: 100%;
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-thumb .c-mod-slider .c-mod-items .owl-item {
	height: 100vh;
}

.c-baseLayout .c-baseLayout__main-thumb .c-mod-slider .c-mod-items .owl-dots {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-thumb .c-mod-slider .c-mod-items .owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}

.c-baseLayout .c-baseLayout__main-thumb .c-mod-slider .c-mod-items .owl-dots .owl-dot.active {
	background: #0d2e40;
}

.c-baseLayout .c-baseLayout__main-thumb .image-liquid {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.c-baseLayout .c-baseLayout__main-maps {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 90;
	height: 100vh;
	display: flex;
	align-items: center;
	width: 100%;
	background: url("../img/home-pattern.svg") no-repeat rgba(13, 46, 64, 0.9);
	flex-direction: column;
	justify-content: flex-start;
	transition: all 250ms;
	overflow: hidden;
	padding-top: 150px;
}

.c-baseLayout .c-baseLayout__main-maps h1 {
	color: #fff;
	font-weight: 500;
	font-size: 45px;
	line-height: 54px;
	padding-bottom: 34px;
	margin-bottom: 34px;
	position: relative;
}

@media (max-width: 1500px) {
	.c-baseLayout .c-baseLayout__main-maps h1 {
		font-size: 40px;
		line-height: 44px;
		padding-bottom: 34px;
		margin-bottom: 34px;
	}
}

.c-baseLayout .c-baseLayout__main-maps h1:after {
	background: #E43D30;
	content: '';
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 350ms;
	width: 0px;
	display: none;
}

.c-baseLayout .c-baseLayout__main-maps h1.animate:after {
	width: 103px;
}

.c-baseLayout .c-baseLayout__main-maps .move-content {
	position: relative;
	height: 80%;
	width: 90%;
}

.c-baseLayout .c-baseLayout__main-maps .main-map-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.c-baseLayout .c-baseLayout__main-maps .main-map-info .map-info-items .map-info-item {
	max-width: 360px;
}

.c-baseLayout .c-baseLayout__main-maps .main-map-info .map-info-items .map-info-item h3 {
	border-bottom: 1px solid #fff;
	color: #e43d30;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.c-baseLayout .c-baseLayout__main-maps .main-map-info .map-info-items .map-info-item h3 small {
	text-transform: initial;
	font-size: 14px;
	display: block;
}

.c-baseLayout .c-baseLayout__main-maps .main-map-info .map-info-items .map-info-item p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 14px;
}

.c-baseLayout .c-baseLayout__main-maps .main-map-figure {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 70%;
	width: 80%;
	text-align: right;
}

.c-baseLayout .c-baseLayout__main-maps .main-map-figure img {
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-maps .btn-orange {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	background: #e43d30;
	border-radius: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 520px;
	margin-bottom: 30px;
}

.c-baseLayout .c-baseLayout__main-maps .btn-orange:hover {
	text-decoration: none;
	background: #cc271b;
}

.c-baseLayout .c-baseLayout__main-carrusel {
	background: #f6f4f2;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55%;
	z-index: 90;
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-carrusel {
		padding-top: 50px;
	}
}

.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items {
	text-align: center;
	max-width: 500px;
}

.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items figure {
	background: #4a4a4a;
	border-radius: 50%;
	overflow: hidden;
	height: 185px;
	margin: 0px auto 80px;
	width: 185px;
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items figure {
		margin: 0px auto 20px;
	}
}

.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items .carrusel-separator {
	display: block;
	margin-bottom: 30px;
}

.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items .carrusel-separator img {
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items h3 {
	color: #e43d30;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items p {
	color: #0d2e40;
	font-size: 14px;
}

.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items .owl-dots {
	text-align: center;
	position: absolute;
	bottom: -150px;
	left: 0px;
	width: 100%;
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items .owl-dots {
		bottom: -20px;
	}
}

.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items .owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	background: #144763;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}

.c-baseLayout .c-baseLayout__main-carrusel .c-baseLayout__c-items .owl-dots .owl-dot.active {
	background: #0d2e40;
}

.c-baseLayout .c-baseLayout__main-projects {
	background: #f6f4f2;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55%;
	z-index: 90;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items {
	text-align: center;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .c-baseLayout__c-item {
	height: 100vh;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .c-baseLayout__c-item .image-container {
	height: 50%;
	opacity: 1;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .c-baseLayout__c-item .image-container .image-liquid {
	height: 100%;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .c-baseLayout__c-item .image-container img {
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .c-baseLayout__c-item .data-container {
	margin: 0px auto;
	max-width: 600px;
	height: 50%;
	padding-top: 100px;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .c-baseLayout__c-item .carrusel-separator {
	display: block;
	margin-bottom: 30px;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .c-baseLayout__c-item .carrusel-separator img {
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .c-baseLayout__c-item h3 {
	color: #e43d30;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .c-baseLayout__c-item p {
	color: #0d2e40;
	font-size: 14px;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .owl-dots {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	background: #144763;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}

.c-baseLayout .c-baseLayout__main-projects .c-baseLayout__c-items .owl-dots .owl-dot.active {
	background: #0d2e40;
}

.c-baseLayout .c-baseLayout__fullwidth {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 90;
	height: 100vh;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	transition: all 250ms;
	padding-top: 150px;
	background: #efece7;
}

@media (max-width: 1440px) {
	.c-baseLayout .c-baseLayout__fullwidth {
		padding-top: 100px;
	}
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__fullwidth.aheight {
		height: auto;
		padding-top: 120px;
	}
}

.c-baseLayout .c-baseLayout__fullwidth.width-pp .move-content {
	padding: 0px 45px;
	width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth.width-pp .move-content h1 {
	margin-bottom: 0px;
}

.c-baseLayout .c-baseLayout__fullwidth .btn-back {
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	transition: all 250ms;
}

.c-baseLayout .c-baseLayout__fullwidth .btn-back.dark-blue {
	color: #0d2e40;
}

.c-baseLayout .c-baseLayout__fullwidth .btn-back.dark-blue svg path {
	fill: #0d2e40;
}

.c-baseLayout .c-baseLayout__fullwidth .btn-back:hover {
	text-decoration: none;
	color: #E43D30;
}

.c-baseLayout .c-baseLayout__fullwidth .btn-back:hover svg path {
	fill: #E43D30;
}

.c-baseLayout .c-baseLayout__fullwidth .btn-back svg {
	width: 20px;
}

.c-baseLayout .c-baseLayout__fullwidth .btn-back svg path {
	fill: #fff;
}

.c-baseLayout .c-baseLayout__fullwidth h1 {
	color: #fff;
	font-weight: 500;
	font-size: 45px;
	max-width: 513px;
	line-height: 54px;
	padding-bottom: 34px;
	margin-bottom: 34px;
	position: relative;
}

.c-baseLayout .c-baseLayout__fullwidth h1.dark-blue {
	color: #0d2e40;
}

@media (max-width: 1500px) {
	.c-baseLayout .c-baseLayout__fullwidth h1 {
		font-size: 40px;
		line-height: 44px;
		padding-bottom: 34px;
		margin-bottom: 34px;
	}
}

@media (max-height: 700px) {
	.c-baseLayout .c-baseLayout__fullwidth h1 {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
}

.c-baseLayout .c-baseLayout__fullwidth h1:after {
	background: #E43D30;
	content: '';
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 350ms;
	width: 0px;
	display: none;
}

.c-baseLayout .c-baseLayout__fullwidth h1.animate:after {
	width: 103px;
}

.c-baseLayout .c-baseLayout__fullwidth .move-content {
	width: 90%;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel {
	position: relative;
	width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .c-baseLayout__item figure {
	margin: 0;
	padding: 0;
	width: 80%;
	margin-bottom: 10px;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .c-baseLayout__item figure img {
	width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .c-baseLayout__item span {
	color: #E43D30;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .c-baseLayout__item .c-baseLayout__item-info {
	border-top: 1px solid #fff;
	padding: 20px 80px 20px 0px;
	position: relative;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .c-baseLayout__item .c-baseLayout__item-info:after {
	background: url("../img/nav-icon.svg");
	background-size: 14px 30px;
	content: '';
	height: 30px;
	position: absolute;
	top: -15px;
	left: 0px;
	width: 14px;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .c-baseLayout__item .c-baseLayout__item-info p {
	color: #fff;
	font-size: 12px;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .owl-nav button {
	color: #fff;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .owl-nav button span {
	color: #fff;
	font-size: 80px;
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .owl-nav button.owl-prev {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.c-baseLayout .c-baseLayout__fullwidth .c-baseLayout__carrusel .owl-nav button.owl-next {
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.c-baseLayout .c-baseLayout__fullwidth .process-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	max-width: 1000px;
	width: 100%;
}

@media (max-width: 1400px) {
	.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items {
		max-width: 800px;
	}
}

@media (max-width: 1200px) {
	.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items {
		max-width: 700px;
	}
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items .process-item figure {
	padding: 0;
	margin: 0;
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items .process-item figure img {
	width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items .process-item span {
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: flex-start;
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items .process-item span img {
	max-width: 120px;
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items .process-item span.sm img {
	max-width: 50px;
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items .process-item p {
	padding: 0px 10px;
	font-size: 12px;
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-items .process-item p strong {
	display: block;
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-data {
	width: 20%;
}

.c-baseLayout .c-baseLayout__fullwidth .process-content .process-data img {
	max-width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper {
	display: flex;
	flex-wrap: wrap;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__title {
	padding: 0px 50px 0px 0px;
	width: 30%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__title h1 {
	margin-bottom: 50px;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__title p {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 50px;
	display: block;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__title .btn-orange {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: block;
	background: #e43d30;
	border-radius: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 320px;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__title .btn-orange:hover {
	text-decoration: none;
	background: #cc271b;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	width: 70%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items .box-fullwidth__item figure {
	margin: 0px;
	padding: 0;
	margin-bottom: 30px;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items .box-fullwidth__item figure img {
	max-width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items .box-fullwidth__item figure svg {
	max-width: 50px;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items .box-fullwidth__item h2 {
	font-size: 25px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

@media (max-width: 1440px) {
	.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items .box-fullwidth__item h2 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items .box-fullwidth__item p {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 0px;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items.icon-svg .box-fullwidth__item figure img {
	max-width: 40px;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items.icon-svg .box-fullwidth__item:nth-of-type(2) figure {
	margin-bottom: 50px;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__wrapper .box-fullwidth__items.icon-svg .box-fullwidth__item:nth-of-type(2) figure img {
	max-width: 70px;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__table {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__table .box-fullwidth__data {
	width: 50%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__table .box-fullwidth__data h1 {
	width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__table .box-fullwidth__data figure img {
	max-width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__table .box-fullwidth__image {
	width: 40%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__table .box-fullwidth__image img {
	max-width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__graph {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__graph .box-fullwidth__data {
	width: 45%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__graph .box-fullwidth__data h1 {
	width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__graph .box-fullwidth__data p {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 50px;
	display: block;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__graph .box-fullwidth__data figure img {
	max-width: 100%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__graph .box-fullwidth__image {
	width: 45%;
}

.c-baseLayout .c-baseLayout__fullwidth .box-fullwidth__graph .box-fullwidth__image img {
	max-width: 100%;
}

.c-baseLayout .c-baseLayout__main-image {
	background: url("../img/full-background-home.jpg");
	z-index: 50;
	height: 100vh;
	background: #000;
	transition: all 250ms;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-image .imageContainer {
	height: 100vh;
}

.c-baseLayout .c-baseLayout__main-image .imageContainer img {
	width: 100%;
}

.c-baseLayout .c-baseLayout__main-image .iframe-content {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	top: -5px;
}

.c-baseLayout .c-baseLayout__main-image .iframe-content video {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-baseLayout .c-baseLayout__controls {
	position: absolute;
	bottom: 30px;
	right: 50px;
	display: flex;
	z-index: 1000;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-sound {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-sound p {
	margin: 0px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 10px;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-sound a {
	margin-right: 5px;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-sound a:hover {
	text-decoration: none;
	color: #050F10;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-sound span {
	margin-right: 5px;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-video {
	position: relative;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-video a {
	position: relative;
	text-transform: uppercase;
	z-index: 10;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-video a:hover {
	text-decoration: none;
	color: #050F10;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-video:after {
	background: url("../img/expand-after.png");
	content: '';
	position: absolute;
	top: -6px;
	left: -10px;
	height: 14px;
	width: 14px;
}

.c-baseLayout .c-baseLayout__controls .c-baseLayout__controls-video:before {
	background: url("../img/expand-after.png");
	content: '';
	position: absolute;
	bottom: -6px;
	right: -10px;
	transform: rotate(180deg);
	height: 14px;
	width: 14px;
}

.c-baseLayout.image-full .c-baseLayout__main-info {
	width: 0px;
	overflow: hidden;
}

.c-baseLayout.image-full .c-baseLayout__main-image {
	width: 100%;
}

.m-home {
	background: url("../img/mobile/home-bg.jpg");
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.m-home .home-content {
	max-width: 400px;
	width: 80%;
}

.m-home .home-content h1 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 400;
	opacity: 0;
}

.m-home .home-content p {
	color: #fff;
	font-size: 14px;
	opacity: 0;
}

.m-home .home-content figure {
	text-align: right;
}

.m-home .home-content figure img {
	max-width: 150px;
}

.m-home .home-content .home-play {
	width: 40px;
	display: block;
	margin: 30px auto 0px;
	opacity: 0;
}

.m-home .home-content .home-play img {
	width: 100%;
}

.m-home .scrolldown {
	display: none;
	position: absolute;
	left: 47%;
	transform: translateX(-50%);
	bottom: 20px;
}

.m-home .scrolldown span {
	height: 40px;
	background: #fff;
	display: block;
	width: 1px;
	position: relative;
}

.m-home .scrolldown span:after {
	background: #fff;
	content: '';
	position: absolute;
	top: 0px;
	left: -2px;
	height: 20px;
	width: 5px;
	animation: scroll-mouse-mob 2s;
	animation-iteration-count: infinite;
}

.s-single {
	background: #0d2e40;
	height: 100vh;
	width: 100%;
}

.s-single.h-auto {
	height: auto;
}

.s-single .s-single__content .s-single__image {
	position: relative;
}

.s-single .s-single__content .s-single__image img {
	width: 100%;
}

.s-single .s-single__content .s-single__image:after {
	background: url("../img/mobile/m-single-image-after.svg");
	content: '';
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.s-single .s-single__content .s-single__info {
	background: #0d2e40;
	padding: 40px 20px;
}

.s-single .s-single__content .s-single__info h2 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

.s-single .s-single__content .s-single__info h3 {
	color: #e43d30;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.s-single .s-single__content .s-single__info ul li {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.s-single .s-single__content .s-single__info ul li strong {
	display: block;
}

.s-single .s-single__content .s-single__info .btn-organe {
	background: #E43D30;
	color: #fff;
	text-transform: uppercase;
	height: 40px;
	width: 100%;
	border: none;
	font-weight: 700;
	transition: all 250ms;
	display: inline-flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.s-single .s-single__content .s-single__info p {
	color: #fff;
	font-size: 14px;
}

.s-single .s-single__content .s-single__info .full {
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

.s-single .s-single__content .s-single__info .full img {
	width: 100%;
}

.s-single .s-single__content .s-single__info .graph {
	padding: 0px;
	margin: 0px;
	margin-bottom: 50px;
}

.s-single .s-single__content .s-single__info .graph.mt50 {
	margin-top: 50px;
}

.s-single .s-single__content .s-single__info .graph img {
	width: 100%;
}

.s-single .s-single__content .s-single__info .single-sus-boxes {
	margin-top: 50px;
}

.s-single .s-single__content .s-single__info .single-sus-box {
	margin-bottom: 30px;
}

.s-single .s-single__content .s-single__info .single-sus-box .logo {
	text-align: right;
	margin-bottom: 10px;
}

.s-single .s-single__content .s-single__info .single-sus-box h4 {
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.s-single .s-single__content .s-single__info .single-frozen .frozen-logo {
	margin: 0px auto 30px;
	width: 200px;
}

.s-single .s-single__content .s-single__info .single-frozen .frozen-logo img {
	width: 100%;
}

.s-single .s-single__content .s-single__info .single-frozen h2 {
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}

.s-single .s-single__content .s-single__info .single-frozen h3 {
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
}

.s-single .s-single__content .s-single__info .single-frozen p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.s-single .s-single__content .s-single__info .single-frozen figure {
	margin: 0px;
	padding: 0px;
	width: 60px;
	margin: 0px auto 20px;
}

.s-single .s-single__content .s-single__info .single-frozen figure img {
	width: 100%;
}

.s-single .s-single__content .s-single__info .single-frozen .frozen-item {
	margin-top: 50px;
	border-top: 1px solid #e43d30;
	padding-top: 20px;
	margin-top: 30px;
}

.s-single .s-single__content .s-single__info .single-frozen .frozen-item:first-child {
	margin-top: 50px;
}

.s-single .s-single__content .s-single__info .single-frozen .frozen-item h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

.s-single .s-single__content .s-single__info .single-frozen .frozen-item img {
	width: 100%;
}

.s-single .s-single__content .s-single__info .single-frozen .frozen-item p {
	text-align: left;
}

.s-single .s-single__content .s-single__form {
	padding: 30px 20px;
}

.s-single .s-single__content .s-single__form h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	font-size: 26px;
}

.s-single .s-single__content .s-single__form .s-single__form-boxes {
	margin-bottom: 40px;
}

.s-single .s-single__content .s-single__form .s-single__form-boxes .s-single__form-box {
	margin-bottom: 20px;
}

.s-single .s-single__content .s-single__form .s-single__form-boxes .s-single__form-box h4 {
	color: #fff;
	text-align: center;
}

.s-single .s-single__content .s-single__form .s-single__form-boxes .s-single__form-box p {
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}

.s-single .s-single__content .s-single__form form .input {
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.4);
}

.s-single .s-single__content .s-single__form form .input input {
	background: none;
	border: none;
	height: 45px;
	width: 100%;
	padding: 0px 20px;
	text-align: left;
	color: #fff;
	outline: none;
}

.s-single .s-single__content .s-single__form form .input input::-webkit-input-placeholder {
	color: #fff;
}

.s-single .s-single__content .s-single__form form .input input::-moz-placeholder {
	color: #fff;
}

.s-single .s-single__content .s-single__form form .input input:-ms-input-placeholder {
	color: #fff;
}

.s-single .s-single__content .s-single__form form .input input:-moz-placeholder {
	color: #fff;
}

.s-single .s-single__content .s-single__form form .input.select {
	padding: 0px 20px;
}

.s-single .s-single__content .s-single__form form .input select {
	background: none;
	border: none;
	height: 45px;
	width: 100%;
	outline: none;
	text-align: left;
	color: #fff;
	padding: 0px;
	text-transform: uppercase;
}

.s-single .s-single__content .s-single__form form .input textarea {
	background: none;
	outline: none;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.s-single .s-single__content .s-single__form form .input textarea::-webkit-input-placeholder {
	color: #fff;
}

.s-single .s-single__content .s-single__form form .input textarea::-moz-placeholder {
	color: #fff;
}

.s-single .s-single__content .s-single__form form .input textarea:-ms-input-placeholder {
	color: #fff;
}

.s-single .s-single__content .s-single__form form .input textarea:-moz-placeholder {
	color: #fff;
}

.s-single .s-single__content .s-single__form form .upload {
	position: relative;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s-single .s-single__content .s-single__form form .upload p {
	text-decoration: underline;
	color: #E43D30;
	font-weight: 700;
}

.s-single .s-single__content .s-single__form form .upload input {
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	width: 100%;
}

.s-single .s-single__content .s-single__form form button {
	background: #E43D30;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	width: 100%;
	border: none;
	font-weight: 700;
	transition: all 250ms;
	cursor: pointer;
}

.s-single .s-single__content .s-single__form form button:hover {
	background: #cc271b;
}

.m-project {
	background: #e43c2f;
	padding: 40px;
}

.m-project.nomb {
	padding: 30px;
}

.m-project.nomb h2 {
	margin-bottom: 0px;
}

.m-project h2 {
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

.m-project svg {
	margin-bottom: 20px;
}

.m-project p {
	text-align: center;
	color: #fff;
	text-align: justify;
}

.s-single-carrusel {
	background: url("../img/mobile/m-testiomonials-bg.jpg") #0d2e40;
	width: 100%;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__image {
	position: relative;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__image img {
	width: 100%;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__image:after {
	background: url("../img/mobile/m-single-image-after.svg");
	content: '';
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__info {
	padding: 40px 20px 0px;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__info h2 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__info p {
	color: #fff;
	font-size: 14px;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .s-single-carrusel__item {
	text-align: center;
	padding: 0px 20px;
	margin-bottom: 80px;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .s-single-carrusel__item figure {
	background: #fff;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	padding: 0;
	margin-bottom: 20px;
	display: inline-block;
	overflow: hidden;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .s-single-carrusel__item h3 {
	color: #e43d30;
	margin-bottom: 30px;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .s-single-carrusel__item p {
	color: #fff;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .owl-nav {
	position: absolute;
	top: 25%;
	display: flex;
	justify-content: space-between;
	padding: 0px 20px;
	width: 100%;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .owl-nav .owl-prev {
	text-indent: -99999px;
	outline: none;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .owl-nav .owl-prev span {
	background: url("../img/m-arrow-left.svg");
	height: 34px;
	display: block;
	width: 17px;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .owl-nav .owl-next {
	text-indent: -99999px;
	outline: none;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .owl-nav .owl-next span {
	background: url("../img/m-arrow-right.svg");
	height: 34px;
	display: block;
	width: 17px;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .owl-dots {
	background: #e43d30;
	padding: 15px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .owl-dots .owl-dot {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 16px;
	margin-right: 20px;
	width: 16px;
	outline: none;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .owl-dots .owl-dot:last-child {
	margin-right: 0px;
}

.s-single-carrusel .s-single-carrusel__content .s-single-carrusel__items .owl-dots .owl-dot.active {
	background: url("../img/mobile/nav-icon2.svg");
	height: 36px;
	width: 21px;
	border: none;
}

.m-slide-section {
	background: #f0ede8;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item {
	width: 100%;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .image-container {
	margin-bottom: 40px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .image-container .image-liquid {
	height: 250px;
	width: 100%;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .section-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .section-title .icon-svg {
	display: block;
	margin-bottom: 10px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .section-title i {
	margin-bottom: 10px;
	width: 38px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .section-title i svg path {
	fill: #e43d30;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .section-title h2 {
	font-size: 24px;
	padding-bottom: 20px;
	position: relative;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .section-title h2:after {
	background: #e43d30;
	content: '';
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .data-container {
	margin: 0px auto;
	width: 80%;
	max-width: 400px;
	padding-bottom: 20px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .data-container p {
	text-align: justify;
	color: #52493b;
	font-size: 14px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .data-container p a {
	color: #52493b;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .data-container p a:hover {
	text-decoration: none;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item .data-container img {
	margin-bottom: 20px;
	width: 100%;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item.project-item .section-title h2 {
	color: #e43d30;
	font-size: 18px;
	text-align: center;
	max-width: 300px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item.contact-item .image-container {
	padding: 20px;
	margin-bottom: 0px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item.contact-item .image-container .image-liquid {
	height: auto;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item.contact-item .data-container h3 {
	color: #e43d30;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item.contact-item .data-container h5 {
	color: #e43d30;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item.contact-item .data-container ul {
	margin-bottom: 15px;
}

.m-slide-section .slide-section-content .slide-section-items .slide-section-item.contact-item .data-container ul li {
	text-align: center;
	color: #0d2e40;
	font-size: 14px;
	font-weight: 700;
}

.m-slide-section .slide-section-content .slide-section-items .owl-nav {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: space-between;
	padding: 0px 20px;
	width: 100%;
}

.m-slide-section .slide-section-content .slide-section-items .owl-nav .owl-prev {
	text-indent: -99999px;
	outline: none;
}

.m-slide-section .slide-section-content .slide-section-items .owl-nav .owl-prev span {
	background: url("../img/m-arrow-left.svg");
	height: 34px;
	display: block;
	width: 17px;
}

.m-slide-section .slide-section-content .slide-section-items .owl-nav .owl-next {
	text-indent: -99999px;
	outline: none;
}

.m-slide-section .slide-section-content .slide-section-items .owl-nav .owl-next span {
	background: url("../img/m-arrow-right.svg");
	height: 34px;
	display: block;
	width: 17px;
}

.m-slide-section .slide-section-content .slide-section-items .owl-dots {
	background: #0d2e40;
	padding: 15px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-slide-section .slide-section-content .slide-section-items .owl-dots .owl-dot {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 16px;
	margin-right: 20px;
	width: 16px;
	outline: none;
}

.m-slide-section .slide-section-content .slide-section-items .owl-dots .owl-dot:last-child {
	margin-right: 0px;
}

.m-slide-section .slide-section-content .slide-section-items .owl-dots .owl-dot.active {
	background: url("../img/nav-icon.svg");
	height: 36px;
	width: 21px;
	border: none;
}

.m-facts {
	background: #f0ede8;
}

.m-facts .facts-content .facts-items .facts-item {
	width: 100%;
}

.m-facts .facts-content .facts-items .facts-item .image-container {
	margin-bottom: 40px;
}

.m-facts .facts-content .facts-items .facts-item .image-container .image-liquid {
	height: 250px;
	width: 100%;
}

.m-facts .facts-content .facts-items .facts-item .fact-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.m-facts .facts-content .facts-items .facts-item .fact-title i {
	margin-bottom: 10px;
	width: 38px;
}

.m-facts .facts-content .facts-items .facts-item .fact-title i svg path {
	fill: #e43d30;
}

.m-facts .facts-content .facts-items .facts-item .fact-title h2 {
	font-size: 24px;
	padding-bottom: 20px;
	position: relative;
}

.m-facts .facts-content .facts-items .facts-item .fact-title h2:after {
	background: #e43d30;
	content: '';
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
}

.m-facts .facts-content .facts-items .facts-item .data-container {
	margin: 0px auto;
	width: 80%;
	max-width: 400px;
	padding-bottom: 20px;
}

.m-facts .facts-content .facts-items .facts-item .data-container p {
	text-align: justify;
	color: #52493b;
	font-size: 14px;
}

.m-facts .facts-content .facts-items .facts-item .data-container p a {
	color: #52493b;
}

.m-facts .facts-content .facts-items .facts-item .data-container p a:hover {
	text-decoration: none;
}

.m-facts .facts-content .facts-items .facts-item .data-container img {
	margin-bottom: 20px;
	width: 100%;
}

.m-facts .facts-content .facts-items .owl-nav {
	position: absolute;
	top: 42%;
	display: flex;
	justify-content: space-between;
	padding: 0px 20px;
	width: 100%;
}

.m-facts .facts-content .facts-items .owl-nav .owl-prev {
	text-indent: -99999px;
	outline: none;
}

.m-facts .facts-content .facts-items .owl-nav .owl-prev span {
	background: url("../img/m-arrow-left.svg");
	height: 34px;
	display: block;
	width: 17px;
}

.m-facts .facts-content .facts-items .owl-nav .owl-next {
	text-indent: -99999px;
	outline: none;
}

.m-facts .facts-content .facts-items .owl-nav .owl-next span {
	background: url("../img/m-arrow-right.svg");
	height: 34px;
	display: block;
	width: 17px;
}

.m-facts .facts-content .facts-items .owl-dots {
	background: #000;
	padding: 15px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-facts .facts-content .facts-items .owl-dots .owl-dot {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 16px;
	margin-right: 20px;
	width: 16px;
	outline: none;
}

.m-facts .facts-content .facts-items .owl-dots .owl-dot:last-child {
	margin-right: 0px;
}

.m-facts .facts-content .facts-items .owl-dots .owl-dot.active {
	background: url("../img/nav-icon.svg");
	height: 36px;
	width: 21px;
	border: none;
}

.m-products {
	background: url("../img/products-mobile-bg.jpg");
	background-size: 100%;
	max-height: 780px;
}

.m-products .m-products__content .products-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 100px 30px 0px;
	align-items: flex-end;
	max-width: 450px;
	margin: 0px auto 30px;
}

.m-products .m-products__content .products-list .product {
	width: 44%;
	text-align: center;
	margin-bottom: 20px;
	opacity: 0;
}

.m-products .m-products__content .products-list .product img {
	max-width: 100%;
	margin-bottom: 10px;
}

.m-products .m-products__content .products-list .product p {
	color: #fff;
}

.m-products .m-products__content .products-list .product.sm img {
	max-width: 120px;
}

.m-products .m-products__content .products-info {
	background: #f0ede8;
	max-width: 400px;
	margin: 0px auto;
	width: 83%;
	padding: 30px;
	position: relative;
	opacity: 0;
}

.m-products .m-products__content .products-info h2 {
	color: #1e475c;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 20px;
}

.m-products .m-products__content .products-info h3 {
	color: #e43d30;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
}

.m-products .m-products__content .products-info p {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: #060809;
}

.m-products .m-products__content .products-info h4 {
	color: #1e1e1c;
	padding-bottom: 7px;
	border-bottom: 1px solid #e43d30;
	margin-bottom: 15px;
	margin-top: 30px;
}

.m-products .m-products__content .products-info ul li {
	margin-bottom: 5px;
}

.m-products .m-products__content .products-info ul li a {
	color: #e43d30;
	font-size: 14px;
}

.m-products .m-products__content .products-info ul li a:hover {
	text-decoration: none;
}

.m-products .m-products__content .products-info .products-download {
	display: block;
	border-radius: 50px;
	background: #e43d30;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	width: 150px;
	position: absolute;
	bottom: 35px;
	right: 20px;
}

.m-products .m-products__content .products-info .products-download:hover {
	text-decoration: none;
}

.m-frozen {
	background: url("../img/frozen-mogile-bg.jpg") no-repeat;
	background-size: 100% 100%;
	padding-top: 200px;
	padding-bottom: 20px;
}

.m-frozen .frozen-content {
	max-width: 400px;
	margin: 0px auto;
	padding: 0px 20px 50px;
}

.m-frozen .frozen-content .frozen-animation-content {
	opacity: 0;
}

.m-frozen .frozen-content .frozen-logo {
	margin: 0px auto 30px;
	width: 200px;
	opacity: 0;
}

.m-frozen .frozen-content .frozen-logo img {
	width: 100%;
}

.m-frozen .frozen-content h2 {
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}

.m-frozen .frozen-content h3 {
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
}

.m-frozen .frozen-content p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.m-frozen .frozen-content figure {
	margin: 0px;
	padding: 0px;
	width: 60px;
	margin: 0px auto 20px;
}

.m-frozen .frozen-content figure img {
	width: 100%;
}

.m-frozen .frozen-content .frozen-item {
	margin-top: 50px;
	border-top: 1px solid #e43d30;
	padding-top: 20px;
	margin-top: 30px;
}

.m-frozen .frozen-content .frozen-item:first-child {
	margin-top: 50px;
}

.m-frozen .frozen-content .frozen-item h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

.m-frozen .frozen-content .frozen-item img {
	width: 100%;
}

.m-frozen .frozen-content .frozen-item p {
	text-align: left;
}

.m-sustainable {
	background: #f0ede8;
	position: relative;
}

.m-sustainable .top-image {
	position: absolute;
	top: -37px;
	right: 0px;
	z-index: 100;
	width: 130px;
	opacity: 0;
}

.m-sustainable .top-image img {
	width: 100%;
}

.m-sustainable .sustainable-content .data-graph {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 30px 0px;
	width: 100%;
}

.m-sustainable .sustainable-content .data-graph .graph-content {
	max-width: 420px;
}

.m-sustainable .sustainable-content .data-graph h1 {
	font-size: 40px;
	color: #1d465b;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 46px;
}

.m-sustainable .sustainable-content .data-graph h3 {
	font-weight: 700;
	font-size: 14px;
	color: #51483a;
	margin-bottom: 10px;
}

.m-sustainable .sustainable-content .data-graph .subtitle {
	font-size: 12px;
	color: #51483a;
	line-height: 18px;
	max-width: 240px;
}

.m-sustainable .sustainable-content .data-graph small {
	display: block;
	font-size: 12px;
	color: #51483a;
	margin-bottom: 30px;
	border-top: 1px solid #51483a;
	padding-top: 8px;
}

.m-sustainable .sustainable-content .data-graph .graph-item {
	max-width: 430px;
	margin: 0px auto 20px;
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-graph .graph-item {
		margin: 0px auto 10px;
	}
}

.m-sustainable .sustainable-content .data-graph .graph-item:last-child {
	margin-bottom: 0px;
}

.m-sustainable .sustainable-content .data-graph .graph-item .graph-title {
	display: flex;
	flex-direction: row;
	margin-bottom: 7px;
	width: 100%;
}

.m-sustainable .sustainable-content .data-graph .graph-item .graph-title span {
	position: relative;
	width: 100%;
}

.m-sustainable .sustainable-content .data-graph .graph-item .graph-title span:after {
	background: #BDC7D7;
	content: '';
	height: 1px;
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
}

.m-sustainable .sustainable-content .data-graph .graph-item .graph-title p {
	color: #51483a;
	margin-bottom: 0px;
	white-space: nowrap;
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-graph .graph-item .graph-title p:nth-of-type(1) {
		font-size: 10px;
	}
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-graph .graph-item .graph-title p {
		font-size: 11px;
	}
}

.m-sustainable .sustainable-content .data-graph .graph-item .loeader {
	display: flex;
}

.m-sustainable .sustainable-content .data-graph .graph-item .loeader .data-white {
	height: 14px;
	background: #1d465b;
	width: 7%;
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-graph .graph-item .loeader .data-white {
		height: 9px;
	}
}

.m-sustainable .sustainable-content .data-graph .graph-item .loeader .data-red {
	height: 14px;
	background: #e43d30;
	width: 1%;
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-graph .graph-item .loeader .data-red {
		height: 9px;
	}
}

.m-sustainable .sustainable-content figure {
	margin: 0px;
	padding: 0px;
	opacity: 0;
}

.m-sustainable .sustainable-content figure img {
	width: 100%;
}

.m-sustainable .sustainable-content .data-info {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 30px 80px;
	width: 100%;
	opacity: 0;
}

.m-sustainable .sustainable-content .data-info .info-content {
	width: 100%;
}

.m-sustainable .sustainable-content .data-info .box-info {
	padding-left: 90px;
	position: relative;
	margin-bottom: 80px;
}

.m-sustainable .sustainable-content .data-info .box-info:last-child {
	margin-bottom: 0px;
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-info .box-info {
		margin-bottom: 60px;
	}
}

.m-sustainable .sustainable-content .data-info .box-info figure {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	position: absolute;
	left: 0px;
	text-align: right;
	top: 0px;
	width: 70px;
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-info .box-info figure {
		text-align: center;
	}
}

.m-sustainable .sustainable-content .data-info .box-info figure img {
	width: 47px;
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-info .box-info figure img {
		width: 30px;
	}
}

.m-sustainable .sustainable-content .data-info .box-info figure img.fastgrowth {
	width: 55px;
}

.m-sustainable .sustainable-content .data-info .box-info figure img.sealice {
	width: 35px;
}

.m-sustainable .sustainable-content .data-info .box-info figure img.icon02 {
	width: 55px;
}

.m-sustainable .sustainable-content .data-info .box-info h2 {
	font-size: 24px;
	color: #1d465b;
	margin-bottom: 10px;
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-info .box-info h2 {
		font-size: 16px;
	}
}

.m-sustainable .sustainable-content .data-info .box-info p {
	color: #1d465b;
	font-size: 16px;
	line-height: 22px;
}

@media (max-width: 1500px) {
	.m-sustainable .sustainable-content .data-info .box-info p {
		font-size: 13px;
		line-height: 16px;
	}
}

.m-sustainable .c-sustainable__section .sustainale-top {
	position: relative;
}

.m-sustainable .c-sustainable__section .sustainale-top h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	font-weight: 400;
	text-align: left;
	font-size: 25px;
	color: #fff;
}

.m-sustainable .c-sustainable__section .sustainale-top figure {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.m-sustainable .c-sustainable__section .sustainale-top img {
	width: 100%;
}

.m-sustainable .c-sustainable__section .sustainable-timeline {
	background: #0d2e40;
	padding: 30px 20px;
	position: relative;
}

.m-sustainable .c-sustainable__section .sustainable-timeline .line-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	z-index: 10;
}

.m-sustainable .c-sustainable__section .sustainable-timeline .line-item figure {
	margin: 0px 0px 20px;
	padding: 0px;
	display: flex;
	align-items: center;
}

.m-sustainable .c-sustainable__section .sustainable-timeline .line-item figure svg path {
	fill: #fff;
}

.m-sustainable .c-sustainable__section .sustainable-timeline .line-item p {
	color: #fff;
	text-align: center;
	max-width: 221px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}

.m-sustainable .c-sustainable__section .sustainable-timeline .line-item p strong {
	display: block;
	color: #e43d30;
}

.m-sustainable .c-sustainable__section .sustainable-timeline .line-item p span {
	text-transform: uppercase;
}

.m-healthy {
	background: url("../img/healthy-mobile-bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.m-healthy .healthy-content {
	padding: 50px 30px;
}

.m-healthy .healthy-content h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
	opacity: 0;
}

.m-healthy .healthy-content .healthy-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	opacity: 0;
}

.m-healthy .healthy-content .healthy-list h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0px;
}

.m-healthy .healthy-content .healthy-list ul li {
	color: #fff;
	font-size: 14px;
	padding-left: 18px;
	position: relative;
	margin-bottom: 6px;
	font-weight: 400;
}

.m-healthy .healthy-content .healthy-list ul li:last-child {
	margin-bottom: 0px;
}

.m-healthy .healthy-content .healthy-list ul li:after {
	background: url("../img/icon-check.svg");
	content: '';
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
}

.m-healthy .healthy-content h4 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 400;
	opacity: 0;
}

.m-healthy .healthy-content h4 strong {
	font-size: 20px;
	font-weight: 400;
}

.m-healthy .healthy-content p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	opacity: 0;
}

.m-healthy .healthy-content .healthy-recipes {
	display: block;
	border-radius: 50px;
	background: #e43d30;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	width: 150px;
	font-weight: 500;
	margin-top: 20px;
	opacity: 0;
}

.m-healthy .healthy-content figure {
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	opacity: 0;
}

.m-healthy .healthy-content figure img {
	width: 100%;
}

.m-location .location-content {
	background: #0d2a3b;
	background-size: 100% 100%;
	padding: 30px;
	max-width: 500px;
	margin: 0px auto;
}

.m-location .location-content span {
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	display: block;
	opacity: 0;
}

.m-location .location-content h2 {
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 50px;
	margin-bottom: 70px;
	text-align: center;
	opacity: 0;
}

.m-location .location-content .location-item {
	padding-bottom: 15px;
	margin-bottom: 50px;
	border-bottom: 1px solid #fff;
	opacity: 0;
}

.m-location .location-content .location-item img {
	margin-bottom: 20px;
	width: 100%;
}

.m-location .location-content .location-item h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
}

.m-location .location-content .location-item p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
}

.m-location .content-type {
	display: none;
}

.m-location .content-type.active {
	display: block;
}

.m-location .location-section {
	padding: 50px 30px;
	background-color: #f0ede8;
	display: none;
}

.m-location .location-section.active {
	display: block;
}

.m-location .location-section .location-slide {
	display: none;
}

.m-location .location-section .location-slide.active {
	display: block;
}

.m-location .location-section h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #0d2a3b;
}

.m-location .location-section figure {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.m-location .location-section figure img {
	width: 100%;
}

.m-location .location-section h2 {
	font-size: 30px;
	color: #e43d30;
	font-weight: 400;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #e43d30;
}

.m-location .location-section h2 small {
	font-size: 16px;
	color: #0d2a3b;
}

.m-location .location-section .l-boxes {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 100%;
}

.m-location .location-section .l-boxes .l-box {
	width: 100%;
}

.m-location .location-section .l-boxes .l-box ul li {
	color: #0e2a3a;
	font-size: 14px;
	margin-bottom: 5px;
}

.m-location .location-section .l-boxes .l-box ul li strong {
	font-weight: 700;
}

.m-location .location-section .info-brands {
	margin-bottom: 50px;
}

.m-location .location-section .info-brands.lg img {
	width: 160px;
}

.m-location .location-section .info-brands.sm img {
	width: 70px;
}

.m-location .location-section .owl-nav {
	position: absolute;
	top: 46%;
	display: flex;
	justify-content: space-between;
	padding: 0px 0px;
	width: 100%;
}

.m-location .location-section .owl-nav .owl-prev {
	text-indent: -99999px;
	outline: none;
	left: -15px;
	position: relative;
}

.m-location .location-section .owl-nav .owl-prev span {
	background: url("../img/m-arrow-left.svg");
	background-size: 12px 25px;
	height: 25px;
	display: block;
	width: 12px;
}

.m-location .location-section .owl-nav .owl-next {
	text-indent: -99999px;
	outline: none;
	right: -15px;
	position: relative;
}

.m-location .location-section .owl-nav .owl-next span {
	background: url("../img/m-arrow-right.svg");
	background-size: 12px 25px;
	height: 25px;
	display: block;
	width: 12px;
}

.m-location .location-section .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-location .location-section .owl-dots .owl-dot {
	border: 1px solid #e43d30;
	border-radius: 50%;
	height: 16px;
	margin-right: 10px;
	width: 16px;
	outline: none;
}

.m-location .location-section .owl-dots .owl-dot:last-child {
	margin-right: 0px;
}

.m-location .location-section .owl-dots .owl-dot.active {
	background: #e43d30;
	border: 1px solid #1d1d1b;
}

.m-location .location-section .location-about {
	background: #0e2a3a;
	padding: 50px;
	text-align: center;
}

.m-location .location-section .location-about span {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	display: block;
}

.m-location .location-section .location-about h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}

.m-location .location-section .location-about a {
	color: #e43d30;
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	border-bottom: 1px solid #e43d30;
	padding-bottom: 10px;
}

.m-contact {
	background: #0e2a3a;
}

.m-contact .contact-content {
	padding: 50px 30px;
}

.m-contact .contact-content figure {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	opacity: 0;
	display: none;
}

.m-contact .contact-content figure img {
	width: 100%;
}

.m-contact .contact-content .iframe-content-contact {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.m-contact .contact-content .iframe-content-contact video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m-contact .contact-content h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
	opacity: 0;
}

.m-contact .contact-content h3 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	opacity: 0;
}

.m-contact .contact-content h3:after {
	background: #e43d30;
	content: '';
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 80px;
}

.m-contact .contact-content p {
	color: #fff;
	text-align: left;
	opacity: 0;
}

.m-contact .contact-content .l-cert {
	padding: 0px 50px;
	opacity: 0;
}

.m-contact .contact-content .contact-maps-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	opacity: 0;
}

.m-contact .contact-content .contact-maps-boxes .map-box {
	margin-bottom: 20px;
	width: 100%;
}

.m-contact .contact-content .contact-maps-boxes .map-box p {
	color: #fff;
	font-size: 12px;
	text-align: left;
}

.m-contact .contact-content .contact-maps-boxes .map-box p a {
	color: #fff;
	text-decoration: none;
}

.m-contact .contact-content .contact-maps-boxes .map-box p span {
	display: block;
	color: #e43d30;
}

.m-contact .contact-form {
	background: #f0ede8;
	padding: 30px 30px 40px;
}

.m-contact .contact-form form .input {
	margin-bottom: 20px;
}

.m-contact .contact-form form .input input {
	color: #0e2a3a;
	border: none;
	background: none;
	height: 30px;
	border-bottom: 1px solid #0e2a3a;
	width: 100%;
}

.m-contact .contact-form form button {
	display: block;
	border-radius: 50px;
	background: #e43d30;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	appearance: none;
	height: 35px;
	line-height: 35px;
	width: 150px;
	font-weight: 500;
	border: none;
	margin: 40px auto 0px;
}

.m-modal {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 150;
	display: none;
	justify-content: center;
	align-items: center;
}

.m-modal .m-modal-content {
	position: relative;
	width: 90%;
}

.m-modal .m-modal-content .modal-close {
	position: absolute;
	top: -35px;
	right: 0px;
	color: #fff;
	z-index: 999;
	font-size: 25px;
}

.m-modal .m-modal-content .modal-close:hover {
	text-decoration: none;
}

.m-modal .m-modal-content video {
	width: 100%;
}

.m-modal.active {
	display: flex;
}

.backtotop {
	display: block;
	border-radius: 50px;
	background: #0d2a3b;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	appearance: none;
	height: 35px;
	line-height: 35px;
	width: 210px;
	font-weight: 500;
	border: none;
	margin: 40px auto 0px;
}

@keyframes scroll-mouse-mob {
	from {
		margin-top: 0;
	}
	to {
		margin-top: 30px;
	}
}

.txt-light {
	color: #fff;
}

.hidden {
	display: none;
}

.bg-base {
	background: #efece7;
}

.bg-fish {
	background: url("../img/fondo-fish.jpg") no-repeat !important;
}

@media (max-width: 1500px) {
	.bg-fish {
		background-size: cover;
	}
}

.bg-climateactionimpact {
	background: url("../img/climateactionimpact-company.png") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-climateactionimpactproduct {
	background: url("../img/climateactionimpact-product.png") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-certifications {
	background: url("../img/bg-certifiactions.png") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-ourteam {
	background: url("../img/v2/Our-team-WEB.jpg") no-repeat !important;
	background-size: cover !important;
}

.bg-ourcommunity {
	background: url("../img/v2/Our-community-WEB.jpg") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-workwithus {
	background: url("../img/workwithus-image.jpg") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-operation {
	background: url("../img/operation/home-operation.jpg") no-repeat !important;
}

@media (max-width: 1500px) {
	.bg-operation {
		background-size: cover;
	}
}

.bg-ourlocation {
	background: url("../img/ourlocation-image.jpg") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-publicinformation {
	background: url("../img/operation/Public-information.jpg") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-sustainability {
	background: url("../img/sustainability-image.jpg") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-contacto {
	background: url("../img/contacto-image.jpg") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-worldlocation {
	background: url("../img/worldlocation-image.jpg") no-repeat !important;
	background-size: 100% 100% !important;
}

.bg-form {
	background: url("../img/form-image.jpg") no-repeat !important;
	background-size: 100% 100% !important;
}

.btn-back-global {
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	transition: all 250ms;
}

.btn-back-global:hover {
	text-decoration: none;
	color: #E43D30;
}

.btn-back-global:hover svg path {
	fill: #E43D30;
}

.btn-back-global svg {
	width: 20px;
}

.btn-back-global svg path {
	fill: #fff;
}

/*# sourceMappingURL=main.css.map */