p,
h4 {
	margin: 0;
}

.app {
	font-family: 'Avenir Next Cyr', Sans-Serif;
	color: rgba(0, 0, 0, 0.8);
	background-color: #ecedef;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.1px;
	overflow: hidden;
}

.section__wrapper {
	max-width: 100%;
	margin: auto;
	padding: 0 10vh;
}

.main {
	padding: 80px 0;
}

.main__head {
	display: grid;
	grid-template-columns: 1fr 35vw;
	margin-bottom: 158px;
}

.main__logo {
	width: 100%;
	max-width: 75%;
}

.main__title {
	min-height: 36px;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.36px;
	margin-bottom: 40px;
}

.main__content {
	display: grid;
	grid-template-columns: 14.44vw 1fr 35vw;
	row-gap: 80px;
}

.main__content-item {
	max-width: 27.75vw;
}

.main__content-item > p {
	margin-bottom: 40px;
}

.full {
	position: relative;
	display: flex;
}

.gray {
	background-color: #e7e7e7;
}

.green {
	background-color: #b1ccad;
}

.section-card-1 {
	position: absolute;
	width: 60%;
	top: 24%;
	right: 0;
}

.section-image-1 {
	display: flex;
}

.section-image-1 > img {
	display: block;
	width: 50%;
}

.section-image-2 {
	background-color: #b1ccad;
	padding: 25.3vw 0 9.4vw;
}

.section-image-2__wrapper {
	display: flex;
	align-items: center;
}

.section-image-2__wrapper > img {
	display: block;
	width: 27.76vw;
}

.section-image-2__wrapper_top {
	margin-bottom: 110px;
	justify-content: flex-end;
	gap: 20px;
}

.section-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 21.9vw 0 13.5vw;
}

.section-2__card {
	width: 71.4vw;
}

.section-card-2 {
	width: 70%;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.section-image-3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 62.75vw 56.8vw;
}

.section-image-3__item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-image-3__item > img {
	display: block;
	max-width: 100%;
}

.section-image-3__item:first-child {
	background-color: #b1ccad;
}

.section-image-3__item:nth-child(3) {
	background-image: url('/case/assets/melon-sust/images/section-image-3-3.jpg');
	background-size: 100% 100%;
}

.horizontal {
	padding: 9vh 0;
	display: flex;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.horizontal::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.slider-1-card {
	margin-right: 2%;
}

.slider-1-card-2 {
	margin-right: 2%;
}

img.section-image-3-3-1 {
	max-width: 40%;
}

.section-image-4 {
	background-color: #b1ccad;
	padding: 12vh 3vh;
}

.section-image-4 .section__wrapper {
	display: flex;
}

.columns {
	position: relative;
	width: 100%;
	display: flex;
}

.column-left,
.column-right {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.column-left.center,
.column-right.center {
	padding: 12vh 0;
}

.section-image-5-2 {
	width: 60%;
}

.section-image-4-1 {
	width: 55%;
}

.section-image-6 {
	padding: 0 7vh 9vh 7vh;
}

.section-image-7-1 {
	max-width: 35%;
}

.section-image-7-2 {
	max-width: 65%;
}

.section-card-5 {
	position: absolute;
	width: 60%;
	bottom: 5%;
	left: 0;
}

.section-image-8-4 {
	max-width: 65%;
}

.logo-footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15vh 0;
}

.footer-image-1,
.footer-image-2 {
	max-width: 18%;
}

.footer-image-1 {
	margin-bottom: 5vh;
}

@media screen and (max-width: 900px) {
	.section__wrapper {
		padding: 0 5vh;
	}

	.main__content {
		grid-template-columns: 18.44vw 1fr 35vw;
	}

	.main__content-item {
		padding: 0 1vh;
	}
}

@media screen and (max-width: 700px) {
	.main__head {
		margin-bottom: 90px;
	}

	.main__content {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.main__content-item {
		max-width: 100%;
	}

	.mobile-hide {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.main__head {
		grid-template-columns: 1fr;
		row-gap: 40px;
		margin-bottom: 50px;
	}

	.main__logo {
		margin: 0 auto;
	}

	.main__content {
		grid-template-columns: 1fr;
		row-gap: 10px;
	}

	.section-image-1 {
		flex-direction: column;
	}

	.section-image-1 > img {
		width: 100%;
	}

	.section-image-2 > img {
		width: 100%;
	}

	.section-image-2__wrapper_top {
		flex-direction: column;
		margin-bottom: 60px;
		gap: 60px;
	}

	.section-image-2__wrapper > img {
		display: block;
		width: 100%;
	}

	.section-image-2-3 {
		width: 100%;
	}

	.horizontal {
		align-items: flex-start;
		max-height: 300px;
		overflow-y: hidden;
	}

	.horizontal.long {
		max-height: none;
	}

	.slider-1-card {
		max-width: 60%;
		margin-right: 2%;
	}

	.slider-1-card-2 {
		max-width: 60%;
		margin-right: 2%;
	}

	.section__wrapper {
		padding: 0 2vh;
	}

	.chapter-4-page-1 {
		width: 100%;
	}

	.section-image-6 {
		padding: 0 3vh 9vh 3vh;
	}

	.column-left.center,
	.column-right.center {
		padding: 6vh 0;
	}

	.section-image-7-1 {
		max-width: 60%;
	}

	.section-image-7-2 {
		max-width: 85%;
	}

	.section-card-5 {
		width: 75%;
	}

	.section-image-8-1 {
		max-width: 50%;
	}

	.section-image-8-2 {
		max-width: 50%;
	}

	.logo-footer {
		padding: 8vh 0;
	}

	.footer-image-1,
	.footer-image-2 {
		max-width: 25%;
	}
}
