/* Testimonials
	 ========================================================================== */
.testimonials {
	position: relative;
}

.testimonials:after {
	content: '';
	position: absolute;
	width: 402px;
	height: 429px;
	right: 0;
	top: 0;
	background: rgba(99, 102, 241, 0.5);
	opacity: 0.5;
	filter: blur(100px);
}

.testimonials__main-block:after {
	content: '';
	position: absolute;
	width: 292px;
	height: 311px;
	top: -30px;
	left: 0;
	background: rgba(153, 135, 199, 0.75);
	opacity: 0.5;
	filter: blur(100px);
}

.testimonials__main-block,
.testimonials__title-group,
.testimonials__slider-group {
	position: relative;
	z-index: 1;
}
.testimonials__slider-group {
	margin-top: 40px;
	display: grid;
	align-items: center;
	grid-gap: 0 45px;
	justify-content: center;
	grid-template-columns: max-content auto max-content;
} 

.testimonials__swiper {
	max-width: 650px;
}


.testimonials .swiper__swiper-slide {
	padding-top: 10px;
	position: relative;
	box-sizing: border-box;
}

.testimonials .swiper-slide__main-group {
	display: flex;
	gap: 45px 0;
	flex-direction: column;
	padding: 24px;
	background: #DCDAFA;
	border-radius: 24px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.testimonials .swiper-slide__quote  {
	position: absolute;
	height: 50px;
	top: 0;
	left: 30px;
	width: auto;
	display: block;
}

.testimonials .swiper-slide__name {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	color: #9A95DB;
	font-family: 'Poppins',sans-serif;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 0 60px;
}
.testimonials .swiper-slide__descr {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	color: #090813;
}

.testimonials .swiper-slide__rate-group {
	display: grid;
	align-items: center;
	grid-gap: 0 10px;
	justify-content: center;
	grid-template-columns: repeat(2, max-content);
}

.testimonials .swiper-slide .rate-group__list {
	display: flex;
	align-items: center;
	gap: 0 3px;
}

.testimonials .swiper-slide .rate-group__list li {
	display: block;
}

.testimonials .swiper-slide .rate-group__list li.active path {
	fill: #FFD966;
}

.testimonials .swiper-slide .rate-group__list svg {
	width: 16px;
	height: 16px;
}

@media (max-width: 1080px) {
	.testimonials .swiper-slide__main-group {
		grid-template-columns: max-content 60% max-content;
	}

	.testimonials .swiper {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.testimonials__slider-group {
		display: block;
		margin-top: 30px;
		padding-bottom: 80px;
		position: relative;
	}

	.testimonials .swiper-prev,
	.testimonials .swiper-next {
		position: absolute;
		bottom: 0;
		transform: translateX(-50%);
		left: calc(50% - 50px);
	}

	.testimonials .swiper-next {
		left: calc(50% + 50px);
	}
	.testimonials .swiper-prev {
		right: calc(50% - 50px);
	}


	.testimonials .swiper-slide__descr {
		font-size: 1.7em;
		line-height: 1.3;
	}

	.testimonials .swiper-slide__main-group {
		gap: 30px 0;
	}

	.testimonials__main-block:after {
		content: unset;
	}

	.testimonials:before {
		content: '';
		width: 136.69px;
		height: 157.77px;
		background: rgba(153, 135, 199, 0.75);
		opacity: 0.5;
		filter: blur(50px);
		position: absolute;
		right: 0;
		bottom: 30px;
	}

	.testimonials:after {
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
		width: 153.82px;
		height: 177.53px;
		background: rgba(153, 135, 199, 0.75);
		opacity: 0.5;
		filter: blur(50px);
		transform: rotate(-77.27deg);
	}

}

@media (max-width: 620px) {
	.testimonials .swiper-slide__descr {
		font-size: 1.5em;
	}
}

/* Tariff
	 ========================================================================== */
.tariff-sec__list {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: stretch; /* оце головне */
}

.tariff-sec .list__item {
	flex: 1 1 330px;
	max-width: 330px;
	display: flex;
	gap: 45px 0;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 24px;
	background: #F2F3FB;
	box-shadow: 0px 20px 20px -20px rgba(16, 12, 91, 0.35);
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	height: 100%;
	aspect-ratio: 1/1.4;
}

.tariff-sec .list__item:hover:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(183.68deg, rgba(33, 27, 149, 0) -25.66%, rgba(32, 26, 143, 0.0449989) 50.08%, rgba(22, 18, 89, 0.465977) 99.9%, #161259 133.42%);
}

.tariff-sec .list__item:hover {
	background: #4F46E5;
	box-shadow: 0px 50px 50px -50px #100C5B;
}

.tariff-sec .list__item:hover *:not(.btn) {
	color: #FFFFFF;
}

.tariff-sec .list .item__top-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
	position: relative;
	z-index: 1;
}

.tariff-sec .list .item__logo {
	display: block;
	height: 34px;
	width: auto;
}

.tariff-sec .list .item:hover .logo path {
	fill: #FFFFFF;
}

.tariff-sec .list .item__section-title {
	text-align: center;
	font-weight: 500;
	color: #090813;
	line-height: 1.4;
	position: relative;
}

.tariff-sec .list .item .section-title__img {
	position: absolute;
	right: -18px;
	bottom: 70%;
	width: 40px;
	height: auto;
	display: block;
}

.tariff-sec .list .item__sub-list {
	gap: 7px 0;
	position: relative;
	z-index: 1;
}

.tariff-sec .list .item__sub-list li {
	display: list-item;
	list-style-type: disc;
	font-size: .9em;
	font-family: 'Inter';
	color: rgba(9, 8, 19, 0.75);
}

.tariff-sec .list .item__bottom-group {
	display: flex;
	flex-direction: column;
	gap: 60px 0;
	align-items: center;
	position: relative;
	z-index: 1;
}
.tariff-sec .list .item__price {
	display: block;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #090813;
}

.tariff-sec .list .item__btn {
	padding: 0 50px;
	background: #DCDAFA;
	font-family: 'Inter';
	font-size: 1.1em;
	color: #090813;
}

@media (max-width: 767px) {
	.tariff-sec .list__item {
		gap: 30px 0;
		width: 100%;
		max-width: 100%;
		flex: auto;
		aspect-ratio: auto;
	}
}


/* Banner sec
	 ========================================================================== */
.banner-sec__main-block {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../imgs/banner-background.webp);
	border-radius: 24px;
	padding: 34px;
	width: 100%;
}

.banner-sec__title-group {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

.banner-sec__title-group > * {
	text-align: center;
	color: #FFFFFF;
	display: block;
	font-weight: 500;
}

.banner-sec__buttons-group {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

.banner-sec__buttons-group > * {
	min-width: max-content;
}

@media (max-width: 767px) {
	.banner-sec__main-block {
		gap: 45px 0;
		padding: 24px 28px;
	}

	.banner-sec__buttons-group > * {
		max-width: 100%;
	}
}


/* FAQ sec
	 ========================================================================== */
.faq-sec {
	position: relative;
}

.faq-sec:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 330px;
	height: 350px;
	background: rgba(99, 102, 241, 0.5);
	opacity: 0.5;
	filter: blur(100px);
}

.faq-sec__main-block {
	position: relative;
}

.faq-sec__list {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
.faq-sec .list__item {
	display: block;
	padding: 16px 20px;
	background: #F2F3FB;
	box-shadow: 0px 20px 20px -20px rgba(16, 12, 91, 0.35);
	backdrop-filter: blur(7.5px);
	border-radius: 12px;
}

.faq-sec .list .item__quest-group {
	display: grid;
	grid-template-columns: 40px 1fr max-content;
	align-items: center;
	grid-gap: 0 20px;
} 

.faq-sec .list .item__num {
	display: block;
	font-family: 'Allison';
	font-weight: 400;
	line-height: 1.1;
	font-size: 32px;
	color: #090813;
}

.faq-sec .list .item__answer {
	visibility: hidden;
	display: block;
	max-height: 0;
	padding-left: 60px;
	max-height: 0;
	
	overflow: hidden;
	font-family: 'Inter';
	font-size: 14px;
	line-height: 1.5;
	color: #090813;
	
}

.faq-sec .list .item__answer li {
	display: list-item;
	list-style-type: disc;
}

.faq-sec .list .item__answer li + li {
	padding-top: 5px;
}

.faq-sec .list .item.active .answer {
	visibility: visible;
	max-height: 1000px;
	padding-top: 16px;
	transition: max-height .5s;
}

.faq-sec .quest-group__question {
	display: block;
	font-family: 'Inter';
	font-size: .9em;
	line-height: 1.2;
	color: #090813;
}
.faq-sec .quest-group__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 24px;
	height: 24px;
}

.faq-sec .quest-group__btn:before,
.faq-sec .quest-group__btn:after {
	content: '';
	width: 18px;
	height: 1.6px;
	background: #4F46E5;
	position: absolute;
}

.faq-sec .quest-group__btn:after {
	transform: rotate(90deg);
}

.faq-sec .item.active .quest-group__btn:after {
	content: unset;
}

@media (max-width: 767px) {
	.faq-sec__list {
		margin-top: 24px;
	}
}


/* Home Hero
	 ========================================================================== */
.home-hero {
	position: relative;
}

.home-hero:after {
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	width: 188px;
	height: 200px;
	background: #9987C7;
	opacity: 0.5;
	filter: blur(100px);
	transform: rotate(-67.39deg);
}



.home-hero__main-block {
	position: relative;
	z-index: 1;
	padding: 60px 0;
	display: grid;
	grid-template-columns: 1fr max-content;
}

.home-hero__left-column {
	display: flex;
	flex-direction: column;
	gap: 45px 0;
}

.home-hero__right-column {
	width: 540px;
	position: relative;
}

.home-hero__right-column:after {
	content: '';
	width: 100%;
	height: 100%;
	right: 100px;
	top: -60px;
	position: absolute;
	background: rgba(99, 102, 241, 0.75);
	opacity: 0.5;
	filter: blur(100px);
}

.home-hero__list {
	padding-left: 0;
	padding-top: 24px;
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(4, 100px);
}

.home-hero .list__item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
	align-items: center;
}

.home-hero .list .item__icon {
	display: block;
	width: auto;
	height: 44px;
}

.home-hero .list .item__text {
	display: block;
	text-align: center;
	font-family: 'Inter';
	line-height: 1.2;
	color: #090813;
}

.home-hero__img {
	position: relative;
	z-index: 1;
	display: block;
	height: auto;
	object-fit: cover;
	display: block;
	border-radius: 24px;
}

.home-hero__buttons-group {
	display: flex;
	gap: 0 24px;
}

.home-hero .buttons-group__btn {
	font-size: 1.1em;
}

.home-hero__title {
	font-weight: 400;
}

.home-hero__title span {
	color: #4F46E5;
	text-transform: uppercase;
}

.home-hero__title i {
	font-family: Allison;
	font-weight: 400;
	font-size: 150px;
	line-height: .3;
	letter-spacing: 0.004em;
	color: #4F46E5;
}

@media (max-width: 1440px) {
	.home-hero__right-column {
		width: 460px;
	}
}

@media (max-width: 1200px) {
	.home-hero__title i {
		font-size: 120px;
	}
}

@media (max-width: 1080px) {
	.home-hero__right-column {
		width: 40vw;
		height: 100%;
	}

	.home-hero__list {
		padding-top: 0;
	}

	.home-hero__list {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 16px;
	}

	.home-hero__main-block {
		grid-gap: 0 24px;
	}

	.home-hero__img {
		height: 100%;
	}
}

@media (max-width: 767px) {
	.home-hero__right-column {
		width: 100%;
	}

	.home-hero__left-column {
		gap: 24px 0;
	}

	.home-hero__main-block {
		display: flex;
		flex-direction: column;
		gap: 24px 0;
	}

	.home-hero__img {
		width: 100%;
		height: auto;
	}

	.home-hero .list .item__icon {
		height: 32px;
	}

	.home-hero .list .item__text {
		font-size: .9em;
	}
	.home-hero__title i {
		line-height: .5;
		font-size: 90px;
	}

	.home-hero .buttons-group__btn {
		font-size: 1em;
	}
 	.home-hero__right-column:after {
 		max-width: 340px;
 		width: 100%;
 		right: auto;
 		left: 50%;
 		transform: translateX(-50%);
 	}

 	.home-hero__main-block {
 		padding: 40px 0;
 	}
}

@media (max-width: 520px) {
	.home-hero .buttons-group__btn {
		font-size: .9em;
	}

	.home-hero__list {
		grid-gap: 0;
	}

	.home-hero__main-block {
		padding: 20px 0;
	}

	.home-hero__title i {
		font-size: 80px;
		line-height: .5;
	}
}

/* Who Sec
	 ========================================================================== */
.who-sec {
	position: relative;
}
.who-sec__main-block {
	display: grid;
	grid-gap: 0 25px;
	grid-template-columns: 1fr 560px;
	padding-bottom: 20px;
}
.who-sec__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.who-sec__right-column {
	margin-left: auto;
	margin-right: auto;
	max-width: 490px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 35px 0;

}
.who-sec__content {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

.who-sec .content__descr {
	font-size: 1.1em;
	font-family: 'Inter';
	color: #090813;
}

.who-sec .section-title {
	font-weight: 500;
	color: #090813;
}

.who-sec__list {
	display: grid;
	grid-gap: 0 24px;
	grid-template-columns: repeat(3, 100px);
	padding: 24px;
	background: #4F46E5;
	border-radius: 24px;
	overflow: hidden;
	width: fit-content;
	position: relative;
}


.who-sec__list:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	content: '';
	background: radial-gradient(46.24% 154.7% at 50% 100%, #6699FF 0%, rgba(88, 72, 195, 0) 100%);
}

.who-sec .list__item {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
}

.who-sec .list .item__icon {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.who-sec .list .item__text {
	font-family: 'Inter';
	font-size: .9em;
	color: #FFFFFF;
	display: block;
	text-align: center;
}

@media (max-width: 1080px) {
	.who-sec__main-block {
		grid-template-columns: 1fr auto;
	}

	.who-sec__right-column {
		max-width: 370px;
	}

	.who-sec__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.who-sec__main-block {
		display: flex;
		flex-direction: column;
		gap: 24px 0;
	}

	.who-sec__right-column {
		max-width: 100%;
	}

	.who-sec__list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
	}

	.who-sec .list__item {
		min-width: 220px;
		flex: 1 1 calc(33.3% - 24px);
	}
}

/* How/Why/Problems Sec
	 ========================================================================== */
.why-sec,
.how-sec {
	position: relative;
}

.why-sec:after {
	content: '';
	width: 290px;
	height: 290px;
	right: 0;
	top: 0;
	position: absolute;
	background: rgba(153, 135, 199, 0.75);
	opacity: 0.5;
	filter: blur(100px);
}

.how-sec:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 402px;
	height: 429px;
	background: rgba(99, 102, 241, 0.75);
	opacity: 0.5;
	filter: blur(100px);
}
.problems__main-block,
.why-sec__main-block,
.how-sec__main-block {
	display: flex;
	flex-direction: column;
	gap: 50px 0;
	position: relative;
	z-index: 1;

}


.why-sec__top-group,
.how-sec__top-group {
	display: grid;
	grid-gap: 0 24px;
	align-items: flex-start;
	grid-template-columns: max-content 1fr;
}

.why-sec__section-title,
.how-sec__section-title {
	width: 100%;
	max-width: 760px;
}

.how-sec__list,
.why-sec__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1080px) {
	.how-sec__list,
	.why-sec__list {
		gap: 30px;
	}
}

@media (max-width: 767px) {
	.why-sec__top-group,
	.how-sec__top-group {
		display: flex;
		gap: 16px 0;
		flex-direction: column;
	}

	.why-sec__section-title br, 
	.how-sec__section-title br {
		display: none;
	}

	.problems__main-block, 
	.why-sec__main-block, 
	.how-sec__main-block {
		gap: 34px 0;
	}
	.how-sec:after,
	.why-sec:after {
		width: 150px;
		height: 150px;
	}

	.why-sec:before {
		content: '';
		position: absolute;
		width: 218.02px;
		height: 231.94px;
		left: 0;
		top: 50%;
		background: rgba(153, 135, 199, 0.75);
		opacity: 0.5;
		filter: blur(100px);
		transform: rotate(-67.39deg) translateY(-50%);
	}
}

/* Start How Sec */
.how-sec__btn {
	padding: 0 50px;
}

.how-sec .list__item {
	flex: 1 1 calc(33.3% - 50px);
	min-width: 300px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 24px;
}

.how-sec .list__item:after {
	z-index: 1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(192.47deg, rgba(33, 27, 149, 0) 6.97%, rgba(32, 26, 143, 0.0449989) 48.92%, rgba(22, 18, 89, 0.465977) 76.51%, #090813 95.08%);
}


.how-sec .list .item__img {
	display: block;
	width: 100%;
	height: 460px;
	object-fit: cover;
}

.how-sec .list .item__caption {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 2;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	padding: 16px 24px;
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(7.5px);
	border-radius: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	font-size: 1.2em;
	color: #FFFFFF;

}
.how-sec .list .item__step {
	position: absolute;
	left: 16px;
	top: 24px;
	display: flex;
	align-items: center;
	z-index: 2;
}

.how-sec .list .item__step:after {
	position: absolute;
	content: '';
	left: 7px;
	width: 70px;
	height: 70px;
	background: #4F46E5;
	backdrop-filter: blur(7.5px);
	border-radius: 50px;
}

.how-sec .list .item__step span {
	display: block;
	line-height: 1.1;
	font-family: 'Allison',sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	min-width: max-content;
}

.how-sec__btn {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1080px) {
	.how-sec .list__item {
		flex: 1 1 calc(33.3% - 30px);
	}
}

@media (max-width: 767px) {
	.how-sec .list .item__caption {
		font-size: 1em;
		padding: 16px 24px;
	}

	.how-sec__btn {
		margin-top: 0;
	}
}


/* End How Sec */

/* Start Why Sec */

.why-sec .list__item {
	min-width: 280px;
	flex: 1 1 calc(33.3% - 50px);
	display: flex;
	gap: 60px 0;
	flex-direction: column;
	padding: 24px;
	background: #F2F3FB;
	border-radius: 24px;
}

.why-sec .list .item__bottom-group {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

.why-sec .list .item__icon {
	display: block;
	width: 44px;
	height: 44px;
}
.why-sec .list .item__name {
	display: block;
	font-weight: 500;
	font-size: 1.3em;
	color: #090813;
}

.why-sec .list .item__descr {
	color: #090813;
	line-height: 1.2;
	font-size: 1em;
}
@media (max-width: 1080px) {
	.why-sec__list {
		flex: 1 1 calc(33.3% - 30px);
	}
}

@media (max-width: 767px) {
	.why-sec .list__item {
		gap: 24px 0;
	}

	.why-sec .list .item__name {
		font-size: 1.1em;
	}

	.why-sec .list .item__descr {
		font-size: .9em;
	}
}

@media (max-width: 520px) {
	.why-sec .list__item {
		gap: 16px 0;
	}

	.why-sec .list .item__name {
		font-size: 1em;
	}
}

/* End Why Sec */

/* Start Problems */
.problems__list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.problems .list__item {
	padding: 24px;
	flex: 1 1 240px;
	width: 240px;
	min-height: 100px;
	background: #F2F3FB;
	border-radius: 24px;
	overflow: hidden;
	display: grid;
	grid-template-columns: max-content auto;
	grid-gap: 0 15px;
	align-items: center;
}

.problems .list__item:nth-child(4),
.problems .list__item:nth-child(5) {
	background: #DCDAFA;
}

.problems .list__item svg {
	display: block;
	width: 44px;
	height: 44px;
}

.problems .item__text {
	display: block;
	font-size: 1.3em;
	font-weight: 500;
	color: #090813;
	max-width: 220px;
	line-height: 1.5;
}

@media (max-width: 1080px) {
	.problems__list {
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.problems__list {
		gap: 16px 0;
		flex-direction: column;
		width: 100%;
	}


	.problems .list__item {
		flex: auto;
		min-width: auto;
		width: 100%;
	}

	.problems .item__text {
		font-size: 1.1em;
	}
}

@media (max-width: 520px) {
	.problems .item__text {
		font-size: 1em;
	}
}
/* End Problems */



/* What Sec
	 ========================================================================== */
.what-sec {
	position: relative;
}

.what-sec:after {
	content: '';
	right: 0;
	top: -100px;
	position: absolute;
	width: 400px;
	height: 420px;
	background: rgba(99, 102, 241, 0.75);
	opacity: 0.5;
	filter: blur(100px);
}

.what-sec__main-block {
	display: grid;
	grid-gap: 0 24px;
	grid-template-columns: max-content 1fr;
}

.what-sec__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.what-sec__left-column {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	align-items: center;
}

.what-sec__left-column > * {
	max-width: 430px;
	width: 100%;
}

.what-sec__section-title {
	font-weight: 500;
}

.what-sec__list {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	padding: 40px 48px;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
	background: #4F46E5;
}

.what-sec__list:after {
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: radial-gradient(46.24% 154.7% at 50% 100%, #6699FF 0%, rgba(88, 72, 195, 0) 100%);

}

.what-sec .list__item {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	grid-gap: 0 16px;
	grid-template-columns: max-content 1fr;
}

.what-sec .list .item__icon {
	width: 44px;
	height: 44px;
	display: block;
}

.what-sec .list .item__text {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: .9em;
	color: #F2F3FB;
	display: block;
}

@media (max-width: 1080px) {
	.what-sec__list {
		padding: 24px 50px;
		gap:24px 0;
	}
}

@media (max-width: 767px) {
	.what-sec__main-block {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.what-sec__img {
		order: 1;
	}

	.what-sec__left-column {
		order: 2;
		gap: 24px 0;
	}
}

/* Lite Sec
	 ========================================================================== */
.lite-sec {
	position: relative;
}

.lite-sec:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 320px;
	background: rgba(99, 102, 241, 0.75);
	opacity: .5;
	filter: blur(100px);
}


.lite-sec__main-block {
	display: grid;
	grid-gap: 0 25px;
	grid-template-columns: repeat(2, 1fr);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.lite-sec__descr {
	font-family: 'Inter',sans-serif;
	line-height: 1.5;
	font-size: 1em;
	color: #090813;
	display: -webkit-box;
	-webkit-line-clamp: 3;      /* максимум 3 рядки */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lite-sec__left-column  {
	gap: 24px 0;
}

.lite-sec__right-column,
.lite-sec__left-column {
	display: flex;
	flex-direction: column;
	position: relative;
}

.lite-sec__right-column {
	gap: 60px 0;
	max-width: 430px;
	margin-left: auto;
}

.lite-sec__btn {
	min-width: 190px;
	font-size: 1.1em;
}

.lite-sec__section-title {
	text-align: center;
	min-height: 20px;
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 24px;
	color: #090813;
}

.lite-sec__arrow {
	position: absolute;
	right: 0;
	top: 20px;
}

.lite-sec__list {
	position: relative;
	z-index: 1;
	gap: 10px;
}
.lite-sec .list__item {
	padding: 16px 20px;
	background: #F2F3FB;
	backdrop-filter: blur(7.5px);
	border-radius: 12px;
	display: grid;
	grid-gap: 0 16px;
	align-items: center;
	grid-template-columns: max-content 1fr;
}

.lite-sec .list .item__num {
	font-family: 'Allison', sans-serif;
	font-style: normal;
	font-size: 32px;
	line-height: 1.7;
	color: #090813;
	display: block;
}

.lite-sec .list .item__text {
	display: block;
	font-family: 'Inter',sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #090813;
	font-size: 1em;
}
	
@media (max-width: 767px) {
	.lite-sec:after {
		right: 0;
		left: auto;
		top: 0;
		transform: unset;
		width: 200px;
		height: 200px;
	}
	.lite-sec__main-block {
		display: flex;
		flex-direction: column;
		gap: 30px 0;
	}

	.lite-sec__right-column {
		max-width: 100%;
		width: 100%;
	}

	.lite-sec__right-column {
		gap: 24px 0;
	}

	.lite-sec__arrow {
	    right: 50%;
	    transform: translateX(135px);
	    top: -6px;
	    width: 24px;
	}

	.lite-sec .list .item__num {
		line-height: .9;
	}
}