* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: 0;
	font-weight: normal;
	border: 0;
	background: none;
	box-sizing: border-box;
}

@font-face {
    font-family: "CoFo Sans Trial";
    src: url("../fonts/CoFoSansTrial-Regular.woff2") format("woff2"), url("../fonts/CoFoSansTrial-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Garbata";
    src: url("../fonts/Garbata-Regular.woff2") format("woff2"), url("../fonts/Garbata-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, input {
	font-family: "CoFo Sans Trial", sans-serif;
}

body, html {
	background-color: #F7F5E7;
}

body::-webkit-scrollbar {
	width: 6px;
	background-color: #FFF;
}
  
body::-webkit-scrollbar-thumb {
	background-color: #ADC9E8;
}

.header-content__link, .header-content__button, .header-content__logo a, .header-hamburger span, .section-intro__button, .section-intro__logo li a img, .slider-nav a, .section-grid__text--top p a, .section-grid__text--bottom p a {
    transition: all 0.3s ease;
}

.absolute-container {
	margin: 0 auto;
	padding: 0 48px;
	position: relative;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 48px;
	position: relative;
}

header {
	padding: 8px 0;
	border-bottom: 1px solid #A5A5A5;
	position: fixed;
	width: 100%;
	background-color: #F7F5E7;
	z-index: 5;
}

.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.header-content__logo {
	display: flex;
	align-items: center;
	gap: 32px;
}

.header-content__logo a:hover {
	opacity: .7;
}

.header-content__logo img {
	height: 56px;
	width: auto;
}

.header-content__link {
	font-size: 16px;
	line-height: 24px;
	color: #1D1D1B;
	text-transform: lowercase;
}

.header-content__link:hover {
	opacity: .7;
}

.header-content ul {
	display: flex;
	gap: 24px;
	align-items: center;
}

.header-content__button {
	height: 40px;
	line-height: 40px;
	background-color: #1D1D1B;
	color: #FFF;
	font-size: 14px;
	font-family: "Garbata", sans-serif;
	border-radius: 100px;
	display: inline-block;
	padding: 0 16px;
}

.header-content__button:hover {
	opacity: .7;
}

.header-hamburger {
	width: 24px;
	height: 16px;
	cursor: pointer;
	position: relative;
	display: none;
}
  
.header-hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #1D1D1B;
}

.header-hamburger span:nth-child(1) {
	top: 0px;
}
  
.header-hamburger span:nth-child(2) {
	top: 6px;
}

.header-hamburger span:nth-child(3) {
	top: 12px;
}

.header-hamburger.header-hamburger__active span:nth-child(1) {
	transform: rotate(45deg);
	top: 6px;
}
  
.header-hamburger.header-hamburger__active span:nth-child(2) {
	transform: rotate(-45deg);
}

.header-hamburger.header-hamburger__active span:nth-child(3) {
	display: none;
}

main {
	padding-top: 72px;
}

.section-banner {
	position: relative;
	z-index: 1;
}

.section-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url("../images/leaves.png") left 48px no-repeat;
	background-size: 400px;
	pointer-events: none;
}

.section-banner__top {
	display: flex;
	height: 40vh;
	min-height: 400px;
	border-bottom: 1px solid #A5A5A5;
}

.section-banner__top--left {
	width: 65%;
	display: flex;
	justify-content: space-between;
	padding: 48px;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
}

.section-banner__top--right {
	width: 35%;
	position: relative;
}

.section-banner__top--right img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-position: center;
	object-fit: cover;
}

.section-banner__top--intro {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-end;
}

.section-banner__top--intro p {
	font-size: 32px;
	line-height: 40px;
	font-family: "Garbata", sans-serif;
}

.section-banner__top--outro {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-end;
}

.section-banner__top--outro p {
	font-size: 24px;
	line-height: 32px;
	font-family: "Garbata", sans-serif;
}

.section-banner__bottom {
	display: flex;
	height: 35vh;
	min-height: 400px;
	border-bottom: 1px solid #A5A5A5;
}

.section-banner__bottom--left {
	width: 35%;
	background-color: #ADC9E8;
	padding: 48px;
	display: flex;
	align-items: flex-end;
	
}

.section-banner__bottom--left p {
	font-size: 32px;
	line-height: 40px;
	font-family: "Garbata", sans-serif;
}

.section-banner__bottom--right {
	display: flex;
	padding: 48px;
	align-items: flex-end;
	justify-content: flex-end;
	width: 65%;
	flex-direction: column;
}

.section-banner__bottom--right p {
	font-size: 32px;
	line-height: 40px;
	text-transform: lowercase;
	font-family: "Garbata", sans-serif;
}

h1 {
	font-size: 96px;
	line-height: 96px;
	font-family: "Garbata", sans-serif;
}

h2 {
	font-size: 48px;
	line-height: 56px;
	font-family: "Garbata", sans-serif;
	margin-bottom: 24px;
}

h3 {
	font-size: 32px;
	line-height: 40px;
	font-family: "Garbata", sans-serif;
	margin-bottom: 16px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	font-family: "Garbata", sans-serif;
}

h5 {
	font-size: 16px;
	line-height: 24px;
	font-family: "Garbata", sans-serif;
}

.section-top {
	padding-top: 96px;
}

.section-bottom {
	padding-bottom: 96px;
}

.section-intro {
	display: grid;
	grid-template-columns: 2fr 3fr 0.5fr;
	gap: 96px;
}

.section-intro__column {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.section-intro__column p {
	font-size: 16px;
	line-height: 24px;
}

.section-intro__button {
	height: 40px;
	line-height: 40px;
	color: #1D1D1B;
	border: 1px solid #1D1D1B;
	width: fit-content;
	padding: 0 24px;
	font-size: 14px;
	font-family: "Garbata", sans-serif;
	border-radius: 100px;
}

.section-intro__button:hover {
	background-color: #1D1D1B;
	color: #FFF;
}

.section-intro__border {
	border-bottom: 1px solid #A5A5A5;
	padding-bottom: 48px;
	margin-bottom: 48px;
}

.section-intro__logo {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.section-intro__logo li img {
	width: 144px;
	height: auto;
	filter: grayscale(100%);
}

.section-intro__logo li a:hover img {
	filter: none;
}

.section-about {
	position: relative;
}

.section-about::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url("../images/pearl.png") right 48px no-repeat;
	background-size: 350px;
	pointer-events: none;
}

.section-grid {
	display: grid;
	grid-template-columns: 2fr 4fr;
	position: relative;
}

.section-grid__image iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.section-grid__text {
	padding: 48px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	justify-content: space-between;
}

.section-grid__apple::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url("../images/apple.png") left bottom no-repeat;
	background-size: 350px;
}

.section-grid__apple.section-grid__apple--reduced::after {
	background-size: 300px;
}

.section-grid__reverse {
	grid-template-columns: 4fr 2fr;
}

.section-grid__reverse .section-grid__text {
	order: 2;
}

.section-color {
	background-color: #ADC9E8;
	position: relative;
	border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
}

.section-color h2 {
	margin: 0;
}

.section-color::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url("../images/leaves-horizontal.png") right no-repeat;
	background-size: contain;
}

.section-grid__text--top {
	display: flex;
	gap: 8px;
	flex-direction: column;
}

.section-grid__text--top p {
	font-size: 16px;
	line-height: 24px;
}

.section-grid__text--top blockquote {
	font-size: 14px;
	line-height: 21px;
	font-family: "Garbata", sans-serif;
	border-left: 2px solid #ADC9E8;
	padding-left: 12px;
}

.section-grid__text--bottom {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.slider-info__text p {
	font-size: 14px;
	line-height: 21px;
}

.slider-info__text p.slider-into__text--big {
	font-size: 20px;
	line-height: 28px;
	font-family: "Garbata", sans-serif;
}

.slider-info__slide {
	position: absolute;
	display: none;
}

.slider-info__slide.slider-info__text--active {
	display: block;
}

.slider-info__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.slider-nav {
	display: flex;
	gap: 8px;
}

.slider-nav a img {
	width: 32px;
	height: auto;
}

.slider-nav a:hover {
	opacity: .7;
}

.slider-info__slide.slider-info__text--biggest {
	display: block;
	position: relative;
	visibility: hidden;
}

.slider-image {
	position: relative;
	height: 100%;
}

.slider-image__slide {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

.slider-image__slide.slider-image__slide--active {
	display: block;
}

.slider-image__slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-position: center;
	object-fit: cover;
}

.section-grid__slider {
	height: 70vh;
	min-height: 600px;
}

.slider-info {
	position: relative;
}

.section-grid__reduced {
	grid-template-columns: 4fr 2fr;
}

.section-grid__green {
	background-color: #BCCBB0;
	min-height: 400px;
}

.section-grid__order {

	min-height: 400px;
}

.section-grid__text--top img {
	width: 160px;
	height: auto;
	filter: grayscale(100%);
}

.section-grid__text--top p {
	max-width: 960px;
}

.section-grid__register {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}

.section-about.section-about__reduced {
	border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
}

.section-about.section-about__reduced .section-intro {
	grid-template-columns: 1fr 1fr 0.25fr;
}

.section-about.section-about__reduced--leaves::after {
	background-image: url("../images/leaves-reversed.png");
}

.section-intro__column--logos {
	margin-top: 32px;
}

.section-grid__text--icon {
	display: flex;
	align-items: center;
	gap: 8px;
}

.section-grid__text--icon img {
	width: 32px;
	height: auto;
}

p+.section-grid__text--icon, ul+.section-grid__text--icon {
	margin-top: 16px;
}

.section-grid__text--border {
	border-left: 1px solid #A5A5A5;
}

.section-grid__text--top ul li {
	font-size: 16px;
	line-height: 24px;
	list-style: disc;
	margin-left: 8px;
}

.section-grid__text--top ul li::marker {
	color: #ADC9E8;
}

.section-color+.section-about.section-about__reduced {
	border-top: none;
}

.section-intro__column img {
	height: 64px;
	width: auto;
}

.section-grid__text--blue {
	background-color: #ADC9E8;
}

.section-grid__text--blue .header-content__button {
	width: fit-content;
	padding: 0 32px;
}

.section-grid__text--top p a, .section-grid__text--bottom p a {
	color: #000;
}

.section-grid__text--top p a:hover, .section-grid__text--bottom p a:hover {
	opacity: .5;
}

.section-grid__reset {
	min-height: auto;
	height: auto;
}

.section-grid__text--bottom p {
	font-size: 16px;
	line-height: 24px;
}

@media screen and (max-width: 1600px) {
	.section-about::after {
		background-size: 300px;
		background-position-y: 192px;
	}
	.section-grid__apple::after {
		background-size: 250px;
	}
}

@media screen and (max-width: 1280px) {
	main {
		padding-top: 65px;
	}
	.header-content__link {
		font-size: 14px;
		line-height: 21px;
	}
	.header-content ul {
		gap: 16px;
	}
	.header-content__button {
		font-size: 12px;
	}
	.header-content__logo img {
		height: 48px;
	}
	.header-content__logo {
		gap: 16px;
	}
	.absolute-container {
		padding: 0 16px;
	}
	.section-banner__top--intro p, .section-banner__bottom--left p, .section-banner__bottom--right p {
		font-size: 24px;
		line-height: 32px;
	}
	.section-banner__top--outro p {
		font-size: 20px;
		line-height: 28px;
	}
	.section-banner__top, .section-banner__bottom {
		min-height: 320px;
	}
	.section-banner__top--intro {
		gap: 8px;
	}
	.section-banner__top--outro {
		gap: 8px;
	}
	.section-banner::after {
		background-size: 300px;
	}
	h1 {
		font-size: 56px;
		line-height: 64px;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	h3 {
		font-size: 24px;
		line-height: 32px;
	}
	h4 {
		font-size: 20px;
		line-height: 28px;
	}
	.section-top {
		padding-top: 80px;
	}
	.section-bottom {
		padding-bottom: 80px;
	}
	.section-banner__top--left, .section-banner__bottom--left, .section-banner__bottom--right {
		padding: 16px;
	}
	.container {
		padding: 0 16px;
	}
	.section-grid__text {
		padding: 16px;
	}
	.section-about::after {
		background-size: 200px;
		background-position-y: 256px;
	}
	.section-grid__apple::after {
		background-size: 200px;
	}
	h3 {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 1024px) {
	.header-content__menu {
		display: none;
		position: fixed;
		top: 65px;
		left: 0;
		width: 100%;
		height: calc(100% - 65px);
		background-color: #F7F5E7;
		z-index: 5;
	}
	.header-content ul {
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}
	.header-content__link {
		font-size: 18px;
		line-height: 27px;
	}
	.header-content__button {
		font-size: 16px;
		padding: 0 32px;
	}
	.header-hamburger {
		display: block;
	}
	.section-banner__top--left, .section-banner__bottom--right {
		width: 60%;
	}
	.section-banner__top--right, .section-banner__bottom--left {
		width: 40%;
	}
	.section-banner__top, .section-banner__bottom {
        min-height: 256px;
    }
	.section-banner::after {
		background-size: 192px;
		background-position-y: 144px;
	}
	.section-intro__column {
		gap: 8px;
	}
	.section-intro__column p {
		font-size: 14px;
		line-height: 21px;
	}
	.section-grid__text--top ul li {
		font-size: 14px;
		line-height: 21px;
	}
	.section-grid__text--bottom p {
		font-size: 14px;
		line-height: 21px;
	}
	.section-intro__border {
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	.section-intro__logo li img {
		width: 128px;
	}
	.section-intro {
		gap: 64px;
	}
	.section-top {
		padding-top: 64px;
	}
	.section-bottom {
		padding-bottom: 64px;
	}
	.section-grid__apple::after {
		background-size: 150px;
	}
	.section-grid__slider {
		height: 60vh;
		min-height: 500px;
	}
	.section-grid {
		grid-template-columns: 2fr 3fr;
	}
	.slider-info__text p.slider-into__text--big {
		font-size: 18px;
		line-height: 27px;
	}
	.section-grid__text--top p {
		font-size: 14px;
		line-height: 21px;
	}
	h2 {
		margin-bottom: 16px;
	}
	.section-intro__column--logos {
		margin-top: 16px;
	}
}

@media screen and (max-width: 768px) {
	.section-banner__top, .section-banner__bottom {
		flex-direction: column;
		height: auto;
		flex-direction: column-reverse;
	}
	.section-banner__top--left, .section-banner__bottom--right, .section-banner__top--right, .section-banner__bottom--left {
		width: 100%;
		align-items: flex-start;
	}
	.section-banner__top--intro, .section-banner__top--outro {
		align-items: flex-start;
	}
	.section-banner__top--right {
		height: 320px;
	}
	h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.section-banner::after {
		background-position-y: 64px;
	}
	.section-banner__top--intro p, .section-banner__bottom--left p, .section-banner__bottom--right p {
		font-size: 20px;
		line-height: 28px;
	}
	.section-banner__top--outro p {
		font-size: 18px;
		line-height: 27px;
	}
	.section-banner__top--outro {
		flex-direction: row;
		gap: 24px;
	}
	.section-banner__bottom {
		background-color: #ADC9E8;
		min-height: auto;
	}
	.section-banner__bottom--left {
		padding-top: 0;
	}
	.section-top {
		padding-top: 56px;
	}
	.section-bottom {
		padding-bottom: 56px;
	}
	.section-intro {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.section-intro__border {
		margin-bottom: 24px;
	}
	.section-intro__logo li img {
		width: 96px;
	}
	.section-about::after {
		bottom: 160px;
		position: absolute;
		display: block;
        height: 200px;
        background-size: contain;
        background-position: center right;
		top: inherit;
	}
	.section-grid {
		grid-template-columns: 1fr;
	}
	.section-grid.section-grid__reverse .section-grid__image {
		order: 2;
	}
	.section-grid__apple::after {
		background: none;
	}
	.section-color h2 {
		display: flex;
		flex-direction: column;
	}
	.section-color h2 span {
		font-size: 24px;
		line-height: 32px;
	}
	.section-grid__slider {
		min-height: auto;
		height: auto;
	}
	.section-grid__text {
		gap: 16px;
	}
	.slider-image {
		aspect-ratio: 5 / 3;
	}
	.section-grid__apple h2 {
		margin: 0;
	}
	.section-grid__order .section-grid__image {
		order: 2;
	}
	.section-about.section-about__reduced .section-intro {
		grid-template-columns: 1fr;
	}
	.section-about.section-about__reduced::after {
		background: none;
	}
	.section-grid__text--border {
		border-left: none;
	}
}