@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}
nav,
footer,
header,
aside {
	display: block;
}
html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
	font-family: inherit;
}
input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}
html {
	font-size: 16px;
	height: 100vh;
	scroll-behavior: smooth;
}
body {
	font-family: "Montserrat", sans-serif;
	color: #252525;
	font-size: 16px;
	height: 100%;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 0.875rem;
	}
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1;
	opacity: 0.8;
}
.wrapper {
	padding: 0 6.25rem;
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	.wrapper {
		padding: 0 0.9375rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.wrapper {
		padding: 0 0.9375rem;
	}
}
@media only screen and (min-width: 1280px) {
	.wrapper {
		width: 1200px;
		margin: 0 auto;
		padding: 0 0;
	}
}
@media only screen and (min-width: 1440px) {
	.wrapper {
		width: 1420px;
		margin: 0 auto;
		padding: 0 0;
	}
}
@media only screen and (min-width: 1920px) {
	.wrapper {
		width: 1600px;
		margin: 0 auto;
		padding: 0 0;
	}
}
.section {
	background-color: #fff;
	padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
	.section {
		padding: 5rem 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.section {
		padding: 5rem 0;
	}
}
.section-gray {
	background-color: #f8f8f8;
}
.section-dark {
	position: relative;
	color: #fff;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
.section-blue {
	background-color: #0083ac;
	color: #fff;
}
.section-title {
	font-size: 2.5rem;
	font-weight: 800;
}
@media screen and (max-width: 767px) {
	.section-title {
		font-size: 1.75rem;
	}
}
.section-title-processing {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.block-title {
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 150%;
}
@media screen and (max-width: 767px) {
	.block-title {
		font-size: 1rem;
	}
}
.block-title-xl {
	font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
	.block-title-xl {
		font-size: 1rem;
	}
}
.block-title-l {
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.block-title-l {
		font-size: 1rem;
	}
}
.block-title-m {
	font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
	.block-title-m {
		font-size: 1rem;
	}
}
.block-caption {
	font-size: 0.875rem;
	font-weight: 400;
	opacity: 0.8;
}
.button {
	display: inline-block;
	padding: 2.1875rem 2.8125rem;
	background-color: #0083ac;
	color: #fff;
	border-radius: 1.25rem;
	font-size: 1rem;
	overflow: hidden;
	position: relative;
	transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
	.button {
		font-size: 0.875rem;
		padding: 1.25rem 1.875rem;
	}
}
.button span {
	align-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	position: relative;
	z-index: 2;
	transition: 0.3s ease;
}
.button:hover {
	background-color: rgba(0, 131, 172, 0.8);
	transition: 0.3s ease;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: 0px 5px 20px rgba(0, 131, 172, 0.4);
}
@media screen and (max-width: 767px) {
	.mobile-hide {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.mobile-hide {
		display: none;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.mobile-hide {
		display: none;
	}
}
.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
	width: 100%;
	height: 100vh;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
	}
	70% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.95);
	}
}
@keyframes marquee {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes marquee-reverse {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0083ac;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 1;
	transition: height 0.5s ease;
}
.preloader .preloader__logo {
	box-shadow: 0 0 0 0 #000;
	transform: scale(1);
	animation: pulse 2s infinite;
}
.preloader .preloader__logo svg {
	width: 150px;
	height: 150px;
}
.preloader.hidden {
	height: 0;
	animation: none;
	transition: 0.3s ease;
	pointer-events: none;
}
.preloader.hidden .preloader__logo {
	opacity: 0;
	transition: 0.3s ease;
}
.preloader.hidden .marquee,
.preloader.hidden .marquee-reverse {
	opacity: 0;
	transition: 0.3s ease;
}
.marquee {
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 1.25rem;
	left: 0;
	animation: marquee 20s linear infinite;
	font-size: 2.5rem;
	color: #fff;
}
.marquee-reverse {
	animation: marquee-reverse 20s linear infinite;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 1.25rem;
	left: 0;
	font-size: 2.5rem;
	color: #fff;
}
.popup {
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	align-items: center;
	justify-content: center;
	padding-top: 6.25rem;
	z-index: 40;
	pointer-events: none;
	overflow: hidden;
	transition: 0.3s ease;
}
.popup.active {
	opacity: 1;
	pointer-events: all;
	bottom: 0;
	transition: 0.3s ease;
}
.popup.active .popup-content {
	transform: translateY(0);
	transition: 0.3s ease;
}
.popup-content {
	background-color: #fff;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	overflow-y: hidden;
	box-sizing: border-box;
	transform: translateY(100%);
	transition: 0.3s ease;
	padding: 6.25rem 6.25rem 3.75rem;
}
@media screen and (max-width: 767px) {
	.popup-content {
		padding: 2.5rem 0.9375rem;
	}
}
.popup-content .wrapper {
	height: 100%;
	padding-bottom: 0.625rem;
	overflow-y: scroll;
	position: relative;
	transition: 0.3s ease;
}
.popup-content .section__header {
	margin-bottom: 2.5rem;
}
.close-btn {
	position: absolute;
	top: 1.5625rem;
	right: 2.5rem;
	font-size: 3.75rem;
	cursor: pointer;
	z-index: 45;
	color: #fff;
	transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
	.close-btn {
		right: 1.5625rem;
	}
}
.privacy__text {
	line-height: 150%;
}
.privacy__text .block-title {
	margin: 0.625rem 0;
}
.privacy__text p {
	opacity: 0.8;
}
.privacy__text ol {
	list-style-type: decimal;
	padding-left: 20px;
}
.privacy__text ol li {
	margin-bottom: 0.625rem;
}
.header {
	width: 100%;
	left: 0;
	top: 0;
	padding: 2.5rem 6.25rem;
	position: fixed;
	z-index: 10;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s ease;
}
.header.scroll {
	padding: 1.25rem 2.5rem;
	transition: 0.3s ease;
	background-color: #fff;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
	.header.scroll {
		padding: 1.25rem 0.9375rem;
	}
}
.header.scroll a {
	color: #252525;
}
.header.scroll path {
	fill: #0083ac;
}
.header.scroll #nav-icon4 span {
	background-color: #252525;
}
.header.scroll .header__lang span {
	opacity: 0.8;
}
.header.scroll .header__lang strong {
	color: #0083ac;
}
.header.scroll .header__lang strong::after {
	background-color: #0083ac;
	transition: 0.3s ease;
}
.header a {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
}
.header path {
	fill: #fff;
}
@media screen and (max-width: 767px) {
	.header {
		padding: 1.25rem 0.9375rem;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.header {
		padding: 1.25rem 0.9375rem;
	}
}
.header__logo {
	display: block;
	width: 185px;
	height: auto;
}
@media screen and (max-width: 767px) {
	.header__logo {
		width: 140px;
	}
}
.navigation ul {
	display: flex;
	align-items: center;
	gap: 20px;
}
.navigation ul li a {
	transition: 0.3s ease;
}
.navigation ul li a:hover {
	color: #0083ac;
	transition: 0.3s ease;
}
.navigation ul li a::after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #0083ac;
	display: block;
	transition: 0.3s ease;
}
.navigation ul li a:hover::after {
	width: 100%;
	transition: 0.3s ease;
}
.navigation ul li a.active-link {
	color: #0083ac;
	transition: 0.3s ease;
}
.navigation ul li a.active-link:after {
	width: 100%;
	transition: 0.3s ease;
}
.header__lang {
	white-space: pre-line;
	text-align: right;
	line-height: 150%;
}
.header__lang span {
	opacity: 0.5;
	transition: 0.3s ease;
}
.header__lang strong {
	font-size: 1.125rem;
	font-weight: 700;
	transition: 0.3s ease;
	display: inline-block;
}
.header__lang strong::after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #fff;
	display: block;
	transition: 0.3s ease;
}
.header__lang:hover span {
	opacity: 1;
	transition: 0.3s ease;
}
.header__lang:hover strong::after {
	transition: 0.3s ease;
	width: 100%;
}
#nav-icon4 {
	width: 24px;
	height: 20px;
	position: relative;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 92;
}
@media screen and (min-width: 1280px) {
	#nav-icon4 {
		display: none;
	}
}
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
	top: 0px;
	left: 0;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 8px;
	width: 100%;
	right: 0;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 16px;
	left: 0;
	transform-origin: left center;
}
#nav-icon4.open span {
	background-color: #fff !important;
}
#nav-icon4.open span:nth-child(1) {
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}
#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 14px;
	left: 8px;
}
.header__mobile {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #0083ac;
	width: 100%;
	height: 0;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
	gap: 60px;
	z-index: 50;
	pointer-events: none;
}
.header__mobile .navigation ul {
	flex-direction: column;
}
.header__mobile .navigation ul a {
	color: #fff !important;
	font-size: 1.25rem;
}
.header__mobile .navigation ul a:hover {
	color: #fff !important;
}
.header__mobile .navigation ul a::after {
	background-color: #fff !important;
}
.header__mobile .navigation ul a.active-link {
	color: #fff !important;
}
.header__mobile .header__lang {
	text-align: center;
	color: #fff !important;
}
.header__mobile .header__lang strong {
	color: #fff !important;
}
.header__mobile .header__lang strong::after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #fff;
	display: block;
	transition: 0.3s ease;
}
.header__mobile.active {
	height: 100%;
	opacity: 1;
	transition: 0.3s ease;
	pointer-events: all;
}
#hero {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	color: #fff;
	overflow: hidden;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}
#hero video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#hero {
		height: auto;
		flex-direction: column;
		padding: 6.25rem 0.9375rem;
		gap: 2.5rem;
	}
}
#background-video,
#background-canvas {
	width: 100%;
}
.video,
.canvas {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video-parallax,
.canvas-parallax {
	height: 200vh !important;
}
.hero__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
	will-change: transform;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.hero__text {
		width: 100%;
		padding: 0 0.9375rem;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.hero__text {
		width: 100%;
	}
}
.hero__text h1 {
	font-size: 4.5rem;
	font-weight: 800;
	margin-bottom: 1.875rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.hero__text h1 {
		font-size: 1.5rem;
		height: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.hero__text h1 {
		font-size: 3.125rem;
		width: 100%;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.hero__text h1 {
		width: 100%;
		font-size: 3.125rem;
	}
}
.hero__text h1 strong {
	color: #0083ac;
	font-weight: 800;
}
.hero__text .hero__desc {
	width: calc(100vw - 25rem);
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 150%;
	margin: 0 auto 1.25rem;
}
@media screen and (max-width: 767px) {
	.hero__text .hero__desc {
		width: 100%;
		font-size: 0.875rem;
		padding: 0 0.9375rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.hero__text .hero__desc {
		width: 100%;
		padding: 0 0.9375rem;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.hero__text .hero__desc {
		width: 100%;
	}
}
.hero__text .hero__desc:nth-of-type(2) {
	margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
	.hero__text {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
}
.typed-cursor {
	color: #0083ac;
	font-weight: 600;
}
.text-global-anim {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	overflow: hidden;
}
.text-global-anim span {
	display: inline-block;
	transform-origin: 0 50%;
}
.hero__buttons {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.hero__buttons {
		flex-direction: column;
		justify-content: stretch;
	}
	.hero__buttons .button {
		justify-self: stretch;
	}
}
.hero__numbers {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	padding: 2.5rem 6.25rem 3.75rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	will-change: transform;
}
@media screen and (max-width: 767px) {
	.hero__numbers {
		padding: 0rem 0.9375rem;
		position: relative;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.875rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.hero__numbers {
		padding: 1.25rem 0.9375rem;
		gap: 0.9375rem;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.hero__numbers {
		padding: 1.25rem 0.9375rem;
	}
}
.hero__numbers-item {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.hero__numbers-top {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.hero__numbers-top {
		flex-direction: column;
		gap: 0.3125rem;
		align-items: center;
	}
}
.hero__numbers-anim {
	font-size: 2.875rem;
	font-weight: 800;
}
@media screen and (max-width: 767px) {
	.hero__numbers-anim {
		font-size: 2rem;
	}
}
.hero__numbers-label {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	.hero__numbers-label {
		font-size: 0.875rem;
	}
}
.hero__numbers-bottom {
	white-space: pre-line;
	line-height: 150%;
}
@media screen and (max-width: 767px) {
	.hero__numbers-bottom {
		font-size: 0.75rem;
	}
}
#about {
	height: 100%;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#about {
		height: auto;
	}
}
.quote_content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: calc(100% - 25rem);
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.quote_content {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.quote_content {
		width: 100%;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.quote_content {
		width: 100%;
	}
}
.quote__text {
	display: flex;
	padding: 3.75rem;
	flex-direction: column;
	gap: 15px;
	line-height: 150%;
	background-color: #fff;
	border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
	.quote__text {
		padding: 2.5rem;
	}
}
.quote__text p:last-child {
	font-weight: 600;
	color: #0083ac;
}
.quote__text strong {
	font-weight: 600;
	color: #0083ac;
}
.quote__person {
	display: flex;
	gap: 20px;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.quote__person {
		flex-direction: column;
		align-items: center;
	}
}
.quote__person img {
	width: 100px;
	height: 100px;
	border-radius: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}
.quote__person figcaption {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
@media screen and (max-width: 767px) {
	.quote__person figcaption {
		align-items: center;
		text-align: center;
		line-height: 150%;
	}
}
.quote__person figcaption .quote__name {
	font-size: 1.25rem;
	font-weight: 700;
}
.quote__person figcaption .quote__work {
	font-size: 0.875rem;
}
#production {
	display: flex;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	#production {
		height: auto;
	}
}
#production .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6.25rem;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#production .wrapper {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
}
.production__desc {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	line-height: 150%;
	margin-top: 3.125rem;
}
.production__right {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
}
.production__block-2-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
}
.cultures__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
	.cultures__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.culture__item {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: center;
}
.culture__item img {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.9375rem;
}
.certificates__grid {
	grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
	.certificates__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.culture__desc {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  position: absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
}
.culture__desc ul {
    width:max-content;
  display: flex;
  flex-direction: column;
  background:rgba(255, 255, 255, .8);
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
  gap: 15px;
  padding: 20px;
  color:black;
  border-radius:20px;
  text-align:center;
  z-index:10;
}

.culture__item {
  position: relative;
}

.culture__item:hover .culture__desc {
  opacity: 1;
  bottom:100%;
  transition: 0.3s ease;
  pointer-events: auto;
}
.tab__wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
	.tab__wrapper {
		margin-top: 2.5rem;
	}
}
.tab__navigation ul {
	display: flex;
	gap: 2.5rem;
}
@media screen and (max-width: 767px) {
	.tab__navigation ul {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 1.25rem;
	}
}
.tab__navigation ul li {
	font-size: 1.5rem;
	font-weight: 700;
	color: #252525;
	opacity: 0.55;
	transition: 0.3s ease;
	cursor: pointer;
}
.tab-item-3 {
font-size: 1.5rem;
	font-weight: 700;
	cursor: pointer;
	color: #0083ac;
	opacity: 1;
}
.tab-item-3::after {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #0083ac;
	display: block;
	transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
	.tab__navigation ul li {
		font-size: 1.25rem;
	}
}
.tab__navigation ul li::after {
	width: 0;
	transition: 0.3s ease;
}
.tab__navigation ul li.active {
	color: #0083ac;
	opacity: 1;
	transition: 0.3s ease;
}
.tab__navigation ul li.active::after {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #0083ac;
	display: block;
	transition: 0.3s ease;
}
.tab__content-3 {
	display: flex;
	opacity: 1;
}
.tab__content {
	display: none;
	opacity: 0;
	animation: fade 1s ease;
}
.tab__content-inner {
	margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
	.tab__content-inner {
		margin-top: 2.5rem;
	}
}
.tab__content.active {
	display: flex;
	opacity: 1;
}
@keyframes fade {
	from {
		transform: translateX(10px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
.tab__block:nth-of-type(2) {
	margin: 2.5rem 0 0 0;
}
.tab__block-cards:nth-of-type(2) {
	margin: 0;
}
.tab__block-top {
	display: flex;
	flex-direction: column;
}
.tab__block-top::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #252525;
	opacity: 0.2;
	margin: 1.875rem 0;
}
.advantages__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.5rem;
	counter-reset: item;
}
@media screen and (max-width: 767px) {
	.advantages__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.advantages__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.advantages__item {
	counter-increment: item;
	position: relative;
	padding-top: 1.875rem;
	transition: 0.3s ease;
}
.advantages__item::before {
	content: counter(item);
	display: none;
}
.advantages__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
	color: #0083ac;
}
@media screen and (max-width: 767px) {
	.advantages__title {
		font-size: 1.125rem;
	}
}
.advantages__title::after {
	content: attr(data-number);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	color: #252525;
	font-size: 3rem;
	font-weight: 800;
	opacity: 0.12;
	vertical-align: baseline;
}
.advantages__desc {
	font-size: 0.875rem;
	line-height: 150%;
}
.tab__grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 5rem;
}
@media screen and (max-width: 767px) {
	.tab__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.tab__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.tab__block-text p {
	font-size: 1.125rem;
	margin-bottom: 0.9375rem;
	line-height: 150%;
}
.tab__card {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
	border-radius: 1.25rem;
	transition: 0.3s ease;
	background-color: #252525;
	opacity: 0.6;
}
.tab__card:hover {
	box-shadow: 0px 20px 30px rgba(37, 37, 37, 0.12);
	transition: 0.3s ease;
}
.tab__card.opacity-60 {
	opacity: 1;
}
.tab__card:nth-of-type(2) {
	margin-top: 2.5rem;
}
.tab__card img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 1s ease;
	transform: scale(1);
}
.tab__card:hover img {
	transform: scale(1.1);
	transition: 1s ease;
	opacity: 0.8;
}
.tab__card figcaption {
	position: absolute;
	color: #fff;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding: 1.875rem;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.tab__card-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
}
.tab__card-desc {
	font-size: 0.875rem;
	line-height: 150%;
}
#export .wrapper {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}
#export .section__header {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}
.block {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}
.export__map {
	width: 100%;
	height: auto;
	position: relative;
}
.export__map img {
	height: auto;
}
.export__map figcaption {
	position: absolute;
	left: 0;
	top: 50%;
}
@media screen and (max-width: 767px) {
	.export__map figcaption {
		position: relative;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.export__map figcaption {
		position: relative;
	}
}
.export__list ul {
	padding-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}
.export__list ul li {
	display: flex;
	gap: 1.25rem;
	align-items: center;
}
.svg-container {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: top;
	overflow: hidden;
}
.svg-content {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
#tabSection2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sustainability {
	height: 100%;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#sustainability {
		height: auto;
	}
}
.sustainability__grid {
	margin-top: 3.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5rem;
}
@media screen and (max-width: 767px) {
	.sustainability__grid {
		grid-template-columns: 1fr;
	}
}
.sustainability__grid .advantages__title {
	color: #fff;
}
.sustainability__grid .advantages__title::after {
	color: #fff;
}
#contacts {
	padding: 8.75rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
	#contacts {
		padding: 5rem 0 1.875rem;
	}
}
#contacts .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8.75rem;
}
@media screen and (max-width: 767px) {
	#contacts .wrapper {
		display: flex;
		flex-direction: column-reverse;
		gap: 5rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#contacts .wrapper {
		gap: 5rem;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	#contacts .wrapper {
		grid-template-columns: 1fr 2fr;
		gap: 2.5rem;
	}
}
.contacts__list {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}
.contacts__list-item {
	margin-bottom: 2.5rem;
}
.contacts__list-item .block-title {
	margin-bottom: 1.25rem;
}
.contacts__block {
	margin-top: 0.625rem;
}
.contacts__block a {
	color: #fff;
}
.contacts__block-group {
	display: grid;
	grid-template-columns: repeat(2, 0.5fr);
}
@media screen and (max-width: 767px) {
	.contacts__block-group {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.contacts__block-group {
		grid-template-columns: 1fr;
	}
}
.contacts__label {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}
.contacts__link {
	font-size: 1.125rem;
	font-weight: 700;
	transition: 0.3s ease;
}
.contacts__link:hover {
	opacity: 0.6;
	transition: 0.3s ease;
}
.feedback__form {
	padding: 3.75rem;
	background-color: #fff;
	border-radius: 1.875rem;
	color: #252525;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
	.feedback__form {
		padding: 1.875rem;
	}
}
.feedback__form input {
	border: 1px solid #252525;
}
.form__desc {
	margin-top: 0.9375rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}
#contacts__form {
	width: 100%;
	margin-top: 1.875rem;
}
#contacts__form input,
#contacts__form textarea {
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	border: 1px solid rgba(0, 0, 0, 0);
	width: 100%;
	padding: 1.25rem;
	border-radius: 0.625rem;
	background-color: #f8f8f8;
	margin-bottom: 0.625rem;
	resize: none;
	transition: 0.3s ease;
}
#contacts__form input:focus,
#contacts__form textarea:focus {
	background-color: #fff;
	border: 1px solid #f8f8f8;
	transition: 0.3s ease;
}
#contacts__form input:required,
#contacts__form textarea:required {
	border: 1px solid #f8f8f8;
}
.contacts__form-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.625rem;
}
@media screen and (max-width: 767px) {
	.contacts__form-group {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
.contacts__form-footer {
	margin-top: 0.3125rem;
}
.contacts__form-footer p {
	font-size: 0.875rem;
	line-height: 150%;
	margin-top: 1.25rem;
}
.contacts__form-footer p a {
	color: #0083ac;
	position: relative;
}
.contacts__form-footer p a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 131, 172, 0.5);
	transition: 0.3s ease;
}
.contacts__form-footer p a:hover::after {
	width: 0;
	transition: 0.3s ease;
}
#footer {
	margin-top: 1.875rem;
}
#footer .wrapper {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#footer .wrapper {
		flex-direction: column;
		gap: 1.25rem;
	}
}
#footer .header__logo {
	width: 120px;
}
.footer__left {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}
@media screen and (max-width: 767px) {
	.footer__left {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
.footer__copyright p:nth-of-type(1) {
	font-size: 0.875rem;
}
.footer__copyright p:nth-of-type(2) {
	font-size: 0.875rem;
	margin-top: 0.3125rem;
}
.footer__dev {
	display: flex;
	align-items: baseline;
	gap: 0.3125rem;
	justify-self: end;
	align-self: baseline;
	opacity: 0.7;
	transition: 0.3s ease;
}
.footer__dev span {
	color: #fff;
	font-size: 0.875rem;
}
.footer__dev img {
	width: auto;
	height: 15px;
}
.footer__dev:hover {
	opacity: 1;
	transition: 0.3s ease;
} /*# sourceMappingURL=main.css.map */
