.info-block {
	/*padding-top: 50px;*/
	/*padding-bottom: 50px;*/
	position: relative;
	max-width: 74.75rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 64px;
}

.info-block::before {
	content: ' ';
	background-color: #fff;
	position: absolute;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	z-index: 0;
	top: 0;
	bottom: 0;
}

/*.info-block-subtitle {*/
/*	font-family: Inter, Sans-Serif;*/
/*	font-size: 14px;*/
/*	font-weight: 700;*/
/*	line-height: 24px;*/
/*	text-align: left;*/
/*	color: #F88125;*/
/*	margin-bottom: 10px;*/
/*	position: relative;*/
/*}*/

.info-block-title {
	font-family: Inter, Sans-Serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 34px;
	letter-spacing: -1%;
	text-align: left;
	color: #25232C;
	margin-bottom: 30px;
	position: relative;
}

.info-block-desktop-flex {
	position: relative;
}

.info-block-item {
	margin-bottom: 15px;
	/*margin-left: 7px;*/
}

.info-block-item-title {
	font-family: Inter, Sans-Serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	text-align: left;
	color: #25232C;
}

.info-block-item-text, .info-block-item-text p {
	font-family: Inter, Sans-Serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #25232C;
	margin-bottom: 0;
}

.info-block-item-text-flex {
	/*display: flex;*/
	/*justify-content: flex-end;*/
	display: none;
}

.info-block-item.active .info-block-item-text-flex {
	display: block;
	text-align: right;
	/*justify-content: flex-end;*/
}

.info-block-item-text-parent {
	border-radius: 8px;
	padding: 24px;
	background-color: #fff;
	max-width: 91%;
	margin-top: 13px;
	text-align: right;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	box-shadow: 16px 16px 120px 0px #34314614;
}

.info-block-item-text-parent::before {
	/*content: ' ';*/
	position: absolute;
	background-color: #F8EDE580;
	left: 28px;
	top: -11px;
	width: 10px;
	height: 12px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	rotate: 270deg;
}

.info-block-item-title-parent {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}

.info-block-item.active .info-block-item-title-arrow {
	rotate: 90deg;
}

.info-block-item.active .info-block-item-title-arrow svg path {
	fill: #214FA4;
}

.info-block-item.active .info-block-item-title {
	font-weight: 900;
}

.info-block-item-image img {
	min-width: 91%;
	object-fit: cover;
	margin-bottom: 10px;
}

.image-right-desktop {
	display: none;
}


/* Accordion with numbers */
.numbered-accordion .info-block-item-title-parent {
	display: flex;
	justify-content: space-between;
}

.info-block-number-title-parent {
	display: flex;
	align-items: center;
	gap: 10px;
}

.info-block-item-number {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	background-color: #EAE8F3;
	flex-shrink: 0;
}

.info-block-item-number span {
	/*margin-top: 4px;*/
	font-family: Inter, Sans-Serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	text-align: center;
	color: #174DAF;
	position: relative;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
}

.info-block-item-title-arrow {
	margin-right: 13px;
}

/*.info-block-item.active .info-block-item-title-arrow {*/
/*	margin-right: 17px;*/
/*}*/

.info-block-item.active .info-block-item-number {
	position: relative;
	background: conic-gradient(
		 #25232C 0% 0%, /* Green color for 80% of the circle */
		 #174DAF14 0% 100% /* Blue color for the remaining 20% */
	);
}

/*.info-block-item.active[data-item="0"] .info-block-item-number {*/
/*	background: conic-gradient(*/
/*		#F88125 0% 70%, !* Green color for 80% of the circle *!*/
/*		#0B1B34 70% 100% !* Blue color for the remaining 20% *!*/
/*	);*/
/*}*/

/*.info-block-item.active[data-item="1"] .info-block-item-number {*/
/*	background: conic-gradient(*/
/*		#F88125 0% 50%, !* Green color for 80% of the circle *!*/
/*		#0B1B34 50% 100% !* Blue color for the remaining 20% *!*/
/*	);*/
/*}*/

/*.info-block-item.active[data-item="2"] .info-block-item-number {*/
/*	background: conic-gradient(*/
/*		#F88125 0% 25%, !* Green color for 80% of the circle *!*/
/*		#0B1B34 25% 100% !* Blue color for the remaining 20% *!*/
/*	);*/
/*}*/

/*.info-block-item.active[data-item="3"] .info-block-item-number {*/
/*	background: conic-gradient(*/
/*		#F88125 0% 0%, !* Green color for 80% of the circle *!*/
/*		#0B1B34 0% 100% !* Blue color for the remaining 20% *!*/
/*	);*/
/*}*/

/*.info-block-item.active[data-item="4"] .info-block-item-number {*/
/*	background: conic-gradient(*/
/*		#F88125 0% 70%, !* Green color for 80% of the circle *!*/
/*		#0B1B34 70% 100% !* Blue color for the remaining 20% *!*/
/*	);*/
/*}*/

.numbered-accordion .info-block-item-text-parent {
	max-width: 88%;
}

.accordion .info-block-item-image img, .numbered-accordion .info-block-item-image img {
	min-width: 80%;
	max-width: 80%;
	/*height: 50%;*/
	border-radius: 12px;
}


/*.info-block-item.active .info-block-item-number::before {*/
/*	content: '';*/
/*	width: 28px;*/
/*	height: 28px;*/
/*	background-color: white;*/
/*	border-radius: 50%;*/
/*	position: absolute;*/
/*}*/

/*.info-block-item.active .info-block-item-number::before {*/
/*	content: '';*/
/*	width: 88%;*/
/*	height: 87%;*/
/*	background-color: white;*/
/*	border-radius: 50%;*/
/*	position: absolute;*/
/*	left: 2px;*/
/*	top: 2px;*/
/*}*/

.image-right-desktop img {
	border-radius: 12px;
}

.text-right-desktop {
	display: none;
	max-width: 50%;
}

.info-block-item-text-parent.hide {
	display: none;
}

.info-block-item-text-right {
	font-family: Inter, Sans-Serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #25232C;
	margin-bottom: 0;
}

.info-block-item-text-right p {
	color: #25232C;
}

.info-block-item-text-parent-right {
	display: none;
	border-radius: 8px;
	padding: 24px;
	background-color: #fff;
	max-width: 91%;
	/*margin-top: 13px;*/
	text-align: right;
	margin-bottom: 10px;
	position: relative;
	box-shadow: 16px 16px 120px 0px #34314614;
}

.info-block-item-text-parent-right::before {
	content: ' ';
	position: absolute;
	background-color: #F6F6FF;
	left: -10px;
	top: 34px;
	width: 10px;
	height: 12px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	rotate: 180deg;
}

@media (min-width: 768px) {
	.info-block {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 32px;
		padding-right: 32px;
	}

	.info-block-subtitle {
		text-align: center;
	}

	.info-block-title {
		font-size: 32px;
		line-height: 40px;
		text-align: left;
		margin-bottom: 40px;
	}

	.info-block-item-title {
		font-size: 18px;
	}

	.info-block-item-text, .info-block-item-text p {
		font-size: 18px;
		line-height: 28px;
	}

	.info-block-item-image img {
		min-width: 97%;
	}

	.info-block-item-text-parent {
		max-width: 97%;
	}

	.numbered-accordion .info-block-item-text-parent {
		max-width: 94%;
	}

	.numbered-accordion .info-block-item-image img {
		min-width: 50%;
		max-width: 50%;
	}

	.numbered-accordion .info-block-item-image picture {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.numbered-accordion .info-block-item-image {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 1250px) {
	.info-block {
		padding-top: 70px;
		padding-bottom: 100px;
	}

	.info-block-subtitle {
		text-align: left;
	}

	.info-block-title {
		text-align: left;
	}

	.info-block-desktop-flex {
		display: flex;
		gap: 35px;
	}

	.info-block-item-title-parent {
		gap: 20px;
	}

	.image-right-desktop {
		display: none;
		width: 50%;
	}

	.image-right-desktop.show {
		/*display: block;*/
		display: flex;
		justify-content: center;
		align-items: center;
		/*margin-top: -49px;*/
	}

	.image-right-desktop img.show {
		display: block;
	}

	.image-right-desktop img {
		max-width: 84%;
		/*object-fit: cover;*/
		display: none;
	}

	.info-block-item-image {
		display: none;
	}

	.info-block-item.active .info-block-item-text-flex {
		text-align: left;
	}

	.info-block-item-text-parent {
		/*max-width: 50%;*/
	}

	.info-block-items-parent {
		width: 50%;
	}

	.info-block-item-text-parent {
		max-width: unset;
	}

	.info-block-item-text-parent {
		margin-top: unset;
	}

	.info-block-item-image img {
		min-width: 100%;
	}

	.accordion .info-block-item-text-parent {
		margin-top: 13px;
		margin-left: 37px;
	}

	.accordion .info-block-desktop-flex {
		gap: 35px;
	}

	.numbered-accordion .info-block-item-text-parent {
		margin-top: 10px;
		margin-left: 40px;
	}

	.info-block-title {
		font-size: 40px;
		line-height: 48px;
	}

	.text-right-desktop.show {
		display: block;
	}

	.info-block-item-text-parent-right.show {
		display: inline-block;
	}

	.info-block-item-text-parent.desktop-hide {
		display: none;
	}

	.numbered-accordion .info-block-item-image {
		display: none;
	}
}

.info-block.dynamic-height-accordion-1 {
	min-height: 841px;
}

@media (min-width: 768px) {
	.info-block.dynamic-height-accordion-1 {
		min-height: 931px;
	}
}

@media (min-width: 1250px) {
	.info-block.dynamic-height-accordion-1 {
		min-height: 653px;
	}
}

.info-block.dynamic-height-accordion-2 {
	min-height: 964px;
}

@media (min-width: 768px) {
	.info-block.dynamic-height-accordion-2 {
		min-height: 1009px;
	}
}

@media (min-width: 1250px) {
	.info-block.dynamic-height-accordion-2 {
		min-height: 689px;
	}
}

.info-block-item.active .info-block-item-number span {
	color: #174DAF;
	background-color: transparent;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*@media (min-width: 768px) {*/
/*	.dynamic-height-accordion-1 {*/
/*		height: 1025px;*/
/*	}*/
/*}*/

/*@media (min-width: 1250px) {*/
/*	.dynamic-height-accordion-1 {*/
/*		height: 490px;*/
/*	}*/
/*}*/

/*.dynamic-height-accordion-2 {*/
/*	height: 560px;*/
/*}*/

/*@media (min-width: 768px) {*/
/*	.dynamic-height-accordion-2 {*/
/*		height: 540px;*/
/*	}*/
/*}*/

/*@media (min-width: 1250px) {*/
/*	.dynamic-height-accordion-2 {*/
/*		height: 350px;*/
/*	}*/
/*}*/
