.container {
	z-index: 3;
}

.btn--hear-karpat {
	position: relative;
	z-index: 20;
	transition: 0.5s;
}
.btn--hear-karpat:hover {
	cursor: pointer;
}
.btn--hear-karpat.active {
	filter: invert(1);
}

.btn--hear-karpat {
	border: 0;
	outline: 0;
}

.section-bg--text-line {
	display: block;
	top: 90%;
	width: 50%;
	height: 120%;
	transform: rotateZ(0deg);
	background-size: contain;
	background-repeat: no-repeat;
}
.title--faq-question {
	line-height: 100px;
}
.description--faq-answer {
	margin-bottom: 30px;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
	.text-wrapper--section-faq {
		width: 670px;
	}
	.section-bg--wolf-left {
		left: -8%;
	}
	.section-bg--wolf-right {
		left: 78%;
	}
}

@media screen and (min-width: 1500px) {
	.section-bg--wolf-left {
		left: -220px;
	}
}

@media screen and (min-width: 1800px) {
	.section-bg--wolf-left {
		left: -5%;
	}
	.section-bg--wolf-right {
		left: 78%;
	}
}

.section-bg--footer-tree {
	top: unset;
	bottom: 0;
}

.footer .img--company-white {
	transform: translateY(120px);
}

.faq-logos {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
}

.faq-logo {
	display: block;
	position: relative;
	left: unset;
	width: 120px;
	padding: 0 0 30px;
	object-fit: contain;
}

.wolf-logo {
	width: 130px;
	margin-top: -10px;
}
