@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src: local("Poppins"),
		url("../fonts/Poppins-Regular.ttf") format("ttf"),
		url("../fonts/Poppins-Regular.woff") format("woff");
}

@font-face {
	font-family: "Poppins-medium";
	font-style: medium;
	font-weight: 500;
	src: local("Poppins"),
		url("../fonts/Poppins-Medium.ttf") format("ttf"),
		url("../fonts/Poppins-Medium.woff") format("woff");
}

@font-face {
	font-family: "Poppins-semi-bold";
	font-style: semi-bold;
	font-weight: 600;
	src: local("Poppins"),
		url("../fonts/Poppins-SemiBold.ttf") format("ttf"),
		url("../fonts/Poppins-SemiBold.woff") format("woff");
}

@font-face {
	font-family: "Poppins-bold";
	font-style: bold;
	font-weight: 700;
	src: local("Poppins"),
		url("../fonts/Poppins-Bold.ttf") format("ttf"),
		url("../fonts/Poppins-Bold.woff") format("woff");
}

@font-face {
	font-family: "Poppins-extra-bold";
	font-style: extra-bold;
	font-weight: 800;
	src: local("Poppins"),
		url("../fonts/Poppins-ExtraBold.ttf") format("ttf"),
		url("../fonts/Poppins-ExtraBold.ttf") format("woff");
}

@font-face {
	font-family: "Inter-semi-bold";
	font-style: semi-bold;
	font-weight: 600;
	src: local("Inter"),
		url("../fonts/Inter-SemiBold.ttf") format("ttf"),
		url("../fonts/Inter-SemiBold.woff") format("woff");
}

.page {
	display: grid;
	min-height: calc(100vh - 166px - 84px);
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-items: center;
	/* text-align: center; */
	padding: 0 8.6%;
}

.page-faq {
	display: flex;
	min-height: calc(100vh - 166px - 84px);
	align-items: center;
	justify-items: center;
	flex-direction: column;
	/* text-align: center; */
	padding: 0 8.6%;
	align-items: flex-start;
}

.page-about {
	min-height: calc(100vh - 385px);


}

.page-additional {
	/* text-align: center; */
	padding: 0 8.6%;
}

.page-text {
	padding-right: 40px;
}

.page-text h2 {
	color: #1B1322;
	font-family: "Poppins-semi-bold", sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 0.1px;
	text-align: left;
}

.page-text p {
	color: #1B1322;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.3px;
	text-align: left;

}

.page img {
	max-width: 100%;
}

.page-about img {
	max-width: 85%;
}

.page-text-title {
	margin-bottom: 20px;
}

.page-text-description {
	margin-bottom: 30px;
}

.quality img {
	max-width: 50%;
	position: absolute;
	right: 0;
}

#lightboxOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 1000;
	backdrop-filter: blur(4px);
	justify-content: center;
	align-items: center;

}

/* Style for the lightbox content */
#lightboxContent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	z-index: 1001;
}

#lightboxOverlay img {
	max-width: 90vw;
	max-height: 90vh;
}

.active {
	color: #4700BC;
	text-decoration: underline;
}

.about-why {
	margin-bottom: 30px;

	p {
		color: #4700BC;
		margin-bottom: 0;
		font-size: 20px;
		font-weight: 700;
	}

	ul {
		list-style: none;
		padding-left: 0;
	}
}

.page-additional {

	h2 {
		font-size: 30px;
		margin-bottom: 20px;
		font-weight: 600;
	}

	p {
		/* color: #4700BC; */
		margin-bottom: 0;
	}

	ul {
		list-style: none;
		padding-left: 0;
	}
}

.page-additional-result {
	color: #4700BC;
	font-weight: 700;
}

.page-additional-steps {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px
}

.page-additional-steps-item {
	height: 150px;
	border: 1px solid #DCDBDD;
	background-color: #F8F5F9;
	border-radius: 8px;
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 30px;
	font-size: 18px;
}

.page-additional-steps-number {
	font-size: 90px;
	font-weight: 600;
	line-height: 40px;
	color: #4700BC;
	margin-right: 10px;
}

.page-additional-steps-arrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.page-additional-trust {
	font-weight: 700;
	text-align: center;
	justify-content: center;
	display: flex;
	margin-top: 40px;
	margin-bottom: 80px !important;
}

.faq-title {
	margin-bottom: .5em;
	font-size: 24px;
	font-weight: 600;
}

.faq-main {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	background-color: rgba(0, 0, 0, .03);
	margin-bottom: 20px;
	width: 100%;
}

.faq-case {
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq-case:last-child {
	border-bottom: none;
}

.faq-header {

	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faq-text {
	display: flex;
	height: 0;
	transition: 0.3s height;
	padding: 0px 15px 0px 15px;
	background: white;
	flex-direction: column;
}

.faq-text img {
	/* width: 50%; */
	max-height: 800px;
	width: auto;
	margin: auto;
	/* border-radius: 20px;
	border: 1px solid #DCDBDD; */
	padding: 20px 0;
}

.two-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.three-images {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}


.faq-header svg {
	transition: 0.3s transform;
	transform: rotate(0deg);
}

.opened-faq svg {
	transform: rotate(180deg);
}

/* .activeText {
	padding: 10px;
} */

@media (max-width: 1200px) {

	.page,
	.page-additional {
		padding: 0 3.5%;
	}

	.page-additional-steps {
		grid-template-columns: 1fr 1fr;
	}

	.faq-text img {
		padding: 0 20px;
	}

	.two-images {
		grid-template-columns: 1fr;
	}

	.three-images {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 1650px) {
	.faq-text img {
		max-width: 100%;
	}
}

@media (max-width: 992px) {

	.page {
		display: flex;
		flex-direction: column;
		padding: 20px 15px;
		min-height: calc(100vh - 117px - 33px);
		justify-content: center;

	}

	.page-additional {
		padding: 20px 15px;
	}

	.page-variability {
		padding-top: 35px;
	}

	.page-text {
		padding-right: 40px;
	}

	.page-text h2 {
		color: #1B1322;
		font-family: "Poppins-semi-bold", sans-serif;
		font-size: 24px;
		font-weight: 600;
		line-height: 24px;
		letter-spacing: 0.1px;
		text-align: left;
	}

	.page-text p {
		/* color: #1B1322; */
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0.3px;
		text-align: left;
	}

	.quality img {
		max-width: 100%;
		position: static;
		right: 0;
	}

	.faq-text img {
		max-height: 650px;
	}


}


@media (max-width: 560px) {
	.page-additional-steps {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 2050px) {

	.page {
		min-height: calc(100vh - 186px - 84px);

	}

	.page-text h2 {
		font-size: 52px;
		margin-bottom: 50px;
	}

	.page-text p {
		font-size: 32px;
		line-height: 46px;

	}

	.page-text-title {
		margin-top: 120px;
	}

	.page-about {
		min-height: auto;
	}

	.page-about img {
		max-width: 100%;
	}

	.about-why ul {
		font-size: 32px;
	}

	.page-additional {
		margin-top: 60px;
	}

	.page-additional ul,
	p {
		font-size: 32px;
	}

	.page-additional-result {
		font-size: 32px;
	}

	.page-additional-steps-item {
		font-size: 32px;
		height: 220px;
	}

	.page-additional h2 {
		font-size: 52px;
	}

	.page-additional-steps-arrow svg {
		width: 36px;
		height: 36px;
	}
}

@media (min-width: 3000px) {
	.page-text h2 {
		font-size: 64px;
		margin-bottom: 80px;
	}

	.page-text p {
		font-size: 40px;
		line-height: 52px;

	}

	.page-text-title {
		margin-top: 320px;
	}

	.page-about img {
		max-width: 85%;
	}


	.about-why ul {
		font-size: 40px;
	}

	.page-additional ul,
	p {
		font-size: 40px;
	}

	.page-additional-result {
		font-size: 64px;
	}

	.page-additional-steps-item {
		font-size: 40px;
	}

	.page-additional h2 {
		font-size: 64px;
	}

	.page-additional-steps-item {
		height: 225px;
	}

	.page-additional-steps-arrow svg {
		width: 48px;
		height: 48px;
	}
}