/* #region BANNER */
.banner {
	background-color: #322318;
	padding: 80px 0px 94px;
	background-image: url(/img/about-banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: auto;
	background-position: left bottom 0px;
}

.banner__wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.banner__title {
	color: #fff;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 4px;
}
.banner__breadcrumb {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	color: #fff;
	line-height: 1.37;
	gap: 12px;
}

.banner__breadcrumb-item {
	display: flex;
	align-items: center;
	gap: 12px;

	a {
		transition: color 0.3s;

		&:hover {
			color: #f1c069;
		}
	}
}

@media screen and (min-width: 744px) {
	.banner {
		padding: 220px 0px 100px;
	}
}

@media screen and (min-width: 1440px) {
	.banner {
		padding: 310px 0px 180px;
	}
	.banner__title {
		font-size: 76px;
		margin-bottom: 5px;
	}
	.banner__breadcrumb {
		font-size: 18px;
		gap: 20px;
	}
	.banner__breadcrumb-item {
		gap: 20px;

		svg {
			width: 24px;
		}
	}
}

/* #endregion BANNER */

/* #region ABOUT */
.about {
	padding-block: 60px 68px;
	background-size: 50%;
	background-position: right bottom;
	background-color: #554031;
	background-image: url(/img/about-bg.png);
	background-repeat: no-repeat;
}

.about__wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about__img {
	max-width: 230px;
}

.about__subtitle {
	color: #ffd78f;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 11px;
}

.about__title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
}

.about__text {
	color: #fff;
	line-height: 1.75;
	margin-bottom: 10px;

	&:last-child {
		margin-bottom: 0;
	}
}

.about__link {
	margin-top: 20px;
}

@media screen and (min-width: 744px) {
	.about {
		background-size: contain;
		background-position: center right -150px;
		padding-block: 60px 35px;
	}

	.about__text {
		margin-bottom: 12px;
	}
}

@media screen and (min-width: 1440px) {
	.about {
		padding-block: 120px 90px;
	}
	.about__wrapper {
		flex-direction: row;
		align-items: center;
		gap: 16px;
		padding-block: 30px;
	}
	.about__img {
		max-width: 800px;
	}
	.about__subtitle {
		font-size: 32px;
		line-height: 1.3;
	}
	.about__title {
		font-size: 57px;
	}
	.about__text {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.about__link {
		margin-top: 35px;
	}
}
/* #endregion ABOUT */

/* #region MAXIMIZE */
.maximize {
	background-color: #322318;
	padding-block: 54px;
}

.maximize__header {
	display: none;
}

.maximize__subtitle {
	color: #f1c069;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 14px;
}
.maximize__title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}
.maximize__text {
	color: #fff;
	line-height: 1.75;
	margin-bottom: 14px;
}
.maximize__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.maximize__list-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	color: #fff;
	line-height: 1.75;

	h3 {
		font-size: 18px;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	img {
		max-width: 100px;
	}
}

@media screen and (min-width: 744px) {
	.maximize {
		padding-block: 54px 60px;
	}

	.maximize__list-item {
		flex-direction: row;
		align-items: center;
	}
	.maximize__text {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.maximize {
		padding-block: 110px 104px;
	}
	.maximize__wrapper {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 24px;
	}

	.maximize__header {
		display: block;
		flex-shrink: 0;
		width: 50%;

		img {
			position: absolute;
			left: -25%;
			top: 15px;
		}
	}

	.maximize__content {
		flex-basis: 42%;
	}

	.maximize__subtitle {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 12px;
	}
	.maximize__title {
		font-size: 57px;
	}
	.maximize__text {
		font-size: 18px;
		line-height: 1.66;
		margin-bottom: 54px;
	}
	.maximize__list {
		gap: 30px;
	}
	.maximize__list-item {
		gap: 30px;
		line-height: 1.66;
		font-size: 18px;

		img {
			max-width: 120px;
		}

		h3 {
			font-size: 24px;
		}
	}
}

/* #endregion MAXIMIZE */

/* #region STATISTICS */
.statistics {
	padding-block: 54px 25px;
	background-color: #543f30;
}
.statistics__header {
	text-align: center;
	line-height: 1.75;
	margin-bottom: 25px;
	color: #fff;
}

.statistics__subtitle {
	color: #f1c069;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 8px;
}
.statistics__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 8px;
}

.statistics__list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.statistics__list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #f1c069;
	background: #322318;
	text-align: center;
	line-height: 1.4;
	transition: background-color 0.3s, color 0.3s;

	img {
		max-width: 120px;
		width: 100%;
		margin-bottom: 18px;
	}

	&:hover {
		background-color: #f1c069;
		color: #09040c;

		.statistics__list-item-title {
			color: #09040c;
		}
	}
}

.statistics__list-item-title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33;
	margin-bottom: 8px;
	transition: color 0.3s;
}

@media screen and (min-width: 744px) {
	.statistics {
		padding-block: 114px 25px;
	}

	.statistics__header {
		max-width: 460px;
		margin-inline: auto;
	}

	.statistics__list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.statistics__list-item {
		max-width: 246px;
		width: 100%;
		min-height: 256px;
	}
}

@media screen and (min-width: 1440px) {
	.statistics {
		padding-block: 112px;
	}
	.statistics__wrapper {
		width: 100%;
	}
	.statistics__header {
		margin-bottom: 55px;
		font-size: 18px;
		line-height: 1.66;
	}

	.statistics__subtitle {
		font-size: 32px;
		line-height: 1.3;
	}
	.statistics__title {
		font-size: 57px;
		margin-bottom: 3px;
	}

	.statistics__list {
		flex-wrap: nowrap;
	}

	.statistics__list-item {
		max-width: 100%;
		min-height: 393px;

		img {
			max-width: 160px;
			margin-bottom: 27px;
		}
	}

	.statistics__list-item-title {
		font-size: 43px;
		line-height: 1.3;
	}
}
/* #endregion STATISTICS */
