.about {
	margin-top: 40px;
}

.about-header {
	position: relative;
}

.about-title {
	position: absolute;
	top: 80px;
}

.about-header img {
	margin: 0 auto;
}

.about-header .wave_big {
	right: -650px;
	top: 200px;
}

.about-header .wave_small {
	left: -300px;
	bottom: 150px;
}

.who .wave_small {
	display: none;
}

.who-text br {
	display: none;
}

.fedor {
	position: relative;
}

.fedor .wave_small {
	left: 0;
	bottom: 45px;
}

.fedor-img {
	margin-bottom: 0;
	max-width: 360px;
	height: 470px;
}

.olga {
	position: relative;
}

.olga .wave_big {
	right: -550px;
	bottom: 0;
}

.olga-img {
	max-width: 360px;
	height: 270px;
}

.connect {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.connect h2 {
	text-align: center;
	margin: 0;
}

.connect .wave_small {
	display: none;
}

.connect .g-img {
	height: 400px;
	width: 100%;
}

@media (max-width: 767px) {
	.who-text br {
		display: block;
	}

	.about-header .wave_small {
		display: none;
	}

	.about-header .wave_big {
		bottom: -60px;
		right: -145px;
		top: auto;
	}

	.about-header {
		margin-bottom: 65px;
	}

	.about-title {
		top: -15px;
	}

	.who {
		margin-bottom: 55px;
	}

	.who-title {
		text-align: center;
	}

	.who-title br {
		display: none;
	}

	.who .wave_small {
		display: block;
		left: -40px;
		bottom: -50px;
	}

	.fedor {
		margin-bottom: 40px;
	}

	.fedor-img {
		margin: 0;
		margin-bottom: 20px;
		max-width: 100%;
		height: auto;
	}

	.fedor .wave_small {
		bottom: -35px;
		right: -35px;
		left: auto;
	}

	.olga {
		margin-bottom: 50px;
	}

	.olga-img {
		margin: 0;
		margin-bottom: 20px;
		max-width: 100%;
		height: auto;
	}

	.olga .wave_big {
		bottom: -45px;
		left: -100px;
	}

	.connect {
		gap: 30px;
		margin-bottom: 45px;
	}

	.connect .g-img {
		height: 270px;
		background-size: cover;
	}

	.connect h2 br {
		display: none;
	}

	.connect .wave_small {
		bottom: -40px;
		right: -35px;
		display: block;
	}
}

@media (max-width: 560px) {
}
